/*
Theme Name: TelegramTools Review
Theme URI: https://telegramtools.review/
Author: TelegramTools Review
Description: Editorial ratings and reviews theme for crypto tools, built for SCF/ACF-style custom fields.
Version: 1.2.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: telegramtools-review
*/

:root {
  --tt-bg: #f5f9fd;
  --tt-surface: rgba(255, 255, 255, 0.94);
  --tt-surface-strong: #ffffff;
  --tt-surface-soft: #eaf6ff;
  --tt-text: #102033;
  --tt-muted: #63758a;
  --tt-line: rgba(16, 32, 51, 0.12);
  --tt-primary: #229ed9;
  --tt-primary-dark: #147fb2;
  --tt-accent: #21c7a8;
  --tt-warning: #f2b84b;
  --tt-danger: #ef5b6a;
  --tt-shadow: none;
  --tt-shadow-soft: none;
  --tt-radius: 5px;
  --tt-radius-sm: 5px;
  --tt-container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tt-text);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}
.tt-rich-block--intro a {
  color: #2991ff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}
p {
      margin-block-start: 0px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tt-container {
  max-width: 1170px;
  margin: 0 auto;
}

.tt-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(255 255 255);
  border-bottom: 1px solid var(--tt-line);
}

.tt-header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 80px;
}

.tt-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 800;
}

.tt-logo-mark {
  display: grid;
  place-items: center;
  width: 214px;
  height: 74px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  overflow: hidden;
}

.tt-logo-mark--image {
  background: transparent;
}

.tt-logo-mark--image .custom-logo-link,
.tt-logo-mark--image img {
  width: 100%;
  height: 100%;
}

.tt-logo-mark--image img {
  object-fit: contain;
}

.tt-logo-mark svg {
  width: 26px;
  height: 26px;
}

.tt-logo-text {
  display: none;
  flex-direction: column;
  line-height: 1.08;
}

.tt-logo-text strong {
  font-size: 19px;
  letter-spacing: -0.02em;
}

.tt-logo-text span {
  color: var(--tt-muted);
  font-size: 12px;
  font-weight: 700;
}

.tt-nav {
  justify-self: center;
}

.tt-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-nav li {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.tt-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #24364a;
  font-weight: 500;
  font-size: 14px;
}

.tt-nav .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.tt-nav a:hover,
.tt-nav .current-menu-item > a {
  background: rgba(34, 158, 217, 0.1);
  color: var(--tt-primary-dark);
}

.tt-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.tt-nav .sub-menu a {
  width: 100%;
  min-height: 38px;
  justify-content: flex-start;
  border-radius: 12px;
}
.tt-post-card__cat, .tt-post-card__date {
	    align-items: center;
    display: flex;
}
.tt-post-card__more {
	font-size: 13px;
}
.tt-nav li:hover > .sub-menu,
.tt-nav li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.tt-post-card__excerpt {
	line-height: 1.2;
    font-size: 14px;
}
.tt-post-card__bottom {
	display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.tt-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tt-icon-button {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--tt-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--tt-primary-dark);
  cursor: pointer;
}

.tt-icon-button svg {
  width: 20px;
  height: 20px;
}

.tt-menu-toggle {
  display: none;
}

.tt-menu-toggle__close,
.tt-menu-toggle[aria-expanded="true"] .tt-menu-toggle__open {
  display: none;
}

.tt-menu-toggle__open {
  display: inline-grid;
}

.tt-menu-toggle[aria-expanded="true"] .tt-menu-toggle__close {
  display: inline-grid;
}

.tt-submenu-toggle {
  display: none;
}

.tt-search-panel {
  display: none;
  border-top: 1px solid var(--tt-line);
  background: rgba(255, 255, 255, 0.92);
}

.tt-search-panel.is-open {
  display: block;
}

.tt-search-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 18px 0 22px;
}

.tt-search-input,
.search-field,
.comment-form input,
.comment-form textarea,
.comment-form select {
  width: 100%;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 18px;
  background: #fff;
  color: var(--tt-text);
  padding: 14px 16px;
  outline: none;
}

.tt-button,
.comment-form .submit,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tt-primary), var(--tt-primary-dark));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
}

.tt-button--ghost {
  background: rgba(255, 255, 255, 0.9);
  color: var(--tt-primary-dark);
  border: 1px solid rgb(20 127 178);
  box-shadow: none;
}

.tt-button--ghost2 {
  background: rgba(255, 255, 255, 0.9);
  color: var(--tt-primary-dark);
  border: 1px solid rgb(20 127 178);
  box-shadow: none;
}
.tt-hero,
.tt-archive-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--tt-line);
}

.tt-hero::before, .tt-archive-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 136, 204, 0.12), transparent 40%),
        radial-gradient(circle at 85% 15%, rgba(0, 180, 255, 0.10), transparent 45%),
        linear-gradient(135deg, #f0f8ff 0%, #e6f4ff 40%, #d6ecff 100%);
    pointer-events: none;
}

.tt-archive-hero--news {
background: radial-gradient(circle at 20% 30%, rgba(0, 136, 204, 0.12), transparent 40%), radial-gradient(circle at 85% 15%, rgba(0, 180, 255, 0.10), transparent 45%), linear-gradient(135deg, #f0f8ff 0%, #e6f4ff 40%, #d6ecff 100%);
  color: var(--tt-text);
}

.tt-archive-hero--news .tt-container {
  padding-bottom: 40px;
}



.tt-archive-hero--news .tt-archive-hero__grid {
  grid-template-columns: minmax(0, 1fr);
  padding: 52px 0 24px;
}

.tt-archive-hero--news .tt-archive-lead {
  display: none;
}

.tt-archive-hero--news .tt-breadcrumbs {
  color: rgba(64, 84, 107, 0.82);
  opacity: 1;
}

.tt-archive-hero--news .tt-breadcrumbs a,
.tt-archive-hero--news .tt-kicker {
  color: var(--tt-primary-dark);
}

.tt-archive-hero--news .tt-page-title {
  color: var(--tt-text);
}

.tt-archive-hero--news .tt-section-note {
  color: var(--tt-muted);
}

.tt-news-search {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(16, 32, 51, 0.12);
}

.tt-news-search span {
  display: grid;
  place-items: center;
  color: #16283c;
}

.tt-news-search svg {
  width: 22px;
  height: 22px;
}

.tt-news-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--tt-text);
  font: inherit;
}

.tt-news-search button {
  min-height: 38px;
  padding: 7px 14px;
  border: 0;
  border-radius: 5px;
  background: var(--tt-primary);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.tt-hero-inner,
.tt-archive-hero__grid {
  position: relative;
  z-index: 1;
}

.tt-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: center;
  padding: 55px 0px 55px;
}

.tt-hero-copy {
  max-width: 760px;
}

.tt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tt-primary-dark);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.tt-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a4ff, #4fccf7);
  position: relative;
  animation: pulseDot 2.2s infinite ease-in-out;
}

@keyframes pulseDot {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.4);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 8px rgba(0, 136, 204, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
  }
}

.tt-hero h1,
.tt-page-title {
  margin: 18px 0 16px;
  font-size: clamp(38px, 6vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.h1page {
  font-size: 40px !important;
}
.tt-hero p {
  max-width: 660px;
  margin: 0;
  color: var(--tt-muted);
  font-size: 15px;
  line-height: 1.5;
}

.tt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tt-hero-visual {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.tt-hero-visual__main {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius:40px;
  background: #fff;
  object-fit: contain;
}

.tt-hero-visual__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  min-height: 390px;
  padding: 28px;
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(231, 245, 255, 0.9));
}

.tt-hero-visual__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(34, 158, 217, 0.12);
  color: var(--tt-primary-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tt-hero-visual__image {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 230px;
  margin: 26px 0 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 30%, rgba(33, 199, 168, 0.18), transparent 34%),
    radial-gradient(circle at 72% 24%, rgba(34, 158, 217, 0.18), transparent 30%),
    linear-gradient(145deg, #f3fbff, #e8f6ff);
  overflow: hidden;
}

.tt-hero-visual__image img {
  width: 72%;
  max-width: 230px;
  aspect-ratio: 1;
  object-fit: contain;
}

.tt-hero-visual__image span {
  color: var(--tt-primary-dark);
}

.tt-hero-visual__image svg {
  width: 140px;
  height: 140px;
}

.tt-hero-visual__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.otstup {
  margin-top: 25px;
      margin-bottom: 25px;
}
.tt-hero-visual__grid span {
  display: grid;
  place-items: center;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--tt-text);
  font-weight: 800;
}

.tt-hero-visual__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.tt-hero-visual__orb--one {
  top: 14px;
  right: 24px;
  width: 90px;
  height: 90px;
  background: rgba(33, 199, 168, 0.18);
}

.tt-hero-visual__orb--two {
  bottom: 6px;
  left: 18px;
  width: 120px;
  height: 120px;
  background: rgba(34, 158, 217, 0.14);
}

.tt-best-card,
.tt-card,
.tt-sidebar-box,
.tt-comment-card,
.tt-empty-state {
  border-radius: var(--tt-radius);
  background: var(--tt-surface);
  backdrop-filter: blur(16px);
}
.emwhite {
  color: white !important;
}
.tt-best-card,
.tt-archive-lead,
.tt-review-summary {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(234, 246, 255, 0.94));
}

