@font-face {
  font-family: "Pragmatica";
  src: url("fonts/pragmatica_book.woff2") format("woff2"),
    url("fonts/pragmatica_book.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Pragmatica";
  src: url("fonts/pragmatica_medium.woff2") format("woff2"),
    url("fonts/pragmatica_medium.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Pragmatica Extended";
  src: url("fonts/pragmatica_extended-medium.woff2") format("woff2"),
    url("fonts/pragmatica_extended-medium.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

.pl-container,
.pl-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pl-container {
  margin: 0 auto;
  padding: 60px 16px 133px 16px;
  max-width: 932px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #000;
  font-family: "Pragmatica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

.pl-container ul,
.pl-container ol {
  list-style: none;
}

.pl-container a {
  color: inherit;
}

.pl-container img {
  width: 100%;
}

.pl-container :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Pragmatica", Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.pl-container :is(
  .privilegies__title,
  .first-purchase__title,
  .explanation__title,
  .levels__title,
  .levels__card-title,
  .bonuses__title,
  .faq__title
) {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
}

.hero__bg {
  display: block;
}

.hero {
  position: relative;
  max-height: 327px;
}

.hero__bg--mob {
  display: none;
}

.pl-container .hero__banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  max-width: 60vw;
}

.pl-container .brands {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-height: 24px;
  order: initial;
}

.brands img {
  display: block;
  max-height: 24px;
  width: auto;
}

.privilegies {
  background: #efefef;
  border-radius: 16px;
  height: 484px;
  overflow: hidden;
  position: relative;
}

.privilegies__visual {
  align-items: center;
  display: flex;
  height: 1012.748px;
  justify-content: center;
  left: -392.74px;
  position: absolute;
  top: -244px;
  width: 1060.323px;
}

.privilegies__visual-inner {
  flex: none;
  height: 487.585px;
  position: relative;
  width: 981.707px;
}

.privilegies__picture {
  display: block;
  height: 100%;
}

.pl-container .privilegies__image {
  height: 100%;
  object-fit: cover;
  width: auto;
}

.privilegies__image-overlay {
  background: linear-gradient(
    156.72deg,
    #efefef 36.77%,
    rgb(239 239 239 / 0%) 48.43%
  );
  inset: 0;
  position: absolute;
}

.privilegies__content {
  left: 58.5556%;
  position: absolute;
  top: 32px;
  width: 315px;
}

.privilegies__header {
  background: transparent;
}

.privilegies__eyebrow,
.privilegies__list-title,
.privilegies__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.privilegies__title {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 11px;
  text-transform: none;
}

.privilegies__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}

.privilegies__list {
  margin-top: 18px;
}

.privilegies__list-title {
  font-family: "Pragmatica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.privilegies__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 23px;
  list-style: none;
  margin-top: 12px;
}

.privilegies__list-item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 11px;
  line-height: 1;
  min-height: 24px;
}

.pl-container .privilegies__list-item::before {
  content: none;
  display: none;
}

.privilegies__icon {
  align-items: center;
  display: flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.pl-container .privilegies__icon img {
  height: auto;
  max-height: 13px;
  width: auto;
}

.privilegies__actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
  width: 303px;
}

.privilegies__button,
.privilegies__link {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
}

.privilegies__button {
  background: linear-gradient(
    180deg,
    #f19c1c 0%,
    #e33a00 50%,
    #f19c1c 100%
  );
  background-position: top;
  background-size: 100% 200%;
  border-radius: 8px;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  line-height: 1;
  text-decoration: none;
  transition: background-position 300ms ease;
}

.privilegies__button:hover,
.privilegies__button:focus-visible {
  background-position: bottom;
}

.privilegies__link {
  height: 32px;
  text-decoration: underline;
  text-underline-position: from-font;
}

.first-purchase {
  color: #000;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.first-purchase__section-title,
.first-purchase__button {
  display: none;
}

.first-purchase__card {
  align-items: center;
  background: #efefef;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  padding: 16px;
}

.first-purchase__visual {
  flex: 0 0 253px;
  height: 132px;
  position: relative;
}

.pl-container .first-purchase__image {
  height: 183px;
  left: 0;
  max-width: none;
  position: absolute;
  top: -35px;
  width: 253px;
}

.first-purchase__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.first-purchase__title-row {
  align-items: flex-start;
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 10px;
}

.first-purchase__title {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: clamp(24px, 3.44vw, 32px);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  text-transform: none;
}

.pl-container .first-purchase__arrow {
  flex: 0 0 16px;
  height: 16px;
  margin-top: 6px;
  transform: rotate(-90deg);
  width: 16px;
}

.first-purchase__description {
  color: rgb(0 0 0 / 70%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.explanation {
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px #efefef;
  min-height: 266px;
  padding: 32px;
}

.explanation__title {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
}

.explanation__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin-top: 24px;
}

.explanation__item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.explanation__number {
  align-items: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.explanation__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.explanation__item:nth-child(n + 2) .explanation__content {
  padding-block: 4px;
}

.explanation__item-title {
  font-family: "Pragmatica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
}

.explanation__description {
  color: rgb(0 0 0 / 50%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.explanation__title,
.explanation__item-title,
.explanation__description {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.levels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.levels__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.levels__header--mobile,
.levels__tabs,
.levels__mobile-text,
.levels__mobile-offer {
  display: none;
}

.levels__title {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
}

.levels__offer-link {
  color: #6e6e6e !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-underline-position: from-font;
}

.levels__cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.levels__note {
  color: rgb(0 0 0 / 50%);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  margin: -16px 0 0;
  text-transform: none;
}

.levels__card {
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 362px;
  padding: 24px 16px;
}

.levels__card--interest {
  background: linear-gradient(180deg, #9dd03f 0%, #5e922d 100%);
}

.levels__card--match {
  background: linear-gradient(180deg, #f19c1c 0%, #e33a00 100%);
}

.levels__card--attraction {
  background: linear-gradient(180deg, #288dde 0%, #2842bc 100%);
}

.levels__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.levels__card-title {
  color: #fff;
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
}

.levels__card-description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.levels__metrics {
  display: grid;
  gap: 24px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.levels__metric {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.levels__metric dt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.levels__metric:nth-child(3) dt,
.levels__metric:nth-child(4) dt {
  min-height: 2em;
}

.levels__metric dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.levels__benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin-top: auto;
}

.levels__benefits li {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 1;
}

.pl-container .levels__benefits img {
  flex: 0 0 24px;
  height: 21px;
  object-fit: contain;
  width: 21px;
}

.pl-container .levels__title,
.pl-container .levels__offer-link,
.pl-container .levels__card-title,
.pl-container .levels__card-description,
.pl-container .levels__metric dt,
.pl-container .levels__metric dd,
.pl-container .levels__benefits span {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.bonuses {
  border: 1px solid #efefef;
  border-radius: 16px;
  display: grid;
  gap: 48px;
  grid-template-columns: 373px minmax(0, 1fr);
  padding: 16px;
}

.bonuses__picture {
  display: block;
  height: 185px;
}

.pl-container .bonuses__image {
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bonuses__content {
  align-self: center;
  min-width: 0;
}

.bonuses__title {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
}

.bonuses__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin-top: 24px;
}

.bonuses__item {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr) 28px;
}

.bonuses__number {
  align-items: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.bonuses__link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.pl-container .bonuses__reward {
  height: 20px;
  width: 28px;
}

.bonuses__title,
.bonuses__number,
.bonuses__link {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.faq__header {
  display: grid;
  gap: 16px;
  grid-template-columns: 5fr 8fr;
}

.faq__title {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
}

.faq__subtitle {
  color: rgb(0 0 0 / 40%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  max-width: 360px;
  max-width: 322px;
}

.faq__list {
  border: 1px solid #efefef;
  border-radius: 16px;
  margin-top: 32px;
  padding-inline: 16px;
}

.faq__item + .faq__item {
  border-top: 1px solid #efefef;
}

.faq__item-title {
  font-family: "Pragmatica", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.faq__item-title:hover .faq__trigger {
  color: #e33a00;
}

.faq__trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: "Pragmatica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 16px;
  justify-content: space-between;
  letter-spacing: normal;
  line-height: 1;
  padding-block: 16px;
  text-align: left;
  text-transform: none;
  width: 100%;
  transition: 0.3s;
}

.faq__chevron,
.faq__more-chevron {
  border-bottom: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  flex: 0 0 8px;
  height: 8px;
  margin-inline: 4px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 300ms ease;
  width: 8px;
}

.faq__trigger[aria-expanded="true"] .faq__chevron {
  transform: rotate(225deg);
}

.faq__panel {
  color: rgb(0 0 0 / 50%);
  display: grid;
  font-size: 14px;
  font-weight: 500;
  grid-template-rows: 0fr;
  line-height: 1;
  opacity: 0;
  padding: 0 32px 0 0;
  transition:
    grid-template-rows 300ms ease,
    opacity 300ms ease,
    padding-bottom 300ms ease,
    visibility 0s linear 300ms;
  visibility: hidden;
}

.faq__panel > * {
  overflow: hidden;
}

.faq__item.is-open .faq__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-bottom: 16px;
  transition-delay: 0s;
  visibility: visible;
}

.faq__item[hidden],
.faq__panel[hidden],
.faq__more[hidden] {
  display: none;
}

.faq__more {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  gap: 16px;
  justify-content: center;
  line-height: 1;
  padding-block: 18px;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .faq__chevron,
  .faq__more-chevron,
  .faq__panel {
    transition-duration: 0.01ms;
  }
}

.faq__title,
.faq__subtitle,
.faq__trigger,
.faq__panel,
.faq__more {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

@media (min-width: 769px) and (max-width: 950px) {
  .bonuses {
    gap: 24px;
    grid-template-columns: minmax(280px, 373px) minmax(0, 1fr);
  }

  .bonuses__title {
    font-size: clamp(24px, 3.4vw, 32px);
  }

  .bonuses__link {
    font-size: 14px;
  }

  .levels__title,
  .levels__card-title {
    font-size: clamp(26px, 3.4vw, 32px);
  }

  .levels__card {
    padding: 20px 12px;
  }

  .levels__intro {
    gap: 12px;
  }

  .levels__card-description {
    font-size: clamp(12px, 1.47vw, 14px);
  }

  .levels__metrics {
    gap: 18px 12px;
    margin-top: 24px;
  }

  .levels__metric {
    gap: 8px;
  }

  .levels__metric dt,
  .levels__benefits li {
    font-size: clamp(10px, 1.26vw, 12px);
  }

  .levels__metric dd {
    font-size: clamp(16px, 2.1vw, 20px);
  }

  .levels__benefits {
    gap: 12px;
  }

  .levels__benefits li {
    gap: 6px;
  }

  .pl-container .levels__benefits img {
    flex-basis: 20px;
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 768px) {
  .pl-container {
    padding-top: 16px;
    gap: 24px;
  }

  .hero {
    max-height: 100%;
  }

  .hero__bg, .hero__banner {
    display: none;
  }

  .hero__bg--mob {
    display: block;
  }

  .brands {
    gap: 16px;
    justify-content: flex-start;
    margin-inline: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px !important;
    scrollbar-width: none;
    width: calc(100% + 32px);
  }

  .brands::-webkit-scrollbar {
    display: none;
  }

  .brands__item {
    flex-shrink: 0;
  }

  .brands__item--restore {
    order: 1;
  }

  .brands__item--galaxystore {
    order: 2;
  }

  .brands__item--mirkubikov {
    order: 3;
  }

  .brands__item--hiker {
    order: 4;
  }

  .brands__item--uno50 {
    order: 5;
  }

  .brands__item--amazingred {
    order: 6;
  }

  .brands__item--streetbeat {
    order: 7;
  }

  .privilegies {
    align-content: start;
    background: #f8f8f8;
    display: grid;
    grid-template-columns: 152px minmax(0, 1fr);
    grid-template-rows: 114px max-content max-content;
    height: auto;
    min-height: 414px;
    padding: 12px;
  }

  .privilegies__picture {
    background: #f3f3f3;
    border-radius: 8px;
    grid-column: 1;
    grid-row: 1;
    height: 114px;
    overflow: hidden;
    width: 152px;
  }

  .pl-container .privilegies__image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .privilegies__content {
    display: contents;
  }

  .privilegies__header {
    display: flex;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1;
    margin-left: 16px;
  }

  .privilegies__title {
    margin-top: 12px;
  }

  .privilegies__subtitle {
    font-size: 14px;
    margin-top: 12px;
  }

  .privilegies__eyebrow,
  .privilegies__title,
  .privilegies__subtitle,
  .privilegies__list-title,
  .privilegies__list-item > span:last-child {
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .privilegies__list {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 16px;
  }

  .privilegies__list-title {
    font-size: 20px;
    font-weight: 500;
  }

  .privilegies__list-wrapper {
    gap: 12px;
    margin-top: 16px;
  }

  .privilegies__list-item {
    font-size: 12px;
    font-weight: 400;
  }

  .privilegies__list-item br {
    display: none;
  }

  .privilegies__actions {
    gap: 4px;
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 24px;
    width: 100%;
  }

  .privilegies__link {
    height: 28px;
  }

  .first-purchase {
    display: flex;
    flex-direction: column;
    gap: 19px;
  }

  .first-purchase__section-title {
    display: block;
    font-family: "Pragmatica", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .first-purchase__card {
    align-items: stretch;
    background: #f8f8f8;
    display: grid;
    gap: 0 20px;
    grid-template-columns: 125px minmax(0, 1fr);
    grid-template-rows: 82px 42px;
    height: 172px;
    padding: 12px;
    row-gap: 24px;
  }

  .first-purchase__visual {
    flex-basis: auto;
    grid-column: 1;
    grid-row: 1;
    height: 66px;
    width: 125px;
  }

  .pl-container .first-purchase__image {
    height: 130px;
    left: 50%;
    top: calc(50% + 5.88px);
    transform: translate(-50%, -50%);
    width: 140px;
  }

  .first-purchase__content {
    gap: 16px;
    grid-column: 2;
    grid-row: 1;
    height: 82px;
  }

  .first-purchase__title-row {
    display: block;
    height: auto;
    padding: 0;
  }

  .pl-container .first-purchase__title {
    font-family: "Pragmatica", Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
  }

  .pl-container .first-purchase__arrow {
    display: none;
    margin-top: 0;
  }

  .first-purchase__description {
    color: rgb(0 0 0 / 50%);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
  }

  .first-purchase__title,
  .first-purchase__description,
  .first-purchase__button {
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .first-purchase__button {
    align-items: center;
    background: #000;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    grid-column: 1 / -1;
    grid-row: 2;
    height: 42px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
  }

  .explanation {
    min-height: 270px;
    padding: 16px;
  }

  .pl-container .explanation__title {
    font-family: "Pragmatica", Arial, sans-serif;
    font-size: 20px;
  }

  .explanation__list {
    gap: 24px;
    margin-top: 32px;
  }

  .explanation__item {
    align-items: center;
    gap: 8px;
  }

  .explanation__content {
    gap: 8px;
  }

  .explanation__item-title {
    font-size: 14px;
  }

  .explanation__description {
    font-size: 12px;
    font-weight: 400;
  }

  .levels__header--desktop {
    display: none;
  }

  .levels__header--mobile {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .levels__mobile-title {
    font-family: "Pragmatica", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
  }

  .levels__mobile-subtitle {
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .levels__tabs {
    background: #efefef;
    border-radius: 16px;
    display: flex;
    gap: 4px;
    padding: 4px;
    width: 100%;
  }

  .levels__tab {
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: #6e6e6e;
    cursor: pointer;
    flex: 1 1 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    min-width: 0;
    padding: 10px 4px;
    transition: background-color 200ms ease, color 200ms ease;
  }

  .levels__tab[aria-selected="true"] {
    background: #fff;
  }

  .levels__tab[aria-selected="true"][data-level="interest"] {
    color: #5e922d;
  }

  .levels__tab[aria-selected="true"][data-level="match"] {
    color: #e33a00;
  }

  .levels__tab[aria-selected="true"][data-level="attraction"] {
    color: #2842bc;
  }

  .levels__cards {
    display: block;
    margin-top: -8px;
  }

  .levels__card {
    display: none;
    height: 310px;
    justify-content: flex-start;
    gap: 24px;
    min-height: 0;
    padding: 16px;
  }

  .levels__card.is-active {
    display: flex;
  }

  .levels__card-title,
  .levels__desktop-text {
    display: none;
  }

  .levels__mobile-text,
  .levels__mobile-offer {
    display: inline;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .levels__card-description {
    font-size: 20px;
  }

  .levels__metrics {
    grid-gap: 30px;
    margin-top: 0;
  }

  .levels__metric:nth-child(3) dt,
  .levels__metric:nth-child(4) dt {
    min-height: 0;
  }

  .levels__metric dd {
    font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
    font-size: 24px;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .levels__benefits {
    gap: 8px;
    margin-top: 0;
  }

  .levels__benefits li {
    gap: 8px;
  }

  .pl-container .levels__benefits img {
    flex-basis: 16px;
    height: 16px;
    width: 16px;
  }

  .levels__mobile-offer {
    display: block;
    color: rgb(255 255 255 / 50%) !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-top: auto;
    text-decoration: underline;
    text-underline-position: from-font;
  }

  .levels__mobile-title,
  .levels__mobile-subtitle,
  .levels__tab,
  .levels__mobile-offer {
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }

  .bonuses {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }

  .bonuses__picture {
    height: auto;
  }

  .pl-container .bonuses__image {
    aspect-ratio: 676 / 239;
  }

  .bonuses__content {
    align-self: stretch;
  }

  .bonuses__list {
    gap: 16px;
    margin-top: 24px;
  }

  .bonuses__item {
    gap: 8px;
    grid-template-columns: 24px minmax(0, 1fr) 28px;
  }

  .bonuses__number {
    font-size: 14px;
    height: 24px;
    width: 24px;
  }

  .bonuses__link {
    font-size: 14px;
  }

  .faq__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .pl-container .faq__title {
    font-family: "Pragmatica", Arial, sans-serif;
    font-size: 20px;
  }

  .faq__subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .faq__list {
    margin-top: 16px;
  }

  .faq__trigger {
    font-size: 14px;
    line-height: 1;
  }

  .faq__panel {
    font-size: 14px;
    padding-right: 0;
  }

  .faq__more:not([hidden]) {
    display: flex;
  }

  .faq__item-title:hover .faq__trigger {
    color: black;
  }

  .levels__card {
    cursor: default;
  }
}

.ego-levels-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 32px;
  position: fixed;
  z-index: 10000;
}

.ego-levels-modal[hidden] {
  display: none;
}

.ego-levels-modal__content {
  background: #fff;
  border-radius: 8px;
  max-height: calc(100vh - 64px);
  max-width: 1440px;
  overflow: auto;
  padding: 40px;
  position: relative;
  width: 100%;
}

.ego-levels-modal__title {
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 0.9;
  margin: 0 50px 40px 0;
  text-transform: none;
}

.ego-levels-modal__close {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 38px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 32px;
}

.ego-levels-table {
  font-family: Pragmatica, Arial, sans-serif;
}

.ego-levels-table__row {
  display: grid;
  gap: 7px;
  grid-template-columns: 240px repeat(3, minmax(0, 1fr));
}

.ego-levels-table__row--header {
  margin-bottom: 4px;
}

.ego-levels-table__label,
.ego-levels-table__value,
.ego-levels-table__level {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 53px;
  padding: 16px 24px;
}

.ego-levels-table__level {
  align-items: flex-start;
  border-radius: 8px;
  color: #fff;
  font-family: "Pragmatica Extended", "Pragmatica", Arial, sans-serif;
  font-size: 30px;
  letter-spacing: normal;
  min-height: 174px;
  padding: 12px;
  text-transform: none;
}

.ego-levels-table__level--interest {
  background: linear-gradient(180deg, #9dd03f, #5e922d);
}

.ego-levels-table__level--match {
  background: linear-gradient(180deg, #f19c1c, #e33a00);
}

.ego-levels-table__level--attraction {
  background: linear-gradient(180deg, #288dde, #2842bc);
}

.ego-levels-table__value {
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ego-levels-table__value.is-column-hovered {
  background: #efefef;
}

.ego-levels-table__value.is-hovered:nth-child(2) {
  background: #5e922d;
  color: #fff;
}

.ego-levels-table__value.is-hovered:nth-child(3) {
  background: #e33a00;
  color: #fff;
}

.ego-levels-table__value.is-hovered:nth-child(4) {
  background: #2842bc;
  color: #fff;
}

.ego-levels-table__check {
  font-size: 24px;
}

@media (max-width: 1023px) {
  .ego-levels-modal {
    display: none;
  }
}
