body {
  background: #fff;
}

.burger-menu {
  display: none;
}

.runtime-burger {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.runtime-burger span,
.runtime-burger::before,
.runtime-burger::after {
  display: block;
  width: 16px;
  height: 2px;
  margin: 3px 0;
  background: #fff;
  content: "";
}

.runtime-search-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.runtime-search-icon::after {
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 10px;
  height: 3px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

#datetime {
  display: flex;
  gap: 4px;
  white-space: nowrap;
}

.header-social .icon {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.header-social .mdi::before {
  font-size: 16px;
  line-height: 1;
}

.logo img {
  max-height: 28px;
  width: auto;
}

.slider_wrap .slider_left .item,
.nw_blocks .nw_block .nw_content,
.related .nw_blocks .nw_block .nw_content {
  background-size: cover !important;
  background-position: center !important;
}

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

.thumbbail_block img {
  width: 100%;
  object-fit: cover;
}

.tags_block .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tags_block .tags a {
  display: inline-block;
}

.archive_list {
  display: grid;
  gap: 10px;
}

.archive_day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 6px;
  background: #fff;
}

.archive_day a {
  text-decoration: none;
}

.archive_count {
  color: rgba(0,0,0,.55);
  font-size: 14px;
}

footer .navbar-nav > li > a::before {
  content: none !important;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 20px 0 30px;
}

.pagination .page-numbers {
  min-width: 24px;
  height: 24px;
  padding: 4px 7px;
  background: #eef3f7;
  color: #345;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.pagination .current {
  background: #345;
  color: #fff;
}

.ads {
  min-height: 260px;
  border-radius: 10px;
  background: #f0f0f0;
  color: #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
  font-weight: 800;
}

.cookie-consent-popup {
  display: none !important;
}

.error_content {
  min-height: 450px;
}

@media (max-width: 991px) {
  header .header_top {
    display: none;
  }

  .burger-menu {
    display: block;
    visibility: hidden;
  }

  .menu_container,
  .divider {
    display: none !important;
  }

  .header_bottom {
    background: #345;
  }

  .header_container {
    min-height: 44px;
  }

  .instrument_container {
    margin-left: auto;
  }

  .search_button {
    color: #fff;
  }

  .logo img {
    max-height: 22px;
  }

  footer .navbar-nav > li > a::before {
    content: "\2192" !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    top: 8px !important;
  }
}

body[class*="brand-"] {
  --runtime-accent: var(--brand-accent, #345);
  --runtime-dark: var(--brand-dark, #123);
}

body[class*="brand-"] .header_bottom,
body[class*="brand-"] .pagination .current {
  background: var(--runtime-dark);
}

body[class*="brand-"] h1,
body[class*="brand-"] a.nw_blocks_h h3,
body[class*="brand-"] .widgettitle a,
body[class*="brand-"] .related_title {
  color: var(--runtime-accent);
}

body[class*="brand-"] .news_category,
body[class*="brand-"] .tags_block .tags a,
body[class*="brand-"] .brand-ribbon,
body[class*="brand-"] .brand-feed-title,
body[class*="brand-"] .brand-pill-title {
  background: var(--runtime-accent);
}

body[class*="brand-"] .logo img {
  max-height: 42px;
}

.brand-home {
  padding: 0;
}

.brand-topline {
  padding: 12px 0 16px;
  color: #666;
  font-size: 15px;
  line-height: 1.4;
}

.brand-topline a {
  margin-right: 12px;
  color: var(--runtime-accent);
}

.brand-mosaic-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  align-items: start;
}

.brand-mosaic-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.brand-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background-color: #222;
  background-position: center;
  background-size: cover;
}

.brand-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(0,0,0,.78));
}

.brand-card-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 408px;
}

.brand-card-mid {
  min-height: 240px;
}

.brand-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #fff;
}

.brand-card-link:hover {
  color: #fff;
}

.brand-card strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0,0,0,.65);
}

.brand-card-large strong {
  font-size: 28px;
}