.tt-best-card {
  padding: 24px;
}

.tt-best-card__head,
.tt-best-card__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.tt-best-card__head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tt-line);
}

.tt-brand-logo,
.tt-review-brand__logo {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(34, 158, 217, 0.12), rgba(33, 199, 168, 0.14));
  color: var(--tt-primary-dark);
  font-size: 30px;
  font-weight: 900;
  overflow: hidden;
  flex: 0 0 auto;
}

.tt-brand-logo img,
.tt-review-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-best-card__brand {
  margin-top: 20px;
  align-items: center;
  justify-content: flex-start;
}

.tt-best-card__title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.tt-rank-badge,
.tt-top-card__rank {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
}

.tt-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #1dcb6c;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    max-width: 151px;
}

.tt-tag2 {
display: flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    padding: 8px 14px;
    border-radius: 5px;
    background: #1dcb6c;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
    width: 140px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.tt-tag-status {
width: fit-content;
    margin: 20px auto 0;
}
.tt-tag::before {
  content: "✓";
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.tt-tag2::before {
  content: "✓";
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.tt-tag--warn {
    background: #9c9c9c;
    color: white;
}

.tt-tag--warn::before {
  content: "!";
}
.sidebarblockname {
  font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
.sidebarblockname2 {
  font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
}
.tt-table-row__status2 .tt-tag--warn {
    background: #9c9c9c;
    color: white;
}

.tt-tag--danger {
  background: #d82d2d;
  color: white;
}

.tt-tag--danger::before {
  content: "✕";
}

.tt-meta-grid,
.tt-review-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.tt-review-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-meta-item,
.tt-review-stat {
  min-width: 0;
  border-radius: 20px;
  border: 1px solid rgba(16, 32, 51, 0.06);
}

.tt-meta-item span,
.tt-review-stat span {
  display: block;
  color: var(--tt-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tt-meta-item strong,
.tt-review-stat strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
}

.tt-section {
  padding: 52px 20px;
}



.tt-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.tt-section-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 30px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.comment-form-cookies-consent {
  display: none;
}
.tt-section-note {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--tt-muted);
  line-height: 1.5;
}
.logomain {
  width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tt-top-grid {
margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
}

.tt-top-card {
  position: relative;
  border-width: 1px;
  width: 100%;
    max-width: 32%;
    border: 1px solid #8080802b;
}


.tt-top-card__rank {
position: absolute;
    top: -25px;
    left: -25px;
    z-index: 2;
    width: 50px;
    min-width: 50px;
    height: 49px;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  background-image: url('https://telegramtools.review/wp-content/uploads/2026/04/star-first-serv.svg');
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 3;
}

.tt-top-card__rank--2 {
  background-image: url('https://telegramtools.review/wp-content/uploads/2026/04/star-second-serv.svg');
}

.tt-top-card__rank--3 {
  background-image: url('https://telegramtools.review/wp-content/uploads/2026/04/star-third-serv.svg');
}

.tt-top-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #dff4ff, #e7f9f5);
  overflow: hidden;
      border-radius: 5px 5px 0px 0px !important;
}
.tt-sidebar-box {
      background: #1e96d0;
    color: white;
}
.tt-top-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.tt-top-card__media span {
  color: var(--tt-primary-dark);
  font-size: 56px;
  font-weight: 900;
}

.tt-top-card__body {
  padding: 18px;
}

.tt-top-card h3 {
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-align: center;
    font-weight: 800;
}

.tt-top-card__score {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 35px 0 12px;
    /* margin: 0 auto; */
    width: 151px;
    margin: 10px auto;
}

.tt-score {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #15263a;
  font-weight: 900;
}

.tt-score--numbered {
  position: relative;
  gap: 4px;
}

.tt-score--numbered strong {
    display: inline-grid;
    place-items: center;
    color: #000000;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
}

.tt-score svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.tt-stars {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 3px;
  white-space: nowrap;
}

.tt-stars2 {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 3px;
  white-space: nowrap;
}

.tt-star {
  position: relative;
  display: inline-flex;
  color: #c8d0d8;
}

.tt-star2 {
  position: relative;
  display: inline-flex;
  color: #c8d0d8;
}

.tt-star--active {
  color: var(--tt-warning);
}
.tt-top-card__age {
  display: flex;
}
.tt-star--active2 {
  color: var(--tt-warning);
}

.tt-star--half {
  position: relative;
  color: #c8d0d8;
}

.tt-star__fill {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  display: inline-flex;
  width: 50%;
  overflow: hidden;
  color: var(--tt-warning);
  pointer-events: none;
}

.tt-star__fill svg {
  flex: 0 0 auto;
}

.tt-star svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.tt-table-row__rating2 {
      display: flex;
    align-items: center;
    gap: 6px;
}
.tt-table-row__rating2 .tt-star svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.tt-table-row__rating2 .tt-stars {
  gap: 0px;
}
.tt-article img {
  box-shadow: 00px 0px 10px #0000000d;
  border-radius: 5px;
}
.tt-top-card__meta,
.tt-rating-row__years {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tt-muted);
  font-weight: 700;
}

.tt-top-card__meta {
    display: flex;
    justify-content: center; /* центр по горизонтали */
    align-items: center;     /* центр по вертикали (если нужно) */
    gap: 8px;                /* отступ между иконкой и текстом */
    
    margin: 20px auto;
    width: fit-content;      /* вместо фиксированных 130px */
}
.yearsblock {
  line-height: 1.33;
  color: black;
    font-weight: 400;
}

.yearsblock2 {
  line-height: 1.33;
  color: black;
    font-weight: 400;
}
.tt-top-card__meta svg,
.tt-rating-row__years svg {
width: 20px;
    height: 20px;
    color: #147fb2;
    margin-right: 5px;
}

.tt-top-card p {
  margin: 0 0 16px;
  color: var(--tt-muted);
}

.tt-ranking-list {
  display: grid;
  gap: 14px;
  border-top: 1px solid rgba(16, 32, 51, 0.12);
}

.tt-table-head {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 170px 155px 102px;
  gap: 10px;
  align-items: center;
  padding: 14px 12px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(135deg, #117db4, #229ed9);
  color: #fff;
  font-weight: 800;
}

.tt-table-head--home {
  display: none;
}

.tt-table-list {
  border-top: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0 4px 32px 0 rgb(39 39 39 / 3%);
}

.tt-table-row {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #8080802b;
        box-shadow: 0 4px 32px 0 rgb(39 39 39 / 3%);
    border-radius: 5px;
       justify-content: space-between;
}

.tt-table-row2 {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #8080802b;
        box-shadow: 0 4px 32px 0 rgb(39 39 39 / 3%);
    border-radius: 5px;
       justify-content: space-between;
       border-radius: 0px;
}

.tt-table-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.logo-width {
  width: 10%;
}
.logo-width2 {
  width: 70px;
  position: relative;
}

.tt-table-row--top {
    background: #d6efff;
  border-radius: 0px;
}

.tt-table-row--top .tt-tag {
  background: #e7f9f5;
  color: #087b67;
}

.tt-table-row--top .tt-tag--warn {
    background: #9c9c9c;
    color: white;
}

.tt-table-row--top .tt-tag--danger {
  background: #ffe9ec;
  color: #b91d34;
}

.tt-table-row__status2 .tt-tag--danger {
  background: #d82d2d;
  color: white;
}

.tt-table-row__project {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 30%;
}

.tt-table-row__project2 {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 20%;
}
.tt-table-row__meta {
  display: flex;
	width: 12%;
}

.tt-table-row__rank {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: linear-gradient(135deg, #117db4, #229ed9);
  color: #fff;
  font-weight: 900;
}

.tt-table-row__rank2 {
display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border-radius: 999px;
    background: linear-gradient(135deg, #117db4, #229ed9);
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: -5px;
    left: -5px;
    font-size: 13px;
}

.tt-table-row__brand {
  align-items: center;
  min-width: 0;
  width: 100%;
  height: 100%;
  display: grid;
}

.tt-table-row__brand2 {
  align-items: center;
  min-width: 0;
}

.tt-table-row__logo {
  display: grid;
  place-items: center;
  width: 111px;
  height: 111px;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  color: var(--tt-primary-dark);
  font-size: 24px;
  font-weight: 900;
}

.tt-table-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}
.tt-table-row__logo2 {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  color: var(--tt-primary-dark);
  font-size: 24px;
  font-weight: 900;
}

.tt-table-row__logo2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

.tt-table-row__info {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.tt-table-row__info strong {
  font-size: 24px !important;
  line-height: 1.05;
  color: var(--tt-text);
  margin-bottom: 10px;
}

.tt-table-row__info2 {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.tt-table-row__info2 strong {
  font-size: 18px !important;
  line-height: 1.05;
  color: var(--tt-text);
}

.tt-table-row__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--tt-text);
  font-weight: 800;
}

.tt-table-row__rating svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.tt-table-row__rating .tt-star svg {
  width: 25px;
  height: 25px;
}

.tt-table-row__status,
.tt-table-row__socials,
.tt-table-row__action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tt-table-row__status {
  width: 20%;
}

.tt-table-row__status2,
.tt-table-row__socials2,
.tt-table-row__action2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tt-table-row__status2 {
  width: 20%;
}

.tt-table-row__socials,
.tt-table-row__socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tt-text);
  font-weight: 700;
}

.tt-table-row__socials {
  padding-left: 4px;
}

.tt-table-row__socials svg {
  width: 18px;
  height: 18px;
}

.tt-table-row__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 5px;
  background: linear-gradient(135deg, #117db4, #229ed9);
  color: #fff;
  font-weight: 800;
}

.tt-table-row--top .tt-table-row__button {
  background: linear-gradient(135deg, #117db4, #229ed9);
  color: #fff;
}

.tt-table-row__empty {
  color: var(--tt-muted);
}

.tt-rating-row {
  display: grid;
  grid-template-columns: 54px minmax(240px, 1.4fr) 130px 110px 140px auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.tt-sidebar-ad-gpt {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 5px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 28%),
    radial-gradient(circle at 18% 12%, rgba(33,174,251,.28), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(34,200,111,.18), transparent 34%),
    linear-gradient(180deg, #0f1823 0%, #0b1119 100%);
  border: 1px solid rgba(255,255,255,.08);
}

.tt-sidebar-ad-gpt::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .45;
  pointer-events: none;
}

.tt-sidebar-ad-gpt__glow {
  position: absolute;
  right: -80px;
  top: 70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #0aa8f5;
  opacity: .16;
  filter: blur(45px);
}

.tt-sidebar-ad-gpt > *:not(.tt-sidebar-ad-gpt__glow) {
  position: relative;
  z-index: 1;
}

.tt-sidebar-ad-gpt__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.tt-table-row__age {
  display: flex;
  width: 10%;
}
.tt-sidebar-ad-gpt__top span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(33,174,251,.12);
  border: 1px solid rgba(33,174,251,.28);
  color: #35bfff;
  font-size: 12px;
  font-weight: 800;
}

.tt-sidebar-ad-gpt__top b {
  font-size: 13px;
  letter-spacing: .1em;
}

.h3reklam {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.03;
  letter-spacing: -.05em;
  font-weight: 950;

}

.h3reklam span{
  color: #21aefb;
}

.tt-sidebar-ad-gpt__lead {
  margin: 0 0 16px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.5;
}

.tt-sidebar-ad-gpt__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.tt-sidebar-ad-gpt__metrics div {
  padding: 10px 8px;
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
}

.tt-sidebar-ad-gpt__metrics strong {
  display: block;
  font-size: 17px;
  line-height: 1;
}

.tt-sidebar-ad-gpt__metrics span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.45);
  font-size: 10px;
}

.tt-sidebar-ad-gpt__chart {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 14px;
}

.tt-sidebar-ad-gpt__chart-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.46);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tt-sidebar-ad-gpt__chart-head b {
  color: #21c86f;
}

