/*! src: 082e5833cc461143965be92507173ceb */

  

  :root {
    --bh-hero-bg: url(/wp-content/themes/bothelp.io/assets/images/bg-vk.svg);
	--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;
  }


  #top.screen.mod--1-red {
    background-image: var(--bh-hero-bg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-badge {
    color: #0080ff;
  }

  #top .button.w-inline-block {
    background: #fff;
  }

  #top .button.w-inline-block .mod--button {
    color: #0080ff;
  }

  .vk-hero__img-wrap {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .vk-hero__robot {
    display: block;
    width: 514px;
    height: auto;
    max-width: 100%;
  }

  .vk-section {
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .vk-section .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 50px;
  }

  .vk-section--dark {
    background-color: #212121;
    position: relative;
    overflow: hidden;
  }

  .vk-section--dark .content {
    position: relative;
    z-index: 1;
  }

  .vk-section-polygon {
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }

  .vk-section-polygon--l {
    left: 0;
    top: 0;
  }

  .vk-section-polygon--r {
    right: 0;
    bottom: 0;
  }

  .vk-section--dark .bh-section-title {
    color: #fff;
  }

  .vk-section--dark .bh-section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }

  .vk-section--dark .bh-card__icon {
    width: 56px;
    height: 56px;
  }

  .vk-num-badge {
    width: 48px;
    height: 48px;
    background: conic-gradient(from 280deg at 38.7% 41.7%, var(--bh-red) 0deg, var(--bh-red-light) 360deg);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 28px;
    flex-shrink: 0;
  }

  .vk-economic-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }

  .vk-economic-card {
    padding: 30px;
    border: 1px solid #d3daec;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    flex: 1 1 calc(25% - 9px);
    min-width: 240px;
  }

  .vk-economic-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
  }

  .vk-result-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    max-width: 606px;
  }

  .vk-result-title {
    color: #212121;
    font-size: 24px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }

  .vk-result-desc {
    color: #212121;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
  }

  .vk-buttons {
    display: flex;
    gap: 16px;
  }

  .vk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
  }

  .vk-btn--primary {
    background: var(--bh-red);
    color: #fff;
    border: none;
  }

  .vk-btn--secondary {
    background: transparent;
    color: var(--bh-red);
    border: 1px solid var(--bh-red);
  }

  .bh-feature-card__desc {
    opacity: 0.8;
  }

  .bh-feature-card__img {
    box-shadow: 8px 8px 30px 0 rgba(195, 212, 255, 0.6);
  }

  .vk-howto-footer {
    text-align: center;
  }


  .vk-slider-section .vk-section .content {
    gap: 40px;
  }

  .vk-cta {
    background: #212121;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }

  .vk-cta__polygon {
    position: absolute;
    pointer-events: none;
    z-index: 1;
  }

  .vk-cta__polygon--l {
    left: 0;
    top: 0;
  }

  .vk-cta__polygon--r {
    right: 0;
    top: 0;
  }

  .vk-cta__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 440px;
  }

  .vk-cta__title {
    color: #fff;
    font-size: 45px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 50px;
    max-width: 804px;
    margin: 0 0 27px;
  }

  .vk-cta__desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 28px;
    max-width: 628px;
    margin: 0 0 27px;
  }

  .vk-cta__buttons {
    display: flex;
    gap: 16px;
  }

  .vk-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    height: 56px;
    white-space: nowrap;
  }

  .vk-cta__btn--primary {
    background: #fff;
    color: var(--bh-red);
    border: none;
  }

  .vk-cta__btn--secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .vk-cta__icon {
    position: absolute;
    pointer-events: none;
    z-index: 2;
  }

  .vk-cta__icon--a {
    width: 86px;
    height: auto;
    left: calc(50% - 720px + 281px);
    top: 91px;
    transform: rotate(45deg);
    transform-origin: top left;
  }

  .vk-cta__icon--b {
    width: 71px;
    height: auto;
    left: calc(50% - 720px + 294px);
    top: 233px;
  }

  .vk-cta__deco-right {
    position: absolute;
    width: 217px;
    height: auto;
    left: calc(50% - 720px + 1080px);
    top: 202px;
    transform: rotate(-13deg);
    transform-origin: top left;
    pointer-events: none;
    z-index: 2;
  }

  .vk-faq {
    padding: 80px 0;
  }

  .vk-faq .content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  @media (max-width: 1200px) {
    .vk-cta__inner {
      padding: 0 260px;
    }

    .vk-cta__deco-right {
      width: 180px;
      height: 180px;
    }
  }

  @media (max-width: 991px) {
    .vk-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .vk-section .content {
      gap: 36px;
    }

    .vk-economic-card {
      flex: 1 1 calc(50% - 6px);
      min-width: 200px;
    }

    .vk-cta__icon {
      display: none;
    }

    .vk-cta__inner {
      padding: 0 40px;
    }
  }

  @media (max-width: 768px) {
    #top .content.mod--main-1 {
      flex-direction: column;
      gap: 0;
    }

    #top .box-50 {
      width: 100%;
      max-width: 100%;
      flex: none;
    }

    #top .mod--screen-1-text {
      padding: 0 16px 0;
    }

    #top .mod--screen-1-img {
      justify-content: center;
      overflow: hidden;
      margin-top: 0;
      position: static;
    }

    .hero-footer {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-badge {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0;
    }

    .vk-hero__robot {
      width: 100%;
      max-width: 514px;
    }

    .vk-section {
      padding-top: 32px;
      padding-bottom: 32px;
    }

    .vk-section .content {
      gap: 24px;
      padding: 0;
      overflow: visible;
    }

    .bh-section-header {
      padding: 0 16px;
      width: 100%;
      box-sizing: border-box;
    }

    .vk-economic-grid {
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 16px;
      margin-left: -5vw;
      margin-right: -5vw;
      padding: 0 0 8px;
      width: calc(100% + 10vw);
      box-sizing: border-box;
      scrollbar-width: none;
    }

    .vk-economic-grid::-webkit-scrollbar {
      display: none;
    }

    .vk-economic-grid::before {
      content: '';
      flex: 0 0 16px;
      display: block;
    }

    .vk-economic-grid::after {
      content: '';
      flex: 0 0 16px;
      display: block;
    }

    .vk-economic-card {
      flex: 0 0 240px;
      min-width: 0;
      scroll-snap-align: start;
    }

    .vk-howto-footer {
      padding: 0 16px;
      width: 100%;
      box-sizing: border-box;
    }

    .vk-buttons {
      flex-direction: column;
      align-items: stretch;
      padding: 0 16px;
      width: 100%;
      box-sizing: border-box;
    }

    .vk-btn {
      text-align: center;
    }

    #top .button-container.mod--first {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
    }

    #top .button-container.mod--first .button.w-inline-block {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    #top .button-container.mod--first .mod--link-text-partners {
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .vk-section .bh-section-title:not(.bh-faq__title) {
      padding: 0 16px;
    }

    .vk-economic-bottom {
      padding: 0 16px;
      width: 100%;
      box-sizing: border-box;
    }

    .vk-cta {
      padding: 44px 0 60px;
    }

    .vk-cta__polygon--r,
    .vk-cta__icon {
      display: none;
    }

    .vk-cta__inner {
      padding: 0 16px;
    }

    .vk-cta__title {
      font-size: 30px;
      line-height: 40px;
    }

    .vk-cta__deco-right {
      position: relative;
      left: auto;
      top: auto;
      transform: rotate(-13deg);
      width: 217px;
      height: auto;
      margin: 24px auto;
    }

    .vk-cta__buttons {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }

    .vk-cta__btn {
      width: 300px;
      max-width: calc(100% - 40px);
    }

    .vk-faq {
      padding: 40px 0;
    }

    .vk-faq .content {
      padding: 0;
    }

    .vk-result-desc {
      font-size: 15px;
    }
  }

  @media (max-width: 480px) {
    #top .mod--screen-1-text {
      padding: 0 16px 0;
    }

    .hero-badge {
      font-size: 13px;
    }

    .vk-economic-card {
      flex: 0 0 300px;
      min-width: 0;
    }

    .vk-cta__title {
      font-size: 22px;
      line-height: 30px;
    }
  }
	
	/* ── Сравнительная таблица (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;
    }
}
