#main article#buy {
  width: 72rem;
  max-width: calc(100vw - 3rem);
}

#main article#docs {
  box-sizing: border-box;
  width: calc(100% - 2rem);
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

#main article#pricing {
  box-sizing: border-box;
  width: calc(100% - 2rem);
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

#main article#about {
  box-sizing: border-box;
  width: calc(100% - 2rem);
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

#main article#company {
  width: 72rem;
  max-width: calc(100vw - 3rem);
}

.product-page {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}

.product-page__eyebrow {
  margin: 0;
  color: #5b7a34;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.product-page__title {
  margin: 0;
  color: #1b1f22;
  font-size: clamp(1.8rem, 2.9vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: 0.02rem;
  text-transform: none;
}

.product-page__lead {
  margin: 0;
  color: #262620;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.72;
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: 1.5rem;
  align-items: start;
}

.product-feature--reverse {
  grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
}

.product-feature--reverse .product-shot {
  order: 0;
}

.product-feature--reverse .product-feature__copy {
  order: 1;
}

.product-feature__copy {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}

.product-proof-grid,
.product-card-grid,
.product-case-grid,
.product-compare-grid,
.product-gallery {
  width: 100%;
  min-width: 0;
  align-items: start;
}

.product-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: max-content;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.product-proof-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(119, 128, 86, 0.18);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(229, 236, 212, 0.88), rgba(255, 251, 242, 0.96));
  box-shadow: 0 18px 48px rgba(50, 48, 34, 0.06);
}

.product-proof-card strong {
  color: #1b1f22;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

.product-proof-card span {
  color: rgba(52, 50, 39, 0.78);
  line-height: 1.6;
}

.product-shot {
  position: relative;
  min-width: 0;
  align-self: start;
  margin: 0;
  padding: 3.25rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 242, 230, 0.94));
  box-shadow:
    0 20px 60px rgba(43, 40, 27, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  overflow: hidden;
  cursor: zoom-in;
}

.product-shot::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.65rem;
  height: 0.6rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 0.3rem center, rgba(255, 107, 107, 0.95) 0 0.22rem, transparent 0.24rem),
    radial-gradient(circle at 1.32rem center, rgba(245, 200, 75, 0.95) 0 0.22rem, transparent 0.24rem),
    radial-gradient(circle at 2.34rem center, rgba(87, 204, 153, 0.95) 0 0.22rem, transparent 0.24rem);
}

.product-shot::after {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: 4.35rem;
  right: 1rem;
  height: 1px;
  background: rgba(27, 31, 34, 0.08);
}