.brand-ribbon {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 5px 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-section-title {
  grid-column: 1 / -1;
  margin-top: 16px;
  padding: 8px 0;
  color: var(--runtime-accent);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand-feed-rail {
  padding: 18px;
  background: #f0f0f0;
}

.brand-feed-title {
  margin: 0 0 14px;
  padding: 0;
  color: var(--runtime-accent);
  background: transparent !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-feed-item {
  display: block;
  padding: 11px 0;
  border-top: 1px solid rgba(0,0,0,.14);
}

.brand-feed-item time {
  display: block;
  color: var(--runtime-accent);
  font-size: 12px;
  font-weight: 500;
}

.brand-feed-item span {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.28;
}

.brand-home-portal {
  padding: 28px 0 56px;
  background: #fff;
}

.portal-breadcrumb {
  margin-bottom: 6px;
  color: #555;
  font-size: 12px;
  text-align: right;
}

.portal-title {
  margin-bottom: 10px;
  color: #5b5b5b !important;
  font-size: 28px;
  line-height: 1.1;
}

.portal-layout,
.portal-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.portal-layout {
  margin-bottom: 16px;
}

.portal-block-title {
  margin-bottom: 6px;
  padding: 6px 10px;
  border-bottom: 4px solid var(--runtime-accent);
  background: #666;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.portal-important {
  display: grid;
  gap: 10px;
}

.portal-important .brand-card {
  min-height: 196px;
}

.portal-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.portal-card-grid .portal-block-title {
  grid-column: 1 / -1;
}

.portal-card-grid .brand-card {
  min-height: 205px;
}

.brand-home-darkhero {
  min-height: 760px;
  margin-top: -92px;
  padding-top: 160px;
  background-color: #050505;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.brand-ruskompromat .darkhero-copy h1 {
  color: #fff !important;
}

.brand-home-darkhero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at center, rgba(0,0,0,.10), rgba(0,0,0,.85)),
    repeating-radial-gradient(circle at center, rgba(255,255,255,.16) 0 1px, transparent 1px 5px);
}

.brand-home-darkhero {
  position: relative;
}

.darkhero-copy {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  padding-top: 210px;
}

.darkhero-meta {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  color: #fff;
}

.darkhero-meta span {
  padding: 8px 14px;
  background: var(--runtime-accent);
  color: #fff;
  font-weight: 900;
}

.darkhero-copy h1 {
  max-width: 1060px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: .98;
}

.darkhero-copy p {
  max-width: 980px;
  margin-top: 28px;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
}

.brand-dark-list {
  padding: 36px 0 60px;
  background: #080808;
}

.brand-dark-list .brand-feed-rail {
  background: #111;
}

.brand-dark-list .brand-feed-item {
  border-color: rgba(255,255,255,.16);
}

.brand-dark-list .brand-feed-item span {
  color: #fff;
}

.brand-home-ledger {
  padding: 24px 0 60px;
  background: #9c9c9c;
}

.brand-ledger-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
  background: #fff;
  padding: 20px;
}

.brand-ledger-list {
  padding-right: 18px;
}

.brand-pill-title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 10px 22px;
  border-radius: 999px;
  color: #fff;
  background: #333 !important;
  font-size: 23px;
  font-weight: 900;
}

.brand-ledger-row {
  display: block;
  padding: 13px 0 15px;
  border-bottom: 1px solid #d0d0d0;
}

.brand-ledger-row span {
  display: block;
  color: #666;
  font-size: 12px;
  margin-bottom: 6px;
}

.brand-ledger-row strong {
  color: #111;
  font-size: 17px;
  line-height: 1.2;
}

.brand-ledger-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

.brand-ledger-grid .brand-section-title {
  text-align: center;
  letter-spacing: 8px;
}

.brand-kompromat1 {
  background: #fff;
}

.brand-kompromat1 .header_top {
  height: 30px;
  background: #777 !important;
}

.brand-kompromat1 .header_top .wrap {
  justify-content: flex-start;
  gap: 8px;
  color: #eee;
}

.brand-kompromat1 .header_top .wrap::before {
  content: "Темы дня: #Россия #США #Политика #Происшествия #Украина #Коррупция";
}

.brand-kompromat1 .header_top .wrap > * {
  display: none !important;
}

.brand-kompromat1 .header_bottom {
  background: #050505 !important;
}

.brand-kompromat1 .header_container {
  min-height: 102px;
  align-items: center;
}

body.brand-kompromat1:not(.home) main {
  margin-top: 176px;
}

.brand-kompromat1 .logo img {
  width: auto !important;
  height: 78px;
  max-height: none;
}

.brand-kompromat1 .menu_container .nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.brand-kompromat1 .slider_wrap {
  margin-top: 28px;
  background: #fff !important;
  color: #333;
}

.brand-kompromat1 .slider_wrap .content {
  background: #fff !important;
}

.brand-kompromat1 .nw_blocks_h,
.brand-kompromat1 .widgettitle {
  border-bottom: 4px solid var(--runtime-accent);
  background: #666;
}

