.elementor-16390 .elementor-element.elementor-element-e46724b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-16390 .elementor-element.elementor-element-e46724b{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-3471075 */.tt-article {
  background: #101010;
  color: #f5f5f5;
  font-family: inherit;
  overflow: hidden;
}

.tt-article-container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.tt-article-hero {
  position: relative;
  padding: 92px 0 64px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 201, 31, 0.18), transparent 34%),
    linear-gradient(135deg, #141414 0%, #0b0b0b 100%);
}

.tt-article-hero__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.tt-article-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.tt-article-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 201, 31, 0.35);
  border-radius: 999px;
  background: rgba(255, 201, 31, 0.08);
  color: #ffd54a;
  font-size: 14px;
  font-weight: 700;
}

.tt-article h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.tt-article h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.tt-article h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.tt-article p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.tt-article a {
  color: #ffc91f;
  text-decoration: none;
  font-weight: 800;
}

.tt-article a:hover {
  color: #ffdd63;
}

.tt-article-lead {
  max-width: 860px;
  margin: 24px auto 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 21px !important;
  line-height: 1.65 !important;
}

.tt-article-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.tt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #ffc91f;
  border-radius: 999px;
  background: #ffc91f;
  color: #111111 !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.tt-btn:hover {
  transform: translateY(-2px);
  background: #ffdd63;
  border-color: #ffdd63;
  color: #111111 !important;
}

.tt-btn--ghost {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28);
}

.tt-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.tt-btn--telegram {
  background: #229ed9;
  border-color: #229ed9;
  color: #ffffff !important;
}

.tt-btn--telegram:hover {
  background: #35afe8;
  border-color: #35afe8;
  color: #ffffff !important;
}

.tt-article-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 46px;
}

.tt-article-hero__stats div {
  padding: 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.tt-article-hero__stats strong {
  display: block;
  margin-bottom: 6px;
  color: #ffc91f;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.tt-article-hero__stats span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.tt-content-section {
  padding: 76px 0;
  background: #141414;
}

.tt-content-section:nth-of-type(even) {
  background: #101010;
}

.tt-content-section--dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 201, 31, 0.12), transparent 32%),
    #0c0c0c;
}

.tt-toc {
  padding: 30px;
  border: 1px solid rgba(255, 201, 31, 0.22);
  border-radius: 26px;
  background: rgba(255, 201, 31, 0.07);
}

.tt-toc h2 {
  margin-bottom: 16px;
  font-size: 30px;
}

.tt-toc ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
  margin: 0;
  padding-left: 20px;
}

.tt-toc li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.45;
}

.tt-note {
  padding: 18px 20px;
  border-left: 4px solid #ffc91f;
  border-radius: 14px;
  background: rgba(255, 201, 31, 0.08);
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 700;
}

.tt-table-wrap {
  width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.tt-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #1b1b1b;
}

.tt-table th {
  padding: 18px 20px;
  background: #303030;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
  font-weight: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.tt-table td {
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.45;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tt-table tr:last-child td {
  border-bottom: 0;
}

.tt-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.035);
}

.tt-route-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.tt-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.tt-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.tt-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.tt-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffc91f;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
}

.tt-card p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.tt-cta-block {
  padding: 54px 0;
  background: linear-gradient(135deg, #ffc91f 0%, #ff9f1f 100%);
}

.tt-cta-block--final {
  background: linear-gradient(135deg, #ff9f1f 0%, #ffc91f 100%);
}

.tt-cta-block__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.tt-cta-block h2 {
  margin-bottom: 10px;
  color: #111111;
}

.tt-cta-block p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.82);
  font-weight: 700;
}

.tt-cta-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tt-cta-block .tt-btn {
  background: #111111;
  border-color: #111111;
  color: #ffffff !important;
}

.tt-cta-block .tt-btn:hover {
  background: #262626;
  border-color: #262626;
}

.tt-cta-block .tt-btn--telegram {
  background: #229ed9;
  border-color: #229ed9;
}

.tt-checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0 30px;
}

.tt-checklist div {
  position: relative;
  padding: 18px 18px 18px 46px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.tt-checklist div::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #ffc91f;
  font-weight: 900;
}

.tt-faq {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.tt-faq-item {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.tt-faq-item p {
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .tt-article-hero {
    padding: 76px 0 52px;
  }

  .tt-article-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .tt-route-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .tt-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .tt-cta-block__inner {
    grid-template-columns: 1fr;
  }

  .tt-checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .tt-article-container {
    width: min(100% - 28px, 1180px);
  }

  .tt-article-hero {
    padding: 54px 0 38px;
  }

  .tt-article-badges {
    justify-content: flex-start;
  }

  .tt-article-hero__content {
    text-align: left;
  }

  .tt-article h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.1;
  }

  .tt-article h2 {
    font-size: 29px;
  }

  .tt-article p {
    font-size: 16px;
    line-height: 1.65;
  }

  .tt-article-lead {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  .tt-article-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tt-btn {
    width: 100%;
  }

  .tt-article-hero__stats {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .tt-content-section {
    padding: 52px 0;
  }

  .tt-toc {
    padding: 22px;
    border-radius: 22px;
  }

  .tt-toc ol {
    grid-template-columns: 1fr;
  }

  .tt-route-steps {
    grid-template-columns: 1fr;
  }

  .tt-grid--3 {
    grid-template-columns: 1fr;
  }

  .tt-card {
    padding: 22px;
  }

  .tt-cta-block {
    padding: 42px 0;
  }

  .tt-cta-block__actions {
    flex-direction: column;
  }

  .tt-checklist {
    grid-template-columns: 1fr;
  }

  .tt-table th,
  .tt-table td {
    padding: 15px 16px;
    font-size: 15px;
  }
}/* End custom CSS */