.tt-sidebar-ad-gpt__chart svg {
  width: 100%;
  height: 96px;
}

.tt-sidebar-ad-gpt .chart-fill {
  fill: url(#gptChartFill);
}

.tt-sidebar-ad-gpt .chart-line {
  fill: none;
  stroke: #21c86f;
  stroke-width: 4;
  filter: drop-shadow(0 0 8px rgba(33,200,111,.65));
}

.tt-sidebar-ad-gpt__modules {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.tt-sidebar-ad-gpt__modules span {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(33,174,251,.1);
  color: rgba(255,255,255,.75);
  font-size: 11px;
  border: 1px solid rgba(33,174,251,.18);
}

.tt-sidebar-ad-gpt__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0bb6ff, #007bdc);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(0,139,214,.35);
}
.tt-rating-row__brand {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.tt-rating-row__name {
  min-width: 0;
}

.tt-rating-row__name strong {
  display: block;
  font-size: 20px;
}

.tt-rating-row__name span {
  display: block;
  margin-top: 4px;
  color: var(--tt-muted);
  font-size: 14px;
}

.tt-avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(34, 158, 217, 0.14), rgba(33, 199, 168, 0.18));
  color: var(--tt-primary-dark);
  font-size: 24px;
  font-weight: 900;
  overflow: hidden;
}
.pblockrat {
    font-weight: 900;
    font-size: 15px;
}
.pblockratext {
  font-size: 13px;
    line-height: 1.7;
}
.tt-product-highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tt-product-highlight__icon {
    width: 48px;
    min-width: 48px;
    flex-shrink: 0;
}

.tt-product-highlight__icon img {
width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
    display: flex;
    float: right;
}

.tt-product-highlight__content {
    flex: 1;
    min-width: 0;
}


.tt-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.tt-category-strip a,
.tt-load-more,
.page-numbers {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    color: #000000;
    font-weight: 400;
}
.tt-recommend-banner__bottom {
  display: flex;
  align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    gap: 20px;
}
.tt-category-strip a.is-active {
  background: linear-gradient(135deg, var(--tt-primary), var(--tt-primary-dark));
  color: #fff;
  border-color: transparent;
  padding: 10px;
}

.tt-post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tt-news-archive {
  display: block;
}

.tt-news-archive .tt-content {
  width: min(100%, 980px);
}

.tt-news-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.tt-news-category-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--tt-primary-dark);
  border-radius: 5px;
  color: var(--tt-text);
  background: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.tt-news-category-pills a.is-active {
  background: var(--tt-primary-dark);
  color: #fff;
}

.tt-news-category-pills span {
  margin-left: 4px;
  color: inherit;
}

.tt-news-list {
  display: grid;
  gap: 0;
}

.tt-news-list-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px dashed rgba(16, 32, 51, 0.16);
}

.tt-news-list-card:first-child {
  padding-top: 0;
}
.tt-news-hero__block {
  display: flex; gap: 10px;
}
.tt-news-list-card__thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(135deg, #dff4ff, #e7f9f5);
  color: var(--tt-primary-dark);
  font-size: 44px;
  font-weight: 900;
}

.tt-news-list-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-news-list-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.tt-news-list-card__cat {
  color: #101827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tt-news-list-card h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.18;
}

.tt-news-list-card p {
  margin: 0;
  color: #26394d;
}

.tt-news-list-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  color: #102033;
  font-size: 14px;
  font-weight: 700;
}

.tt-home-more {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.tt-home-more .tt-button {
  min-width: 180px;
}


.tt-button2 {
    width: 130px;
    padding: 10px 25px;
    border-radius: 10px;
    text-align: center;
}

.tt-post-card {
  overflow: hidden;
}
.tt-post-card__title {
	margin: 0px;
	font-size: 22px;
}
.tt-post-card__thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #dff4ff, #e7f9f5);
  overflow: hidden;
  color: var(--tt-primary-dark);
  font-size: 42px;
  font-weight: 900;
}

.tt-post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-post-card__body {
  padding: 5px;
}

