html,
body,
#__nuxt {
  min-height: 100%;
}

body {
  background: var(--body-bg);
  color: var(--text-color);
}

.tl_page_wrap {
  background: var(--body-bg);
}

.tl_main_page_container {
  margin-top: 50px;
}

.navbar-tg {
  position: fixed;
  z-index: 1000;
}

.navbar-tg .dropdown-menu {
  z-index: 40;
}

.theme_dark .navbar-tg,
.theme_dark .navbar-tg .navbar-inner {
  background: #1e1e1e;
  border-color: #32363a;
}

.theme_dark .navbar-tg .nav a,
.theme_dark .footer_wrap,
.theme_dark .footer_wrap a,
.theme_dark .tl_main_card_header,
.theme_dark .clone-text-page,
.theme_dark .clone-apps-page,
.theme_dark #dev_page_content_wrap,
.theme_dark #dev_page_title,
.theme_dark .tl_blog_list_header,
.theme_dark .tl_dashboard_wrap,
.theme_dark .tl_dashboard_footer_content {
  color: #f5f5f5;
}

.theme_dark .tl_main_logo_lead,
.theme_dark .tl_main_card_lead,
.theme_dark .footer_column,
.theme_dark .clone-text-page p {
  color: #b7bdc3;
}

.theme_dark .side_blog,
.theme_dark .dev_blog_card_wrap,
.theme_dark .tl_page,
.theme_dark .clone-app-row,
.theme_dark .tl_dashboard_content_box,
.theme_dark .clone-chart-placeholder {
  background: #1e1e1e;
  border-color: #33373d;
}

.theme_dark .dev_blog_card_title,
.theme_dark .side_blog_title {
  color: #f5f5f5;
}

.theme_dark .dev_blog_card_lead,
.theme_dark .dev_blog_card_date,
.theme_dark .side_blog_date {
  color: #8e969d;
}

.clone-nav-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #0088cc;
  display: block;
  line-height: 20px;
  padding: 15px 10px;
}

.clone-lang:hover .dropdown-menu,
.clone-lang .clone-lang-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.clone-lang .dropdown-menu {
  display: none;
  position: absolute !important;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1001;
  max-height: 70vh;
  overflow-y: auto;
}

.clone-lang:not(:hover) .dropdown-menu:not(.clone-lang-open) {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.clone-theme-item {
  height: 50px;
}

.clone-theme-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: #0088cc;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

div.tl_main_logo {
  background-image: url('/img/t_logo_sprite.svg');
  background-size: auto 144px;
}

.clone-wordmark {
  color: #4d4d4d;
  font: 700 36px/36px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 18px auto 6px;
  text-align: center;
}

.theme_dark .clone-wordmark {
  color: #f5f5f5;
}

.tl_main_logo_wrap a.tl_main_logo:hover {
  text-decoration: none;
}

.tl_main_video_player {
  pointer-events: none;
}

.tl_main_download_link:hover .tl_main_video_player {
  opacity: 1;
}

.clone-text-page,
.clone-apps-page,
.clone-blog-page {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 760px;
  padding: 34px 0 52px;
}

.clone-text-page h1,
.clone-apps-page h1,
.clone-blog-page h1 {
  color: #222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 26px;
}

.theme_dark .clone-text-page h1,
.theme_dark .clone-apps-page h1,
.theme_dark .clone-blog-page h1 {
  color: #fff;
}

.clone-text-page h3 {
  color: #0088cc;
  font-size: 20px;
  font-weight: 500;
  margin: 28px 0 8px;
}

.clone-app-grid {
  border-top: 1px solid #e6e6e6;
  margin: 18px 0 28px;
}

.clone-app-row {
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  color: #222;
  display: flex;
  font-size: 16px;
  gap: 14px;
  min-height: 68px;
  padding: 14px 4px;
}

.clone-app-row:hover {
  color: #0088cc;
  text-decoration: none;
}

.clone-back-link {
  color: #0088cc;
  display: inline-block;
  margin-bottom: 18px;
}

.clone-faq-intro {
  margin-bottom: 24px;
}

.clone-blog-article .blog_wide_image img,
.clone-blog-article .blog_image_wrap img,
.clone-blog-article .blog_video_player {
  border-radius: 4px;
  max-width: 100%;
}

.clone-blog-article blockquote {
  border-left: 3px solid #179cde;
  color: #6d767d;
  margin: 20px 0;
  padding: 1px 0 1px 18px;
}

.clone-blog-date {
  color: #8c8c8c;
}

.clone-chart-placeholder {
  align-items: end;
  background: #f8fbfd;
  border: 1px solid #dceaf3;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  height: 450px;
  justify-content: center;
  padding: 28px 22px;
}

.clone-chart-bar {
  background: linear-gradient(180deg, #37aee2, #168acd);
  border-radius: 3px 3px 0 0;
  width: 34px;
}

.tl_dashboard_table_wrap .table {
  background: var(--box-bg);
}

.tl_dashboard_container.container {
  color: #222;
  font-size: 18px;
  line-height: 27px;
  margin-top: 50px;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 42px);
}

.tl_dashboard_container .tl_page {
  float: none;
  margin: 0;
  width: 100%;
}

.tl_dashboard_wrap {
  color: #222;
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
  max-width: 1280px;
}

.tl_dashboard_wrap h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin: 31px 0 41px;
}

