/*! src: 72a1535e05deccc2271cdad0af174399 */

  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&family=Ubuntu+Sans:wght@400;600;700&display=swap");
  
    :root {
    --tg-text: #212121;
    --tg-border: #d3daec;
    --tg-surface: #f8faff;
    --tg-accent: #ff4d4d;
    --tg-font-body: Roboto, sans-serif;
    --tg-font-display: "Ubuntu Sans", Ubuntu, sans-serif;
  }

	
  .bh-landing-section {
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .bh-landing-section .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 50px;
  }

  .bh-landing-slider-section .content {
    gap: 40px;
  }

  @media (max-width: 991px) {
    .bh-landing-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .bh-landing-section .content {
      gap: 36px;
    }
  }

  @media (max-width: 768px) {
    .bh-landing-section {
      padding-top: 32px;
      padding-bottom: 32px;
    }

    .bh-landing-section .content {
      gap: 24px;
      padding: 0;
      overflow: visible;
    }

    .bh-landing-section .bh-section-header {
      padding: 0 16px;
      width: 100%;
      box-sizing: border-box;
    }

    .bh-landing-section .bh-section-title:not(.bh-faq__title) {
      padding: 0 16px;
    }
  }

  :root {
    /* Брендовые цвета */
    --max-red: #ff4d4d;
    --max-red-light: #ff9191;
    --max-text: #212121;
    --max-text-muted: #4b5563;
    --max-bg-card: #f8faff;
    --max-bg-footnote: #d3daec;
    --max-border: #d3daec;
    --max-border-light: #e8ecf4;
    --max-white: #fff;
    --max-bg-page: #fafafa;
    /* Фон hero (как в telegram), для смены SVG — поменять url */
    --max-hero-bg: url(/wp-content/themes/bothelp.io/assets/images/bg-9.svg);

    /* Типографика */
    --max-font-title: "Ubuntu Sans", sans-serif;
    --max-font-body: Roboto, sans-serif;

    --max-fs-h1: 36px;
    --max-fs-h2: 24px;
    --max-fs-h3: 22px;
    --max-fs-lg: 20px;
    --max-fs-md: 18px;
    --max-fs-sm: 16px;

    --max-lh-tight: 36px;
    --max-lh-h1: 40px;
    --max-lh-h2: 29px;
    --max-lh-h3: 32px;
    --max-lh-md: 28px;
    --max-lh-body: 24px;
    --max-lh-faq: 26px;
    --max-lh-tab: 22px;
  }

  /* Общие стили */
  .max-features-title,
  .max-benefits-title,
  .max-why-title,
  .max-howto-title,
  .max-business-title,
  .max-faq-title {
    color: var(--max-text);
    font-size: var(--max-fs-h1);
    font-family: var(--max-font-title);
    font-weight: 700;
    line-height: var(--max-lh-tight);
    margin: 0;
  }

  .max-benefits-card__title,
  .max-why-card__title,
  .max-howto-step__title,
  .max-business-card__title {
    color: var(--max-text);
    font-size: var(--max-fs-h2);
    font-family: var(--max-font-title);
    font-weight: 700;
    line-height: var(--max-lh-h2);
    margin: 0 0 10px;
  }

  .max-benefits-card__desc,
  .max-why-card__desc,
  .max-howto-step__desc,
  .max-business-card__desc,
  .max-business-cta__desc {
    color: var(--max-text);
    font-size: var(--max-fs-sm);
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: var(--max-lh-body);
    opacity: 0.8;
    margin: 0;
  }

  .max-hero__btn,
  .max-benefits-result__btn,
  .max-howto-footer__btn,
  .max-business-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: var(--max-fs-sm);
    font-family: var(--max-font-body);
    font-weight: 600;
    line-height: var(--max-lh-body);
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .max-hero__btn:hover,
  .max-benefits-result__btn:hover,
  .max-howto-footer__btn:hover,
  .max-business-cta__btn:hover {
    opacity: 0.9;
  }

  .max-badge-red {
    color: var(--max-white);
    background-color: var(--max-red);
    border-radius: 10px;
    padding: 3px 10px;
    font-weight: 600;
    display: inline-block;
  }

  .max-section-features,
  .max-section-benefits,
  .max-section-why {
    padding-top: 50px;
    padding-bottom: 54px;
    background: var(--max-white);
  }

  .max-section-intro {
    padding-top: 50px;
    padding-bottom: 0;
    background: var(--max-white);
  }

  .max-section-howto,
  .max-section-business,
  .max-section-faq {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .max-benefits-card__num,
  .max-howto-step__num {
    width: 48px;
    height: 48px;
    background: conic-gradient(
      from 280deg at 38.7% 41.7%,
      var(--max-red) 0deg,
      var(--max-red-light) 360deg
    );
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--max-white);
    font-size: var(--max-fs-lg);
    font-family: var(--max-font-body);
    font-weight: 700;
    line-height: 28px;
  }

  /* max-hero — шапка страницы */
  .max-hero,
  .max-section-features,
  .max-section-benefits,
  .max-section-why,
  .max-section-howto,
  .max-section-business,
  .max-section-faq,
  .max-section-intro {
    margin-bottom: 0;
  }

  /* max-hero: фон — bg-1.svg (как в telegram), для смены на другой SVG — var(--max-hero-bg) в :root */
  .max-hero.mod--1-red {
    background-image: var(--max-hero-bg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .max-hero .content.mod--main-1 {
    position: relative;
    z-index: 1;
  }

  .max-hero__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  div.max-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    padding-bottom: 32px;
  }

  .max-hero__visual-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .max-hero__phone {
    display: block;
    max-height: 560px;
    min-height: 560px;
    max-width: 250px;
  }

  .max-hero__gradient {
    position: absolute;
    left: -78px;
    bottom: -30px;
    width: 140px;
    height: 140px;
    object-fit: contain;
    pointer-events: none;
  }

  .max-hero__badge {
    display: inline-block;
    padding: 4px 10px;
    background: var(--max-white);
    border-radius: 8px;
    color: var(--max-red);
    font-size: var(--max-fs-md);
    font-family: var(--max-font-title);
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .max-hero__title {
    color: var(--max-white);
    font-size: 60px;
    font-family: var(--max-font-title);
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 0;
    max-width: 729px;
  }

  .max-hero__title-suffix {
    color: var(--max-white);
    font-size: 60px;
    font-family: var(--max-font-title);
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 24px;
    max-width: 729px;
  }

  .max-hero__desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--max-fs-md);
    font-family: var(--max-font-body);
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 15px;
    max-width: 592px;
  }

  .max-hero__sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 32px;
    max-width: 592px;
  }

  .max-hero__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .max-hero__btn--primary {
    min-width: 218px;
    background: var(--max-white);
    color: var(--max-red);
  }

  .max-hero__btn--secondary {
    background: transparent;
    color: var(--max-white);
  }

  .max-hero__btn--secondary::after {
    content: "→";
    margin-left: 8px;
  }

  .max-hero__footer {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }

  /* max-section-features */
  .max-section-features {
    position: relative;
    overflow: hidden;
  }

  .max-section-features--chatbot {
    background-image: url(/wp-content/themes/bothelp.io/assets/images/Polygon-l-1.svg),
      url(/wp-content/themes/bothelp.io/assets/images/Polygon-r-1.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
  }

  .max-section-features--ai {
    background-image: url(/wp-content/themes/bothelp.io/assets/images/Polygon-l-2.svg),
      url(/wp-content/themes/bothelp.io/assets/images/Polygon-r-2.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
  }

  .max-section-features .content {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 64px;
  }

  .max-section-features .max-features-title {
    text-align: center;
  }

  .max-features-footnote {
    width: 100%;
    max-width: 1069px;
    margin: 0;
    padding: 15px;
    background: var(--max-bg-footnote);
    border-radius: 8px;
    letter-spacing: -1px;
    color: var(--max-text);
    font-size: var(--max-fs-md);
    font-family: var(--max-font-title);
    font-weight: 600;
    line-height: var(--max-lh-body);
    text-align: center;
  }

  /* max-section-intro */

  .max-section-intro .content {
    max-width: 1200px;
    margin: 0 auto;
  }

  .max-intro-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--max-border);
  }

  .max-intro-card .max-benefits-card__desc {
    margin: 0;
  }

  /* max-section-benefits */

  .max-section-benefits .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 50px;
  }

  .max-section-benefits .max-benefits-title {
    text-align: center;
  }

  .max-benefits-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    width: 100%;
  }

  .max-benefits-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--max-border);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .max-benefits-card:nth-child(1),
  .max-benefits-card:nth-child(2),
  .max-benefits-card:nth-child(3) {
    grid-column: span 2;
  }

  .max-benefits-card:nth-child(4) {
    grid-column: span 3;
  }

  .max-benefits-result {
    grid-column: span 3;
    padding: 30px;
    background: var(--max-red);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
  }

  .max-benefits-result__title {
    color: var(--max-white);
    font-size: var(--max-fs-h2);
    font-family: var(--max-font-title);
    font-weight: 700;
    line-height: var(--max-lh-h2);
    margin: 0;
  }

  .max-benefits-result__text {
    color: var(--max-white);
    font-size: var(--max-fs-md);
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: var(--max-lh-faq);
    margin: 0;
  }

  .max-benefits-result__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .max-benefits-result__btn--primary {
    background: var(--max-white);
    color: var(--max-red);
  }

  .max-benefits-result__btn--secondary {
    background: transparent;
    color: var(--max-white);
    border: 1px solid var(--max-white);
  }

  /* max-section-why */

  .max-section-why .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 50px;
  }

  .max-section-why .max-why-title {
    text-align: center;
  }

  .max-why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    justify-content: flex-start;
  }

  .max-why-card {
    padding: 30px;
    background: var(--max-bg-card);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    flex: 1 1 calc(33.333% - 8px);
    min-width: 280px;
    max-width: 391px;
  }

  .max-why-card:nth-child(4) {
    flex: 1 1 calc(50% - 6px);
    max-width: 592px;
  }

  .max-why-card:nth-child(5) {
    flex: 1 1 calc(50% - 6px);
    max-width: 596px;
  }

  .max-why-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
  }

  /* max-section-howto */
  .max-section-howto {
    background: var(--max-white);
  }

  .max-section-howto .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
  }

  .max-howto-header {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }

  .max-howto-title {
    line-height: var(--max-lh-h1);
    margin: 0 0 16px;
  }

  .max-howto-subtitle {
    font-size: var(--max-fs-md);
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: var(--max-lh-md);
    color: var(--max-text);
    opacity: 0.8;
    margin: 0;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .max-howto-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 1062px;
  }

  .max-howto-step {
    padding: 30px;
    background: var(--max-bg-card);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 110px;
  }

  .max-howto-step--reverse {
    flex-direction: row-reverse;
  }

  .max-howto-step__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .max-howto-step__header {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .max-howto-step__num {
    flex-shrink: 0;
  }

  .max-howto-step__title {
    margin: 0;
  }

  .max-howto-step__img {
    width: 393px;
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 8px 8px 30px 0 rgba(195, 212, 255, 0.6);
    flex-shrink: 0;
  }

  .max-howto-footer {
    text-align: center;
    margin-top: 32px;
  }

  .max-howto-footer__text {
    font-size: var(--max-fs-sm);
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: var(--max-lh-body);
    color: var(--max-text);
    margin: 0 auto 24px;
    max-width: 491px;
  }

  .max-howto-footer__btn {
    background: var(--max-red);
    color: var(--max-white);
  }

  /* max-section-business */
  .max-section-business {
    background: linear-gradient(
      196deg,
      var(--max-red) 1.62%,
      var(--max-red-light) 92.8%
    );
    position: relative;
    overflow: hidden;
  }

  .max-section-business::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/bothelp.io/assets/images/Polygon-l-3.svg);
    background-repeat: no-repeat;
    background-position: left top;
    pointer-events: none;
  }

  .max-section-business .max-business-title,
  .max-section-business .max-business-subtitle {
    color: var(--max-white);
  }

  .max-section-business .content {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 0;
  }

  .max-business-header {
    width: 100%;
    text-align: center;
    margin-bottom: 64px;
  }

  .max-business-title {
    margin: 0 0 18px;
  }

  .max-business-subtitle {
    font-size: var(--max-fs-md);
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: var(--max-lh-md);
    color: var(--max-text);
    margin: 0;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
  }

  .max-business-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .max-business-card {
    padding: 30px;
    background: var(--max-white);
    border-radius: 20px;
    border: 1px solid var(--max-border-light);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    flex: 1 1 calc(33.333% - 8px);
    min-width: 280px;
    max-width: 391px;
  }

  .max-business-card__icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(
      236deg,
      var(--max-red) 0%,
      var(--max-red-light) 100%
    );
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .max-business-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .max-business-cta {
    width: 100%;
    padding: 30px;
    background: var(--max-white);
    border-radius: 20px;
    border: 1px solid var(--max-border-light);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .max-business-cta__content {
    flex: 1 1 400px;
    min-width: 0;
    order: -1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .max-business-cta__title {
    color: var(--max-red);
    font-size: 48px;
    font-family: var(--max-font-title);
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 10px;
  }

  .max-business-cta__subtitle {
    color: var(--max-text);
    font-size: var(--max-fs-h3);
    font-family: var(--max-font-body);
    font-weight: 600;
    line-height: var(--max-lh-h3);
    margin: 0;
  }

  .max-business-cta__desc {
    max-width: 669px;
  }

  .max-business-cta__btn {
    align-self: flex-start;
    background: var(--max-red);
    color: var(--max-white);
  }

  .max-business-cta__img {
    width: 100%;
    max-width: 390px;
    background-image: url(/wp-content/themes/bothelp.io/assets/images/max-cta-hero.webp);
    background-size: 140%;
    background-position: center;
    background-repeat: no-repeat;
    height: 359px;
  }

  /* max-section-faq */
  .max-section-faq {
    background: var(--max-bg-page);
  }

  .max-section-faq .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
  }

  .max-faq-title {
    text-align: center;
    margin: 0 0 64px;
  }

  .max-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 848px;
  }

  .max-faq-item {
    background: var(--max-white);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
  }

  .max-faq-item__trigger {
    width: 100%;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font: inherit;
  }

  .max-faq-item__question {
    margin: 0;
    color: var(--max-text);
    font-size: var(--max-fs-md);
    font-family: var(--max-font-title);
    font-weight: 600;
    line-height: var(--max-lh-md);
    flex: 1;
    min-width: 0;
  }

  .max-faq-item__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--max-text-muted);
    transition: transform 0.2s;
  }

  .max-faq-item--open .max-faq-item__icon {
    transform: rotate(180deg);
  }

  .max-faq-item__answer {
    padding: 0 24px 20px;
    color: var(--max-text-muted);
    font-size: var(--max-fs-sm);
    font-family: var(--max-font-body);
    font-weight: 400;
    line-height: var(--max-lh-faq);
    display: none;
  }

  .max-faq-item--open .max-faq-item__answer {
    display: block;
  }
	
	/* ── Сравнительная таблица (Figma 2269:782); мобильная вёрстка — Figma 2269-1602 ── */