.tt-post-card__cat,
.tt-post-card__date {
  color: var(--tt-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tt-post-card h3 {
  margin: 10px 0 12px;
  font-size: 20px;
  line-height: 1.18;
}

.tt-cta-band {
  background: linear-gradient(135deg, #102033, #173750);
  color: #fff;
}

.tt-cta-band .tt-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 42px 20px;
}

.tt-cta-band p {
  max-width: 760px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.tt-site-footer {
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid var(--tt-line);
}

.tt-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 28px;
  padding: 42px 20px;
}

.tt-footer-title {
  margin: 0 0 5px;
  font-size: 16px;
      font-weight: 600;
}

.tt-footer-links {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-footer-links a {
  color: var(--tt-muted);
  font-weight: 300;
}

.tt-risk {
  border-top: 1px solid var(--tt-line);
  padding: 18px 20px 28px;
  color: var(--tt-muted);
  font-size: 13px;
}

.tt-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 275px;
    gap: 25px;
    align-items: start;
}

.tt-content {
  min-width: 0;
}

.tt-content > .tt-card + .tt-card {
    box-shadow: 0px 20px 32px 0 rgba(39, 39, 39, .06);
}

.tt-breadcrumbs {
  color: #40546b;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.tt-breadcrumbs a {
  color: var(--tt-primary-dark);
}

.tt-review-hero {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 24px;
}

.tt-review-brand {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.tt-review-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.tt-product-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 30px;
  align-items: start;
  box-shadow: 0 4px 32px 0 rgba(39, 39, 39, .06);
  border-radius: 5px;
  margin-top: 5px;
}

.tt-product-hero__main {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
  padding-right: 170px;
}

.tt-product-hero__logo {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 20px;
  overflow: hidden;
  color: var(--tt-primary-dark);
  font-size: 58px;
  font-weight: 900;
}

.tt-product-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tt-product-hero__content {
  min-width: 0;
}

.tt-product-hero__content h1 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1;
}

.tt-product-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 18px;
}

.tt-product-hero__rating strong {
  font-size: 18px;
}

.tt-product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  overflow: visible;
}

.tt-product-hero__actions .tt-button {
  flex: 1 1 148px;
  min-width: 0;
  white-space: normal;
}

.tt-button--violet {
  background: linear-gradient(135deg, var(--tt-primary), var(--tt-primary-dark));
  box-shadow: none;
}

.tt-product-hero__aside {
  display: grid;
  align-content: start;
  gap: 16px;
  justify-items: end;
  position: absolute;
  top: 30px;
  right: 30px;
}

.tt-product-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 24px 28px;
  margin-top: 0;
}
.tt-product-p {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1;
        font-weight: 700;
    letter-spacing: -0.02em;

}
.tt-rich-block h1 {
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.tt-product-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--tt-primary), var(--tt-primary-dark));
}

.tt-product-anchor-nav:empty {
  display: none;
}
.h2footer {
    margin: 0;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: white !important;
}
.tt-product-anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.tt-product-highlight h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.tt-product-highlight p {
  margin: 0;
  color: var(--tt-text);
}

.tt-news-hero {
  overflow: hidden;
  background:
    linear-gradient(rgba(26, 39, 56, 0.58), rgba(26, 39, 56, 0.58)),
    linear-gradient(135deg, #6f7780, #88919a);
  color: #fff;
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        border-radius: 5px 5px 0px 0px !important;
}

.tt-news-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    margin: 14px 0;
    font-weight: 100;
    font-size: 14px;
}

.tt-news-hero__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tt-news-hero__share {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tt-share-label {
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

/* кнопки */
.tt-share-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f2edf4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

/* svg */
.tt-share-btn svg {
     fill: #1e96d0;
}





/* аватар */
.tt-author-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: block;
}

/* блок текста */
.tt-author-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
}

/* Автор: */
.tt-author-label {
    color: #111;
    font-weight: 600;
}

/* имя */
.tt-author-name {
color: #229ed9;
    font-weight: 400;
    font-size: 15px;
}

/* галочка */
.tt-author-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #7b1fa2;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}
.tt-news-hero h1 {
  margin: 0 0 35px;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}


.tt-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tt-meta-item svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    opacity: 0.9;
}
.tt-news-hero__author {
gap: 2px;
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 0px 0px 5px 5px !important;
    background: rgba(255, 255, 255, 0.92);
    color: var(--tt-text);
    display: flex;
    border: 1px solid #8080808f;
    justify-content: space-between;
}

.tt-news-hero__author span {
  color: var(--tt-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.tt-news-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: var(--tt-primary);
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 5px 0px 5px 0px !important;
        padding: 0px 10px;
}

.tt-news-hero__image {
  overflow: hidden;
  border-radius: 24px;
  margin-top: 18px;
}

.tt-news-hero__image img {
  width: 100%;
  height: auto;
}

.tt-news-bottom {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 32, 51, 0.1);
}

.tt-news-bottom__share h3 {
  margin-top: 0;
}

.tt-review-summary {
  display: grid;
  gap: 12px;
  align-content: center;
  justify-items: center;
  padding: 24px;
  text-align: center;
}

.tt-review-summary .tt-score {
  font-size: 38px;
}
.tt-article h2 {
  text-align: center;
}

.tt-article h2,
.tt-article h3 {
  margin-top: 32px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.tt-article p,
.tt-article li {
  color: #26394d;
}
.pprn {
  font-size: 22px !important;
    color: white !important;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1 !important;
}
.tt-rich-block {
  margin-bottom: 28px;
}


.tt-product-sections {
  display: grid;
  gap: 18px;
  margin: 28px 0;
}

.tt-product-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
}

.tt-product-section--image_left {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.tt-product-section--full {
  grid-template-columns: 1fr;
}

.tt-product-section__content h2 {
  margin-top: 0;
}

.tt-product-section__media {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #dff4ff, #e7f9f5);
}

.tt-product-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-product-gallery {
  margin: 32px 0;
}

.tt-product-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tt-product-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 32, 51, 0.08);
}

.tt-product-gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tt-product-gallery__item figcaption {
  padding: 12px 14px 14px;
  color: var(--tt-muted);
  font-size: 14px;
}

.tt-product-cta {
  margin-top: 28px;

  border-radius: 28px;

  color: black;
}

.tt-product-cta h2 {
  margin-top: 0;
  color: #fff;
}

.tt-product-cta p {
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.78);
}

.tt-pros-cons {
display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 28%), radial-gradient(circle at 18% 12%, rgb(33 251 166 / 18%), transparent 32%), radial-gradient(circle at 88% 22%, rgb(200 34 34 / 18%), transparent 34%), linear-gradient(180deg, #0f1823 0%, #0b1119 100%);
    border-radius: 5px;
    color: white;
}

.tt-list-panel {
  border-radius: 24px;
  padding: 22px 42px;
}

.tt-list-panel h3 {
  margin: 0 0 12px;
}

.tt-list-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-list-panel li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-height: 20px;
    padding-left: 0;
    color: white;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.5;
}

.tt-list-panel li::before {
  position: static;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.tt-list-panel--pros li::before {
  content: "+";
  background: #18b978;
}

.tt-list-panel--cons li::before {
  content: "-";
  background: var(--tt-danger);
}
#faq {
  text-align: left;
  font-size: 30px;
}
.tt-faq {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.tt-faq-item {
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  overflow: hidden;
}

.tt-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  color: var(--tt-text);
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.tt-faq-answer {
  display: none;
  padding: 0 20px 18px;
  color: var(--tt-muted);
}

.tt-faq-item.is-open .tt-faq-answer {
  display: block;
}



.tt-comment-list {
  display: grid;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.tt-comment-card {
  margin: 7px;
  box-shadow: none;
  margin-top: 25px;
}

.tt-comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.tt-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}

.tt-sidebar-box {
  padding: 18px;
  box-shadow: none;
}

.tt-sidebar-box h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.tt-mini-ranking {
  display: grid;
}

.tt-mini-ranking a {
display: grid;
    gap: 10px;
    align-items: center;
    padding: 12px;

    border-bottom: 1px dashed rgb(0 0 0 / 33%);
}

.tt-mini-ranking--top a {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  border-bottom: 1px dashed rgb(255 255 255 / 69%);
  border-radius: 0;
  padding: 14px 0;
  background: transparent;
}

.tt-mini-ranking--top a:first-child {
  padding-top: 0;
}

.tt-mini-ranking--top a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tt-mini-ranking > a > span:first-child {
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #fff;
  color: var(--tt-primary-dark);
  font-weight: 900;
}

.tt-mini-ranking__logo {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #dff4ff, #e7f9f5);
  overflow: hidden;
  color: var(--tt-primary-dark);
  font-weight: 900;
}

.tt-mini-ranking__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-mini-ranking__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}



.tt-mini-ranking__body em {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  color: var(--tt-muted);
  min-width: 0;
  white-space: nowrap;
}

.tt-mini-ranking__body em svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.tt-mini-ranking__body em .tt-star svg {
  width: 13px;
  height: 13px;
}

.tt-mini-ranking__body em .tt-stars {
  gap: 0;
}

.tt-mini-ranking__cta {
    font-weight: 700;
    color: #1e96d0;
    background: white;
    padding: 7px;
    border-radius: 5px;
}