.product-shot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.9rem;
  border: 1px solid rgba(27, 31, 34, 0.06);
  box-shadow: 0 16px 32px rgba(27, 31, 34, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-shot:hover img {
  transform: scale(1.03);
  box-shadow: 0 22px 48px rgba(27, 31, 34, 0.14);
}

.product-shot--wide {
  margin-top: 1.1rem;
}

.product-hero .product-shot--wide,
.product-feature--contracts + .product-feature--contracts,
.product-practice-list,
.product-table-wrapper {
  margin-top: 1.1rem;
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: max-content;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.product-card-grid--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.product-card,
.product-case,
.product-compare-card {
  min-width: 0;
  align-self: start;
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(126, 121, 95, 0.16);
  border-radius: 1rem;
  background: rgba(255, 251, 242, 0.92);
}

.product-card h4,
.product-case h4,
.product-compare-card h4,
.product-note h4 {
  margin: 0 0 0.55rem;
  color: #1b1f22;
  font-size: 0.98rem;
  letter-spacing: 0.01rem;
  text-transform: none;
}

.product-card p,
.product-case p,
.product-compare-card p,
.product-note p,
.product-proof__note {
  margin: 0;
  color: rgba(64, 59, 43, 0.78);
  line-height: 1.65;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.product-stack {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.product-note {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(120, 145, 78, 0.2);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(235, 241, 219, 0.92), rgba(255, 251, 243, 0.96));
}

.product-compare-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.product-compare-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-compare-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-compare-card {
  background: rgba(27, 31, 34, 0.025);
}

.product-compare-card--muted {
  background: rgba(27, 31, 34, 0.04);
}

.product-compare-card--accent {
  border-color: rgba(120, 145, 78, 0.22);
  background: linear-gradient(180deg, rgba(225, 236, 202, 0.96), rgba(255, 251, 242, 0.98));
}

.product-list {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(27, 31, 34, 0.76);
  line-height: 1.65;
}

.product-list li + li {
  margin-top: 0.45rem;
}

.product-quote {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid rgba(116, 140, 74, 0.6);
  background: linear-gradient(180deg, rgba(245, 242, 227, 0.92), rgba(255, 251, 242, 0.98));
  color: #1b1f22;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.product-trust {
  background: linear-gradient(180deg, rgba(239, 244, 226, 0.94), rgba(255, 251, 242, 0.98));
}

.product-proof {
  display: grid;
  gap: 1rem;
}

.product-proof-banner {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem 1.4rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #5b7231, #8ba44f);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(91, 114, 49, 0.24);
}

.product-proof-banner strong {
  color: #1b1f22;
  font-size: clamp(1.5rem, 3.7vw, 2.6rem);
  line-height: 0.95;
  letter-spacing: 0.03rem;
}

.product-proof-banner span {
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
}

.product-proof__note {
  font-size: 0.92rem;
}

.about-registers-shot {
  margin: 0.2rem 0 0;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 242, 230, 0.94));
  box-shadow:
    0 20px 60px rgba(43, 40, 27, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  overflow: visible;
}

.about-registers-shot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0.9rem;
  border: 1px solid rgba(27, 31, 34, 0.06);
  box-shadow: 0 16px 32px rgba(27, 31, 34, 0.08);
}

.about-compact-block {
  padding: 1.5rem 1.75rem;
  min-height: 0;
  height: auto;
}

.about-compact-text {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}

.about-compact-text .docs-block__title,
.about-compact-text .docs-block__text {
  margin: 0;
}

.about-registers-block {
  display: grid;
  min-height: 0;
  height: auto;
  gap: 1rem;
}

.about-registers-list {
  margin: 0;
  color: rgba(64, 59, 43, 0.82);
  line-height: 1.65;
}

.about-roles-list {
  display: grid;
  gap: 0.9rem;
  padding-left: 0;
  list-style: none;
}

.about-roles-list li {
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(126, 121, 95, 0.16);
  border-radius: 1rem;
  background: rgba(255, 251, 242, 0.92);
  color: rgba(64, 59, 43, 0.82);
  line-height: 1.65;
}

.about-roles-list strong {
  color: #1b1f22;
}

.product-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.product-case {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.product-case::before {
  content: "";
  flex: 0 0 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d8f3e, #b0c66f);
}

.product-table-wrapper {
  border: 1px solid rgba(128, 122, 95, 0.16);
  border-radius: 1rem;
  background: rgba(255, 250, 244, 0.98);
  box-shadow: 0 14px 36px rgba(50, 46, 31, 0.05);
  overflow-x: auto;
  overflow-y: hidden;
}

.product-comparison-table {
  margin: 0;
  width: 100%;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #1b1f22;
}

.product-comparison-table--three {
  table-layout: fixed;
}

.product-comparison-table thead {
  border-bottom: 0;
}

.product-comparison-table thead th {
  padding: 0.95rem 1rem;
  color: #1b1f22;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: none;
  background: rgba(247, 242, 230, 0.96);
  border-bottom: 1px solid rgba(128, 122, 95, 0.14);
}

.product-comparison-table tbody tr {
  border: 0;
}

.product-comparison-table tbody tr:nth-child(2n + 1) {
  background: transparent;
}

.product-comparison-table td {
  padding: 0.95rem 1rem;
  color: rgba(58, 53, 39, 0.82);
  line-height: 1.6;
  border-top: 1px solid rgba(128, 122, 95, 0.12);
  background: rgba(255, 252, 246, 0.98);
}

.product-comparison-table--three th,
.product-comparison-table--three td {
  width: 33.333%;
}

.product-comparison-table th + th,
.product-comparison-table td + td {
  border-left: 1px solid rgba(128, 122, 95, 0.12);
}

.product-comparison-table .is-accent {
  background: linear-gradient(180deg, rgba(227, 236, 200, 0.96), rgba(252, 248, 236, 0.98));
}

.product-comparison-table thead .is-accent {
  position: relative;
  color: #597332;
}

.product-comparison-table thead .is-accent::after {
  content: "Рекомендуем";
  display: inline-flex;
  align-items: center;
  margin-left: 0.55rem;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  background: rgba(109, 143, 62, 0.14);
  color: #597332;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.product-practice-list {
  margin-bottom: 0;
  padding-left: 1.35rem;
  color: rgba(27, 31, 34, 0.8);
  line-height: 1.7;
}

.product-practice-list li + li {
  margin-top: 0.5rem;
}

.product-cta {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.product-actions {
  justify-content: center;
  margin-left: 0;
  margin-bottom: 0;
  gap: 0.55rem;
}

.product-actions li {
  padding-left: 0;
}

.aibix-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  border: 1px solid rgba(27, 31, 34, 0.92);
  border-bottom: 1px solid rgba(27, 31, 34, 0.92);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none !important;
  color: #1b1f22 !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1.25;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  transition:
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.aibix-button:hover,
.aibix-button:focus-visible {
  box-shadow: none;
  text-decoration: none;
}

.aibix-button:focus-visible {
  outline: 2px solid rgba(27, 31, 34, 0.22);
  outline-offset: 3px;
}

#main article a.aibix-button {
  border-color: rgba(27, 31, 34, 0.92);
  border-bottom-color: rgba(27, 31, 34, 0.92);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.aibix-button--secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(27, 31, 34, 0.92);
  border-bottom-color: rgba(27, 31, 34, 0.92);
  color: #1b1f22 !important;
}

.aibix-button--secondary:hover,
.aibix-button--secondary:focus-visible {
  background: rgba(27, 31, 34, 0.08);
  border-color: #1b1f22;
  border-bottom-color: #1b1f22;
  color: #1b1f22 !important;
}

#main article a.aibix-button--secondary:hover,
#main article a.aibix-button--secondary:focus-visible,
#main article a.aibix-button--secondary:active {
  border-bottom-color: #1b1f22;
  border-bottom-style: solid;
}

.aibix-button--primary {
  background: #1b1f22;
  border-color: #1b1f22;
  border-bottom-color: #1b1f22;
  color: #ffffff !important;
}

.aibix-button--primary:hover,
.aibix-button--primary:focus-visible {
  background: #2a3034;
  border-color: #2a3034;
  border-bottom-color: #2a3034;
  color: #ffffff !important;
}

#main article a.aibix-button--primary:hover,
#main article a.aibix-button--primary:focus-visible,
#main article a.aibix-button--primary:active {
  border-bottom-color: #2a3034;
  border-bottom-style: solid;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(7, 12, 18, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.product-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.product-lightbox__viewport {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-lightbox__image {
  display: block;
  max-width: 96vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.product-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0.15rem 0.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.product-lightbox__close:hover,
.product-lightbox__close:focus-visible {
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
}

.cookie-notice {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-notice__body {
  width: min(62rem, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem 1.4rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(171, 156, 119, 0.35);
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 239, 0.96), rgba(245, 250, 240, 0.96));
  box-shadow: 0 16px 40px rgba(48, 46, 34, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: auto;
}

.cookie-notice__text {
  margin: 0;
  color: #3a3d33;
  font-size: 0.92rem;
  line-height: 1.6;
}

.cookie-notice__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.cookie-notice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  min-height: 2.9rem;
  padding: 0.75rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: #87964e;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
  box-shadow: 0 10px 24px rgba(114, 130, 58, 0.24);
}

.cookie-notice__button:hover,
.cookie-notice__button:focus-visible {
  background: #748341;
  box-shadow: 0 12px 30px rgba(114, 130, 58, 0.3);
  transform: translateY(-1px);
}

.cookie-notice__button:focus-visible,
.cookie-notice__link:focus-visible {
  outline: 2px solid rgba(135, 150, 78, 0.55);
  outline-offset: 3px;
}

.cookie-notice__link {
  color: #5f6d36;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.cookie-notice__link:hover,
.cookie-notice__link:focus-visible {
  color: #4d5a28;
}

#buy-flow {
  margin-top: 2rem;
  width: 100%;
}

#docs-flow {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#contacts-flow {
  margin-top: 1.5rem;
  width: 100%;
}

.company-page {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}

.company-page__lead {
  margin: 0;
  color: #1b1f22;
  font-size: 1.02rem;
  line-height: 1.7;
}

.company-kv {
  display: grid;
  gap: 0.8rem;
  margin: 1.1rem 0 0;
}

.company-kv--compact {
  margin-top: 0;
}

.company-kv__row {
  display: grid;
  grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
  gap: 0.75rem 1.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(27, 31, 34, 0.1);
}

.company-kv__row:first-child {
  padding-top: 0;
  border-top: 0;
}

.company-kv dt,
.company-kv dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.company-kv dt {
  color: rgba(27, 31, 34, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.company-kv dd {
  color: #1b1f22;
  line-height: 1.6;
}

.company-kv dd a {
  color: #1b1f22;
  border-bottom-color: rgba(27, 31, 34, 0.28);
}

.company-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.1rem;
}

.company-panel {
  min-width: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(27, 31, 34, 0.1);
  border-radius: 0.95rem;
  background: rgba(27, 31, 34, 0.03);
}

.company-panel__title {
  margin: 0 0 0.8rem;
  color: #1b1f22;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: none;
}

.company-activity {
  display: grid;
  gap: 0.9rem;
}

.company-activity__group-title {
  margin: 0;
  color: #1b1f22;
  font-weight: 700;
}

.company-activity__list {
  margin: 0;
  padding-left: 1.25rem;
  color: rgba(27, 31, 34, 0.76);
  line-height: 1.65;
}

.company-activity__list li + li {
  margin-top: 0.45rem;
}

.docs-flow {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  justify-items: stretch;
}

.docs-block,
.docs-state {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 1.5rem;
  border: 1px solid rgba(27, 31, 34, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: #1b1f22;
  margin: 0 auto;
  overflow: hidden;
}

.docs-state--error {
  border-color: rgba(181, 60, 58, 0.22);
  background: rgba(181, 60, 58, 0.06);
}

.docs-block__header {
  display: grid;
  gap: 0.5rem;
}

.docs-block__title,
.docs-state__title {
  margin: 0;
  color: #1b1f22;
  font-size: 1.05rem;
  letter-spacing: 0.04rem;
  text-transform: none;
}

.docs-block__text,
.docs-state__text,
.docs-empty {
  margin: 0;
  color: rgba(27, 31, 34, 0.74);
  line-height: 1.6;
}

.docs-subsections {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.docs-subsection {
  border: 1px solid rgba(27, 31, 34, 0.14);
  border-radius: 0.95rem;
  background: rgba(27, 31, 34, 0.02);
  overflow: hidden;
}

.docs-subsection[open] {
  background: rgba(27, 31, 34, 0.035);
}

.docs-subsection__summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  font-weight: 700;
  color: #1b1f22;
}

.docs-subsection__summary::-webkit-details-marker {
  display: none;
}

.docs-subsection__body {
  padding: 0 1.1rem 1rem;
}

.docs-doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.docs-doc-list__item {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(27, 31, 34, 0.1);
}

.docs-doc-list__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.docs-doc-list__link {
  color: #1b1f22;
  font-weight: 600;
  border-bottom-color: rgba(27, 31, 34, 0.28);
}

.docs-doc-list__meta {
  color: rgba(27, 31, 34, 0.64);
  font-size: 0.9rem;
}

.docs-doc-list__meta--secondary {
  color: rgba(27, 31, 34, 0.56);
}

.docs-section-state {
  display: grid;
  gap: 0.7rem;
}

.docs-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.docs-links__item {
  min-width: 0;
}

.docs-pricing-state {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(27, 31, 34, 0.1);
  border-radius: 0.95rem;
  background: rgba(27, 31, 34, 0.03);
}

.docs-pricing-state--loading {
  background: rgba(27, 31, 34, 0.04);
}

.docs-pricing-state--error {
  border-color: rgba(181, 60, 58, 0.22);
  background: rgba(181, 60, 58, 0.06);
}

.docs-pricing-state__title {
  margin: 0;
  color: #1b1f22;
  font-weight: 700;
}

.docs-pricing-state__text {
  margin: 0.55rem 0 0;
  color: rgba(27, 31, 34, 0.74);
  line-height: 1.6;
}

.docs-pricing-table-wrap {
  margin-top: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(27, 31, 34, 0.12);
  border-radius: 0.95rem;
  background: #ffffff;
}

.docs-pricing-table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.docs-pricing-explainer {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 1.25rem;
}

.docs-pricing-explainer--markdown > :first-child {
  margin-top: 0;
}

.docs-pricing-explainer--markdown > :last-child {
  margin-bottom: 0;
}

.docs-pricing-explainer__title {
  margin: 0;
  color: #1b1f22;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: none;
}

.docs-pricing-explainer__section {
  display: grid;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(27, 31, 34, 0.1);
}

.docs-pricing-explainer__section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.docs-pricing-explainer__heading {
  margin: 0;
  color: #1b1f22;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02rem;
}

.docs-pricing-explainer__heading--markdown {
  margin-top: 0.35rem;
}

.docs-pricing-explainer__paragraph,
.docs-pricing-explainer__lead {
  margin: 0;
  color: rgba(27, 31, 34, 0.76);
  line-height: 1.7;
}

.docs-pricing-explainer__lead {
  font-weight: 600;
  color: #1b1f22;
}

.docs-pricing-explainer__list {
  margin: 0;
  padding-left: 1.35rem;
  color: rgba(27, 31, 34, 0.76);
  line-height: 1.7;
}

.docs-pricing-explainer__list li + li {
  margin-top: 0.4rem;
}

.docs-pricing-explainer__list strong {
  color: #1b1f22;
}

.docs-pricing-table thead th {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(27, 31, 34, 0.12);
  color: rgba(27, 31, 34, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  background: rgba(27, 31, 34, 0.03);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.docs-pricing-table tbody th {
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(27, 31, 34, 0.08);
  color: #1b1f22;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  background: rgba(27, 31, 34, 0.03);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.docs-pricing-table tbody td {
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(27, 31, 34, 0.08);
  color: #1b1f22;
  line-height: 1.5;
  vertical-align: top;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.docs-pricing-table tbody tr:first-child td {
  border-top: 0;
}

.docs-pricing-table tbody tr:first-child th {
  border-top: 0;
}

.docs-pricing-table__feature {
  width: 11.5rem;
  min-width: 11.5rem;
}

.docs-pricing-table__plan-column {
  width: 15rem;
  min-width: 15rem;
}

.docs-pricing-table__plan-heading {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.docs-pricing-table__plan-name {
  color: #1b1f22;
  font-weight: 700;
  font-size: 0.94rem;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0.01rem;
}

.docs-pricing-table__plan-description {
  color: rgba(27, 31, 34, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}

.docs-pricing-table__price-amount {
  font-weight: 700;
}

.docs-pricing-table__price-suffix {
  margin-top: 0.15rem;
  color: rgba(27, 31, 34, 0.7);
  font-size: 0.84rem;
  line-height: 1.35;
}

.docs-pricing-table__price-note {
  margin-top: 0.2rem;
  color: rgba(27, 31, 34, 0.68);
  font-size: 0.82rem;
  line-height: 1.35;
}

.docs-commercial-operations {
  display: grid;
  gap: 0.9rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 1.25rem;
}

.docs-commercial-operations__header {
  display: grid;
  gap: 0.45rem;
}

.docs-commercial-operations__title {
  margin: 0;
  color: #1b1f22;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: none;
}

.docs-operations-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(27, 31, 34, 0.12);
  border-radius: 0.95rem;
  background: #ffffff;
}

.docs-operations-table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.docs-operations-table thead th {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(27, 31, 34, 0.12);
  color: rgba(27, 31, 34, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  background: rgba(27, 31, 34, 0.03);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.docs-operations-table tbody th {
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(27, 31, 34, 0.08);
  color: #1b1f22;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  background: rgba(27, 31, 34, 0.03);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.docs-operations-table tbody td {
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(27, 31, 34, 0.08);
  color: #1b1f22;
  line-height: 1.5;
  vertical-align: top;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.docs-operations-table tbody tr:first-child td {
  border-top: 0;
}

.docs-operations-table tbody tr:first-child th {
  border-top: 0;
}

.docs-operations-table__feature {
  width: 11.5rem;
  min-width: 11.5rem;
}

.docs-operations-table__operation-column {
  width: 15rem;
  min-width: 15rem;
}

.docs-operations-table__operation-heading {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.docs-operations-table__operation-name {
  color: #1b1f22;
  font-weight: 700;
  font-size: 0.94rem;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0.01rem;
}

.docs-operations-table__operation-description {
  color: rgba(27, 31, 34, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}

.docs-operations-table__conditions {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(27, 31, 34, 0.76);
  line-height: 1.6;
}

.docs-operations-table__conditions li + li {
  margin-top: 0.35rem;
}

.docs-operations-table__muted {
  color: rgba(27, 31, 34, 0.62);
}

.buy-flow {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.buy-step {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  border: 1px solid rgba(27, 31, 34, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: #1b1f22;
  overflow: hidden;
}

.buy-step--progressive {
  box-shadow: 0 10px 28px rgba(27, 31, 34, 0.06);
}

.buy-step__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.buy-step__index {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1b1f22;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.buy-step__title {
  margin: 0;
  color: #1b1f22;
  font-size: 1.05rem;
  letter-spacing: 0.04rem;
  text-transform: none;
}

.buy-step__caption {
  margin: 0.4rem 0 0;
  color: rgba(27, 31, 34, 0.72);
  line-height: 1.6;
}

.buy-plan-links {
  margin-top: 1rem;
}

.buy-plan-links__actions {
  margin-top: 1rem;
}

.buy-plan-groups {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.buy-state {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(27, 31, 34, 0.1);
  border-radius: 0.95rem;
  background: rgba(27, 31, 34, 0.03);
}

.buy-state--loading {
  background: rgba(27, 31, 34, 0.04);
}

.buy-state--error {
  border-color: rgba(181, 60, 58, 0.22);
  background: rgba(181, 60, 58, 0.06);
}

.buy-state--empty {
  min-height: 8rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.buy-state__title {
  margin: 0;
  color: #1b1f22;
  font-weight: 700;
}

.buy-state__text {
  margin: 0.55rem 0 0;
  color: rgba(27, 31, 34, 0.74);
  line-height: 1.6;
}

.buy-retry {
  margin-top: 0.85rem;
  min-height: 2.75rem;
  padding: 0 1rem;
  border: 1px solid rgba(27, 31, 34, 0.14);
  border-radius: 0.85rem;
  background: #ffffff;
  color: #1b1f22;
  cursor: pointer;
  font: inherit;
}

.buy-retry:hover {
  border-color: rgba(27, 31, 34, 0.28);
  background: rgba(27, 31, 34, 0.02);
}

.buy-plan-group__label {
  margin: 0 0 0.65rem;
  color: rgba(27, 31, 34, 0.68);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.buy-plan-grid {
  display: grid;
  gap: 0.9rem;
  width: 100%;
}

.buy-plan-grid--single {
  grid-template-columns: 1fr;
}

.buy-plan-card {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(27, 31, 34, 0.14);
  border-radius: 0.95rem;
  background: #ffffff;
  appearance: none;
  color: #1b1f22;
  cursor: pointer;
  font: inherit;
  line-height: 1.45;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.buy-plan-card:hover {
  border-color: rgba(27, 31, 34, 0.28);
  box-shadow: 0 8px 18px rgba(27, 31, 34, 0.06);
  background: rgba(27, 31, 34, 0.015);
}

.buy-plan-card--selected {
  border-color: #1b1f22;
  box-shadow: 0 0 0 2px rgba(27, 31, 34, 0.08);
}

.buy-plan-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: start;
}

.buy-plan-card__top > div {
  min-width: 0;
}

.buy-plan-card__name,
.buy-plan-card__price,
.buy-summary__value,
.buy-final__title,
.buy-message__title {
  margin: 0;
  color: #1b1f22;
}

.buy-plan-card__name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.04rem;
  word-break: break-word;
}

.buy-plan-card__type,
.buy-summary__label {
  margin: 0.2rem 0 0;
  color: rgba(27, 31, 34, 0.68);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.buy-plan-card__price {
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}

.buy-plan-card__price-main,
.buy-plan-card__price-note {
  display: block;
}

.buy-plan-card__price-note {
  margin-top: 0.12rem;
  color: rgba(27, 31, 34, 0.68);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.buy-plan-card__description,
.buy-message__text,
.buy-final__text {
  margin: 0.85rem 0 0;
  color: rgba(27, 31, 34, 0.76);
  line-height: 1.65;
}

.buy-plan-card__description--compact {
  margin-top: 0.55rem;
  font-size: 0.93rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.buy-plan-card__meta {
  margin: 0.7rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.buy-plan-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  max-width: 100%;
  padding: 0.1rem 0.6rem;
  border-radius: 999px;
  background: rgba(27, 31, 34, 0.06);
  color: rgba(27, 31, 34, 0.76);
  font-size: 0.76rem;
  line-height: 1.2;
  white-space: normal;
  word-break: break-word;
}

.buy-summary {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 0.9rem;
  background: rgba(27, 31, 34, 0.05);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}

.buy-summary--stacked {
  flex-direction: column;
}

.buy-summary__value span,
.buy-summary__price,
.buy-flag {
  color: rgba(27, 31, 34, 0.72);
}

.buy-summary__meta {
  margin: 0.35rem 0 0;
  color: rgba(27, 31, 34, 0.72);
  line-height: 1.5;
}

.buy-summary__value span {
  margin-left: 0.35rem;
}

.buy-summary__price {
  font-weight: 700;
  white-space: nowrap;
}

.buy-summary__flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.buy-flag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(27, 31, 34, 0.08);
  font-size: 0.8rem;
}

.buy-flag--on {
  background: #1b1f22;
  color: #ffffff;
}

.buy-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.buy-duration {
  margin-top: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(27, 31, 34, 0.1);
  border-radius: 0.9rem;
  background: rgba(27, 31, 34, 0.03);
}

.buy-duration__row {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.buy-field--compact {
  min-width: 14rem;
}

#buy-flow .buy-select,
#contacts-flow .buy-select {
  width: 100%;
  height: 3rem;
  padding: 0 2.4rem 0 0.95rem;
  border-radius: 0.85rem;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(27, 31, 34, 0.7) 50%),
    linear-gradient(135deg, rgba(27, 31, 34, 0.7) 50%, transparent 50%);
  background-position:
    calc(100% - 1.1rem) calc(50% - 0.15rem),
    calc(100% - 0.75rem) calc(50% - 0.15rem);
  background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
  background-repeat: no-repeat;
}

#buy-flow .buy-select:disabled,
#contacts-flow .buy-select:disabled {
  opacity: 0.7;
  cursor: default;
}

.buy-duration__total {
  min-width: 12rem;
}

.buy-duration__price {
  margin: 0.25rem 0 0;
  color: #1b1f22;
  font-weight: 700;
  line-height: 1.3;
}

.buy-field {
  display: grid;
  gap: 0.45rem;
}

.buy-field__label {
  color: #1b1f22;
  font-size: 0.85rem;
  font-weight: 700;
}

.buy-required-mark {
  color: #c62828;
  font-weight: 700;
}

#buy-flow input.buy-input,
#download-flow input.buy-input,
#contacts-flow input.buy-input,
#buy-flow textarea.buy-textarea,
#contacts-flow textarea.buy-textarea {
  width: 100%;
  padding: 0 0.95rem;
  border-radius: 0.85rem;
  box-sizing: border-box;
}

#buy-flow input.buy-input,
#download-flow input.buy-input,
#contacts-flow input.buy-input {
  height: 3rem;
}

#contacts-flow input.buy-input--file {
  height: auto;
  padding: 0.75rem 0.95rem;
}

#buy-flow textarea.buy-textarea,
#contacts-flow textarea.buy-textarea {
  min-height: 7.5rem;
  padding: 0.8rem 0.95rem;
  resize: vertical;
}

.buy-field__hint {
  color: rgba(27, 31, 34, 0.68);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}

.buy-check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: rgba(27, 31, 34, 0.72);
}

#buy-flow .buy-check input[type="checkbox"],
#contacts-flow .buy-check input[type="checkbox"] {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  -ms-appearance: auto;
  appearance: auto;
  display: block;
  float: none;
  margin: 0.2rem 0 0;
  opacity: 1;
  width: 1.05rem;
  height: 1.05rem;
  z-index: auto;
  accent-color: #1b1f22;
  flex: 0 0 auto;
  cursor: pointer;
}

.buy-check span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(27, 31, 34, 0.72);
}

.buy-check a {
  color: #1b1f22;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 31, 34, 0.28);
}

.buy-check a:hover {
  border-bottom-color: rgba(27, 31, 34, 0.56);
}

.buy-inline-error {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(181, 60, 58, 0.22);
  border-radius: 0.85rem;
  background: rgba(181, 60, 58, 0.06);
  color: #8f2626;
  line-height: 1.5;
}

.buy-file-list {
  display: grid;
  gap: 0.55rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(27, 31, 34, 0.1);
  border-radius: 0.85rem;
  background: rgba(27, 31, 34, 0.03);
}

.buy-file-list__summary {
  margin: 0;
  color: rgba(27, 31, 34, 0.72);
  line-height: 1.5;
}

.buy-file-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.buy-file-list__item {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: baseline;
}

.buy-file-list__name {
  color: #1b1f22;
  min-width: 0;
  overflow-wrap: anywhere;
}

.buy-file-list__size {
  color: rgba(27, 31, 34, 0.68);
  white-space: nowrap;
}

.buy-action,
.buy-choice {
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid rgba(27, 31, 34, 0.16);
  border-radius: 0.85rem;
  cursor: pointer;
  font: inherit;
}

.buy-choice-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.buy-payment-option {
  display: grid;
  gap: 0.55rem;
}

.buy-choice {
  background: #ffffff;
  color: #1b1f22;
}

.buy-payment-choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0.8rem;
  width: 100%;
  margin: 0 auto;
}

.buy-choice--payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 0 1 20rem;
  width: min(100%, 20rem);
  max-width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 1.25rem;
}

#main article button.buy-choice--payment {
  border-color: rgba(27, 31, 34, 0.92);
  border-bottom-color: rgba(27, 31, 34, 0.92);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  color: #1b1f22 !important;
  font-size: 0.92rem;
  font-weight: 600;
  height: auto;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

#main article button.buy-choice--payment:hover,
#main article button.buy-choice--payment:focus-visible {
  background: rgba(27, 31, 34, 0.08);
  border-color: #1b1f22;
  border-bottom-color: #1b1f22;
}

#main article button.buy-choice--payment:active {
  background: rgba(27, 31, 34, 0.14);
  border-color: #1b1f22;
  border-bottom-color: #1b1f22;
}

#main article button.buy-choice--payment:focus-visible {
  outline: 2px solid rgba(27, 31, 34, 0.22);
  outline-offset: 3px;
}

.buy-choice--payment .buy-choice__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.7rem;
  width: auto;
  max-width: 100%;
}

.buy-choice--payment .buy-choice__text {
  display: inline-block;
  min-width: 0;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: normal;
}

.buy-choice--payment .payment-button-logos {
  margin-left: 0;
  justify-content: center;
  gap: 0.3rem;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
}

.payment-logos--pricing {
  margin-bottom: 1.1rem;
}

.payment-logos--buy-top {
  margin-bottom: 1rem;
}

.payment-logos__label {
  margin: 0;
  color: rgba(27, 31, 34, 0.76);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

.payment-logos__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.payment-logos__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  min-width: 3rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(27, 31, 34, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.82);
  color: #1b1f22;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 31, 34, 0.12);
  box-shadow: none;
}

.payment-logos__item--link:hover,
.payment-logos__item--link:focus-visible {
  border-color: rgba(27, 31, 34, 0.22);
  border-bottom-color: rgba(27, 31, 34, 0.22);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

#main article .payment-logos__item {
  color: #1b1f22;
  text-decoration: none;
  border-bottom-color: rgba(27, 31, 34, 0.12);
  box-shadow: none;
}

#main article .payment-logos__item--link:hover,
#main article .payment-logos__item--link:focus-visible {
  border-bottom-color: rgba(27, 31, 34, 0.22);
  text-decoration: none;
}

.payment-logos__icon {
  display: block;
  width: auto;
  height: 1rem;
  max-width: 4.8rem;
  object-fit: contain;
}

.buy-choice__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem 0.85rem;
  width: 100%;
}

.buy-choice__text {
  display: inline-block;
  min-width: 0;
}

.payment-button-logos {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
  margin-left: auto;
  min-width: 0;
}

.payment-button-logos__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
  padding: 0.18rem 0.35rem;
  border: 1px solid rgba(27, 31, 34, 0.12);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.7);
}

.payment-button-logos .payment-logos__icon {
  height: 0.8rem;
  max-width: 3.5rem;
}

.buy-message,
.buy-final {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.9rem;
}

.buy-message {
  background: rgba(31, 111, 235, 0.08);
  border: 1px solid rgba(31, 111, 235, 0.16);
}

.buy-final {
  background: rgba(27, 31, 34, 0.05);
  border: 1px solid rgba(27, 31, 34, 0.1);
}

.buy-result-grid {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.85rem;
}

.buy-final__actions {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.buy-action--link {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  background: #ffffff;
  color: #1b1f22;
  text-decoration: none;
  border-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .product-feature,
  .product-feature--reverse {
    grid-template-columns: 1fr;
  }

  .product-compare-grid--three {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  #main article#about,
  #main article#buy,
  #main article#docs,
  #main article#pricing,
  #main article#company {
    max-width: calc(100vw - 1rem);
  }

  .buy-step {
    padding: 1rem;
  }

  .buy-plan-card__top,
  .buy-summary,
  .buy-duration__row {
    flex-direction: column;
  }

  .buy-plan-card__top {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .buy-plan-card__price,
  .buy-summary__price {
    white-space: normal;
    text-align: left;
  }

  .payment-logos__label {
    font-size: 0.88rem;
  }

  .payment-logos__item {
    min-height: 1.9rem;
    min-width: 2.8rem;
    padding: 0.3rem 0.56rem;
  }

  .payment-logos__icon {
    height: 0.92rem;
    max-width: 4.1rem;
  }

  .buy-payment-choices {
    flex-direction: column;
    align-items: center;
  }

  .buy-choice--payment {
    flex-basis: auto;
    width: min(100%, 21rem);
  }

  .buy-choice__content {
    gap: 0.45rem 0.6rem;
  }

  .payment-button-logos {
    gap: 0.24rem;
  }

  .payment-button-logos__item {
    min-height: 1.38rem;
    padding: 0.14rem 0.28rem;
  }

  .payment-button-logos .payment-logos__icon {
    height: 0.72rem;
    max-width: 3.1rem;
  }

  .buy-field--compact,
  .buy-duration__total {
    min-width: 0;
    width: 100%;
  }

  .docs-block,
  .docs-state {
    padding: 1rem;
  }

  .company-kv__row,
  .company-columns {
    grid-template-columns: 1fr;
  }

  .product-feature,
  .product-feature--reverse,
  .product-gallery,
  .product-card-grid,
  .product-case-grid,
  .product-compare-grid--two,
  .product-compare-grid--three,
  .product-proof-grid {
    grid-template-columns: 1fr;
  }

  .product-page__title {
    font-size: 1.65rem;
  }

  .product-shot {
    padding: 2.8rem 0.75rem 0.75rem;
  }

  .about-registers-shot {
    padding: 0.65rem;
  }

  .about-compact-block {
    padding: 1.15rem 1rem;
  }

  .product-proof-banner {
    padding: 1.1rem 1rem;
  }

  .product-comparison-table {
    min-width: 40rem;
  }

  .product-comparison-table th,
  .product-comparison-table td {
    padding: 0.8rem 0.75rem;
    font-size: 0.82rem;
  }

  .product-lightbox {
    padding: 1rem;
  }

  .product-lightbox__image {
    max-width: 94vw;
    max-height: 84vh;
  }

  .cookie-notice {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .cookie-notice__body {
    flex-direction: column;
    align-items: stretch;
    padding: 0.95rem 1rem;
  }

  .cookie-notice__actions {
    width: 100%;
    justify-content: space-between;
  }

  .cookie-notice__button {
    width: 100%;
  }

  .company-panel {
    padding: 0.9rem 1rem;
  }

  .docs-pricing-table {
    min-width: 44rem;
  }

  .docs-pricing-table thead th,
  .docs-pricing-table tbody th,
  .docs-pricing-table tbody td,
  .docs-operations-table thead th,
  .docs-operations-table tbody th,
  .docs-operations-table tbody td {
    padding: 0.7rem 0.65rem;
    font-size: 0.8rem;
  }

  .docs-pricing-table__feature {
    width: 9.5rem;
    min-width: 9.5rem;
  }

  .docs-operations-table {
    min-width: 38rem;
  }

  .docs-operations-table__feature {
    width: 9.5rem;
    min-width: 9.5rem;
  }
}