.brand-kompromat1 .brand-secondary-nav {
  height: 36px;
  border-bottom: 4px solid var(--runtime-accent);
  background: #666;
  overflow: hidden;
}

.brand-kompromat1 .brand-secondary-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 14px;
}

.brand-kompromat1 .brand-secondary-nav a {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}

.brand-kompromat1.home .brand-home-portal {
  padding-top: 70px;
}

.brand-kompromat1.single h1,
.brand-kompromat1.archive h1,
.brand-kompromat1.page h1 {
  color: #5b5b5b !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.08;
}

.brand-kartoteka {
  background: #2e2e2e;
}

.brand-kartoteka main,
.brand-nocor main,
.brand-repost main,
.brand-vlasti main {
  background: #fff;
}

.brand-kartoteka .header_top {
  background: #2b2b2b !important;
}

.brand-kartoteka .header_bottom {
  background: #eee !important;
}

.brand-kartoteka .header_container,
.brand-nocor .header_container,
.brand-repost .header_container,
.brand-vlasti .header_container {
  min-height: 70px;
}

.brand-kartoteka .menu_container .nav-link,
.brand-nocor .menu_container .nav-link {
  color: var(--runtime-accent);
  font-weight: 900;
  text-transform: uppercase;
}

.brand-kartoteka .brand-secondary-nav {
  height: 24px;
  background: #075796;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
}

.brand-kartoteka .brand-mosaic-layout,
.brand-nocor .brand-mosaic-layout,
.brand-repost .brand-mosaic-layout,
.brand-vlasti .brand-mosaic-layout {
  padding-bottom: 56px;
}

.brand-nocor .header_top {
  display: none;
}

.brand-nocor .header_bottom {
  background: #fff !important;
  border-bottom: 1px solid var(--runtime-accent);
}

.brand-nocor .logo img {
  max-height: 60px;
}

.brand-nocor .brand-feed-rail {
  background: var(--runtime-accent);
}

.brand-nocor .brand-feed-title,
.brand-nocor .brand-feed-item time,
.brand-nocor .brand-feed-item span {
  color: #fff;
}

.brand-repost {
  background: #fff;
}

.brand-repost .header_top {
  display: none;
}

.brand-repost .header_bottom {
  background: #ddd !important;
}

.brand-repost .menu_container .nav-link {
  color: #111;
  font-size: 16px;
  text-transform: uppercase;
}

.brand-repost .brand-card {
  border-radius: 10px;
  border-bottom: 4px solid var(--runtime-accent);
}

.brand-repost .brand-feed-rail {
  border-radius: 10px;
}

.brand-ruskompromat .header_top {
  display: none;
}

.brand-ruskompromat .header_bottom {
  background: rgba(0,0,0,.9) !important;
}

.brand-ruskompromat .header_container {
  min-height: 60px;
}

.brand-ruskompromat .menu_container .nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-ruskompromat.single h1,
.brand-ruskompromat.archive h1,
.brand-ruskompromat.page h1 {
  color: #111 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.08;
}

.brand-sledstvie {
  background: #9b9b9b;
}

.brand-sledstvie .header_top {
  display: none;
}

.brand-sledstvie .header_bottom {
  background: #050505 !important;
}

.brand-sledstvie .menu_container {
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
}