.tt-mini-ranking strong {
  overflow-wrap: anywhere;
  line-height: 1.2;
  font-weight: 600;
    font-size: 14px;
}

.tt-mini-ranking em {
    color: #747474a8;
    font-style: normal;
    font-size: 12px;
}

.tt-sidebar-banner {
  position: relative;
  overflow: hidden;
  padding: 22px 18px 24px;
  border-radius: var(--tt-radius);
  background:
    linear-gradient(145deg, rgba(17, 125, 180, 0.96), rgba(20, 127, 178, 0.98)),
    linear-gradient(135deg, var(--tt-primary), var(--tt-primary-dark));
  color: #fff;
  box-shadow: none;
}

.tt-sidebar-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, transparent 48%, rgba(255, 255, 255, 0.08) 49%, transparent 50%),
    linear-gradient(30deg, transparent 0%, transparent 68%, rgba(255, 255, 255, 0.08) 69%, transparent 70%);
  opacity: 0.9;
  pointer-events: none;
}

.tt-sidebar-banner > * {
  position: relative;
  z-index: 1;
}

.tt-sidebar-banner__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tt-sidebar-banner h3 {
  margin: 16px 0 14px;
  font-size: 32px;
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.tt-sidebar-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  margin: 12px 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffc91b;
  color: #181411;
  font-weight: 900;
  text-transform: uppercase;
}

.tt-sidebar-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.tt-search-results {
  padding: 36px 20px 54px;
}

.tt-search-grid {
  display: grid;
  gap: 14px;
}

.tt-archive-hero__grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  align-items: end;
      padding: 55px 0px 55px;
}

.tt-archive-lead {
  display: grid;
  gap: 6px;
  padding: 24px;
  text-align: center;
}

.tt-archive-lead strong {
  font-size: 54px;
  line-height: 1;
}

.tt-empty-state {
  padding: 28px;
}

.tt-nav a,
.tt-nav .sub-menu,
.tt-nav .sub-menu a,
.tt-icon-button,
.tt-search-input,
.search-field,
.comment-form input,
.comment-form textarea,
.comment-form select,
.tt-button,
.comment-form .submit,
.wp-block-button__link,
.tt-kicker::before,
.tt-hero-visual__frame,
.tt-hero-visual__badge,
.tt-hero-visual__image,
.tt-hero-visual__grid span,
.tt-best-card,
.tt-card,
.tt-sidebar-box,
.tt-comment-card,
.tt-empty-state,
.tt-brand-logo,
.tt-review-brand__logo,
.tt-rank-badge,
.tt-top-card__rank,
.tt-tag,
.tt-meta-item,
.tt-review-stat,
.tt-top-card__media,
.tt-avatar,
.tt-category-strip a,
.tt-load-more,
.page-numbers,
.tt-post-card__thumb,
.tt-review-hero,
.tt-product-hero,
.tt-product-hero__logo,
.tt-news-hero,
.tt-news-hero__author,
.tt-news-hero__badge,
.tt-news-hero__image,
.tt-rich-block--intro,
.tt-product-section,
.tt-product-section__media,
.tt-product-gallery__item,
.tt-product-cta,
.tt-list-panel,
.tt-list-panel li::before,
.tt-faq-item,
.tt-sidebar-banner,
.tt-sidebar-banner__badge,
.tt-sidebar-banner__button,
.tt-archive-lead {
      border-radius: 5px;
}
.tt-top-card__media img {
      border-radius: 5px 5px 0px 0px;
}

.read-obzor .tt-button, .tt-top-card .tt-button {
                margin: 0 auto;
                max-width: 400px;
        border-radius: 0px 0px 5px 5px;
        justify-content: center;
        padding: 13px;
        background: #1f9bd1;
        color: #fff;
        border-color: #1f9bd1;
        width: 100%;
    }
@media (max-width: 1080px) {
.read-obzor {
      width: -webkit-fill-available;
}
  .tt-hero-visual {
    display: none !important; 
  }
.tt-archive-lead {
  display: none;
}
  .tt-header-bar {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    min-height: 82px;
    padding: 0px 20px;
  }

  .tt-logo {
    justify-self: start;
  }

  .tt-header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }

  .tt-menu-toggle {
    display: inline-grid;
  }
  .tt-button--ghost {
    align-items: center;
    display: flex;
    gap: 5px;
  }
  .tt-nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    padding: 6px 0 18px;
  }

  .tt-nav.is-open {
    display: block;
  }

  .tt-nav ul {
    display: grid;
    justify-content: stretch;
    gap: 8px;
  }

  .tt-nav li {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 1px solid rgba(16, 32, 51, 0.08);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.88);
  }

  .tt-nav li:not(.menu-item-has-children) {
    grid-template-columns: 1fr;
  }

  .tt-nav a {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    border-radius: 5px;
    background: transparent;
  }

  .tt-nav .sub-menu {
    position: static;
    display: none;
    grid-column: 1 / -1;
    min-width: 0;
    margin: 0 10px 10px;
    padding: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: rgba(246, 250, 253, 0.96);
  }

  .tt-nav li.is-submenu-open > .sub-menu {
    display: grid;
  }

  .tt-nav .sub-menu li {
    border: 0;
    background: transparent;
  }

  .tt-nav .menu-item-has-children > a::after {
    display: none;
  }

  .tt-submenu-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-right: 6px;
    border: 1px solid rgba(16, 32, 51, 0.1);
    border-radius: 5px;
    background: #fff;
    color: var(--tt-primary-dark);
    cursor: pointer;
  }

  .tt-submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.16s ease;
  }

  .is-submenu-open > .tt-submenu-toggle span {
    transform: rotate(225deg) translateY(-2px);
  }

  .tt-sidebar {
    position: static;
  }

  .tt-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-news-archive .tt-content {
    width: 100%;
  }

  .tt-news-list-card {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }

  .tt-rating-row {
    grid-template-columns: 54px 1fr 130px;
  }

  .tt-table-head,
  .tt-table-row {
    grid-template-columns: minmax(260px, 1fr) 150px 86px 112px;
  }

  .tt-rating-row .tt-score,
  .tt-rating-row__years,
  .tt-rating-row .tt-button {
    grid-column: 2 / -1;
  }

  .tt-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-review-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-product-section,
  .tt-product-section--image_left {
    grid-template-columns: 1fr;
  }

  .tt-product-hero,
  .tt-product-highlights,
  .tt-hero-inner {
    grid-template-columns: 1fr;
  }

  .tt-product-hero__main {
    grid-template-columns: 120px minmax(0, 1fr);
    padding-right: 0;
  }


}
.h3cardname {
  margin: 0 auto !important; 
    font-size: 24px !important; 
    line-height: 1.05 !important; 
    letter-spacing: -0.03em !important; 
    text-align: center !important; 
    font-weight: 800 !important; 
    color: black !important; 
}

.tt-product-anchor-nav::-webkit-scrollbar {
    display: none; /* Chrome */
}

.tt-product-anchor-nav a {
    display: inline-block;
    white-space: nowrap;

    padding: 8px 14px;
    border-radius: 10px;

    background: rgba(255,255,255,0.1);
    color: #fff;

    flex: 0 0 auto; /* ❗ ключ чтобы не сжимались */
}
.tt-product-anchor-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;

    width: 100%;
    max-width: 100%;
    min-width: 0;

    overflow-x: auto !important;
    overflow-y: hidden;

    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.tt-product-anchor-nav a {
    flex: 0 0 auto !important;
    white-space: nowrap;
}
.tt-product-anchor-nav {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(255,255,255,.75) rgba(255,255,255,.18);
}

.tt-product-anchor-nav::-webkit-scrollbar {
    display: block;
    height: 8px;
}

.tt-product-anchor-nav::-webkit-scrollbar-track {
    background: rgba(255,255,255,.18);
    border-radius: 999px;
}

.tt-product-anchor-nav::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.75);
    border-radius: 999px;
}

.tt-product-anchor-nav::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
.tt-author-box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.tt-author-box__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.tt-author-box__content {
    flex: 1;
}

