:root {
  --n7-ink: #130404;
  --n7-wine: #360504;
  --n7-wine-2: #710908;
  --n7-red: #ed2721;
  --n7-gold: #f7c64b;
  --n7-gold-2: #ffeb9a;
  --n7-blue: #0a68d4;
  --n7-sky: #c8dff6;
  --n7-paper: #ffffff;
  --n7-muted: #516070;
  --n7-line: rgba(19, 4, 4, .13);
  --n7-shadow: 0 22px 46px rgba(55, 6, 6, .18);
  --n7-radius: 8px;
  --n7-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.n7-site {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--n7-ink);
  background:
    linear-gradient(180deg, #260302 0 88px, #050100 88px 132px, #e6f2ff 132px 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

.n7-site a {
  color: inherit;
  text-decoration: none;
}

.n7-site img {
  display: block;
  max-width: 100%;
}

.n7-topbar {
  width: min(var(--n7-max), calc(100% - 36px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.n7-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.n7-brand-mark {
  width: 76px;
  height: 54px;
  border: 2px solid rgba(255, 235, 154, .9);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(145deg, #095cde, #10177a 48%, #08020a);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12), 0 10px 28px rgba(0, 0, 0, .36);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.n7-brand-copy strong {
  display: block;
  color: var(--n7-gold-2);
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
}

.n7-brand-copy span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}

.n7-actions,
.n7-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.n7-btn {
  min-height: 40px;
  border-radius: 7px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #160500;
  background: linear-gradient(180deg, #ffe277, #c87a09);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .45);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.n7-btn.n7-red-btn {
  color: white;
  background: linear-gradient(180deg, #ff3d2b, #a40806);
}

.n7-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #050100;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(247, 198, 75, .16);
}

.n7-nav {
  width: min(var(--n7-max), calc(100% - 36px));
  min-height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.n7-nav::-webkit-scrollbar {
  display: none;
}

.n7-nav a {
  flex: 0 0 auto;
  padding: 14px 12px;
  border-radius: 999px;
  color: #f5ea42;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.n7-nav a:first-child,
.n7-nav a:hover {
  color: white;
  background: linear-gradient(180deg, #2f72c8, #1d467f);
}

.n7-hero {
  min-height: 520px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #080101;
}

.n7-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 1, 1, .96) 0%, rgba(34, 3, 4, .82) 38%, rgba(34, 3, 4, .26) 72%, rgba(34, 3, 4, .08) 100%),
    url("new777-hero.jpg") center / cover no-repeat;
  z-index: -2;
}

.n7-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 118px;
  background: linear-gradient(180deg, rgba(230, 242, 255, 0), #e6f2ff);
  z-index: -1;
}

.n7-hero-inner {
  width: min(var(--n7-max), calc(100% - 36px));
  margin: 0 auto;
  padding: 74px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(260px, 1fr);
  gap: 40px;
  align-items: end;
}

.n7-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(247, 198, 75, .4);
  border-radius: 999px;
  color: var(--n7-gold-2);
  background: rgba(0, 0, 0, .34);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.n7-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #19d471;
  box-shadow: 0 0 0 4px rgba(25, 212, 113, .18);
}

.n7-hero h1 {
  margin: 20px 0 14px;
  color: white;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(117, 9, 7, .4), 0 18px 34px rgba(0, 0, 0, .55);
}

.n7-hero-lead {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  font-weight: 700;
}

.n7-hero-actions {
  margin-top: 26px;
}

.n7-hero-actions .n7-btn {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 14px;
}

.n7-hero-panel {
  width: min(100%, 430px);
  justify-self: end;
  padding: 16px;
  border: 1px solid rgba(255, 235, 154, .3);
  border-radius: var(--n7-radius);
  background: rgba(8, 2, 2, .66);
  backdrop-filter: blur(10px);
  box-shadow: var(--n7-shadow);
}

.n7-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.n7-metric {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 226, 119, .18), rgba(255, 255, 255, .08));
  text-align: center;
}

.n7-metric strong {
  display: block;
  color: var(--n7-gold-2);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.n7-metric span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
}

.n7-notice {
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 7px;
  color: #f8fbff;
  background: linear-gradient(90deg, rgba(10, 104, 212, .8), rgba(237, 39, 33, .68));
  font-size: 13px;
  font-weight: 700;
}

.n7-wrap {
  width: min(var(--n7-max), calc(100% - 36px));
  margin: 0 auto;
}

.n7-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -38px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--n7-radius);
  overflow: hidden;
  background: #071f19;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .18);
}

.n7-trust-item {
  min-height: 130px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.n7-trust-item:last-child {
  border-right: 0;
}

.n7-trust-icon,
.n7-step h3::before {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(247, 198, 75, .36);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--n7-gold-2);
  background: rgba(247, 198, 75, .12);
  font-size: 24px;
  font-weight: 900;
}

.n7-trust-item h3 {
  margin: 0 0 5px;
  color: white;
  font-size: 18px;
  line-height: 1.15;
}

.n7-trust-item p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 700;
}