.telegram-compare {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.telegram-compare__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.telegram-compare__head {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.telegram-compare__head-spacer,
.telegram-steps__head-spacer,
.telegram-templates__head-spacer,
.telegram-int__head-spacer,
.telegram-digits__head-spacer,
.telegram-media__head-spacer,
.telegram-articles__head-spacer,
.telegram-security__head-spacer {
  align-self: stretch;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.telegram-compare__title-row,
.telegram-steps__title-row,
.telegram-templates__title-row,
.telegram-int__title-row,
.telegram-digits__title-row,
.telegram-media__title-row,
.telegram-articles__title-row,
.telegram-security__title-row {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.telegram-compare__title,
.telegram-steps__title,
.telegram-templates__title,
.telegram-int__title,
.telegram-digits__title,
.telegram-media__title,
.telegram-articles__title,
.telegram-security__title {
  margin: 0;
  flex: 1 1 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--tg-text);
  font-size: 36px;
  font-family: var(--tg-font-body);
  font-weight: 700;
  line-height: 40px;
  overflow-wrap: break-word;
}

.telegram-compare__table {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}

.telegram-compare__table th,
.telegram-compare__table td {
  box-sizing: border-box;
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid var(--tg-border);
  border-left: 1px solid var(--tg-border);
  text-align: left;
}

.telegram-compare__table th:last-child,
.telegram-compare__table td:last-child {
  border-right: 1px solid var(--tg-border);
}

.telegram-compare__table thead th {
  background: var(--tg-surface);
  border-top: 1px solid var(--tg-border);
}

.telegram-compare__table tbody th {
  font-weight: normal;
  text-align: left;
}

.telegram-compare__table .telegram-compare__col-label {
  width: 290px;
}

.telegram-compare__th {
  display: block;
  color: var(--tg-text);
  font-size: 18px;
  font-family: var(--tg-font-body);
  font-weight: 700;
  line-height: 21.6px;
  overflow-wrap: break-word;
}

.telegram-compare__td {
  display: block;
  color: var(--tg-text);
  font-size: 16px;
  font-family: var(--tg-font-body);
  font-weight: 400;
  line-height: 19.2px;
  overflow-wrap: break-word;
}

.telegram-compare__td--bold {
  font-weight: 700;
}

.telegram-compare__price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 7px;
}

.telegram-compare__price-num {
  color: var(--tg-text);
  font-size: 28px;
  font-family: var(--tg-font-body);
  font-weight: 700;
  overflow-wrap: break-word;
}

.telegram-compare__price-suf {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: var(--tg-font-body);
  font-weight: 700;
  overflow-wrap: break-word;
}

.telegram-compare__yes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.telegram-compare__yes-text {
  color: #000;
  font-size: 16px;
  font-family: var(--tg-font-body);
  font-weight: 400;
  line-height: 22px;
  overflow-wrap: break-word;
}

.telegram-compare__mark-img {
  flex-shrink: 0;
  width: 20px;
  height: auto;
  display: block;
}

.telegram-compare__no {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.telegram-compare__no .telegram-compare__td {
  display: inline;
  line-height: 22px;
}
	
	@media (max-width: 767px) {
    .telegram-compare__head {
      padding-bottom: 32px;
    }

    /* Сравнительная таблица — мобилка Figma 2269-1602 */
    .telegram-compare__head {
      padding-bottom: 20px;
      align-items: center;
    }

    .telegram-compare__title {
      font-family: var(--tg-font-display);
      font-size: 30px;
      line-height: 40px;
    }

    .telegram-compare__table colgroup {
      display: none;
    }

    .telegram-compare__table {
      display: block;
      width: 100%;
      table-layout: auto;
    }

    .telegram-compare__table thead,
    .telegram-compare__table tbody,
    .telegram-compare__table thead tr,
    .telegram-compare__table tbody tr {
      display: block;
      width: 100%;
    }

    .telegram-compare__table thead tr {
      display: flex;
      flex-direction: row;
    }

    .telegram-compare__table thead th:first-child {
      display: none;
    }

    .telegram-compare__table thead th {
      flex: 1 1 0;
      min-width: 0;
      padding: 10px;
      background: var(--tg-surface);
      border-top: 1px solid var(--tg-border);
      border-bottom: 1px solid var(--tg-border);
      border-left: 1px solid var(--tg-border);
      text-align: left;
    }

    .telegram-compare__table thead th:last-child {
      border-right: 1px solid var(--tg-border);
    }

    .telegram-compare__table thead .telegram-compare__th {
      font-size: 14px;
      line-height: 16.8px;
    }

    .telegram-compare__table tbody tr {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }

    .telegram-compare__table tbody th {
      flex: 1 1 100%;
      width: 100%;
      max-width: 100%;
      padding: 10px;
      border-left: 1px solid var(--tg-border);
      border-right: 1px solid var(--tg-border);
      border-bottom: 1px solid var(--tg-border);
      text-align: left;
    }

    .telegram-compare__table tbody th .telegram-compare__td {
      font-size: 16px;
      line-height: 19.2px;
    }

    .telegram-compare__table tbody td {
      flex: 1 1 0;
      min-width: 0;
      padding: 10px;
      border-left: 1px solid var(--tg-border);
      border-bottom: 1px solid var(--tg-border);
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .telegram-compare__table tbody td:last-child {
      border-right: 1px solid var(--tg-border);
    }

    .telegram-compare__table tbody tr:first-child td {
      padding: 20px;
      justify-content: center;
    }

    .telegram-compare__table tbody td:has(.telegram-compare__price),
    .telegram-compare__table tbody td:has(.telegram-compare__yes),
    .telegram-compare__table tbody td:has(.telegram-compare__no) {
      justify-content: center;
    }

    .telegram-compare__table .telegram-compare__price {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0;
    }

    .telegram-compare__table .telegram-compare__price-num {
      font-size: 20px;
      line-height: 1.2;
    }

    .telegram-compare__table .telegram-compare__price-suf {
      font-size: 14px;
    }

    .telegram-compare__table tbody td .telegram-compare__td {
      font-size: 12px;
      line-height: 14.4px;
    }

    .telegram-compare__table .telegram-compare__yes-text {
      font-size: 12px;
      line-height: 22px;
    }

    .telegram-compare__table .telegram-compare__mark-img {
      width: 10px;
      height: 10px;
    }

    .telegram-compare__table .telegram-compare__no .telegram-compare__td {
      font-size: 12px;
      line-height: 14.4px;
    }
}

  /* Адаптив — все media в конце */
  @media (max-width: 1296px) {
    .max-benefits-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .max-benefits-card:nth-child(1),
    .max-benefits-card:nth-child(2),
    .max-benefits-card:nth-child(3),
    .max-benefits-card:nth-child(4) {
      grid-column: span 1;
    }

    .max-benefits-result {
      grid-column: 1 / -1;
    }

    .max-why-card,
    .max-why-card:nth-child(4),
    .max-why-card:nth-child(5) {
      flex: 1 1 calc(50% - 6px);
      max-width: none;
    }

    .max-business-card {
      flex: 1 1 calc(50% - 6px);
      max-width: none;
    }
  }

  @media (max-width: 991px) {
    .max-hero__title,
    .max-hero__title-suffix {
      max-width: none;
    }
  }

  @media (max-width: 900px) {
    .max-hero__phone {
      max-height: 400px;
      min-height: 400px;
      width: auto;
      max-width: auto;
      min-width: auto;
    }

    .max-business-cta__img {
      max-width: 280px;
      height: 220px;
      margin: 0 auto;
    }

    .max-why-card,
    .max-why-card:nth-child(4),
    .max-why-card:nth-child(5) {
      flex: 1 1 100%;
      max-width: none;
    }

    .max-howto-step {
      flex-direction: column !important;
      gap: 24px;
    }

    .max-howto-step__img {
      width: 100%;
      max-width: 393px;
      height: auto;
    }

    .max-business-card {
      flex: 1 1 100%;
      max-width: none;
    }

    .max-business-cta__title {
      font-size: 32px;
      line-height: 40px;
    }
  }

  @media (max-width: 900px) and (min-width: 769px) {
    .max-hero__gradient {
      width: 93px;
      height: 93px;
      left: -52px;
      bottom: -20px;
    }
  }

  @media (max-width: 768px) {
    #top.max-hero .content.mod--main-1 {
      flex-direction: column;
      gap: 0;
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
    }

    #top.max-hero .box-50 {
      width: 100%;
      max-width: 100%;
      flex: none;
    }

    #top.max-hero .mod--screen-1-text {
      padding: 0 16px 32px;
    }

    #top.max-hero .max-hero__visual {
      order: 2;
      justify-content: center;
      position: static;
    }

    .max-hero__visual {
      height: auto;
      max-width: 100%;
      padding-bottom: 24px;
    }

    .max-hero__phone {
      max-height: 675px;
      min-height: 675px;
      width: 100%;
      max-width: 350px;
    }

    .max-hero__gradient {
      width: 100px;
      height: 100px;
      left: -56px;
      bottom: -21px;
    }

    .max-hero__title,
    .max-hero__title-suffix {
      font-size: 32px;
      line-height: 36px;
    }

    .max-benefits-grid {
      grid-template-columns: 1fr;
    }

    .max-benefits-card:nth-child(1),
    .max-benefits-card:nth-child(2),
    .max-benefits-card:nth-child(3),
    .max-benefits-card:nth-child(4) {
      grid-column: 1;
    }

    .max-benefits-result {
      grid-column: 1;
    }
  }

  @media (max-width: 767px) {
    .max-hero.mod--1-red,
    .screen.mod--1-red.max-hero {
      padding-bottom: 80px;
    }
  }

  @media (max-width: 480px) {
    .max-hero__footer {
      margin: 0 auto;
    }

    .max-hero__phone {
      max-height: 570px;
      min-height: 570px;
      width: 100%;
      max-width: 100%;
    }

    .max-hero__gradient {
      width: 90px;
      height: 90px;
      left: -50px;
      bottom: -20px;
    }

    .max-hero__btn,
    .max-business-cta__btn,
    .max-howto-footer__btn,
    .max-benefits-result__btn {
      width: 100%;
    }

    .max-business-cta__content {
      order: 0;
    }

    .max-business-cta__img {
      order: -1;
    }
  }