.tt-author-box__name {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.tt-author-box__name strong {
    font-size: 15px;
    font-weight: 700;
}

.tt-author-box__check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1e96d0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt-author-box__check svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

.tt-author-box__text {
    font-size: 14px;
    line-height: 1.4;
    background: #4282ff0f;
    padding: 5px;
    border-radius: 5px;
}
.tt-review-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #2bbcff;
    background: rgba(43, 188, 255, 0.12);
    padding: 4px 10px;
    border-radius: 999px;
    vertical-align: middle;
}
@media (max-width: 768px) {
  .tt-faq-answer p {
    font-size: 15px;
    line-height: 1.5;

  }
  .tt-rich-block h1 {
    line-height: 1.05;
    font-size: 29px;
  }
  .tt-recommend-banner__content p{
       font-size: 15px;
    line-height: 1.5;
  }
  .tt-rich-block--intro p {
    font-size: 15px;
    line-height: 1.5;
  }
  .tt-author-box {
    gap: 10px;
  }
  .tt-author-box__text {
    font-size: 12px;
  }
  .h3cardname {
    font-size: 22px !important; ; 

}
  .tt-archive-hero--news .tt-container {
    padding-bottom: 0px;
  }
  .tt-pros-cons {
    padding-bottom: 10px;
  }
  .tt-list-panel {
    padding: 22px;
  }
  .tt-pros-cons {
    gap: 0px;
  }
  .tt-product-p {
    text-align: center;
  }
  .tt-product-hero__rating {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 170px;
    margin: 0 auto;
  }
  .tt-news-hero__meta {
gap: 10px;
  }
  .tt-news-hero__block {
    margin-bottom: 10px;
  }
.tt-news-hero__author {
display: block;
}
.tt-section-title {
  font-size: 25px;
}
.tt-archive-hero__grid {
  display: block;
  padding: 34px 20px 34px;
}
  .tt-top-grid {
    display: block;
  }


  .tt-logo-text span {
    display: none;
  }

  .tt-logo-mark {
    width: 144px;
    height: 52px;
  }
.tt-hero-inner, .tt-top-grid,  .tt-review-hero, .tt-archive-hero__grid {
        grid-template-columns: 1fr;
    }
  .tt-search-inner,
  .tt-cta-band .tt-container,
  .tt-pros-cons,
  .tt-post-grid,
  .tt-meta-grid,
  .tt-review-stats,
  .tt-footer-grid,
  .tt-product-gallery__grid {
    grid-template-columns: 1fr;
  }
.tt-search-inner {
  padding: 10px;
}
  .tt-section {
    padding: 34px 20px;
  }

  .tt-section-head {
    display: block;
  }

  .tt-page-title,
  .tt-hero h1,
  .tt-review-hero h1 {
    font-size: clamp(32px, 12vw, 30px);
  }

  .tt-hero-inner {
    padding: 34px 20px 34px;
  }

  .tt-hero-visual {
    min-height: 300px;
  }

  .tt-hero-visual__main {
    max-width: 320px;
  }

  .tt-hero-visual__frame {
    min-height: 320px;
    padding: 18px;
  }

  .tt-hero-visual__image {
    min-height: 180px;
    margin: 18px 0;
  }

  .tt-hero-visual__grid {
    grid-template-columns: 1fr;
  }

  .tt-archive-hero--news .tt-archive-hero__grid {
    padding: 34px 20px 34px;
  }

  .tt-news-search {
    grid-template-columns: auto 1fr;
  }

  .tt-news-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .tt-news-category-pills {
    gap: 8px;
  }

  .tt-news-category-pills a {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .tt-news-list-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;

  }

  .tt-news-list-card h2 {
    font-size: 20px;
  }

  .tt-news-list-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .tt-table-head {
    display: none;
  }

  .tt-table-list,
  .tt-table-list2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border: 0;
    background: transparent;
            margin-bottom: 15px;
  }

  .tt-table-row--top {
    background: linear-gradient(180deg, rgba(34, 158, 217, 0.14), rgba(34, 158, 217, 0.06));
  }

  /* Карточки .tt-table-row2 */
  .tt-table-row2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 32, 51, 0.08);
    border-radius: 0;
    background: #fff;
  }

  .logo-width2 {
    width: 100%;
    position: relative;
  }

  .tt-table-row__logo2 {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: var(--tt-primary-dark);
    font-size: 24px;
    font-weight: 900;
    border-radius: 0px;
    height: 120px;
  }

  .tt-table-row__logo2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .tt-table-row__rank2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #1887bb;
    color: #fff;
    font-weight: 700;
    border-radius: 0 0 8px 0;
  }

  .tt-table-row__project2 {
    width: 100%;
    text-align: center;
    padding: 0 8px;
    display: block;
  }

  .tt-table-row__brand2 {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
  }

  .tt-table-row__brand2 strong {
    display: block;
    font-size: 14px;
    margin: 10px 0 20px;
  }

  .tt-table-row__rating2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 13px;
  }

  .tt-table-row__status2 {
    width: 100%;
    margin-top: 8px;
  }

  .tt-tag2 {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
  }

  .tt-table-row__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    width: 100%;
    font-size: 13px;
  }

  .tt-button2 {
width: 100%;
        justify-content: center;
        border-radius: 5px;
        padding: 11px;
        background: #1e96d0;
        color: #fff;
        margin-bottom: 15px;
  }

  .tt-button2 svg {
    color: #fff !important;
  }

  /* Обычные .tt-table-row */
  .tt-table-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0px;
    text-align: center !important;
    overflow: hidden !important;
    border: 1px solid rgba(16, 32, 51, 0.08);
    background: rgba(255, 255, 255, 0.94);
  }

  .tt-table-row .number-width,
  .tt-table-row .logo-width,
  .tt-table-row .tt-table-row__project,
  .tt-table-row .tt-table-row__status,
  .tt-table-row .tt-table-row__age,
  .tt-table-row .tt-table-row__action {
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }

  .tt-table-row .number-width {
    order: 1;
  }

  .tt-table-row .logo-width {
    order: 2;
  }

  .tt-table-row .tt-table-row__project {
    order: 3;
  }

  .tt-table-row .tt-table-row__status {
    order: 4;
  }

  .tt-table-row .tt-table-row__action {
    order: 6;
    margin-top: 6px !important;
  }

  .tt-table-row .tt-table-row__logo img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
  }

  .tt-table-row .tt-table-row__info .tt-table-row__brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .tt-table-row .tt-table-row__info strong {
    font-size: 20px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .tt-table-row .tt-table-row__rating {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
  }

  .tt-table-row .tt-table-row__rating .tt-stars {
    display: flex !important;
    align-items: center !important;
  }

  .tt-table-row .tt-table-row__rating svg {
    width: 17px !important;
    height: 17px !important;
  }

  .tt-table-row .tt-table-row__action .tt-button {
    width: 70%;
    justify-content: center !important;
    padding: 12px !important;
            margin-bottom: 5px;
  }
  .tt-table-row {
    border-radius: 0px;
  }

  /* Топ-карточки */
.tt-top-card {
        position: relative;
        border-radius: 14px;
        padding: 0;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;

    }

  .tt-top-card__rank {
    top: -14px;
    z-index: 3;
    background-size: contain;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 2.5;
  }

  .tt-top-card__media {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .tt-top-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tt-top-card__body {
    padding: 14px 12px 0;
    text-align: center;
  }

  .tt-top-card__body h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.2;
  }

  .tt-tag-status,
  .tt-top-card__score {
    display: flex;
    justify-content: center;
  }

  .tt-top-card__score {
    margin: 10px auto 0px;
  }

  .tt-score--numbered,
  .tt-score--numbered .tt-stars,
  .tt-top-card__meta,
  .tt-top-card__meta > div,
  .tt-top-card__age {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .tt-score--numbered svg {
    width: 17px;
    height: 17px;
  }

  .tt-top-card__meta {
            margin: 20px auto;
  }


  .read-obzor .tt-button,
  .tt-top-card .tt-button {
    width: 100%;
            border-radius: 0px 0px 5px 5px;
    justify-content: center;
    padding: 13px;
    background: #1f9bd1;
    color: #fff;
    border-color: #1f9bd1;
  }

  .read-obzor .tt-button svg path {
    stroke: #fff !important;
  }

  /* Строки tt-rating-row */
  .tt-rating-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    align-items: center;
    padding: 14px;
  }

  .tt-rating-row .tt-rank-badge {
    grid-column: 1;
    grid-row: 1;
  }

  .tt-rating-row__brand {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    grid-template-columns: 52px 1fr;
  }

  .tt-rating-row__name strong {
    font-size: 16px;
  }

  .tt-rating-row__name span {
    display: none;
  }

  .tt-rating-row > .tt-tag {
    grid-column: 1 / 3;
    justify-self: start;
  }

  .tt-rating-row > .tt-score {
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .tt-rating-row > .tt-score .tt-stars {
    display: flex;
    align-items: center;
  }

  .tt-rating-row > .tt-score svg {
    width: 17px;
    height: 17px;
  }

  .tt-rating-row__years {
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .tt-rating-row > .tt-button {
    grid-column: 1 / 3;
    width: 100%;
    justify-content: center;
    padding: 12px;
  }

  .tt-avatar {
    width: 52px;
    height: 52px;
    border-radius: 5px;
  }

  /* Страницы обзоров/товаров */
  .tt-article,
  .tt-review-hero,
  .tt-best-card {
    padding: 10px;
  }

  .tt-review-brand {
    grid-template-columns: 72px 1fr;
  }

  .tt-brand-logo,
  .tt-review-brand__logo {
    width: 72px;
    height: 72px;
    border-radius: 5px;
  }

  .tt-product-hero {
    padding: 16px;
    padding-top: 54px;
  }

  .tt-product-hero__main {
    grid-template-columns: 1fr;
  }

  .tt-product-hero__aside {
    position: absolute;
    top: 12px;
    right: 12px;
    justify-items: end;
    order: initial;
  }

  .tt-product-hero__aside .tt-tag {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 13px;
  }

  .tt-product-hero__aside .tt-tag::before {
    font-size: 14px;
  }

  .tt-product-hero__logo {
    width: 96px;
    height: 96px;
    font-size: 42px;
    margin: 0 auto;
  }

  .tt-product-hero__content h1 {
    font-size: 28px;
  }

  .tt-product-hero__rating {
    margin-bottom: 12px;
  }

  .tt-product-hero__actions .tt-button {
    flex-basis: 100%;
  }

  .tt-product-anchor-nav {
    padding: 14px;
    flex-wrap: wrap;
  }


.tt-table-row {
  position: relative !important;
  padding: 0 !important;
}

.tt-table-row .number-width {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 10 !important;
  width: 34px !important;
  height: 34px !important;
  display: block !important;
  padding: 0 !important;
}
.tt-tag {
  min-height: 30px;
  width: 140px;
  font-size: 14px;
}
.tt-table-row .tt-table-row__rank {
  position: relative !important;
  width: 23px !important;
  height: 23px !important;
  margin: 0 !important;
  border-radius: 0 0 8px 0 !important;
  background: #1887bb !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  font-size: 13px;
}

.tt-table-row .logo-width {
  order: 1 !important;
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}



.tt-table-row .tt-table-row__logo a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.tt-table-row .tt-table-row__logo img {
  display: block !important;
  width: 100% !important;
  height: 96px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.tt-table-row .tt-table-row__project {
  order: 2 !important;
  margin-top: 12px !important;
}

.tt-table-row .tt-table-row__status {
  order: 3 !important;
}


.tt-table-row .tt-table-row__action {
  order: 6 !important;
  padding: 0 12px 12px !important;
}


.tt-table-row .logo-width {
  order: 1 !important;
  width: 100% !important;
}

.tt-table-row .tt-table-row__logo {
  width: 100% !important;
  height: 150px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.tt-table-row .tt-table-row__logo img {
  width: 100% !important;
  height: 120px !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

.tt-table-row .tt-table-row__project {
  order: 2 !important;
  margin-top: 10px !important;
  margin-bottom: 5px;
}

.tt-table-row .tt-table-row__status {
  order: 3 !important;
}

.tt-table-row .tt-table-row__age {
        order: 5 !important;
        margin: 20px auto;
        font-size: 13px;
        line-height: 1.33;
        align-items: center;

}

.tt-table-row .tt-table-row__action {
  order: 6 !important;
}
}
h1, h2, h3 {
    font-weight: 700;
    letter-spacing: -0.02em;
}
.tt-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 430px;
}

.tt-rank-orbit {
  position: relative;
  width: 420px;
  height: 390px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 136, 204, .18), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.52), rgba(255,255,255,.18));
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 30px 80px rgba(0, 136, 204, .16);
  overflow: hidden;
}

.tt-rank-orbit::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(0, 136, 204, .28);
  border-radius: 50%;
  animation: ttSpin 28s linear infinite;
}