.tl_dashboard_wrap h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 18px;
}

.tl_dashboard_wrap h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin: 34px 0 15px;
}

.tl_dashboard_content_box {
  clear: both;
  margin: 0 0 60px;
  position: relative;
}

.tl_dashboard_graph_wrap {
  float: left;
  height: 418px;
  width: 800px;
}

.tl_dashboard_graph {
  height: 418px;
}

.chart_wrap_outer {
  height: 418px;
}

.clone-chart {
  background:
    linear-gradient(to bottom, transparent 0, transparent 74px, #e8eef2 75px, transparent 76px),
    linear-gradient(to bottom, transparent 0, transparent 149px, #e8eef2 150px, transparent 151px),
    linear-gradient(to bottom, transparent 0, transparent 224px, #e8eef2 225px, transparent 226px),
    linear-gradient(to bottom, transparent 0, transparent 299px, #e8eef2 300px, transparent 301px),
    #fff;
  border: 1px solid #dce8f0;
  border-radius: 9px;
  box-sizing: border-box;
  height: 386px;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
}

.clone-chart::before {
  color: #a2b3bf;
  content: "0\\A 40K\\A 80K";
  font-size: 10px;
  left: 14px;
  line-height: 85px;
  position: absolute;
  top: 102px;
  white-space: pre;
  z-index: 2;
}

.clone-chart-range {
  color: #111;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  right: 12px;
  top: 18px;
  z-index: 3;
}

.clone-chart-bars {
  align-items: end;
  bottom: 82px;
  display: grid;
  gap: 2px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  left: 0;
  padding: 0 16px 0 18px;
  position: absolute;
  right: 0;
  top: 72px;
  z-index: 1;
}

.clone-chart-bars span {
  background: #41a9e8;
  display: block;
  min-width: 3px;
}

.clone-chart-axis {
  bottom: 57px;
  color: #9aaab5;
  display: flex;
  font-size: 10px;
  justify-content: space-around;
  left: 52px;
  line-height: 12px;
  position: absolute;
  right: 14px;
  z-index: 2;
}

.clone-chart-preview {
  background:
    linear-gradient(to right, transparent 92%, rgba(127, 174, 210, .62) 92%, rgba(127, 174, 210, .62) 96%, transparent 96%),
    repeating-linear-gradient(to right, rgba(65, 169, 232, .22) 0 2px, transparent 2px 9px),
    #f4f9fc;
  border-top: 1px solid #e4eff6;
  bottom: 0;
  height: 42px;
  left: 0;
  position: absolute;
  right: 0;
}

.tl_dashboard_content_text {
  float: right;
  font-size: 16px;
  line-height: 24px;
  margin-top: -10px;
  width: 420px;
}

.tl_dashboard_content_additional {
  float: right;
  width: 420px;
}

.tl_dashboard_counter {
  background: #eff7fc;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 32px 0 28px;
  min-height: 128px;
  padding: 26px 24px 22px;
  text-align: center;
}

.tl_dashboard_counter_value {
  color: #159bd7;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.tl_dashboard_counter_desc {
  color: #222;
  font-size: 14px;
  line-height: 17px;
  margin: 6px auto 0;
  max-width: 210px;
}

.tl_dashboard_graph_howto {
  font-size: 14px;
  line-height: 20px;
}

.tl_dashboard_table_wrap {
  float: left;
  width: 800px;
}

.tl_dashboard_table_wrap .table {
  border: 1px solid #dce8f0;
  border-collapse: separate;
  border-radius: 9px;
  border-spacing: 0;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
}

.tl_dashboard_table_wrap .table th {
  background: #39a8e8;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  padding: 13px 15px 10px;
}

.tl_dashboard_table_wrap .table td {
  border-color: #e6edf2;
  color: #222;
  padding: 11px 15px;
}

.tl_dashboard_table_explanation {
  color: #6d7f8c;
  font-size: 11px;
  line-height: 16px;
  margin-top: 10px;
}

.tl_dashboard_table_explanation p {
  margin: 0;
}

.tl_dashboard_footer {
  background: #f0f6fa;
  color: #222;
  font-size: 18px;
  line-height: 27px;
  margin: 60px 0 -10px;
  padding: 60px 0 150px;
}

.tl_dashboard_footer > h2 {
  margin: 0;
}

.tl_dashboard_footer_content {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.tl_dashboard_footer_content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 18px 0 18px;
}

.tl_dashboard_footer_content p {
  margin: 0 auto 18px;
}

.tl_dashboard_phone_wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 48px 0;
  width: 670px;
}

.tl_dashboard_phone_video video {
  display: block;
  height: 712px;
  margin: 12px auto;
  width: 328px;
}

.theme_dark .tl_dashboard_container,
.theme_dark .tl_dashboard_wrap,
.theme_dark .tl_dashboard_counter_desc,
.theme_dark .tl_dashboard_table_wrap .table td,
.theme_dark .tl_dashboard_footer {
  color: #f5f5f5;
}

.theme_dark .clone-chart {
  background:
    linear-gradient(to bottom, transparent 0, transparent 74px, #333b42 75px, transparent 76px),
    linear-gradient(to bottom, transparent 0, transparent 149px, #333b42 150px, transparent 151px),
    linear-gradient(to bottom, transparent 0, transparent 224px, #333b42 225px, transparent 226px),
    linear-gradient(to bottom, transparent 0, transparent 299px, #333b42 300px, transparent 301px),
    #202428;
  border-color: #3a424a;
}

.theme_dark .clone-chart-range {
  color: #f5f5f5;
}

.theme_dark .tl_dashboard_counter,
.theme_dark .tl_dashboard_footer {
  background: #182028;
}

.clone-auth-page #dev_page_content {
  margin: 0 auto;
  max-width: 350px;
}

.clone-auth-page .form-group {
  margin-top: 20px;
}

.clone-auth-page label {
  color: #333;
  font-weight: 600;
}

.theme_dark .clone-auth-page label {
  color: #f5f5f5;
}

.clone-auth-page .input-large {
  font-size: 18px;
  height: 44px;
  line-height: 24px;
  max-width: 100%;
}

.clone-auth-alert {
  margin: 18px 0 0;
}

.clone-support-page .btn-lg {
  min-width: 85px;
}

.clone-turnstile-placeholder {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  height: 64px;
  margin: 18px 0;
  max-width: 300px;
}

.clone-turnstile-placeholder span {
  display: block;
}

.clone-tour-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.clone-tour-article {
  color: #333;
  margin: 0 auto;
  max-width: 640px;
  padding: 34px 0 18px;
}

.clone-tour-article #dev_page_title {
  color: #222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 22px;
}

.clone-tour-article #dev_page_content {
  font-size: 15px;
  line-height: 1.55;
}

.clone-tour-article .blog_wide_image {
  margin: 0 0 22px;
  text-align: center;
}

.clone-tour-article .blog_wide_image img,
.clone-tour-image-link img,
.clone-tour-video {
  border-radius: 4px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.clone-tour-article h3 {
  color: #0088cc;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 8px;
}

.clone-tour-media-stack {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin: 18px 0 28px;
  max-width: 100%;
}

.clone-tour-image-link {
  display: block;
  max-width: 100%;
  text-align: center;
}

.clone-tour-video {
  background: #000;
  width: min(100%, 600px);
}

.theme_dark .clone-tour-article,
.theme_dark .clone-tour-article #dev_page_title {
  color: #f5f5f5;
}

.theme_dark .clone-tour-article p {
  color: #b7bdc3;
}

.clone-media-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 28px;
  max-width: 600px;
}

.clone-logo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clone-media-tile {
  color: #6d767d;
  display: block;
  min-width: 0;
  text-align: center;
}

.clone-media-tile:hover {
  color: #168acd;
  text-decoration: none;
}

.clone-media-tile img {
  display: block;
  height: auto;
  max-width: 100%;
  min-width: 0;
}

.clone-logo-grid .clone-media-tile {
  align-items: center;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  min-height: 116px;
  padding: 12px;
}

.clone-logo-grid .clone-media-tile img {
  max-height: 92px;
  object-fit: contain;
}

.clone-screenshot-tile span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.theme_dark .clone-turnstile-placeholder,
.theme_dark .clone-logo-grid .clone-media-tile {
  border-color: #33373d;
}

.clone-download-page {
  margin: 0 auto;
  max-width: 720px;
  padding: 35px 0 55px;
  text-align: center;
}

.clone-download-icon {
  display: inline-block;
  height: 72px;
  margin: 8px auto 18px;
  width: 72px;
}

.clone-download-page h1 {
  color: #383a3b;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 12px;
}

.theme_dark .clone-download-page h1 {
  color: #f5f5f5;
}

.clone-download-lead {
  color: #6d767d;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 560px;
}

.clone-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 22px auto 34px;
}

.clone-download-card {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #168acd;
  display: flex;
  gap: 12px;
  min-width: 245px;
  padding: 14px 16px;
  text-align: left;
}

.clone-download-card:hover {
  border-color: #b9d8ec;
  color: #168acd;
  text-decoration: none;
}

.clone-download-card strong,
.clone-download-card span {
  display: block;
}

.clone-download-card span {
  color: #7d7f81;
  font-size: 13px;
  margin-top: 2px;
}

.theme_dark .clone-download-card {
  background: #1e1e1e;
  border-color: #33373d;
}

.clone-media-fallback {
  background: #f4f8fb;
  border: 1px solid #dce6ee;
  border-radius: 6px;
  object-fit: contain;
  padding: 22px;
}

.clone-media-pending {
  background: #f4f8fb;
}

.clone-video-fallback {
  background: #f4f8fb url('/img/t_logo_2x.png') center / 96px 96px no-repeat;
  border: 1px solid #dce6ee;
  border-radius: 6px;
  min-height: 220px;
}

.clone-video-pending {
  background: #f4f8fb;
  min-height: 220px;
}

.theme_dark .clone-media-fallback,
.theme_dark .clone-media-pending,
.theme_dark .clone-video-fallback,
.theme_dark .clone-video-pending {
  background-color: #1f2429;
  border-color: #3a424a;
}

@media (max-width: 767px) {
  html,
  body,
  #__nuxt,
  .tl_page_wrap {
    max-width: 100%;
    overflow-x: hidden;
  }

  .tl_page_container,
  .footer_wrap,
  .footer_columns_wrap {
    max-width: 100%;
  }

  #dev_page_content img,
  #dev_page_content video,
  #dev_page_content picture,
  .blog_wide_image img,
  .blog_video_player {
    max-width: 100%;
    height: auto;
  }

  .blog_side_image,
  .blog_side_image.js-tgsticker_image {
    display: block;
    margin: 20px auto;
    position: relative;
  }

  .lang_rtl .navbar-tg .container,
  .lang_rtl .navbar-right,
  .lang_rtl .clone-theme-item,
  .lang_rtl .clone-theme-toggle {
    left: auto;
  }

  .clone-theme-toggle {
    padding: 0 8px;
  }

  .clone-wordmark {
    font-size: 28px;
    line-height: 30px;
    margin: 12px auto 4px;
  }

  .clone-text-page,
  .clone-apps-page,
  .clone-blog-page {
    padding: 24px 15px 36px;
  }

  .blog_side_image_wrap {
    float: none;
    margin: 0 auto 18px;
    text-align: center;
  }

  .clone-chart-placeholder {
    height: 260px;
    padding: 18px 14px;
  }

  .clone-chart-bar {
    width: 20px;
  }

  .tl_dashboard_container.container {
    font-size: 18px;
    line-height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .tl_dashboard_wrap {
    max-width: 360px;
  }

  .tl_dashboard_wrap h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 31px 0 44px;
  }

  .tl_dashboard_wrap h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
  }

  .tl_dashboard_content_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .tl_dashboard_graph_wrap,
  .tl_dashboard_table_wrap,
  .tl_dashboard_content_text,
  .tl_dashboard_content_additional {
    float: none;
    width: 100%;
  }

  .tl_dashboard_graph_wrap {
    height: 418px;
    order: 2;
  }

  .tl_dashboard_content_text {
    font-size: 16px;
    line-height: 24px;
    margin: -10px auto 14px;
    order: 1;
    width: 324px;
  }

  .tl_dashboard_content_additional {
    order: 3;
  }

  .clone-chart {
    width: 100%;
  }

  .clone-chart-axis {
    left: 42px;
  }

  .tl_dashboard_counter {
    margin: 0 auto 28px;
    width: 264px;
  }

  .tl_dashboard_graph_howto {
    margin-left: 18px;
  }

  .tl_dashboard_table_wrap {
    order: 1;
    overflow-x: auto;
  }

  .tl_dashboard_table_wrap .table {
    min-width: 560px;
  }

  .tl_dashboard_table_wrap .table th {
    font-size: 13px;
    line-height: 16px;
    padding: 16px 15px 13px;
  }

  .tl_dashboard_table_wrap .table td {
    padding: 13px 15px;
  }

  .tl_dashboard_table_explanation {
    font-size: 11px;
    line-height: 16px;
    margin-top: 12px;
    min-width: 560px;
  }

  .tl_dashboard_content_box .tl_dashboard_table_wrap + .tl_dashboard_content_text {
    margin-top: 28px;
    order: 2;
  }

  .tl_dashboard_footer {
    font-size: 18px;
    line-height: 27px;
    margin-top: 60px;
    padding: 60px 0 150px;
  }

  .tl_dashboard_footer_content {
    max-width: 390px;
  }

  .tl_dashboard_footer_content h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 18px 15px;
  }

  .tl_dashboard_footer_content p {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tl_dashboard_phone_wrap {
    padding: 48px 0;
    width: 360px;
  }

  .tl_dashboard_phone_video video {
    height: 712px;
    width: 328px;
  }

  .clone-download-page {
    padding: 28px 15px 40px;
  }

  .clone-tour-article {
    max-width: 100%;
    padding: 24px 15px 12px;
  }

  .clone-tour-article #dev_page_title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .tl_contest_page_wrap #dev_page_content .blog_side_image {
    margin: 20px auto !important;
  }

  .clone-auth-page #dev_page_content {
    max-width: 330px;
  }

  .clone-support-page #dev_page_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }

  .clone-media-grid,
  .clone-logo-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .clone-download-actions {
    display: block;
  }

  .clone-download-card {
    margin: 10px auto;
    max-width: 300px;
  }
}