.n7-section {
  padding: 64px 0;
}

.n7-section.n7-blue {
  background: var(--n7-sky);
}

.n7-section.n7-white {
  background: var(--n7-paper);
}

.n7-section.n7-dark {
  color: white;
  background: linear-gradient(180deg, #080101, #180303 42%, #020101);
}

.n7-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  text-align: center;
}

.n7-section-head::before,
.n7-section-head::after {
  content: "";
  width: min(150px, 18vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 39, 33, .5), transparent);
}

.n7-section-title {
  margin: 0;
  color: var(--n7-red);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.n7-intro-box {
  border: 2px solid rgba(10, 104, 212, .48);
  border-radius: var(--n7-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 0 0 4px rgba(10, 104, 212, .08), 0 16px 36px rgba(10, 104, 212, .16);
}

.n7-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}

.n7-intro-copy {
  padding: 30px;
  background: rgba(255, 255, 255, .76);
}

.n7-intro-copy p {
  margin: 0 0 18px;
  color: #243348;
  font-weight: 700;
}

.n7-facts {
  display: grid;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  background: rgba(255, 255, 255, .38);
}

.n7-fact-row {
  display: grid;
  grid-template-columns: 156px 1fr;
  min-height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.n7-fact-row b,
.n7-fact-row span {
  padding: 12px 14px;
  border-right: 1px solid rgba(0, 0, 0, .1);
  font-size: 14px;
}

.n7-fact-row b {
  color: #142b45;
}

.n7-visual-card {
  min-height: 100%;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  color: white;
  background:
    linear-gradient(145deg, rgba(6, 16, 38, .92), rgba(13, 101, 216, .78)),
    radial-gradient(circle at 20% 10%, rgba(255, 235, 154, .28), transparent 34%);
}

.n7-screen {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.n7-screen img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.n7-visual-card h3 {
  margin: 0 0 8px;
  color: var(--n7-gold-2);
  font-size: 24px;
  line-height: 1.1;
}

.n7-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
}

.n7-category-grid,
.n7-promo-grid,
.n7-news-grid,
.n7-feature-grid {
  display: grid;
  gap: 18px;
}

.n7-category-grid,
.n7-promo-grid {
  grid-template-columns: repeat(4, 1fr);
}

.n7-news-grid,
.n7-feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.n7-card,
.n7-promo,
.n7-news-card,
.n7-feature,
.n7-faq-item,
.n7-article-box {
  border: 1px solid var(--n7-line);
  border-radius: var(--n7-radius);
  overflow: hidden;
  background: white;
  box-shadow: 0 14px 34px rgba(20, 5, 5, .08);
}

.n7-card-visual,
.n7-news-art {
  height: 188px;
  position: relative;
  overflow: hidden;
  background: #160504;
}

.n7-card-visual img,
.n7-news-art img,
.n7-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n7-card-visual::after,
.n7-news-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .74));
  z-index: 1;
}

.n7-card-visual::before {
  content: attr(data-icon);
  position: absolute;
  left: 18px;
  top: 16px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1b0700;
  background: linear-gradient(180deg, #fff0a3, #d89914);
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
  z-index: 2;
}

.n7-card-body {
  min-height: 190px;
  padding: 18px;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  color: white;
}

.n7-card-body h3 {
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 1.08;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .42);
}