.tt-rank-card {
  position: absolute;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(0, 70, 120, .14);
  color: #102033;
}

.tt-rank-card--main {
  width: 210px;
  min-height: 245px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 22px;
  z-index: 3;
  animation: ttFloatMain 5s ease-in-out infinite;
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 40px 90px rgba(0, 136, 204, 0.25);
  border: 1px solid rgba(0,136,204,0.25);
}
.tt-rank-card--left,
.tt-rank-card--right {
    opacity: 0.9;
    filter: blur(0.6px);
    transform: scale(0.9);
}
.tt-rank-card--main::after {
    content: "";
    position: absolute;
    inset: -20px;
    z-index: -1;
    filter: blur(20px);
}
.tt-rank-card--left {
  width: 150px;
  left: 44px;
  top: 112px;
  padding: 18px;
  transform: rotate(-8deg);
  animation: ttFloatSide 6s ease-in-out infinite;
}

.tt-rank-card--right {
  width: 160px;
  right: 38px;
  top: 125px;
  padding: 18px;
  transform: rotate(8deg);
  animation: ttFloatSide 6.4s ease-in-out infinite reverse;
}

.tt-rank-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1da1f2, #0088cc);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
}

.tt-rank-logo {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(135deg, #2cbcff, #0088cc);
  box-shadow: 0 14px 30px rgba(0, 136, 204, .28);
  margin-bottom: 14px;
}

.tt-rank-title {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.tt-rank-score {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 900;
  color: #0088cc;
}

.tt-rank-tags {
  display: flex;
  gap: 7px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.tt-rank-tags span,
.tt-rank-mini {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0,136,204,.1);
  color: #0878b3;
  font-size: 12px;
  font-weight: 700;
}

.tt-rank-chart {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 54px;
  margin-top: 22px;
}

.tt-rank-chart i {
  width: 100%;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #39c4ff, #0088cc);
}

.tt-rank-chart i:nth-child(1) { height: 28%; }
.tt-rank-chart i:nth-child(2) { height: 46%; }
.tt-rank-chart i:nth-child(3) { height: 38%; }
.tt-rank-chart i:nth-child(4) { height: 68%; }
.tt-rank-chart i:nth-child(5) { height: 92%; }

.tt-bubble {
  position: absolute;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(0, 136, 204, .16);
  animation: ttFloatBubble 5s ease-in-out infinite;
}

.tt-bubble--1 { left: 84px; bottom: 72px; }
.tt-bubble--2 { right: 92px; bottom: 68px; animation-delay: .4s; }
.tt-bubble--3 { right: 128px; top: 62px; animation-delay: .8s; }

@keyframes ttFloatMain {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-10px); }
}

@keyframes ttFloatSide {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes ttFloatBubble {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes ttSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 900px) {
 
  .tt-hero-visual {
    min-height: 330px;
  }

  .tt-rank-orbit {
    width: 100%;
    max-width: 420px;
    height: 320px;
  }

  .tt-rank-card--main {
    width: 185px;
    min-height: 220px;
  }

  .tt-rank-card--left,
  .tt-rank-card--right {
    width: 130px;
  }
}
.rating-cards {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
@media (max-width: 865px) {
  .tt-layout {
    display: block;
  }}

@media (max-width: 400px) {
.tt-comment-head {
    display: grid;
}}

.newstopblock {
      border-bottom: 1px dashed rgb(255 255 255 / 69%);
}
.newstop {
  padding: 0px 20px;
}
.tt-author-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1e96d0; /* синий */
}

.tt-author-check svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    padding-bottom: 1px;
}


.tt-recommend-banner__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(34, 174, 255, .16);
    border: 1px solid rgba(34, 174, 255, .45);
    color: #27b7ff;
    font-weight: 800;
}
.tt-recommend-banner {
    width: 100%;
    max-width: 100%;
}
.tt-recommend-banner h2 {
    margin: 0 0 14px;
    max-width: 720px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
}


.tt-recommend-banner__brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tt-recommend-banner__brand strong {
    font-size: 20px;
}

.tt-recommend-banner__brand span {
    color: rgba(255,255,255,.68);
}

.tt-recommend-banner__button {
    flex-shrink: 0;
    padding: 16px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #25c4ff, #0787e8);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(0, 150, 255, .25);
}

.tt-recommend-banner__button:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .tt-recommend-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px;
    }

    .tt-recommend-banner h2 {
        font-size: 28px;
    }

    .tt-recommend-banner__button {
        width: 100%;
        text-align: center;
    }
    .tt-recommend-banner__bottom {
    display: grid; }
    
}


.tt-recommend-banner__project {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tt-recommend-banner__project img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    padding: 6px;
}

.tt-recommend-banner__project strong {
    display: block;
    font-size: 18px;
    color: #fff;
}

.tt-recommend-banner__project span {
    font-size: 14px;
    color: rgba(255,255,255,.65);
}

