

/* Start:/local/components/dev/top.lists/templates/tilda_like/style.css?178187977627324*/
.tf-toplists {
  --tf-orange: #ec4e1e;
  --tf-ink: #242731;
  --tf-muted: #66686f;
  --tf-line: #dddfe3;
  --tf-bg: #f6f7f9;
  color: var(--tf-ink);
  font-family: "Source Sans 3", Arial, sans-serif;
  background: #fff;
}
.tf-toplists * { box-sizing: border-box; }
.tf-toplists__container { width: min(1240px, calc(100% - 32px)); margin: 0 auto; }
.tf-toplists__hero { padding: 32px 0 56px; background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%); background-size: cover; background-position: center; }
.tf-toplists__hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 36px; align-items: center; }
.tf-toplists__brand { display: inline-flex; color: var(--tf-ink); text-decoration: none; font-size: 26px; font-weight: 800; margin-bottom: 48px; }
.tf-toplists__hero h1 { max-width: 780px; margin: 0 0 24px; font-size: clamp(36px, 5vw, 72px); line-height: .98; letter-spacing: 0; }
.tf-toplists__lead, .tf-toplists__intro { max-width: 710px; color: var(--tf-muted); font-size: 20px; line-height: 1.45; }
.tf-toplists__intro { margin-top: 16px; font-size: 17px; }
.tf-toplists__hero-image { width: 100%; border-radius: 18px; object-fit: cover; box-shadow: 0 24px 60px rgba(36,39,49,.16); }
.tf-toplists__media { min-height: 320px; width: 100%; }
.tf-toplists__media-card { height: auto; padding: 28px; border: 1px solid var(--tf-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(36,39,49,.08); }
.tf-toplists__media-card img { max-width: 140px; max-height: 44px; object-fit: contain; margin-bottom: 24px; }
.tf-toplists__media-card p { margin: 0; color: var(--tf-ink); font-size: 18px; line-height: 1.45; }
.tf-toplists__media-card footer { margin-top: 18px; color: var(--tf-muted); font-weight: 700; }
.tf-toplists__rating { padding: 56px 0 72px; background: var(--tf-bg); }
.tf-toplists__rating h2 { margin: 0 0 28px; font-size: 38px; line-height: 1.1; }
.tf-toplists__cards { display: grid; gap: 24px; }
.tf-toplists__card { position: relative; display: grid; grid-template-columns: 340px minmax(0, 1fr) 220px; gap: 24px; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid #eceef2; box-shadow: 0 14px 36px rgba(36,39,49,.08); }
.tf-toplists__number { position: absolute; left: 18px; top: 18px; z-index: 3; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 12px; display: grid; place-items: center; background: var(--tf-orange); color: #fff; font-size: 22px; font-weight: 800; }
.tf-toplists__gallery { width: 100%; min-height: 260px; border-radius: 14px; background: #eef0f3; overflow: hidden; }
.tf-toplists__gallery img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; }
.tf-toplists__gallery-next { position: absolute; right: 12px; top: 50%; z-index: 4; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #fff; cursor: pointer; transform: translateY(-50%); box-shadow: 0 8px 18px rgba(36,39,49,.18); }
.tf-toplists__gallery-next::before { content: ""; width: 10px; height: 10px; border-right: 2px solid var(--tf-ink); border-bottom: 2px solid var(--tf-ink); display: block; transform: rotate(-45deg); margin: 14px 0 0 13px; }
.tf-toplists__card-body h3 { margin: 0 0 8px; font-size: 28px; line-height: 1.13; }
.tf-toplists__subtitle { margin: 0 0 16px; color: var(--tf-muted); font-size: 18px; }
.tf-toplists__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.tf-toplists__stats div { padding: 14px; border: 1px solid var(--tf-line); border-radius: 12px; background: #fafbfc; }
.tf-toplists__stats strong { display: block; font-size: 20px; line-height: 1.1; }
.tf-toplists__stats span { display: block; margin-top: 4px; color: var(--tf-muted); font-size: 13px; }
.tf-toplists__opening { margin: 16px 0; font-size: 19px; line-height: 1.35; font-weight: 700; }
.tf-toplists__text, .tf-toplists__details, .tf-toplists__legal, .tf-toplists__article { color: var(--tf-muted); font-size: 16px; line-height: 1.55; }
.tf-toplists__features { display: grid; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.tf-toplists__features li { position: relative; padding-left: 28px; color: var(--tf-ink); line-height: 1.45; }
.tf-toplists__features li::before { content: ""; position: absolute; left: 0; top: .25em; width: 18px; height: 18px; border-radius: 5px; background: var(--tf-orange); }
.tf-toplists__details { margin-top: 14px; }
.tf-toplists__details summary { color: var(--tf-orange); cursor: pointer; font-weight: 700; }
.tf-toplists__reviews { display: grid; gap: 12px; margin-top: 18px; }
.tf-toplists__reviews figure { margin: 0; padding: 16px; border-radius: 14px; background: #f8f8f9; }
.tf-toplists__reviews img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; float: left; margin-right: 12px; }
.tf-toplists__reviews blockquote { margin: 0 0 10px; color: var(--tf-muted); line-height: 1.45; }
.tf-toplists__reviews figcaption { clear: both; display: grid; gap: 2px; }
.tf-toplists__reviews span { color: var(--tf-muted); font-size: 13px; }
.tf-toplists__legal { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--tf-line); font-size: 14px; }
.tf-toplists__card-aside { display: flex; flex-direction: column; gap: 12px; align-items: stretch; justify-content: center; }
.tf-toplists__button { min-height: 54px; border: 0; border-radius: 12px; padding: 14px 18px; background: var(--tf-orange); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.tf-toplists__link { color: var(--tf-orange); text-align: center; font-weight: 700; text-decoration: none; }
.tf-toplists__footer-text { padding: 56px 0; }
.tf-toplists__faq { display: grid; gap: 10px; margin-top: 26px; }
.tf-toplists__faq details { border: 1px solid var(--tf-line); border-radius: 12px; padding: 16px 18px; }
.tf-toplists__faq summary { cursor: pointer; font-weight: 800; }
.tf-toplists__faq div { margin-top: 12px; color: var(--tf-muted); line-height: 1.5; }
.tf-toplists__index { padding: 72px 0; background: var(--tf-bg); min-height: 60vh; }
.tf-toplists__index-title { margin: 0 0 32px; font-size: 48px; }
.tf-toplists__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.tf-toplists__tile { display: grid; gap: 12px; padding: 18px; border-radius: 16px; background: #fff; color: var(--tf-ink); text-decoration: none; box-shadow: 0 12px 28px rgba(36,39,49,.08); }
.tf-toplists__tile img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 10px; }
.tf-toplists__tile span { font-size: 22px; font-weight: 800; }
.tf-toplists__tile small { color: var(--tf-muted); font-size: 15px; line-height: 1.4; }
@media (max-width: 1100px) {
  .tf-toplists__card { grid-template-columns: 300px minmax(0, 1fr); }
  .tf-toplists__card-aside { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: flex-start; }
  .tf-toplists__button { min-width: 260px; }
}
@media (max-width: 820px) {
  .tf-toplists__hero-grid, .tf-toplists__card { grid-template-columns: 1fr; }
  .tf-toplists__brand { margin-bottom: 28px; }
  .tf-toplists__hero { padding-top: 22px; }
  .tf-toplists__stats { grid-template-columns: 1fr; }
  .tf-toplists__card-aside { flex-direction: column; align-items: stretch; }
  .tf-toplists__button { min-width: 0; }
}


/* Tilda toplist layout, close to page120049536.html */
.tf-toplists {
  --tf-blue-bg: #eef5ff;
  --tf-blue: #3d74f6;
  --tf-green: #00b83f;
  background: #fff;
}
.tf-toplists__container { width: min(1240px, calc(100% - 40px)); }
.tf-toplists__hero {
  padding: 44px 0 36px;
  background: #fff;
}
.tf-toplists__hero-grid {
  display: block;
}
.tf-toplists__hero h1 {
  max-width: 860px;
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
}
.tf-toplists__lead,
.tf-toplists__intro {
  max-width: 760px;
  color: #5f6675;
  font-size: 20px;
  line-height: 1.35;
}
.tf-toplists__media,
.tf-toplists__hero-image {
  display: none;
}
.tf-toplists__rating {
  padding: 0 0;
  background: #fff;
}
.tf-toplists__cards {
  gap: 24px;
}
.tf-toplists__card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0;
  padding: 6px 6px 6px 0;
  border: 6px solid var(--tf-blue-bg);
  border-radius: 22px;
  background: var(--tf-blue-bg);
  box-shadow: none;
}
.tf-toplists__number {
  position: static;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  min-width: 0;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tf-blue);
  font-size: 34px;
  line-height: 1;
}
.tf-toplists__card-main {
  display: grid;
  grid-template-columns: minmax(360px, 46%) minmax(0, 1fr);
  gap: 24px;
  padding: 18px 20px 14px;
  border-radius: 16px 16px 0 0;
  background: #fff;
}
.tf-toplists__visual {
  min-width: 0;
}
.tf-toplists__gallery {
  min-height: 286px;
  border-radius: 10px;
  background: #f4f5f8;
  overflow: hidden;
}
.tf-toplists__gallery .swiper-wrapper {
  border-radius: inherit;
}
.tf-toplists__gallery .swiper-slide,
.tf-toplists__gallery img {
  min-height: 286px;
  height: 286px;
}
.tf-toplists__gallery img {
  border-radius: 10px;
}
.tf-toplists__gallery-prev,
.tf-toplists__gallery-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 6px 16px rgba(36, 39, 49, .16);
}
.tf-toplists__gallery-prev { left: 10px; }
.tf-toplists__gallery-next { right: 10px; }
.tf-toplists__gallery-prev::before,
.tf-toplists__gallery-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #242731;
  border-right: 2px solid #242731;
}
.tf-toplists__gallery-prev::before {
  transform: rotate(-135deg);
  margin: 12px 0 0 14px;
}
.tf-toplists__gallery-next::before {
  transform: rotate(45deg);
  margin: 12px 0 0 10px;
}
.tf-toplists__card-body h3 {
  margin: 0 0 16px;
  font-size: 29px;
  line-height: 1.18;
  font-weight: 600;
}
.tf-toplists__text {
  max-width: 560px;
  color: #596171;
  font-size: 19px;
  line-height: 1.38;
}
.tf-toplists__card-body h3 a,
.tf-toplists__text a {
  color: rgb(236, 78, 30);
  text-decoration: none;
}
.tf-toplists__text p {
  margin: 0;
}
.tf-toplists__features {
  display: none;
}
.tf-toplists__details {
  max-width: 560px;
  margin-top: 16px;
}
.tf-toplists__details summary {
  color: var(--tf-orange);
}
.tf-toplists__reviews {
  display: none;
}
.tf-toplists__legal {
  margin: 0;
  padding: 0;
  border: 0;
}
.tf-toplists__legal_media {
  margin-top: 0;
  padding: 14px 18px;
  border-radius: 0 0 10px 10px;
  background: #f3f4f7;
  color: #66686f;
  font-size: 14px;
  line-height: 1.35;
}
.tf-toplists__legal_media strong {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  color: #242731;
}
.tf-toplists__legal_media strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--tf-green);
  border-radius: 6px;
}
.tf-toplists__legal_media strong::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--tf-green);
  border-bottom: 2px solid var(--tf-green);
  transform: rotate(-45deg);
}
.tf-toplists__card-footer {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 46%);
  gap: 24px;
  align-items: end;
  padding: 8px 20px 20px;
  border-radius: 0 0 16px 16px;
  background: #fff;
}
.tf-toplists__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.tf-toplists__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
}
.tf-toplists__chip_green {
  color: #00a936;
  background: #dcf8e4;
}
.tf-toplists__chip_blue {
  color: #3d74f6;
  background: #e8f0ff;
}
.tf-toplists__metrics {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  color: #596171;
}
.tf-toplists__metrics strong {
  display: block;
  color: #0b1020;
  font-size: 26px;
  line-height: 1;
}
.tf-toplists__metrics span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.tf-toplists__investment {
  margin-left: auto;
  text-align: right;
}
.tf-toplists__button {
  grid-column: 2;
  width: 100%;
  min-height: 64px;
  border-radius: 9px;
  background: #f24a1d;
  font-size: 20px;
  line-height: 1.1;
}
.tf-toplists__button::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 12px;
  vertical-align: -4px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
}
.tf-toplists__link {
  grid-column: 2;
  justify-self: center;
  margin-top: 10px;
  color: #f24a1d;
}
@media (max-width: 1100px) {
  .tf-toplists__card-main,
  .tf-toplists__card-footer {
    grid-template-columns: 1fr;
  }
  .tf-toplists__button,
  .tf-toplists__link {
    grid-column: 1;
  }
  .tf-toplists__investment {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 720px) {
  .tf-toplists__container { width: min(100% - 20px, 1240px); }
  .tf-toplists__hero h1 { font-size: 31px; }
  .tf-toplists__lead,
  .tf-toplists__intro { font-size: 17px; }
  .tf-toplists__card {
    grid-template-columns: 42px minmax(0, 1fr);
    border-width: 4px;
  }
  .tf-toplists__number { font-size: 25px; }
  .tf-toplists__card-main,
  .tf-toplists__card-footer { padding: 12px; }
  .tf-toplists__gallery,
  .tf-toplists__gallery img {
    min-height: 210px;
    height: 210px;
  }
  .tf-toplists__card-body h3 { font-size: 23px; }
  .tf-toplists__text { font-size: 16px; }
  .tf-toplists__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .tf-toplists__metrics strong { font-size: 22px; }
  .tf-toplists__investment { grid-column: 1 / -1; }
  .tf-toplists__button { min-height: 56px; font-size: 17px; }
}

/* Tilda-like card layout: media, checks and metrics stay in the left column. */
.tf-toplists__card-main {
  grid-template-columns: minmax(500px, 48%) minmax(0, 1fr);
  padding: 18px 20px;
  border-radius: 16px;
}
.tf-toplists__visual,
.tf-toplists__card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tf-toplists__gallery,
.tf-toplists__gallery .swiper-slide,
.tf-toplists__gallery img {
  min-height: 287px;
  height: 287px;
}
.tf-toplists__card-body h3 {
  margin-bottom: 16px;
  color: #171b28;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
}
.tf-toplists__text {
  max-width: none;
  font-size: 18px;
  line-height: 1.42;
}
.tf-toplists__details,
.tf-toplists__link,
.tf-toplists__card-footer {
  display: none;
}
.tf-toplists__legal_media {
  position: relative;
  min-height: 78px;
  padding: 20px 18px 16px 52px;
  background: #f4f5f8;
}
.tf-toplists__legal_media::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 20px;
  width: 22px;
  height: 22px;
  background-image: url("/top-list-populyarnye-franshizy/toplist-franchise/images/tild3733-3065-4664-a637-626162656164__checkmark-square-04.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tf-toplists__legal_media strong {
  padding-left: 0;
}
.tf-toplists__legal_media strong::before,
.tf-toplists__legal_media strong::after {
  content: none;
  display: none;
}
.tf-toplists__chips {
  gap: 8px;
  margin: 20px 0 20px;
}
.tf-toplists__chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px 8px 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.tf-toplists__chip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.tf-toplists__chip_green {
  color: #00b60c;
  background: #def9e6;
}
.tf-toplists__chip_green::before {
  background-image: url("/top-list-populyarnye-franshizy/toplist-franchise/images/tild6535-3138-4239-b133-316234353834__checkmark-circle-02.svg");
}
.tf-toplists__chip_blue {
  color: #4582ef;
  background: #ecf2fd;
}
.tf-toplists__chip_blue::before {
  background-image: url("/top-list-populyarnye-franshizy/toplist-franchise/images/tild3233-6430-4630-b162-303838366237__setting-03.svg");
}
.tf-toplists__metrics {
  display: grid;
  grid-template-columns: minmax(120px, .85fr) minmax(120px, .85fr) minmax(160px, 1.3fr);
  gap: 24px;
}
.tf-toplists__metrics > div:not(.tf-toplists__investment) {
  background-position: 50% 50%;
  border: 0 solid rgba(0, 0, 0, 0);
  box-sizing: content-box;
  color: rgb(36, 39, 49);
  font-family: "Source Sans 3", Arial, sans-serif;
  text-align: left;
  text-shadow: none;
  text-size-adjust: 100%;
  transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out, box-shadow .2s ease-in-out;
  unicode-bidi: isolate;
  visibility: visible;
  -webkit-font-smoothing: antialiased;
}
.tf-toplists__metrics > div:not(.tf-toplists__investment) > strong,
.tf-toplists__metrics > div:not(.tf-toplists__investment) > span:first-child {
  display: table-cell;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 30px;
}
.tf-toplists__metrics > div:not(.tf-toplists__investment) > strong + span,
.tf-toplists__metrics > div:not(.tf-toplists__investment) > span:first-child + span {
  display: block;
  margin-top: 2px;
  color: #66686f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.3px;
  line-height: 20px;
}
.tf-toplists__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  grid-column: auto;
  margin-top: auto;
}
.tf-toplists__button::before {
  width: 28px;
  height: 28px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-image: url("/top-list-populyarnye-franshizy/toplist-franchise/images/tild3033-6639-4239-b635-616161653631__download-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: 0;
}
.tf-toplists__partner-examples {
  grid-column: 1 / -1;
  margin-top: 30px;
}
.tf-toplists__partner-examples h4 {
  margin: 0 0 18px;
  color: #242731;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.tf-toplists__partner-list {
  display: flex;
  gap: 12px;
  max-width: 100%;
  padding: 0 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-color: #8d8f96 #eef0f3;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.tf-toplists__partner-list::-webkit-scrollbar {
  height: 9px;
}
.tf-toplists__partner-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #eef0f3;
}
.tf-toplists__partner-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #8d8f96;
}
.tf-toplists__partner-card {
  flex: 0 0 268px;
  scroll-snap-align: start;
  min-height: 128px;
  padding: 10px 10px 14px;
  border-radius: 10px;
  background: #f4f5f8;
  color: #242731;
}
.tf-toplists__partner-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  margin-bottom: 12px;
  border-radius: 8px;
  object-fit: cover;
}
.tf-toplists__partner-card > strong {
  display: block;
  padding: 0 4px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.tf-toplists__partner-card dl {
  display: grid;
  gap: 5px;
  padding: 0 4px;
  margin: 0;
}
.tf-toplists__partner-card dl div {
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.tf-toplists__partner-card dt {
  flex: 0 0 auto;
  color: #66686f;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tf-toplists__partner-card dd {
  margin: 0;
  color: #242731;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.tf-toplists__gallery-prev,
.tf-toplists__gallery-next {
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: none;
  transition: background-color .2s ease, color .2s ease;
}
.tf-toplists__gallery-prev { left: 8px; }
.tf-toplists__gallery-next { right: 8px; }
.tf-toplists__gallery-prev::before,
.tf-toplists__gallery-next::before {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom: 0;
  border-left: 0;
  transform-origin: center;
}
.tf-toplists__gallery-prev::after,
.tf-toplists__gallery-next::after {
  content: none !important;
  display: none !important;
}
.tf-toplists__gallery-prev::before {
  right: 15%;
  transform: translate(-42%, -50%) rotate(-135deg);
}
.tf-toplists__gallery-next::before {
  left: 45%;
  transform: translate(-58%, -50%) rotate(45deg);
}
.tf-toplists__gallery-prev:hover,
.tf-toplists__gallery-next:hover {
  background: #ec4e1e;
}
.tf-toplists__gallery-prev:hover::before,
.tf-toplists__gallery-next:hover::before {
  border-color: #fff;
}
.tf-toplists__gallery-pagination {
  position: static;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 7px;
  pointer-events: auto;
}
.tf-toplists__gallery-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 !important;
  border-radius: 50%;
  background: #cdd3dc;
  opacity: 1;
}
.tf-toplists__gallery-pagination .swiper-pagination-bullet-active {
  background: #ec4e1e;
}
.tf-toplists__number img {
  display: block;
  width: auto;
  max-width: 30px;
  height: auto;
}
.tf-toplists__card.is-hidden {
  display: none;
}
.tf-toplists__more {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.tf-toplists__more-button {
  min-height: 52px;
  padding: 14px 30px;
  border: 0;
  border-radius: 10px;
  background: rgba(236, 78, 30, .1);
  color: #ec4e1e;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
}
.tf-toplists__more-button:hover,
.tf-toplists__more-button:focus-visible {
  background: #ec4e1e;
  color: #fff;
}
@media (max-width: 1100px) {
  .tf-toplists__card-main {
    grid-template-columns: 1fr;
  }
  .tf-toplists__button {
    margin-top: 28px;
  }
  .tf-toplists__investment {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 720px) {
  .tf-toplists__card-main {
    padding: 12px;
  }
  .tf-toplists__gallery,
  .tf-toplists__gallery img {
    min-height: 210px;
    height: 210px;
  }
  .tf-toplists__gallery img {
    object-fit: fill;
    object-position: center;
    background: #f4f5f8;
  }
  .tf-toplists__legal_media {
    min-height: 98px;
    padding: 16px 14px 14px 44px;
    font-size: 13px;
  }
  .tf-toplists__legal_media::before {
    top: 16px;
    left: 14px;
  }
  .tf-toplists__chips {
    align-items: flex-start;
  }
  .tf-toplists__chip {
    min-height: 34px;
    padding: 8px 12px 8px 38px;
    font-size: 14px;
    line-height: 18px;
  }
  .tf-toplists__chip::before {
    left: 12px;
  }
  .tf-toplists__metrics {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .tf-toplists__investment {
    grid-column: 1 / -1;
  }
  .tf-toplists__partner-examples {
    margin-top: 24px;
  }
  .tf-toplists__partner-examples h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .tf-toplists__partner-card {
    flex-basis: min(274px, 82vw);
  }
  .tf-toplists__partner-card dl div {
    display: grid;
    gap: 1px;
  }
  .tf-toplists__more {
    padding: 30px 0 60px;
  }
}

.tf-toplists__legal_media::before {
  border: 0;
  border-radius: 0;
  background: url("/local/components/dev/top.lists/templates/tilda_like/images/checkmark-square-04.svg") center / contain no-repeat;
}
.tf-toplists__legal_media::after {
  content: none;
  display: none;
}
.tf-toplists__chip::before {
  border: 0;
  border-radius: 0;
}
.tf-toplists__chip::after {
  content: none;
  display: none;
}
.tf-toplists__chip_green::before {
  background: url("/local/components/dev/top.lists/templates/tilda_like/images/checkmark-circle-02.svg") center / contain no-repeat;
}
.tf-toplists__chip_blue::before {
  background: url("/local/components/dev/top.lists/templates/tilda_like/images/setting-03.svg") center / contain no-repeat;
}
.tf-toplists__metrics {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.tf-toplists__metrics > div:not(.tf-toplists__investment) {
  flex: 0 0 auto;
}
.tf-toplists__investment {
  flex: 1 1 220px;
  margin-top: auto;
  margin-left: 0;
  text-align: right;
  white-space: nowrap;
}
.tf-toplists__button {
  position: relative;
}
.tf-toplists__button::before {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: url("/local/components/dev/top.lists/templates/tilda_like/images/download-01.svg") center / contain no-repeat;
}
.tf-toplists__button::after {
  content: none;
  display: none;
}
.tf-toplists__more {
  padding-bottom: 20px;
}

@media (max-width: 1100px) {
  .tf-toplists__investment {
    text-align: right;
  }
}

@media (max-width: 720px) {
  .tf-toplists__cards {
    padding: 0 10px;
  }
  .tf-toplists__card {
    grid-template-columns: 1fr;
    padding: 0 0 10px;
    border-width: 5px;
    border-radius: 18px;
  }
  .tf-toplists__number {
    grid-row: 1;
    justify-self: center;
    align-self: center;
    width: 100%;
    padding: 10px 0 8px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  .tf-toplists__card-main {
    grid-row: 2;
    grid-column: 1;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    padding: 8px;
  }
  .tf-toplists__card,
  .tf-toplists__card-main,
  .tf-toplists__visual,
  .tf-toplists__gallery {
    min-width: 0;
    max-width: 100%;
  }
  .tf-toplists__visual,
  .tf-toplists__gallery {
    width: 100%;
  }
  .tf-toplists__gallery {
    min-height: 0;
    height: auto;
    aspect-ratio: 1.9 / 1;
    overflow: hidden;
  }
  .tf-toplists__gallery .swiper-wrapper {
    height: 100%;
  }
  .tf-toplists__gallery .swiper-slide,
  .tf-toplists__gallery img {
    min-height: 0;
    height: 100%;
  }
  .tf-toplists__gallery img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .tf-toplists__gallery-pagination {
    gap: 8px;
    margin-top: 4px;
  }
  .tf-toplists__gallery-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #c0c2c6;
  }
  .tf-toplists__gallery-pagination .swiper-pagination-bullet-active {
    background: #ec4e1e;
  }
  .tf-toplists__gallery-prev,
  .tf-toplists__gallery-next {
    display: none;
  }
  .tf-toplists__chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
  }
  .tf-toplists__chip {
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
  .tf-toplists__metrics {
    flex-wrap: wrap;
    gap: 5px 14px;
  }
  .tf-toplists__investment {
    flex-basis: 100%;
    text-align: left;
  }
}
@media (max-width: 520px) {
  .tf-toplists__card-main { gap: 15px; }
  .tf-toplists__container { width: min(100% - 20px, 1240px); }
  .tf-toplists__hero h1 { font-size: 25px; }
  .tf-toplists__lead { font-size: 18px; }
  .tf-toplists__rating h2 { font-size: 28px; }
  .tf-toplists__card-body h3 { font-size: 20px; }
  .tf-toplists__text {font-size: 16px;}
  .tf-toplists__metrics > div:not(.tf-toplists__investment) > span:first-child { font-size: 20px; }
}

/* End */
/* /local/components/dev/top.lists/templates/tilda_like/style.css?178187977627324 */