.n7-card-body p {
  min-height: 66px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
}

.n7-mini-cta {
  min-height: 38px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #1b0700;
  background: linear-gradient(180deg, #ffe775, #e2a315);
  font-size: 13px;
  font-weight: 900;
}

.n7-promo {
  min-height: 270px;
  position: relative;
  padding: 20px;
  color: white;
  background: #110303;
}

.n7-promo img {
  position: absolute;
  inset: 0;
  opacity: .52;
}

.n7-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .8));
}

.n7-promo > *:not(img) {
  position: relative;
  z-index: 1;
}

.n7-promo span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--n7-gold-2);
  background: rgba(0, 0, 0, .4);
  font-size: 12px;
  font-weight: 900;
}

.n7-promo strong {
  display: block;
  margin: 48px 0 10px;
  color: white;
  font-size: 44px;
  line-height: 1;
}

.n7-promo p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
}

.n7-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  counter-reset: n7-step;
}

.n7-step {
  min-height: 176px;
  padding: 18px;
  border-radius: var(--n7-radius);
  background: #fff;
  border: 1px solid rgba(20, 5, 5, .12);
  box-shadow: 0 12px 28px rgba(20, 5, 5, .08);
  counter-increment: n7-step;
}

.n7-step h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 11px;
  font-size: 18px;
  line-height: 1.15;
}

.n7-step h3::before {
  content: counter(n7-step, decimal-leading-zero);
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #1b0700;
  background: linear-gradient(180deg, #fff0a3, #d89914);
  font-size: 14px;
}

.n7-step p {
  margin: 0;
  color: var(--n7-muted);
  font-size: 14px;
  font-weight: 700;
}

.n7-feature {
  padding: 22px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
  color: white;
}

.n7-feature b {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--n7-gold-2);
  font-size: 13px;
  font-weight: 900;
}

.n7-feature h3 {
  margin: 0 0 9px;
  font-size: 22px;
  line-height: 1.15;
}

.n7-feature p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.n7-news-card {
  display: flex;
  flex-direction: column;
}

.n7-news-art {
  height: 168px;
}

.n7-date {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  min-width: 54px;
  padding: 8px 8px;
  border-radius: 7px;
  color: #180500;
  background: linear-gradient(180deg, #fff0a3, #d89914);
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.n7-news-body {
  padding: 18px;
  flex: 1;
}

.n7-news-body h3 {
  margin: 0 0 9px;
  color: #172134;
  font-size: 19px;
  line-height: 1.2;
}

.n7-news-body p {
  margin: 0 0 12px;
  color: var(--n7-muted);
  font-size: 14px;
  font-weight: 700;
}

.n7-pagination {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
}

.n7-pagination li,
.n7-pagination a,
.n7-pagination span {
  min-width: 34px;
  min-height: 34px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: white;
  border: 1px solid rgba(20, 5, 5, .14);
  color: #172134;
  font-weight: 800;
}

.n7-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.n7-faq-item {
  padding: 20px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
}

.n7-faq-item h3 {
  margin: 0 0 8px;
  color: var(--n7-gold-2);
  font-size: 18px;
}

.n7-faq-item p {
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-weight: 700;
}

.n7-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, .78);
  background: #050100;
  font-size: 13px;
  font-weight: 700;
}

.n7-footer .n7-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.n7-breadcrumb {
  padding: 16px 0;
  background: #e6f2ff;
}

.n7-breadcrumb ol {
  width: min(var(--n7-max), calc(100% - 36px));
  margin: 0 auto;
  padding: 10px 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-radius: 7px;
  background: rgba(255, 255, 255, .72);
  list-style: none;
  color: #516070;
  font-size: 13px;
  font-weight: 800;
}

.n7-article-layout {
  width: min(var(--n7-max), calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
}

.n7-article-box {
  padding: 28px;
}

.n7-article-box h1 {
  margin: 0 0 14px;
  color: #172134;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
}

.n7-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 20px;
  color: #657184;
  font-size: 13px;
  font-weight: 800;
}

