/*! src: b5ec6f19a0b5024e7869b28bb08c04eb */

	
  :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;
  }
	
  .swiper-slide {
    height: auto !important;
  }
  .main-img-4 {
    filter: drop-shadow(0px 1px 30px rgba(55, 125, 162, 0.2));
  }
  .main-2-2-img {
    filter: drop-shadow(0px 1px 30px rgba(55, 125, 162, 0.2));
  }
  .button-slider,
  .swiper-pagination-bullet {
    outline: none !important;
  }
	
	/* ── Сравнительная таблица (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;
    }
}