.tt-recommend-banner__button {
    padding: 16px 26px;
    border-radius: 12px;
    background: linear-gradient(135deg, #25c4ff, #0787e8);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0,150,255,.25);
}
.tt-recommend-banner {
    margin: 34px 0;
    padding: 34px;
    border-radius: 5px;
    background:
        radial-gradient(circle at 85% 20%, rgba(34, 174, 255, .28), transparent 34%),
        linear-gradient(135deg, #071523 0%, #0e3148 55%, #071018 100%);
    color: #fff;
}

.tt-recommend-banner__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(34, 174, 255, .16);
    border: 1px solid rgba(34, 174, 255, .45);
    color: #27b7ff;
    font-weight: 800;
}

.tt-recommend-banner h2 {
    margin: 0 0 14px;
    max-width: 720px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
}


.tt-recommend-banner__brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tt-recommend-banner__brand strong {
    font-size: 20px;
}

.tt-recommend-banner__brand span {
    color: rgba(255,255,255,.68);
}

.tt-recommend-banner__button {
    flex-shrink: 0;
    padding: 16px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #25c4ff, #0787e8);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(0, 150, 255, .25);
}

.tt-recommend-banner__button:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .tt-recommend-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px;
    }

    .tt-recommend-banner h2 {
        font-size: 28px;
    }

    .tt-recommend-banner__button {
        width: 100%;
        text-align: center;
    }
}
.tt-comment-list,
.tt-comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tt-comment-card {
    list-style: none;
    border-bottom: 1px dashed rgba(15, 23, 42, .16);
}

.tt-comment-card .children {
    border-left: 1px solid rgba(15, 23, 42, .16);
}

.tt-review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.tt-review-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tt-review-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tt-review-author strong {
    font-size: 15px;
    font-weight: 800;
}

.tt-review-date {
font-size: 13px;
    color: #000;
    font-weight: 500;
}

.tt-review-text {
    font-size: 14px;
  
    color: #111;
 
}

.tt-review-rating {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 800;
}

.tt-review-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px}

.tt-review-actions a {
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}
.depth-2 {
padding-left: 20px;
    border-left: 1px dashed rgba(15, 23, 42, .16);
    margin-left: 40px;
}


.tt-gram-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.tt-gram-modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt-gram-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(5px);
}

.tt-gram-modal__box {
    position: relative;
    z-index: 2;
    min-height: 520px;
    padding: 36px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 80% 20%, rgba(34,174,255,.22), transparent 32%),
        linear-gradient(135deg, #06111d 0%, #0d2e45 48%, #05070b 100%);
    display: grid;
    grid-template-columns: 360px 1fr;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.tt-gram-modal__close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    cursor: pointer;
}

.tt-gram-modal__card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    color: #111;
    align-self: center;
}

.tt-gram-modal__rank {
    position: absolute;
    top: -12px;
    left: 36px;
    width: 54px;
    height: 54px;
    background: #ffc24b;
    color: #fff;
    clip-path: polygon(50% 0%,61% 33%,96% 33%,68% 54%,79% 90%,50% 68%,21% 90%,32% 54%,4% 33%,39% 33%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
}

.tt-gram-modal__logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: #f2f5f8;
    padding: 18px;
}

.tt-gram-modal__card h3 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
}

.tt-gram-modal__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;
}

.tt-gram-modal__rating span {
    color: #f7b735;
    letter-spacing: 2px;
}

.tt-gram-modal__badges {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 22px;
}

.tt-gram-modal__badges span {
    padding: 10px 14px;
    border-radius: 8px;
    background: #20c76a;
    color: #fff;
    font-weight: 800;
}

.tt-gram-modal__badges span:last-child {
    background: #229ed9;
}

.tt-gram-modal__card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tt-gram-modal__card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.25;
}

.tt-gram-modal__card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #20c76a;
    font-weight: 900;
}

.tt-gram-modal__content {
    align-self: center;
    color: #fff;
    text-align: center;
}

.tt-gram-modal__label {
    color: #ffc928;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tt-gram-modal__content h2 {
    margin: 0 0 24px;
    color: #ffc928;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}


.tt-gram-modal__btn,
.tt-gram-modal__reviews {
    display: block;
    max-width: 290px;
    margin-top: 20px;
    padding: 16px 22px;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
}

.tt-gram-modal__btn {
    background: #1f9bd1;
    color: white;
    padding: 10px;
    font-size: 18px;
}

.tt-gram-modal__reviews {
    background: linear-gradient(135deg, #ffd947, #ffb800);
    color: #000;
}


@media (max-width: 768px) {
    .tt-gram-modal__box {
        width: calc(100% - 28px);
        max-height: none;
        min-height: auto;
        padding: 36px 16px 20px;
        overflow: visible;
        display: block;
    }

    .tt-gram-modal__content h2 {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .tt-gram-modal__content p {
        margin-bottom: 18px;
    }

    .tt-gram-modal__card {
        padding: 18px 16px;
        grid-template-columns: 96px 1fr;
        gap: 10px 14px;
    }

    .tt-gram-modal__logo {
        width: 96px;
        height: 96px;
    }

    .tt-gram-modal__card h3 {
        font-size: 22px;
    }

    .tt-gram-modal__rating {
        font-size: 18px;
    }

    .tt-gram-modal__badges span {
        font-size: 17px;
        padding: 9px 14px;
    }

    .tt-gram-modal__card li {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .tt-gram-modal__btn,
    .tt-gram-modal__reviews {
        font-size: 19px;
        padding: 13px 8px;
    }
}
.tt-gram-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(5px);
}
.tt-gram-modal {
    opacity: 0;
    transition: opacity .3s ease;
}

.tt-gram-modal.is-open {
    opacity: 1;
}


/* только мобилка */
@media (max-width: 768px) {

    .tt-mobile-ad {
        display: block;
        position: fixed;
        top: 70px; /* под твою шапку (подстрой если нужно) */
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 6px 10px;
        background: linear-gradient(135deg, #0a1a2a, #0e2f4a);
    }

    .tt-mobile-ad__inner {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(255,255,255,0.05);
        padding: 8px 10px;
        border-radius: 10px;
    }

    .tt-mobile-ad img {
        width: 32px;
        height: 32px;
        object-fit: contain;
        border-radius: 6px;
    }

    .tt-mobile-ad__text {
        flex: 1;
        display: flex;
        flex-direction: column;
        line-height: 1.1;
    }

    .tt-mobile-ad__text strong {
        font-size: 13px;
        color: #fff;
    }

    .tt-mobile-ad__text span {
        font-size: 11px;
        color: rgba(255,255,255,0.7);
    }

    .tt-mobile-ad__btn {
        background: #2bbcff;
        color: #fff;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
    }

    .tt-mobile-ad__close {
        background: none;
        border: none;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        padding: 0 4px;
    }
}

.tt-mobile-ad {
    display: none;
}

@media (min-width: 769px) {
    .tt-mobile-ad {
        display: none !important;
    }
}

@media (max-width: 1170px) {

    #content {
        margin-top: 0px;
        

    }

    body.has-mobile-ad #content {
        margin-top: 30px; /* под высоту плашки */
        transition: margin-top .25s ease;

    }

}
@media (max-width: 1170px) {
    .otstup {
        padding: 0 20px;
        transition: padding .2s ease;
    }

    body.has-mobile-ad .otstup {
        padding: 30px 20px;
    }
}

.luchp {
  margin: 0px !important;
    color: #ffc928 !important; 
        font-size: 30px !important;
    line-height: 1.05 !important; 
    font-weight: 900 !important; 
    text-transform: uppercase !important; 
}
.gramp {
      margin: 0 0 10px !important; 
    text-align: center !important; 
    font-size: 34px !important; 
    font-weight: 900 !important; 
    color: black !important; 
    font-size: 25px !important;
}
.h3faq {
  margin: 0px !important; 
  font-size: 18px !important; 
       display: flex !important; 
    align-items: center !important; 
}

.tt-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 0;
}

.tt-star {
    display: inline-flex;
    line-height: 0;
}

.tt-star svg {
    width: 25px;
    height: 25px;
    display: block;
}
.tt-star__fill,
.tt-star__bg {
    display: none !important;
}
.tt-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: zoom-out;
}

.tt-lightbox img {
    max-width: 95vw;
    max-height: 90vh;
    border-radius: 10px;
}
.tt-reviews-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #147fb2;
    font-size: 14px;
}

.tt-reviews-link svg {
    width: 18px;
    height: 18px;
    color: #f2b84b;
}

.tt-reviews-link:hover {
    text-decoration: underline;
}
.tt-tag--recommended {
    background: #22c55e;
    color: #fff;
}

.tt-tag--recommended::before {
    content: "🔥";
}