.n7-article-hero {
  margin: 0 0 22px;
  border-radius: 8px;
  overflow: hidden;
}

.n7-article-body {
  color: #27364c;
  font-size: 17px;
}

.n7-article-body img {
  border-radius: 8px;
  margin: 18px 0;
}

.n7-article-body h2,
.n7-article-body h3 {
  color: #172134;
  line-height: 1.2;
}

.n7-article-tools {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 5, 5, .12);
  display: grid;
  gap: 14px;
}

.n7-actions-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.n7-actions-list a {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  color: #180500;
  background: linear-gradient(180deg, #fff0a3, #d89914);
  font-size: 13px;
  font-weight: 900;
}

.n7-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.n7-side-card {
  padding: 18px;
  border-radius: var(--n7-radius);
  background: #071f19;
  color: white;
  box-shadow: 0 14px 34px rgba(20, 5, 5, .12);
}

.n7-side-card img {
  width: 100%;
  border-radius: 7px;
  margin-bottom: 14px;
}

.n7-side-card h3 {
  margin: 0 0 8px;
  color: var(--n7-gold-2);
}

.n7-side-card p,
.n7-side-card li {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 700;
}

.n7-side-card ul {
  margin: 0;
  padding-left: 18px;
}

.n7-page-hero {
  min-height: 380px;
}

.n7-page-hero .n7-hero-inner {
  grid-template-columns: minmax(0, 720px) 320px;
  align-items: center;
  padding: 64px 0 80px;
}

.n7-static-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: start;
}

.n7-static-panel {
  padding: 28px;
  border-radius: var(--n7-radius);
  background: white;
  box-shadow: 0 14px 34px rgba(20, 5, 5, .08);
}

.n7-static-panel h2,
.n7-static-panel h3 {
  margin-top: 0;
  color: #172134;
}

.n7-static-panel p,
.n7-static-panel li {
  color: #334257;
  font-weight: 700;
}

.n7-static-panel img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 1040px) {
  .n7-category-grid,
  .n7-promo-grid,
  .n7-news-grid,
  .n7-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .n7-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .n7-article-layout,
  .n7-static-grid {
    grid-template-columns: 1fr;
  }

  .n7-side {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body.n7-site {
    background:
      linear-gradient(180deg, #260302 0 132px, #050100 132px 176px, #e6f2ff 176px 100%);
  }

  .n7-topbar {
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .n7-actions {
    width: 100%;
  }

  .n7-actions .n7-btn {
    flex: 1 1 130px;
  }

  .n7-nav {
    justify-content: flex-start;
  }

  .n7-hero-inner,
  .n7-page-hero .n7-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 54px 0 80px;
  }

  .n7-hero h1 {
    max-width: min(100%, 300px);
    overflow-wrap: anywhere;
    word-break: break-all;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.08;
  }

  .n7-hero-lead {
    max-width: min(100%, 320px);
    overflow-wrap: anywhere;
    word-break: break-all;
    font-size: 14px;
  }

  .n7-metrics {
    grid-template-columns: 1fr;
  }

  .n7-metric {
    min-height: 64px;
    min-width: 0;
    padding-inline: 6px;
  }

  .n7-metric strong {
    font-size: 18px;
  }

  .n7-metric span {
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  .n7-trust-item > div,
  .n7-card-body,
  .n7-news-body,
  .n7-static-panel,
  .n7-side-card {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .n7-hero-panel {
    justify-self: stretch;
    width: 100%;
  }

  .n7-trust-row,
  .n7-intro-grid,
  .n7-category-grid,
  .n7-promo-grid,
  .n7-news-grid,
  .n7-feature-grid,
  .n7-steps,
  .n7-faq,
  .n7-side {
    grid-template-columns: 1fr;
  }

  .n7-trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .n7-section {
    padding: 48px 0;
  }

  .n7-section-head::before,
  .n7-section-head::after {
    display: none;
  }

  .n7-fact-row {
    grid-template-columns: 1fr;
  }

  .n7-fact-row b,
  .n7-fact-row span {
    border-right: 0;
  }

  .n7-article-box,
  .n7-static-panel {
    padding: 20px;
  }
}