.brand-sledstvie .menu_container .nav-link {
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-sledstvie .logo img {
  max-height: 54px;
}

.brand-sledstvie:not(.home) main {
  background: #9b9b9b;
}

.brand-sledstvie:not(.home) .archive_wrap {
  max-width: 1130px;
  padding: 24px 38px 60px;
  background: #fff;
}

.brand-sledstvie.single h1,
.brand-sledstvie.archive h1,
.brand-sledstvie.page h1 {
  color: #050505 !important;
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: .98;
  text-transform: uppercase;
}

.brand-sledstvie .thumbbail_block {
  position: relative;
}

.brand-sledstvie .thumbbail_block span {
  position: relative;
  display: block;
  margin: -34px 0 20px;
  padding: 7px 12px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 13px;
}

.brand-glavk .header_top {
  display: none;
}

.brand-glavk .header_bottom {
  background: #050505 !important;
}

.brand-glavk .logo img {
  max-height: 62px;
}

.brand-glavk {
  background: #050505;
}

.brand-glavk main {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.brand-glavk .nw_blocks_h,
.brand-glavk .widgettitle {
  border-bottom: 4px solid var(--runtime-accent);
  background: #050505;
}

.brand-glavk.single h1,
.brand-glavk.archive h1,
.brand-glavk.page h1 {
  color: #111 !important;
  font-size: 31px;
  line-height: 1.1;
}

.brand-vlasti .header_top {
  background: #21133f !important;
}

.brand-vlasti .header_bottom {
  background: #483287 !important;
}

.brand-vlasti .menu_container .nav-link {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-vlasti .brand-card {
  border-radius: 4px;
}

@media (min-width: 992px) {
  body.brand-rumafia:not(.home) main,
  body.brand-antimafia:not(.home) main {
    margin-top: 132px;
  }
}

.side-thumb {
  display: none;
}

.brand-kompromat1 aside .news_container .news_item,
.brand-ruskompromat aside .news_container .news_item,
.brand-sledstvie aside .news_container .news_item,
.brand-nocor aside .news_container .news_item,
.brand-repost aside .news_container .news_item,
.brand-glavk aside .news_container .news_item {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.brand-kompromat1 aside .side-thumb,
.brand-ruskompromat aside .side-thumb,
.brand-sledstvie aside .side-thumb,
.brand-nocor aside .side-thumb,
.brand-repost aside .side-thumb,
.brand-glavk aside .side-thumb {
  display: block;
  flex: 0 0 88px;
  width: 88px;
  height: 66px;
  overflow: hidden;
  background: #ddd;
}

.brand-kompromat1 aside .side-thumb img,
.brand-ruskompromat aside .side-thumb img,
.brand-sledstvie aside .side-thumb img,
.brand-nocor aside .side-thumb img,
.brand-repost aside .side-thumb img,
.brand-glavk aside .side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-kompromat1 aside .widgettitle {
  padding: 7px 12px;
  border-bottom: 4px solid var(--runtime-accent);
  background: #666;
}

.brand-kompromat1 aside .widgettitle a {
  color: #fff;
}

.brand-kompromat1 aside .news_container .news_item:nth-child(-n+2) {
  position: relative;
  min-height: 144px;
  padding: 0;
  overflow: hidden;
}

.brand-kompromat1 aside .news_container .news_item:nth-child(-n+2) .side-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-kompromat1 aside .news_container .news_item:nth-child(-n+2) .content {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  min-height: 144px;
  padding: 12px;
  background: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.85));
}

.brand-kompromat1 aside .news_container .news_item:nth-child(-n+2) .data span,
.brand-kompromat1 aside .news_container .news_item:nth-child(-n+2) a.title,
.brand-kompromat1 aside .news_container .news_item:nth-child(-n+2) a.title span {
  color: #fff;
}

.brand-sledstvie aside .widgettitle {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 999px;
  background: #333;
}

.brand-sledstvie aside .widgettitle a {
  color: #fff !important;
}

@media (min-width: 992px) {
  .archive_wrap .row,
  section > .container > .row {
    align-items: flex-start;
  }

  aside.sidebar_wrap {
    float: none;
  }
}

@media (max-width: 991px) {
  body[class*="brand-"] main {
    padding-top: 50px;
  }

  body.brand-kompromat1:not(.home) main {
    margin-top: 0;
  }

  .brand-secondary-nav {
    display: none;
  }

  .brand-mosaic-layout,
  .brand-ledger-layout,
  .portal-layout,
  .portal-lower {
    grid-template-columns: 1fr;
  }

  .brand-mosaic-main,
  .brand-ledger-grid,
  .portal-card-grid {
    grid-template-columns: 1fr;
  }

  .brand-card,
  .brand-card-mid,
  .brand-card-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .brand-card-large strong,
  .brand-card strong {
    font-size: 22px;
  }

  .brand-feed-rail {
    padding: 14px;
  }

  .brand-home-darkhero {
    min-height: 620px;
    margin-top: -50px;
    padding-top: 70px;
  }

  .darkhero-copy {
    padding-top: 170px;
  }

  .darkhero-copy h1 {
    font-size: 36px;
  }

  .darkhero-copy p {
    font-size: 17px;
  }

  .brand-sledstvie .menu_container {
    display: none !important;
  }

  .brand-sledstvie.single h1,
  .brand-sledstvie.archive h1,
  .brand-sledstvie.page h1 {
    font-size: 31px;
    line-height: 1;
    word-break: normal;
    overflow-wrap: normal;
  }

  .brand-sledstvie:not(.home) .archive_wrap {
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand-kompromat1 .header_container,
  .brand-kartoteka .header_container,
  .brand-nocor .header_container,
  .brand-repost .header_container,
  .brand-vlasti .header_container {
    min-height: 50px;
  }

  body[class*="brand-"] .logo img {
    max-height: 32px;
  }
}
