
@charset "UTF-8";
.w_col_full {
  width: 896px;
}

.w_col_list {
  width: 550px;
}

.w_col_h {
  width: 440px;
}

.w_col_3 {
  width: 288px;
}

.w_col_4 {
  width: 212px;
}

.pt1 {
  padding-top: calc(1 * 0.8rem);
}

.pt2 {
  padding-top: calc(2 * 0.8rem);
}

.pt3 {
  padding-top: calc(3 * 0.8rem);
}

.pt4 {
  padding-top: calc(4 * 0.8rem);
}

.pt5 {
  padding-top: calc(5 * 0.8rem);
}

.pt6 {
  padding-top: calc(6 * 0.8rem);
}

.pt7 {
  padding-top: calc(7 * 0.8rem);
}

.pt8 {
  padding-top: calc(8 * 0.8rem);
}

.pt9 {
  padding-top: calc(9 * 0.8rem);
}

.pt10 {
  padding-top: calc(10 * 0.8rem);
}

:root {
  --bg-color: #fff;
  --bg-color-light: #F5F5F5;
  --bg-color-contrast: #202020;
  --modal-color: #202020;
  --box-shadow-common: 0 1px 3px rgba(32,32,32,.15);
  --stroke-color: #DFDFDF;
  --color-main: #202020;
  --color-contrast: #fff;
  --color-gray: #969696;
  --color-gray-middle: #BFBFBF;
  --color-gray-dark: #757575;
  --mark-color: #FFEBD9;
  --disactive-gray: #DFDFDF;
  --gray: #969696;
  --new-red: #C9181E;
  --theme-logo-src: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_bl_2x.png);
  --icon-profile: url(https://static.gazeta.ru/nm2025/img/ui/profile_bl.svg);
  --icon-search: url(https://static.gazeta.ru/nm2025/img/ui/search_bl.svg);
  --icon-video: url(https://static.gazeta.ru/nm2025/img/ui/video_bl.svg);
  --icon-g-rus-wh: url(https://static.gazeta.ru/nm2025/img/ui/g_rus_wh.svg);
  --icon-tick_arrow_dwn: url(https://static.gazeta.ru/nm2025/img/ui/tick_arr_dwn_bl.svg);
  --icon-quote: url(https://static.gazeta.ru/nm2025/img/ui/quote_bl.svg);
  --loader-simple: url(https://static.gazeta.ru/nm2025/img/ui/loader_simple_bl.svg);
  --filter-image-brightness: none;
}

.b_place, .b_footer, .b_content, .b_subject_bar, .b_header-content, .b_header, .b_main {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 1280px;
  margin: auto;
  padding: 8px 34px;
  background: #fff;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #333;
    --bg-color-light: #4e4e4e;
    --bg-color-contrast: #fff;
    --modal-color: #DFDFDF;
    --box-shadow-common: 0 1px 3px rgba(0, 0, 0, 0.25);
    --stroke-color: #c4c4c4;
    --color-main: #bababa;
    --color-contrast: #202020;
    --color-gray: #a7a7a7;
    --color-gray-middle: #7a7a7a;
    --color-gray-dark: #d1d1d1;
    --mark-color: #38826d;
    --disactive-gray: #454545;
    --gray: #a7a7a7;
    --new-red: #ff2121;
    --theme-logo-src: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_wh_2x.png);
    --icon-profile: url(https://static.gazeta.ru/nm2025/img/ui/profile_wh.svg);
    --icon-search: url(https://static.gazeta.ru/nm2025/img/ui/search_wh.svg);
    --icon-video: url(https://static.gazeta.ru/nm2025/img/ui/video_wh.svg);
    --icon-g-rus-wh: url(https://static.gazeta.ru/nm2025/img/ui/g_rus_bl.svg);
    --icon-tick_arrow_dwn: url(https://static.gazeta.ru/nm2025/img/ui/tick_arr_dwn_wh.svg);
    --icon-quote: url(https://static.gazeta.ru/nm2025/img/ui/quote_wh.svg);
    --loader-simple: url(https://static.gazeta.ru/nm2025/img/ui/loader_simple_wh.svg);
    --filter-image-brightness: brightness(80%);
  }
  :root.light {
    --bg-color: #fff;
    --bg-color-light: #F5F5F5;
    --bg-color-contrast: #202020;
    --modal-color: #202020;
    --box-shadow-common: 0 1px 3px rgba(32,32,32,.15);
    --stroke-color: #DFDFDF;
    --color-main: #202020;
    --color-contrast: #fff;
    --color-gray: #969696;
    --color-gray-middle: #BFBFBF;
    --color-gray-dark: #757575;
    --mark-color: #FFEBD9;
    --disactive-gray: #DFDFDF;
    --gray: #969696;
    --new-red: #C9181E;
    --theme-logo-src: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_bl_2x.png);
    --icon-profile: url(https://static.gazeta.ru/nm2025/img/ui/profile_bl.svg);
    --icon-search: url(https://static.gazeta.ru/nm2025/img/ui/search_bl.svg);
    --icon-video: url(https://static.gazeta.ru/nm2025/img/ui/video_bl.svg);
    --icon-g-rus-wh: url(https://static.gazeta.ru/nm2025/img/ui/g_rus_wh.svg);
    --icon-tick_arrow_dwn: url(https://static.gazeta.ru/nm2025/img/ui/tick_arr_dwn_bl.svg);
    --icon-quote: url(https://static.gazeta.ru/nm2025/img/ui/quote_bl.svg);
    --loader-simple: url(https://static.gazeta.ru/nm2025/img/ui/loader_simple_bl.svg);
    --filter-image-brightness: none;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  box-shadow: none;
  color: inherit;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-size: 10px;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:link, :visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}

a img,
:link img,
:visited img {
  border: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  font-size: 0;
  line-height: 0;
  background: #fff;
}
body img {
  filter: none;
}
body ::-moz-selection {
  color: #fff;
  background-color: #202020;
}
body ::selection {
  color: #fff;
  background-color: #202020;
}

.rg {
  width: 100%;
  padding-top: 1.6rem;
}

.row {
  width: 100%;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.6rem;
  flex-basis: 100%;
}
.row.m_stretch {
  align-items: stretch;
}
.row.m_center {
  align-items: center;
  justify-content: center;
}
.row.m_start {
  align-items: start;
  justify-content: start;
  flex: 1;
}
.row-item {
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
}
.row-item.m_col {
  flex-flow: column;
}
.row-item.m_start {
  align-items: start;
  justify-content: start;
  flex: 1;
}
.row-item.m_fullwidth {
  flex-basis: 100%;
}

hr.gap {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #202020;
  margin: 0.8rem 0 1.6rem;
  flex-shrink: 0;
}

._stripe_title {
  font: 700 2.8rem/1.35 "Bitter", serif;
  color: #202020;
}

._cute_title {
  font: 700 2.8rem/1.35 "Bitter", serif;
  color: #202020;
  align-self: start;
}
._cute_title:after {
  content: ".";
  font: 700 2.8rem/1.35 "Bitter", serif;
  color: #C9181E;
}

._sticker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  height: 16px;
  border-radius: 1px;
  background: #C9181E;
  color: #fff;
  font: 600 1.1rem/1 "Source Sans 3", sans-serif;
  flex-shrink: 0;
}
._sticker.m_black {
  background: #202020;
  color: #fff;
}

._btn_main {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 10px;
  border-radius: 2px;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position: 50%;
  font: 400 1.6rem/1 "Source Sans 3", sans-serif;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  box-shadow: none;
  transition: all 0.6s ease;
}
._btn_main:hover:not(.loading):not(.disabled) {
  background-color: #757575;
}
._btn_main.loading {
  background-color: #fff;
  background-image: url(https://static.gazeta.ru/nm2025/img/ui/loader_simple_bl.svg);
  background-size: auto 24px;
  box-shadow: none;
  color: transparent;
}
._btn_main.disabled {
  box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.75);
  background-color: #fff;
  color: #202020;
  cursor: default;
}
._btn_main.switch_off {
  opacity: 0;
  color: transparent;
  cursor: default;
}

._icon-tg {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(https://static.gazeta.ru/nm2025/img/icons/tg_color.svg) no-repeat 50%;
  background-size: 18px auto;
}

._plank {
  display: inline-flex;
  align-items: center;
  height: 1.6rem;
  padding: 0 4px;
  font: 600 1.1rem/1 "Source Sans 3", sans-serif;
  color: #fff;
  background: #202020;
  border-radius: 1px;
}

._sticky {
  position: sticky;
  top: 60px;
}
._sticky.m_btn {
  top: auto;
  bottom: 20px;
}

._switcher {
  position: relative;
  width: 36px;
  height: 20px;
  border: 1.5px solid #BFBFBF;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
._switcher-dot {
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 0;
  background: #BFBFBF;
  border-radius: 50%;
  transition: all 0.3s ease;
}
._switcher.switched {
  background-color: #C9181E;
  border: 1.5px solid #C9181E;
}
._switcher.switched ._switcher-dot {
  background: #fff;
  left: 18px;
}
._switcher.m_theme {
  width: 40px;
}
._switcher.m_theme[data-theme=light] {
  background-image: url(https://static.gazeta.ru/nm2025/img/icons/dark_th.svg);
  background-position: 23px 47%;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: #39393d;
  border: 0 solid #202020;
}
._switcher.m_theme[data-theme=light] ._switcher-dot {
  background: #f5f5f5;
  left: 3px;
}
._switcher.m_theme[data-theme=dark] {
  background-image: url(https://static.gazeta.ru/nm2025/img/icons/light_th.svg);
  background-position: 6px 50%;
  background-size: 12px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  border: 0 solid #202020;
  box-shadow: inset 0 0 3px 0px #757575;
}
._switcher.m_theme[data-theme=dark] ._switcher-dot {
  background: #202020;
  left: 22px;
}

._common_loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    transform: rotate(450deg);
  }
}
._common_loader ._spinner {
  animation: rotator 1.6s linear infinite;
}
._common_loader ._spinner .path {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.6s ease-in-out infinite, colors 6.4s ease-in-out infinite;
}

#_id_gazeta_main_article, ._s_added_article {
  width: 100%;
}

.b_header {
  z-index: 10000;
  width: 100%;
  margin-top: 0;
  padding: 0;
  height: 84px;
}
.b_header-content {
  padding: 24px 34px;
  width: 100%;
}
.b_header-logo {
  position: relative;
  display: inline-flex;
  width: 295px;
  height: 37px;
  cursor: pointer;
  background: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_bl_2x.png) no-repeat 50%;
  background-size: auto 100%;
}
.b_header-nav {
  position: relative;
  z-index: 20;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  flex-flow: row nowrap;
  flex-basis: 30%;
}
.b_header-nav-item {
  display: inline-flex;
  margin-left: 2.4rem;
  font: 600 1.6rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
  transition: color 0.6s ease;
}
.b_header-nav-item:hover {
  color: #C9181E;
}
.b_header-pocket {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-basis: 30%;
}
.b_header-service {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  flex-flow: row nowrap;
  flex-basis: 30%;
  gap: 2.4rem;
}
.b_header-menu {
  position: relative;
}
.b_header-menu-btn {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.b_header-menu-btn span {
  position: relative;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #202020;
  transition: background-color 0.3s ease;
}
.b_header-menu-btn span::before, .b_header-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #202020;
  transform-origin: 50%;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.b_header-menu-btn span::before {
  top: -6px;
}
.b_header-menu-btn span::after {
  bottom: -6px;
}
.b_header-menu-btn:hover span {
  background-color: #C9181E;
}
.b_header-menu-btn:hover span:before, .b_header-menu-btn:hover span:after {
  background-color: #C9181E;
}
.b_header-menu-curtain {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background-color: #202020;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.b_header-menu-content {
  position: fixed;
  z-index: 10;
  top: 0;
  left: -425px;
  bottom: 0;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: space-between;
  width: 425px;
  padding: 24px 34px;
  background-color: #fff;
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.b_header-menu-content-navigation {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
}
.b_header-menu-content-navigation-row {
  display: inline-flex;
  flex-flow: row;
  align-items: start;
  justify-content: start;
  gap: 1.6rem;
  border-bottom: 1px dashed #DFDFDF;
  padding: 2vh 0;
}
.b_header-menu-content-navigation-row:last-child {
  border-bottom: 0;
}
.b_header-menu-content-navigation-row.m_social {
  justify-content: end;
  align-items: start;
  margin-bottom: 3vh;
  border-bottom: 0;
  padding: 0;
}
.b_header-menu-content-navigation-row-item {
  display: inline-flex;
  flex-flow: column;
  align-items: start;
  flex-basis: 50%;
}
.b_header-menu-content-navigation-row-item .link {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 0.3rem;
  width: 100%;
  margin-bottom: 1.4vh;
  font: 400 1.6rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
  transition: color 0.6s ease;
}
.b_header-menu-content-navigation-row-item .link:last-child {
  margin-bottom: 0;
}
@media screen and (max-height: 768px) {
  .b_header-menu-content-navigation-row-item .link {
    font: 400 2.2vh/1.25 "Source Sans 3", sans-serif;
  }
}
.b_header-menu-content-navigation-row-item .link:hover {
  color: #C9181E;
}
.b_header-menu.m_opened .b_header-menu-btn span {
  background-color: transparent;
}
.b_header-menu.m_opened .b_header-menu-btn span:before {
  top: 0px;
  transform: rotate(-225deg);
}
.b_header-menu.m_opened .b_header-menu-btn span:after {
  bottom: 0px;
  transform: rotate(225deg);
}
.b_header-menu.m_opened .b_header-menu-curtain {
  opacity: 0.5;
  right: 0;
}
.b_header-menu.m_opened .b_header-menu-content {
  left: 0;
}
.b_header-font-sizer {
  display: inline-flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: end;
}
.b_header-font-sizer .label {
  display: inline-flex;
  font: 400 11px/1 "Source Sans 3", sans-serif;
  color: #202020;
  margin-bottom: 1.2vh;
}
.b_header-font-sizer .switcher {
  display: inline-flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.b_header-font-sizer .switcher-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  cursor: pointer;
}
.b_header-font-sizer .switcher-item:before {
  content: "";
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #DFDFDF;
  background-image: url(https://static.gazeta.ru/nm2025/img/ui/g_rus_wh.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  transition: background-color 0.6s ease;
}
.b_header-font-sizer .switcher-item:first-child:before {
  width: 16px;
  height: 16px;
}
.b_header-font-sizer .switcher-item:last-child:before {
  width: 54px;
  height: 54px;
}
.b_header-font-sizer .switcher-item.active:before {
  background-color: #202020;
}
.b_header-font-sizer .switcher-item:hover:before {
  background-color: #202020;
}
.b_header.flow .b_header-content {
  position: fixed;
  padding: 8px 34px;
  top: -100px;
  box-shadow: 0 1px 3px rgba(32,32,32,.15);
  transition: top 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.b_header.flow .b_header-logo {
  height: 20px;
}
.b_header.flow.show .b_header-content {
  top: 0px;
}

.b_subject_bar {
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 1.6rem;
}
.b_subject_bar-item {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  font: 400 1.4rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
  transition: color 0.6s ease;
}
.b_subject_bar-item:first-child {
  margin-left: 0;
}
.b_subject_bar-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  border-radius: 50%;
  background: #202020;
}
.b_subject_bar-item:hover {
  color: #C9181E;
}
.b_subject_bar-item:hover:before {
  background: #C9181E;
}

.b_content {
  z-index: 1;
}

.b_footer {
  z-index: 10;
  margin-bottom: 2.4rem;
}
.b_footer-content {
  background-color: #F5F5F5;
  padding: 2.4rem 1.6rem;
}
.b_footer-navigation {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #DFDFDF;
}
.b_footer-navigation-list {
  display: inline-flex;
  justify-content: end;
  gap: 2.4rem;
}
.b_footer-navigation-list .item {
  position: relative;
  display: inline-flex;
  padding: 0;
  font: 400 1.4rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
  transition: color 0.6s ease;
}
.b_footer-navigation-list .item:hover {
  color: #C9181E;
}
.b_footer-navigation-list.m_social {
  gap: 1.6rem;
}
.b_footer-navigation-list.m_social .item {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: top 0.3s ease;
}
.b_footer-navigation-list.m_social .item:before {
  display: none;
}
.b_footer-navigation-list.m_social .item:first-child {
  margin-left: 0;
}
.b_footer-navigation-list.m_social .item:hover {
  top: -4px;
}
.b_footer-navigation-list.m_social .item.m_vk {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/vk_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-navigation-list.m_social .item.m_fb {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/fb_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-navigation-list.m_social .item.m_tw {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/tw_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-navigation-list.m_social .item.m_tg {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/tg_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-navigation-list.m_social .item.m_ok {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/ok_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-navigation-list.m_social .item.m_yt {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/yt_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-navigation-list.m_social .item.m_ig {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/ig_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-navigation-list.m_social .item.m_zen {
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/zen_round_2024.svg) no-repeat 50% 50%;
}
.b_footer-info, .b_footer-license {
  display: inline-flex;
  align-items: stretch;
  gap: 2.4rem;
}
.b_footer-info .item, .b_footer-license .item {
  display: inline-flex;
  flex-flow: column;
  align-items: start;
  justify-content: space-between;
  gap: 2.4rem;
  font: 400 1.4rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_footer-info .item .logoplace, .b_footer-license .item .logoplace {
  display: inline-flex;
  width: 160px;
  height: 20px;
  background: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_bl_2x.png) no-repeat 50%;
  background-size: auto 20px;
}
.b_footer-license {
  padding-top: 2.4rem;
  gap: 0;
}
.b_footer-license .item {
  gap: 0;
  color: #BFBFBF;
}
.b_footer-license .item a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.b_footer-license .age-notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font: 600 12px/1 "Source Sans 3", sans-serif;
  color: #fff;
  background-color: #202020;
  border-radius: 50%;
}

.b_aside {
  display: inline-flex;
  flex-flow: column;
  width: 300px;
  flex-shrink: 0;
}

.b_tabswitcher {
  position: relative;
  width: 100%;
}
.b_tabswitcher.m_fix_switcher .b_tabswitcher-header {
  position: sticky;
  top: 40px;
  background: #fff;
  z-index: 10;
}
.b_tabswitcher-header {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  height: 4.8rem;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #DFDFDF;
}
.b_tabswitcher-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  font: 600 1.8rem/1 "Source Sans 3", sans-serif;
  color: #BFBFBF;
  cursor: pointer;
  transition: color 0.6s ease;
}
.b_tabswitcher-tab:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #BFBFBF;
  opacity: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.b_tabswitcher-tab:hover, .b_tabswitcher-tab.active {
  color: #202020;
}
.b_tabswitcher-tab.active:before {
  background-color: #202020;
  opacity: 1;
}
.b_tabswitcher-block {
  width: 100%;
  display: none;
}
.b_tabswitcher-block.active {
  display: block;
}

.b_search {
  position: relative;
  z-index: 10;
  display: inline-flex;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}
.b_search.m_open .b_search-area {
  width: 380px;
  opacity: 1;
}
.b_search.m_open .b_search-btn:before {
  top: 0;
  left: 11px;
  width: 1px;
  opacity: 1;
}
.b_search.m_open .b_search-btn:after {
  top: 0;
  right: 10px;
  opacity: 1;
}
.b_search.m_open .b_search-btn-icon {
  opacity: 0;
}
.b_search.m_open .b_search-btn:hover:before {
  transform: rotate(-135deg);
  background: #C9181E;
}
.b_search.m_open .b_search-btn:hover:after {
  transform: rotate(135deg);
  background: #C9181E;
}
.b_search-form {
  background: #F5F5F5;
}
.b_search-form input:-webkit-autofill,
.b_search-form input:-webkit-autofill:hover,
.b_search-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #202020;
  -webkit-box-shadow: 0 0 0px 40rem #F5F5F5 inset;
}
.b_search-form-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1.6rem;
  bottom: 0;
  display: flex;
  align-items: center;
  font: 500 14px/1 "Source Sans 3", sans-serif;
  color: #969696;
  opacity: 1;
  transition: all 0.3s ease;
}
.b_search-form-text {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0 1.6rem;
  height: 36px;
  width: calc(100% - 100px);
  font: 500 14px/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_search-form-text::first-letter {
  text-transform: uppercase;
}
.b_search-form-text:focus + label, .b_search-form-text:valid + label {
  opacity: 0;
  top: -30px;
}
.b_search-form-submit {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font: 500 14px/1 "Source Sans 3", sans-serif;
  color: #202020;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
}
.b_search-form-submit:hover {
  color: #C9181E;
}
.b_search-area {
  position: absolute;
  z-index: 1;
  top: -7px;
  right: calc(100% + 10px);
  width: 0;
  height: 36px;
  border: 1px solid transparent;
  border-right: 0;
  width: 0;
  opacity: 0;
  padding-left: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.b_search-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
}
.b_search-btn:before, .b_search-btn:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: 23px;
  background: #202020;
  opacity: 0;
  transition: all 0.3s ease;
}
.b_search-btn:before {
  left: -4px;
  transform: rotate(-45deg);
}
.b_search-btn:after {
  right: -4px;
  transform: rotate(45deg);
}
.b_search-btn-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: auto;
  opacity: 1;
  background: url(https://static.gazeta.ru/nm2025/img/ui/search_bl.svg) no-repeat 50% 50%;
  background-size: 100%;
  transition: opacity 0.3s ease;
}

.b_column_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #F5F5F5;
  padding: 1.6rem 1.6rem 1.6rem;
  border-radius: 2px;
}
.b_column_list .b_ear.m_column.m_list {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DFDFDF;
  padding-left: 0;
  flex-flow: column;
  width: 100%;
  align-items: normal;
}
.b_column_list .b_ear.m_column.m_list:before {
  display: none;
}
.b_column_list .b_ear.m_column.m_list .b_ear-image {
  display: none;
}
.b_column_list .b_ear.m_column.m_list .b_ear-time {
  display: none;
}
.b_column_list .b_ear.m_column.m_list .b_ear-title {
  font: 700 1.6rem/1.35 "Bitter", serif;
  font-style: italic;
}
.b_column_list .b_ear.m_column.m_list .b_ear-author {
  flex-flow: row-reverse;
  justify-content: space-between;
}
.b_column_list .b_ear.m_column.m_list .b_ear-author .avatar {
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.b_column_list-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  font: 400 1.4rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
  transition: color 0.6s ease;
}
.b_column_list-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
  background-color: #C9181E;
  transform: scale(0, 1);
  transition: all 0.6s ease;
}
.b_column_list-btn:hover {
  color: #C9181E;
}
.b_column_list-btn:hover:after {
  transform: scale(1, 1);
  opacity: 1;
}

.b_photo_digest {
  position: relative;
  padding: 2.4rem;
  background-color: #202020;
  border-radius: 32px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.b_photo_digest-feature {
  position: relative;
  display: inline-flex;
  width: 632px;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
  gap: 1.6rem;
}
.b_photo_digest-feature-images {
  position: relative;
  display: inline-flex;
  min-height: 400px;
  width: 45%;
}
.b_photo_digest-feature-images:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 24px;
  bottom: 24px;
  width: 24px;
  height: 24px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/photo_wh.svg) no-repeat 50%;
}
.b_photo_digest-feature-images .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 400px;
}
.b_photo_digest-feature-images .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 256px;
  height: 384px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 0) rotate(0deg);
  transform-origin: 50%;
  transition: all 0.6s ease;
}
.b_photo_digest-feature-images .photo img {
  display: block;
  height: 100%;
  width: auto;
}
.b_photo_digest-feature-images .photo:first-child {
  z-index: 10;
  transform: translate(0, 0) rotate(355deg);
}
.b_photo_digest-feature-images .photo:nth-child(2) {
  z-index: 9;
  transform: translate(0, 0) rotate(5deg);
}
.b_photo_digest-feature-images .photo:nth-child(3) {
  z-index: 8;
  transform: translate(0, 0) rotate(15deg);
}
.b_photo_digest-feature-images:hover .photo:first-child {
  z-index: 10;
  transform: translate(-10px, 5px) rotate(350deg);
}
.b_photo_digest-feature-images:hover .photo:nth-child(2) {
  z-index: 9;
  transform: translate(6px, 6px) rotate(8deg);
}
.b_photo_digest-feature-images:hover .photo:nth-child(3) {
  z-index: 8;
  transform: translate(15px, 15px) rotate(22deg);
}
.b_photo_digest-feature-title {
  max-width: 265px;
  font: 900 2.2rem/1.35 "Bitter", serif;
  color: #fff;
  transition: color 0.6s ease;
}
.b_photo_digest-feature:hover .b_photo_digest-feature-title {
  color: #C9181E;
}
.b_photo_digest-list {
  position: relative;
  display: inline-flex;
  width: 524px;
  flex-flow: column;
  align-items: start;
  flex-shrink: 0;
  gap: 1.6rem;
}
.b_photo_digest .b_ear {
  width: 486px;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: 1.6rem;
}
.b_photo_digest .b_ear-image {
  flex-shrink: 0;
  width: 195px;
  height: 128px;
  background: none;
}
.b_photo_digest .b_ear-title {
  font: 700 1.8rem/1.35 "Bitter", serif;
  color: #fff;
}
.b_photo_digest-nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1.6rem;
  font: 400 1.6rem/1.25 "Source Sans 3", sans-serif;
  color: #BFBFBF;
}
.b_photo_digest-nav-btns {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.b_photo_digest-nav-btns .item {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px 10px;
  border: 1px solid #757575;
  background-color: transparent;
  border-radius: 24px;
  color: #BFBFBF;
  transition: background-color 0.6s ease, color 0.6s ease;
}
.b_photo_digest-nav-btns .item:hover {
  color: #fff;
  background-color: #757575;
}

.b_author_page {
  position: relative;
  width: 550px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.b_author_page-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.b_author_page-avatar img {
  display: block;
  height: 100%;
}
.b_author_page-name {
  font: 700 2.8rem/1 "Bitter", serif;
  color: #202020;
  margin-bottom: 0.4rem;
}
.b_author_page-about {
  font: 400 1.4rem/1.25 "Source Sans 3", sans-serif;
  color: #969696;
  margin-bottom: 1.6rem;
  margin-top: 0.4rem;
}
.b_author_page-sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  height: 16px;
  border-radius: 1px;
  background: #202020;
  color: #fff;
  font: 600 1.1rem/1 "Source Sans 3", sans-serif;
}
.b_author_page-cite {
  position: relative;
  padding: 2.4rem;
  background-color: #F5F5F5;
  border-radius: 4px;
  text-align: center;
  font: 600 1.6rem/1.5 "Bitter", serif;
  color: #202020;
  font-style: italic;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 1.6rem;
}
.b_author_page-cite:before {
  content: "";
  position: relative;
  display: inline-flex;
  background: url(https://static.gazeta.ru/nm2025/img/ui/quote_bl.svg);
  width: 14px;
  height: 12px;
  background-size: 100%;
  margin: 0 1.6rem 1.6rem;
}
.b_author_page-info {
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  gap: 1.6rem;
}
.b_author_page-info .text {
  font: 400 1.4rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_author_page-info .text p + p {
  margin-top: 1.6rem;
}
.b_author_page-info .social {
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-flow: row wrap;
  gap: 1.6rem;
}
.b_author_page-info .social-item {
  position: relative;
  background: #F5F5F5;
  border-radius: 24px;
  height: 32px;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.8rem;
  padding-right: 1.6rem;
  font: 400 1.4rem/1 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_author_page-info .social-item.m_mail:before {
  content: "";
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/mail_wh.svg) #C9181E no-repeat 50% 50%;
  border-radius: 50%;
}
.b_author_page-info .social-item.m_tg:before {
  content: "";
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/tg_wh.svg) #229ED9 no-repeat 50% 50%;
  border-radius: 50%;
}

.b_subject_page-info {
  position: relative;
  font: 400 1.8rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_subject_page-info p + p {
  margin-top: 1.6rem;
}
.b_subject_page ._stripe_title {
  position: relative;
  padding-top: 1.8rem;
}
.b_subject_page ._stripe_title ._sticker {
  position: absolute;
  top: 0;
  left: 0;
}

.b_day_review-date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font: 400 1.4rem/1 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_day_review .b_ear.m_column.m_list .b_ear-textblock {
  padding-right: 60px;
}
.b_day_review .b_ear.m_column.m_list .b_ear-title {
  font: 400 1.8rem/1.25 "Source Sans 3", sans-serif;
  font-style: normal;
}
.b_day_review .b_ear.m_column.m_list .b_ear-author .name {
  display: none;
}

.b_profile {
  display: inline-flex;
  position: relative;
}
.b_profile-icon {
  position: relative;
  width: 22px;
  height: 22px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/profile_bl.svg) no-repeat 50% 50%;
  background-size: 100%;
  cursor: pointer;
}
.b_profile-icon:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -7px;
  width: 16px;
  height: 16px;
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/sber_icon.svg) no-repeat 50% 50%;
  background-size: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.b_profile-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: -10px;
  min-width: 180px;
  max-height: 0;
  padding: 0 10px;
  opacity: 1;
  overflow: hidden;
  transition: all 0.15s ease;
}
.b_profile-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  transition: all 0.15s ease;
}
.b_profile-menu-item {
  position: relative;
  display: flex;
  width: 100%;
  font: 600 13px/1.25 "Source Sans 3", sans-serif;
  color: #202020;
  background: #fff;
  transition: all 0.3s ease;
  padding: 6px 20px;
}
.b_profile-details {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-flow: row nowrap;
  gap: 12px;
  display: none;
}
.b_profile-details:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #DFDFDF;
}
.b_profile-details .avatar {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #BFBFBF;
  font: 700 20px/20px "Source Sans 3", sans-serif;
  color: #EAEAEA;
}
.b_profile-details .name {
  display: inline-flex;
  flex-flow: column;
  align-items: start;
}
.b_profile-login {
  cursor: pointer;
}
.b_profile-logout {
  cursor: pointer;
  display: none;
}
.b_profile.logged .b_profile-details {
  display: flex;
}
.b_profile.logged .b_profile-login {
  display: none;
}
.b_profile.logged .b_profile-logout {
  display: flex;
}
.b_profile.logged .b_profile-icon:before {
  opacity: 1;
  transform: scale(1);
}
@keyframes loading {
  0% {
    left: -60px;
  }
  100% {
    left: 100%;
  }
}
.b_profile.requesting .b_profile-menu-item {
  color: transparent;
  overflow: hidden;
  background: url(https://static.gazeta.ru/nm2025/img/ui/loader_simple_bl.svg);
}
.b_profile:hover .b_profile-menu {
  padding: 25px 10px 23px;
  max-height: 300px;
  opacity: 1;
}
.b_profile:hover .b_profile-menu:before {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.b_ear {
  position: relative;
  display: block;
  width: 100%;
}
.b_ear:hover .b_ear-title {
  color: #C9181E;
}
.b_ear:hover .b_ear-image img {
  transform: scale(1.07, 1.07);
}
.b_ear-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  background: #F5F5F5;
}
.b_ear-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  transform: scale(1, 1);
  transition: transform 2s ease;
}
.b_ear-image.m_fit_image img {
  width: auto;
  height: 100%;
}
.b_ear-image.m_fit_image .base_layer {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_ear-image.m_fit_image .base_layer img {
  height: auto;
  z-index: 1;
  max-height: 180%;
  width: 100%;
  filter: blur(10px);
  opacity: 0.75;
}
.b_ear-textblock {
  position: relative;
  display: inline-flex;
  flex-flow: column;
  align-items: start;
  margin-bottom: 0.8rem;
}
.b_ear-title {
  position: relative;
  font-family: "Bitter", serif;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 700;
  color: #202020;
  transition: color 0.6s ease;
}
.b_ear-time {
  display: none;
  font: 400 1.1rem/1.25 "Source Sans 3", sans-serif;
  color: #969696;
}
.b_ear.m_feature .b_ear-image {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  margin-bottom: 1.2rem;
}
.b_ear.m_feature .b_ear-image img {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
}
.b_ear.m_feature .b_ear-title {
  font-size: 2.4rem;
}
.b_ear.m_feature.m_live.m_sport .b_ear-title:after {
  display: none;
}
.b_ear.m_feature.m_live.m_sport .b_ear-score {
  position: absolute;
  z-index: 5;
  bottom: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  background: #202020;
  padding: 0 6px 0 0;
  font: 700 1rem/1 "Source Sans 3", sans-serif;
  color: #fff;
}
.b_ear.m_feature.m_live.m_sport .b_ear-score:before {
  content: "";
  display: inline-block;
  top: 0;
  width: 35px;
  height: 16px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/live.svg) no-repeat 50%;
  background-size: auto 100%;
  vertical-align: middle;
  border-radius: 0%;
  margin-right: 6px;
}
.b_ear.m_feature.m_column .b_ear-author {
  justify-content: start;
}
.b_ear.m_middle .b_ear-title {
  font: 700 1.8rem/1.35 "Bitter", serif;
}
.b_ear.m_middle .b_ear-time {
  display: none;
}
.b_ear.m_cmn .b_ear-image {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  margin-bottom: 1.2rem;
}
.b_ear.m_cmn .b_ear-image img {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: 100%;
}
.b_ear.m_cmn .b_ear-title {
  font-size: 1.6rem;
}
.b_ear.m_cmn.m_live.m_sport .b_ear-title:after {
  display: none;
}
.b_ear.m_cmn.m_live.m_sport .b_ear-score {
  position: absolute;
  z-index: 5;
  bottom: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  background: #202020;
  padding: 0 6px 0 0;
  font: 700 1rem/1 "Source Sans 3", sans-serif;
  color: #fff;
}
.b_ear.m_cmn.m_live.m_sport .b_ear-score:before {
  content: "";
  display: inline-block;
  top: 0;
  width: 35px;
  height: 16px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/live.svg) no-repeat 50%;
  background-size: auto 100%;
  vertical-align: middle;
  border-radius: 0%;
  margin-right: 6px;
}
.b_ear.m_fullfield {
  position: relative;
  width: 100%;
  height: 100%;
  background: #202020;
  border-radius: 2.4rem;
  overflow: hidden;
  z-index: 1;
}
.b_ear.m_fullfield .b_ear-image {
  margin-bottom: 0;
}
.b_ear.m_fullfield .b_ear-image:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-image: linear-gradient(to bottom, transparent 0%, #202020 100%);
}
.b_ear.m_fullfield .b_ear-image img {
  width: auto;
  height: 100%;
  opacity: 0.7;
}
.b_ear.m_fullfield .b_ear-textblock {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  padding: 1.6rem 1.6rem 3.2rem;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(30, 30, 30, 0.6) 50%, rgb(30, 30, 30) 90%);
}
.b_ear.m_fullfield .b_ear-title {
  color: #fff;
  margin-bottom: 0;
}
.b_ear.m_fullfield.m_photo .b_ear-image {
  border-radius: 24px 24px 0 0;
}
.b_ear.m_fullfield.m_photo .b_ear-image:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-image: linear-gradient(to bottom, transparent 0%, #202020 100%);
}
.b_ear.m_fullfield.m_photo .b_ear-title {
  margin: 0;
}
.b_ear.m_fullfield.m_photo .b_ear-title:after {
  content: "";
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  margin: 4px 0 0 4px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/photo_wh.svg) no-repeat 50%;
  background-size: 100%;
}
.b_ear.m_fullfield.m_feature .b_ear-title {
  font-size: 2.4rem;
}
.b_ear.m_live .b_ear-title:after {
  content: "";
  display: inline-block;
  top: 0;
  width: 35px;
  height: 16px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/live.svg) no-repeat 50%;
  background-size: auto 100%;
  vertical-align: middle;
  border-radius: 0%;
}
.b_ear.m_list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-left: 2.4rem;
  margin-bottom: 0.8rem;
}
.b_ear.m_list:first-child {
  margin-top: 0.8rem;
}
.b_ear.m_list:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #202020;
}
.b_ear.m_list .b_ear-image {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin: 0 0 0.8rem 0.8rem;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.b_ear.m_list .b_ear-image img {
  height: 100%;
  width: auto;
}
.b_ear.m_list .b_ear-title {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}
.b_ear.m_list.m_live:before {
  background: #C9181E;
}
@keyframes pulse {
  0% {
    width: 4px;
    height: 4px;
    opacity: 0;
  }
  10% {
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    width: 16px;
    height: 16px;
    opacity: 0;
  }
}
.b_ear.m_list.m_live .pulse_dot {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_ear.m_list.m_live .pulse_dot span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  border: 1px solid #C9181E;
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: ease-in;
  animation-delay: 0s;
}
.b_ear.m_list.m_live .pulse_dot span:nth-child(2) {
  animation-delay: 1s;
}
.b_ear.m_list.m_live .b_ear-title:after {
  content: "";
  display: inline-block;
  top: 0;
  width: 35px;
  height: 16px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/live.svg) no-repeat 50%;
  background-size: auto 100%;
  vertical-align: middle;
  border-radius: 0%;
}
.b_ear.m_list_text_image {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 1.6rem;
}
.b_ear.m_list_text_image .b_ear-image {
  width: 120px;
  flex-shrink: 0;
}
.b_ear.m_list_text_image .b_ear-title {
  margin-bottom: 0.8rem;
}
.b_ear.m_list_text_image .b_ear-time {
  display: block;
}
.b_ear.m_column .b_ear-title {
  font-style: italic;
  line-height: 1.35;
}
.b_ear.m_column .b_ear-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.b_ear.m_column .b_ear-author .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #202020;
}
.b_ear.m_column .b_ear-author .avatar img {
  display: block;
  width: 100%;
}
.b_ear.m_column .b_ear-author .name {
  font: 400 1.2rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_ear.m_column.m_list {
  flex-flow: column;
  min-height: 40px;
}
.b_ear.m_column.m_list .b_ear-textblock {
  margin-bottom: 0;
}
.b_ear.m_column.m_list .b_ear-author {
  gap: 0;
}
.b_ear.m_column.m_list .b_ear-author .avatar {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 40px;
}
.b_ear.m_photo .b_ear-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.b_ear.m_photo .b_ear-image:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 24px;
  height: 24px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/photo_wh.svg) no-repeat 50%;
}
.b_ear.m_photo.m_list .b_ear-image {
  border-radius: 12px;
}
.b_ear.m_photo.m_list .b_ear-image:after {
  right: 4px;
  bottom: 4px;
  width: 16px;
  height: 16px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/photo_wh.svg) no-repeat 50%;
  background-size: 100%;
}
.b_ear.m_has_video .b_ear-title {
  position: relative;
}
.b_ear.m_has_video .b_ear-title:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url(https://static.gazeta.ru/nm2025/img/ui/video_bl.svg);
  background-size: 100%;
  background-position: 50%;
}
.b_ear.m_exclusive .b_ear-title {
  position: relative;
}
.b_ear.m_exclusive .b_ear-title:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #C9181E;
  background-image: url(https://static.gazeta.ru/nm2025/img/ui/g_rus_wh.svg);
  background-size: 100%;
  background-position: 50%;
}

.w_col_h .b_ear-image {
  max-height: 294px;
}

.w_col_3 .b_ear-image {
  max-height: 192px;
}

.w_col_4 .b_ear.m_fullfield .b_ear-image {
  max-height: 300px;
}

.w_col_list .b_ear.m_list {
  width: 100%;
  margin-bottom: 1.6rem;
  justify-content: space-between;
  gap: 1.6rem;
}
.w_col_list .b_ear.m_list:before {
  display: none;
}
.w_col_list .b_ear.m_list {
  padding-left: 0;
}
.w_col_list .b_ear.m_list.m_live {
  padding-left: 0;
}
.w_col_list .b_ear.m_list.m_live:before {
  display: block;
  left: -16px;
}
.w_col_list .b_ear.m_list.m_live .pulse_dot {
  left: -22px;
}
.w_col_list .b_ear.m_list .b_ear-image {
  float: none;
  margin: 0;
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}
.w_col_list .b_ear.m_list .b_ear-time {
  display: block;
}

.b_article {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 2.4rem;
}
.b_article-header {
  display: inline-flex;
  width: 100%;
  flex-flow: column;
  padding-right: 118px;
  margin-bottom: 1.6rem;
}
.b_article-breadcrumb {
  position: relative;
  display: inline-flex;
  gap: 1.6rem;
  font: 400 1.2rem/1.35 "Source Sans 3", sans-serif;
  color: #757575;
}
.b_article-breadcrumb.m_exclusive:before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #C9181E;
  background-image: url(https://static.gazeta.ru/nm2025/img/ui/g_rus_wh.svg);
  background-size: 100%;
  background-position: 50%;
}
.b_article-title {
  padding: 0.8rem 0 1.6rem;
}
.b_article-title .headline {
  font: 700 3.2rem/1.25 "Bitter", serif;
  color: #202020;
  margin-bottom: 0.8rem;
}
.b_article-title .subheader {
  font: 400 1.8rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-addinfo {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.b_article-author {
  display: inline-flex;
  align-items: center;
}
.b_article-author-item {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.8rem;
  padding-right: 1.2rem;
  margin-left: 1.6rem;
  font: 400 1.2rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-author-item:first-child {
  margin-left: 0;
}
.b_article-author-item .avatar {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.b_article-author-item .avatar img {
  width: 100%;
}
.b_article-widgets {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
}
.b_article-widgets-ai {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: radial-gradient(at 10% 90%, #42c5fd 0px, transparent 70%), radial-gradient(at 35% 45%, #2a41f6 0px, transparent 100%), radial-gradient(at 80% 85%, #a160dd 0px, transparent 60%), radial-gradient(at 100% 0%, #874be5 0px, transparent 100%);
}
.b_article-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.b_article-media-picture {
  position: relative;
}
.b_article-media-picture-imageplace {
  position: relative;
  width: 660px;
  height: 440px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  overflow: hidden;
}
.b_article-media-picture-imageplace img {
  display: block;
  height: 100%;
}
.b_article-media-picture-imageplace img.front {
  display: block;
}
.b_article-media-picture-imageplace img.hd {
  display: none;
}
.b_article-media-picture-caption {
  position: relative;
  width: 660px;
  padding: 0.8rem 0;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  gap: 0.8rem;
}
.b_article-media-picture-caption .picsign {
  font: 400 1.4rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-media-picture-caption .picsign.hide {
  display: none;
}
.b_article-media-picture-caption .copyright {
  font: 400 1.2rem/1.35 "Source Sans 3", sans-serif;
  color: #BFBFBF;
}
.b_article-media-picture-caption .copyright:before {
  content: "©";
  display: inline-block;
  margin-right: 5px;
}
.b_article-media-picture-caption .copyright.hide {
  display: none;
}
.b_article-media-picture-togglebtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: zoom-in;
}
.b_article-media-picture:fullscreen {
  background: #fff;
}
.b_article-media-picture:fullscreen .b_article-media-picture-imageplace {
  position: absolute;
  top: 0;
  left: 4rem;
  right: 300px;
  bottom: 0;
  width: calc(100% - 300px - 4rem);
  height: 100%;
  background: #fff;
}
.b_article-media-picture:fullscreen .b_article-media-picture-imageplace:before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 30px;
  left: 0;
  width: 110px;
  height: 14px;
  background: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_bl_2x.png) no-repeat 50% 50%;
  background-size: auto 100%;
}
.b_article-media-picture:fullscreen .b_article-media-picture-imageplace img.front {
  display: none;
}
.b_article-media-picture:fullscreen .b_article-media-picture-imageplace img.hd {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.b_article-media-picture:fullscreen .b_article-media-picture-caption {
  position: absolute;
  top: 0;
  right: 4rem;
  bottom: 0;
  width: 240px;
  justify-content: center;
}
.b_article-media-picture:fullscreen .b_article-media-picture-togglebtn {
  position: fixed;
  top: 1.6rem;
  left: auto;
  right: 1.6rem;
  bottom: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.b_article-media-picture:fullscreen .b_article-media-picture-togglebtn span {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  background: transparent;
}
.b_article-media-picture:fullscreen .b_article-media-picture-togglebtn span:before, .b_article-media-picture:fullscreen .b_article-media-picture-togglebtn span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  border-radius: 2px;
  background-color: #202020;
  background-image: none;
  transform-origin: 50%;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  transition: all 0.3s ease;
}
.b_article-media-picture:fullscreen .b_article-media-picture-togglebtn span:before {
  transform: scale(1) rotate(45deg) translate(0px, 0px);
}
.b_article-media-picture:fullscreen .b_article-media-picture-togglebtn span:after {
  transform: scale(1) rotate(-45deg) translate(0px, 0px);
}
.b_article-media-picture:fullscreen .b_article-media-picture-togglebtn:hover span:before, .b_article-media-picture:fullscreen .b_article-media-picture-togglebtn:hover span:after {
  background-color: #C9181E;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
}
.b_article-media-video {
  position: relative;
  width: 660px;
  height: 371.25px;
}
.b_article-media-photoreport {
  position: relative;
  width: 100%;
}
.b_article-intro {
  width: 660px;
  padding: 1.6rem 0 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 2px solid #202020;
  font: 400 22px/1.5 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-text {
  width: 660px;
  font: 400 2rem/1.5 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-text p {
  position: relative;
  margin-bottom: 1.6rem;
}
.b_article-text p a {
  cursor: pointer;
  color: #C9181E;
  transition: all 0.3s ease;
  text-underline-offset: 3px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.b_article-text p a b {
  font-weight: normal;
}
.b_article-text p a:hover {
  border-color: transparent;
}
.b_article-text p a.tag {
  color: #202020;
  font-weight: inherit;
  cursor: help;
}
.b_article-text h4, .b_article-text h2 {
  position: relative;
  margin: 4rem 0 2.4rem;
  font: 700 2.8rem/1.35 "Bitter", serif;
  color: #202020;
}
.b_article-text h4:first-child, .b_article-text h2:first-child {
  padding-top: 0;
}
.b_article-text h4 .tag, .b_article-text h2 .tag {
  font-weight: bold;
}
.b_article-text mark {
  position: relative;
  z-index: 1;
  display: inline;
  background-color: #FFEBD9;
  padding: 0;
}
.b_article-text ul, .b_article-text ol {
  list-style-position: outside;
  padding-left: 2.4rem;
  margin-bottom: 2.4rem;
}
.b_article-text ul li + li, .b_article-text ol li + li {
  margin-top: 1.6rem;
}
.b_article-text ul {
  list-style-type: disc;
}
.b_article-text .idea {
  position: relative;
  display: block;
  font: bold 2.2rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
  margin: 2.4rem 0;
}
.b_article-text .idea:before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  bottom: 0;
  width: 10px;
  background-color: #C9181E;
}
.b_article-text u {
  border-bottom: 1px solid #202020;
}
.b_article-text s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.b_article-text .miniinfo {
  display: inline;
}
.b_article-text .miniinfo .info {
  display: none;
  background-color: #FFEBD9;
  padding: 0 4px;
}
.b_article-text .miniinfo .icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #757575;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.b_article-text .miniinfo .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 14px;
  height: 2px;
  background: #fff;
  box-shadow: 0 4px 0 0px #fff;
  border-radius: 2px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.b_article-text .miniinfo .icon:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 13px;
  left: 3px;
  border-radius: 2px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.b_article-text .miniinfo .icon:hover {
  background: #202020;
}
.b_article-text .miniinfo.open .info {
  display: inline;
  margin-left: 0.8rem;
}
.b_article-text .miniinfo.open .icon:before {
  top: 9px;
  left: 3px;
  box-shadow: none;
  transform: rotate(45deg);
}
.b_article-text .miniinfo.open .icon:after {
  top: 9px;
  left: 3px;
  width: 14px;
  transform: rotate(-45deg);
}
.b_article-text .miniinfo.open .icon:hover:before {
  transform: rotate(-45deg);
}
.b_article-text .miniinfo.open .icon:hover:after {
  transform: rotate(45deg);
}
.b_article-content_list {
  position: sticky;
  z-index: 20;
  top: 40px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 0.8rem 1.6rem 0;
}
@media screen and (max-height: 700px) {
  .b_article-content_list {
    position: relative;
    top: 0;
    padding: 0 1.6rem 0;
  }
}
.b_article-content_list + br {
  display: none;
}
.b_article-content_list-item {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  margin-bottom: 1.6rem;
  font: 400 1.6rem/1.35 "Source Sans 3", sans-serif;
  color: #757575;
  border-bottom: dashed 1px #757575;
  transition: color 0.6s ease;
}
.b_article-content_list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background: #757575;
}
.b_article-content_list-item:hover {
  color: #C9181E;
  border-bottom: dashed 1px #C9181E;
}
.b_article-content_list-anchor_point {
  position: relative;
  display: block;
  width: 100px;
  height: 1px;
  top: -100px;
  background-color: transparent;
}
.b_article-incut {
  position: relative;
  margin: 2.4rem 0;
}
.b_article-incut.m_details {
  width: 100%;
  margin-bottom: 1.6rem;
  border-radius: 4px;
  background: #F5F5F5;
}
.b_article-incut.m_details .title {
  position: relative;
  padding: 1.6rem;
  font: 600 1.4rem/1.25 "Bitter", serif;
  color: #202020;
}
.b_article-incut.m_details .text {
  padding: 0 1.6rem;
  font: 400 1.4rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.b_article-incut.m_details:not(._s_close_open_state_toggle) .text {
  padding: 1.6rem 1.6rem;
  max-height: none;
  opacity: 1;
  overflow: auto;
}
.b_article-incut.m_details._s_close_open_state_toggle .title {
  cursor: pointer;
}
.b_article-incut.m_details._s_close_open_state_toggle .title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(https://static.gazeta.ru/nm2025/img/ui/tick_arr_dwn_bl.svg) no-repeat 50% 50%;
  background-size: 8px auto;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.b_article-incut.m_details._s_close_open_state_toggle.open .title:before {
  transform: rotate(180deg);
}
.b_article-incut.m_details._s_close_open_state_toggle.open .text {
  padding: 1.6rem 1.6rem;
  max-height: 1000px;
  opacity: 1;
}
.b_article-incut.m_picture {
  width: 100%;
}
.b_article-incut.m_picture .picture-imageplace {
  position: relative;
  width: 660px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  overflow: hidden;
}
.b_article-incut.m_picture .picture-imageplace.m_normal_size {
  width: 100%;
  height: auto;
}
.b_article-incut.m_picture .picture-imageplace.m_normal_size img.front {
  width: 100%;
  height: auto;
}
.b_article-incut.m_picture .picture-imageplace img {
  display: block;
  height: 100%;
}
.b_article-incut.m_picture .picture-imageplace img.front {
  display: block;
}
.b_article-incut.m_picture .picture-imageplace img.hd {
  display: none;
}
.b_article-incut.m_picture .picture-caption {
  position: relative;
  width: 660px;
  padding: 0.8rem 0;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
  gap: 0.8rem;
}
.b_article-incut.m_picture .picture-caption .picsign {
  font: 400 1.4rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-incut.m_picture .picture-caption .picsign.hide {
  display: none;
}
.b_article-incut.m_picture .picture-caption .copyright {
  font: 400 1.2rem/1.35 "Source Sans 3", sans-serif;
  color: #BFBFBF;
}
.b_article-incut.m_picture .picture-caption .copyright:before {
  content: "©";
  display: inline-block;
  margin-right: 5px;
}
.b_article-incut.m_picture .picture-caption .copyright.hide {
  display: none;
}
.b_article-incut.m_picture .picture-togglebtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: zoom-in;
  display: none;
}
.b_article-incut.m_picture .picture-togglebtn span {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.b_article-incut.m_picture .picture-togglebtn span:before, .b_article-incut.m_picture .picture-togglebtn span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 5px;
  margin: auto;
  background: url(https://static.gazeta.ru/nm2025/img/ui/tick_arr_dwn_bl.svg) no-repeat 50% 50%;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.b_article-incut.m_picture .picture-togglebtn span:before {
  transform: scale(1) rotate(45deg) translate(0px, 7px);
}
.b_article-incut.m_picture .picture-togglebtn span:after {
  transform: scale(1) rotate(-135deg) translate(0px, 7px);
}
.b_article-incut.m_picture .picture-togglebtn:hover span:before {
  transform: scale(1.1) rotate(45deg) translate(0px, 9px);
}
.b_article-incut.m_picture .picture-togglebtn:hover span:after {
  transform: scale(1.1) rotate(-135deg) translate(0px, 9px);
}
.b_article-incut.m_picture:fullscreen {
  background: #fff;
}
.b_article-incut.m_picture:fullscreen .picture-imageplace {
  position: absolute;
  top: 0;
  left: 4rem;
  right: 300px;
  bottom: 0;
  width: calc(100% - 300px - 4rem);
  height: 100%;
  background: #fff;
}
.b_article-incut.m_picture:fullscreen .picture-imageplace:before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 30px;
  left: 0;
  width: 110px;
  height: 14px;
  background: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_bl_2x.png) no-repeat 50% 50%;
  background-size: auto 100%;
}
.b_article-incut.m_picture:fullscreen .picture-imageplace img.front {
  display: none;
}
.b_article-incut.m_picture:fullscreen .picture-imageplace img.hd {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.b_article-incut.m_picture:fullscreen .picture-caption {
  position: absolute;
  top: 0;
  right: 4rem;
  bottom: 0;
  width: 240px;
  justify-content: center;
}
.b_article-incut.m_picture:fullscreen .picture-togglebtn {
  display: block;
  position: fixed;
  top: 1.6rem;
  left: auto;
  right: 1.6rem;
  bottom: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.b_article-incut.m_picture:fullscreen .picture-togglebtn span {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  background: transparent;
}
.b_article-incut.m_picture:fullscreen .picture-togglebtn span:before, .b_article-incut.m_picture:fullscreen .picture-togglebtn span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  border-radius: 2px;
  background-color: #202020;
  background-image: none;
  transform-origin: 50%;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  transition: all 0.3s ease;
}
.b_article-incut.m_picture:fullscreen .picture-togglebtn span:before {
  transform: scale(1) rotate(45deg) translate(0px, 0px);
}
.b_article-incut.m_picture:fullscreen .picture-togglebtn span:after {
  transform: scale(1) rotate(-45deg) translate(0px, 0px);
}
.b_article-incut.m_picture:fullscreen .picture-togglebtn:hover span:before, .b_article-incut.m_picture:fullscreen .picture-togglebtn:hover span:after {
  background-color: #C9181E;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
}
.b_article-incut.m_articles {
  padding: 2.4rem;
  border: 1px solid #DFDFDF;
}
.b_article-incut.m_articles .title {
  font: 400 1.2rem/1.35 "Source Sans 3", sans-serif;
  color: #969696;
  margin-bottom: 1.6rem;
}
.b_article-incut.m_articles .content {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
}
.b_article-incut.m_articles .content .b_ear.m_list {
  width: 100%;
  margin-bottom: 0;
  gap: 1.6rem;
}
.b_article-incut.m_articles .content .b_ear.m_list .b_ear-time {
  display: none;
}
.b_article-incut.m_cite {
  margin-left: 30px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 1.6rem;
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 0.8rem;
}
.b_article-incut.m_cite:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/quote_bl.svg) no-repeat 50%;
  background-size: 14px 12px;
}
.b_article-incut.m_cite .cite {
  width: 100%;
  font: 600 1.6rem/1.5 "Bitter", serif;
  color: #202020;
  font-style: italic;
}
.b_article-incut.m_cite .author {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: start;
  gap: 0.8rem;
}
.b_article-incut.m_cite .author-avatar {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: start;
  gap: 0.8rem;
}
.b_article-incut.m_cite .author-photo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.b_article-incut.m_cite .author-photo img {
  display: block;
  height: 100%;
}
.b_article-incut.m_cite .author-name {
  font: 400 1.4rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-incut.m_cite .author-about {
  font: 400 1.2rem/1.25 "Source Sans 3", sans-serif;
  color: #969696;
}
.b_article-incut.m_numeral {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1.6rem 0;
}
.b_article-incut.m_numeral:before, .b_article-incut.m_numeral:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #202020;
  left: 0;
  right: 0;
  margin: auto;
}
.b_article-incut.m_numeral:before {
  top: 0;
}
.b_article-incut.m_numeral:after {
  bottom: 0;
}
.b_article-incut.m_numeral .numeral {
  font: 700 3.6rem/1.35 "Bitter", serif;
  color: #C9181E;
}
.b_article-incut.m_numeral .text {
  font: 700 2rem/1.35 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-online[data-autorefresh=off] .pulse_dot span {
  animation-play-state: paused;
}
.b_article-online-head {
  position: sticky;
  z-index: 100;
  background: #fff;
  top: 40px;
  padding: 2.4rem 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.b_article-online-head .title {
  position: relative;
  display: inline-flex;
  align-items: center;
  font: 700 2.4rem/1.25 "Bitter", serif;
  color: #202020;
}
@keyframes pulse {
  0% {
    width: 4px;
    height: 4px;
    opacity: 0;
  }
  10% {
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    width: 16px;
    height: 16px;
    opacity: 0;
  }
}
.b_article-online-head .title .pulse_dot {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-left: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_article-online-head .title .pulse_dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #C9181E;
}
.b_article-online-head .title .pulse_dot span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  border: 1px solid #C9181E;
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: ease-in;
  animation-delay: 0s;
}
.b_article-online-head .title .pulse_dot span:nth-child(2) {
  animation-delay: 1s;
}
.b_article-online-head .refresh {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.b_article-online-head .refresh-title {
  font: 400 1.4rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-online-head .refresh-btn {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 20px;
  border-radius: 10px;
  background: #C9181E;
  cursor: pointer;
  transition: background 0.3s ease;
}
.b_article-online-head .refresh-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 0;
  background: #fff;
  border-radius: 50%;
  transition: left 0.3s ease;
}
.b_article-online-head .refresh[data-autorefresh=off] .refresh-btn {
  background: #DFDFDF;
}
.b_article-online-head .refresh[data-autorefresh=off] .refresh-btn:before {
  left: 2px;
}
.b_article-online-body-item {
  padding: 1.6rem 0;
  border-bottom: 1px dashed #DFDFDF;
}
.b_article-online-body-item iframe {
  border-radius: 1.6rem;
}
.b_article-online-body-item-time {
  font: 400 1.1rem/1.25 "Source Sans 3", sans-serif;
  color: #969696;
  margin-bottom: 0.8rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  gap: 0.8rem;
  width: 100%;
}
.b_article-online-body-item-time .label {
  display: inline-flex;
}
.b_article-online-body-item-time .player_name {
  font: 500 1.2rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-online-body-item-text .marker {
  font: 600 4rem/1.25 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-online-body-item-text .marker span {
  color: #C9181E;
}
.b_article-online-body-item .b_article-incut {
  margin: 1.6rem 0 0;
}
.b_article iframe {
  max-width: 100%;
}
.b_article.m_column .b_article-header {
  align-items: center;
  text-align: center;
  padding: 0 118px;
}
.b_article.m_column .b_article-title .headline {
  font-style: italic;
}
.b_article.m_column .b_article-author {
  display: inline-flex;
  align-items: center;
}
.b_article.m_column .b_article-author-item {
  flex-flow: column;
  gap: 0.4rem;
}
.b_article.m_column .b_article-author-item .wrapper {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.b_article.m_column .b_article-author-item .avatar {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.b_article.m_column .b_article-author-item .avatar img {
  width: 100%;
}
.b_article.m_column .b_article-author-item .name-link {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
}
.b_article.m_column .b_article-author-item .name-link:after {
  content: "Колумнист";
  position: relative;
  bottom: 2px;
  display: inline-flex;
  align-items: center;
  height: 1.6rem;
  padding: 0 4px;
  font: 600 1.1rem/1 "Source Sans 3", sans-serif;
  color: #fff;
  background: #202020;
  border-radius: 1px;
  margin-left: 0.8rem;
}
.b_article.m_column .b_article-author-item .info {
  display: inline-flex;
  font: 400 1.2rem/1.35 "Source Sans 3", sans-serif;
  color: #969696;
}
.b_article-scoreboard {
  position: relative;
  width: 660px;
  padding: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  margin-bottom: 0.8rem;
}
.b_article-scoreboard-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b_article-scoreboard-info .item:not(._plank) {
  font: 400 12px/1.35 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-scoreboard-info .item:not(._plank).m_gameinfo {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.4rem;
  font: 400 1.4rem/1.25 "Source Sans 3", sans-serif;
  color: #969696;
}
.b_article-scoreboard-teams {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.b_article-scoreboard-teams .item {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}
.b_article-scoreboard-teams .item.m_score {
  font: 700 4.4rem/1 "Bitter", serif;
  color: #C9181E;
  white-space: nowrap;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
}
.b_article-scoreboard-teams .item.m_score .penalty {
  text-align: center;
  font: 700 14px/1 "Source Sans 3", sans-serif;
  color: #969696;
  letter-spacing: 0.2em;
}
.b_article-scoreboard-teams .item.m_score .penalty-title {
  font-size: 10px;
  letter-spacing: 0em;
}
.b_article-scoreboard-teams .item.m_score ._plank {
  position: relative;
  margin-bottom: 2.4rem;
}
.b_article-scoreboard-teams .b_team {
  width: 240px;
}
.b_article-scoreboard-teams .b_team-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.b_article-scoreboard-teams .b_team-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.b_article-scoreboard-teams .b_team-name {
  font: bold 2.4rem/1.2 "Bitter", serif;
  color: #202020;
  text-align: center;
  padding: 20px 0 5px;
}
.b_article-scoreboard-teams .b_team-from {
  font: normal 1.1rem/1.35 "Source Sans 3", sans-serif;
  color: #969696;
}
.b_article-scoreboard-teams .b_team-goals {
  display: inline-block;
  padding-top: 10px;
}
.b_article-scoreboard-teams .b_team-goals .item {
  display: block;
  text-align: left;
  font: normal 1.1rem/1.5 "Source Sans 3", sans-serif;
}
.b_article-scoreboard-teams .b_team-goals .item .time {
  color: #969696;
  margin-right: 3px;
}
.b_article-scoreboard-teams .b_team-goals .item .player {
  color: #202020;
}
.b_article-scoreboard-timeline {
  position: relative;
  z-index: 101;
  width: 660px;
  margin: 0 auto;
  padding: 34px 24px 8px;
  border-radius: 8px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  gap: 0.8rem;
}
.b_article-scoreboard-timeline .legend {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font: bold 11px/11px "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-scoreboard-timeline .teams {
  position: relative;
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
}
.b_article-scoreboard-timeline .teams .logo {
  position: relative;
  text-align: center;
}
.b_article-scoreboard-timeline .teams .logo:first-child {
  margin-bottom: 6px;
}
.b_article-scoreboard-timeline .teams .logo img {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.b_article-scoreboard-timeline .graphic {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  flex-grow: 1;
}
.b_article-scoreboard-timeline .graphic.m_hockey .__s_icon.m_goal {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/puck.svg);
}
.b_article-scoreboard-timeline .graphic.m_hockey .graphic-line .main {
  width: 100%;
  background: #589ec5;
}
.b_article-scoreboard-timeline .graphic.m_hockey .graphic-events {
  display: block;
  white-space: nowrap;
}
.b_article-scoreboard-timeline .graphic-line {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.b_article-scoreboard-timeline .graphic-line .main {
  position: relative;
  width: calc(100% - 32px);
  height: 6px;
  background: #8FC558;
  border-radius: 4px;
}
.b_article-scoreboard-timeline .graphic-line .extra {
  position: relative;
  width: 30px;
  height: 6px;
  background: url(https://static.gazeta.ru/nm2021//img/decor/line_hatching.svg) repeat-x 0 0;
  background-size: auto 6px;
  border-radius: 4px;
}
.b_article-scoreboard-timeline .graphic-events {
  position: absolute;
  white-space: nowrap;
}
.b_article-scoreboard-timeline .graphic-events .event {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-left: -9px;
}
.b_article-scoreboard-timeline .graphic-events .event:hover + .graphic-events-label {
  z-index: 10;
  opacity: 1;
}
.b_article-scoreboard-timeline .graphic-events .event.__s_icon.m_penalty_shot, .b_article-scoreboard-timeline .graphic-events .event.__s_icon.m_own {
  margin-right: -4px;
}
.b_article-scoreboard-timeline .graphic-events .event:first-child {
  margin-left: 0;
}
.b_article-scoreboard-timeline .graphic-events .event:nth-child(2) {
  margin-bottom: calc(2 * 5px - 5px);
}
.b_article-scoreboard-timeline .graphic-events .event:nth-child(3) {
  margin-bottom: calc(3 * 5px - 5px);
}
.b_article-scoreboard-timeline .graphic-events .event:nth-child(4) {
  margin-bottom: calc(4 * 5px - 5px);
}
.b_article-scoreboard-timeline .graphic-events .event:nth-child(5) {
  margin-bottom: calc(5 * 5px - 5px);
}
.b_article-scoreboard-timeline .graphic-events-label {
  position: absolute;
  z-index: -1;
  bottom: calc(100% + 15px);
  left: -15px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.1s ease;
}
.b_article-scoreboard-timeline .graphic-events-label .item {
  display: block;
  white-space: nowrap;
}
.b_article-scoreboard-timeline .graphic-events-label .item-time {
  display: inline-block;
  vertical-align: bottom;
  font: normal 11px/1.5 "Source Sans 3", sans-serif;
  color: #969696;
  min-width: 16px;
}
.b_article-scoreboard-timeline .graphic-events-label .item-icon {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
}
.b_article-scoreboard-timeline .graphic-events-label .item-icon.__s_icon.m_goal {
  width: 14px;
  height: 14px;
  margin: 0 11px;
}
.b_article-scoreboard-timeline .graphic-events-label .item-icon.__s_icon.m_penalty, .b_article-scoreboard-timeline .graphic-events-label .item-icon.__s_icon.m_owngoal {
  width: 18px;
  height: 16px;
  margin: 0 7px 0 11px;
}
.b_article-scoreboard-timeline .graphic-events-label .item-name {
  display: inline-block;
  vertical-align: bottom;
  font: normal 11px/1.5 "Source Sans 3", sans-serif;
  color: #202020;
}
.b_article-scoreboard-timeline .graphic-events-label .item + .item {
  margin-top: 10px;
}
.b_article-scoreboard-timeline .graphic-events.m_team1 {
  bottom: calc(100% + 6px);
}
.b_article-scoreboard-timeline .graphic-events.m_team2 {
  top: calc(100% + 6px);
}
.b_article-scoreboard-teamstructure {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(196, 196, 196, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_article-scoreboard-teamstructure .list {
  position: relative;
  background: #fff;
  padding: 20px 30px 30px;
}
.b_article-scoreboard .sep {
  width: 620px;
  margin: 0 auto;
}
.b_article .__s_icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.b_article .__s_icon.m_goal {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/goal.svg) no-repeat 0% 100%;
}
.b_article .__s_icon.m_penalty_shot, .b_article .__s_icon.m_pen {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/penalty_shot.svg) no-repeat 0% 100%;
}
.b_article .__s_icon.m_own {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/own.svg) no-repeat 0% 100%;
}
.b_article .__s_icon.m_yellow {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/yellow.svg) no-repeat 0% 100%;
}
.b_article .__s_icon.m_yellow2 {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/yellow2.svg) no-repeat 0% 100%;
}
.b_article .__s_icon.m_red {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/red.svg) no-repeat 0% 100%;
}
.b_article .__s_icon.m_hgoal {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/puck.svg);
}
.b_article .__s_icon.m_in {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/replacement.svg);
}
.b_article .__s_icon.m_hpen {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/whistle.svg);
}
.b_article .__s_icon.m_shootout {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/shootout.svg);
}
.b_article .__s_icon.m_not_scored_shootout {
  background: url(https://static.gazeta.ru/nm2025/img/icons/sport/no_shootout.svg);
}

body.m_premium {
  overflow-x: hidden;
}
body.m_premium .b_subject_bar, body.m_premium ._s_banner_billboard {
  display: none;
}
body.m_premium #_id_gazeta_main_article {
  width: 100%;
}
body.m_premium .b_header {
  position: absolute;
  top: 0;
}
body.m_premium .b_header:not(.flow) {
  background: transparent;
}
body.m_premium .b_header:not(.flow) .b_header-content {
  background: transparent;
}
body.m_premium .b_header:not(.flow) .b_header-logo {
  background: url(https://static.gazeta.ru/nm2025/img/gazeta_logo_2026_wh.svg) no-repeat 50%;
  background-size: auto 100%;
}
body.m_premium .b_header:not(.flow) .b_header-nav-item {
  color: #f2f2f2;
}
body.m_premium .b_header:not(.flow) .b_header-menu-btn span {
  background-color: #f2f2f2;
}
body.m_premium .b_header:not(.flow) .b_header-menu-btn span::before, body.m_premium .b_header:not(.flow) .b_header-menu-btn span::after {
  background-color: #f2f2f2;
}
body.m_premium .b_header:not(.flow) .b_header-menu.m_opened .b_header-menu-btn span {
  background-color: transparent;
}
body.m_premium .b_header:not(.flow) .b_header-menu.m_opened .b_header-menu-btn span::before, body.m_premium .b_header:not(.flow) .b_header-menu.m_opened .b_header-menu-btn span::after {
  background-color: #202020;
}
body.m_premium .b_header:not(.flow) .b_search-btn:before, body.m_premium .b_header:not(.flow) .b_search-btn:after {
  background: #f2f2f2;
}
body.m_premium .b_header:not(.flow) .b_search-btn-icon {
  background: url(https://static.gazeta.ru/nm2025/img/ui/search_wh.svg) no-repeat 50% 50%;
  background-size: 100%;
}
body.m_premium .b_content {
  padding: 0 0 60px;
  width: 100%;
}
body.m_premium .b_article-fstscreen {
  position: relative;
  width: 100%;
  height: 70vh;
}
body.m_premium .b_article-header {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 2.4rem;
  text-align: center;
}
body.m_premium .b_article-title {
  width: 660px;
  margin-bottom: 4.8rem;
}
body.m_premium .b_article-title .headline, body.m_premium .b_article-title .subheader {
  color: #f2f2f2;
}
body.m_premium .b_article-breadcrumb-time {
  color: #BFBFBF;
}
body.m_premium .b_article-media {
  position: relative;
  background: #202020;
  width: 100%;
  height: 100%;
}
body.m_premium .b_article-media-picture {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
body.m_premium .b_article-media-picture-imageplace {
  width: 100%;
  height: 100%;
  background: #202020;
  background-position: 50%;
  background-size: cover;
}
body.m_premium .b_article-media-picture-imageplace img {
  width: auto;
  height: auto;
  min-width: 100%;
  opacity: 0.5;
}
body.m_premium .b_article-media-picture-caption, body.m_premium .b_article-media-picture-togglebtn {
  display: none;
}
body.m_premium .b_article-intro {
  position: relative;
  border-bottom: 0;
}
body.m_premium .b_article-intro:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4.8rem;
  height: 4px;
  margin: auto;
  background: #202020;
}
body.m_premium .b_article-incut.m_picture:not(.m_normal_size) {
  position: relative;
  width: 1000px;
  margin-left: -170px;
}
body.m_premium .b_article-incut.m_picture:not(.m_normal_size) .picture-imageplace {
  width: 100%;
  height: 668px;
}

.b_photoreport {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #202020;
}
.b_photoreport-mainarea {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 66.667%;
}
.b_photoreport-mainarea .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: start;
  gap: 0.8rem;
  height: 100%;
  overflow: hidden;
}
.b_photoreport-mainarea .slider .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.b_photoreport-mainarea .slider .item img {
  display: block;
  height: 100%;
}
.b_photoreport-controlbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.b_photoreport-controlbtn.m_left {
  left: 1.6rem;
  transform: scale(-1, 1);
}
.b_photoreport-controlbtn.m_right {
  right: 1.6rem;
}
.b_photoreport-controlbtn.m_disable {
  cursor: default;
  opacity: 0.5;
}
.b_photoreport-controlbtn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  opacity: 1;
  background: url(https://static.gazeta.ru/nm2025/img/ui/arr_spread_gallery_bl.svg) no-repeat 50% 50%;
}
.b_photoreport-controlbtn span {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 80px;
  right: 0;
  opacity: 0;
  background: url(https://static.gazeta.ru/nm2025/img/ui/arr_spread_gallery_bl.svg) no-repeat 50% 50%;
  transition: right 0.6s ease;
}
.b_photoreport-controlbtn:hover:not(.m_disable):before {
  opacity: 0;
}
.b_photoreport-controlbtn:hover:not(.m_disable) span {
  opacity: 1;
  right: -40px;
}
.b_photoreport-info {
  width: 660px;
  padding: 1.6rem 0;
}
.b_photoreport-info.disable {
  opacity: 0;
}
.b_photoreport-info .picsign {
  font: 400 1.6rem/1.5 "Source Sans 3", sans-serif;
  color: #fff;
}
.b_photoreport-info .picsign.hide {
  display: none;
}
.b_photoreport-info .copyright {
  font: 400 1.2rem/1.5 "Source Sans 3", sans-serif;
  color: #BFBFBF;
}
.b_photoreport-info .copyright:before {
  content: "©";
  display: inline-block;
  margin-right: 5px;
}
.b_photoreport-info .copyright.hide {
  display: none;
}
.b_photoreport-preview {
  position: relative;
  height: 56px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.b_photoreport-preview .slider {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.4rem;
  height: 100px;
  width: 100%;
  padding: 5px 118px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.b_photoreport-preview .slider .item {
  position: relative;
  z-index: 1;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
  transform: scale(1, 1);
  transform-origin: 50%;
  transition: transform 0.3s ease;
}
.b_photoreport-preview .slider .item:hover:not(.disable) {
  z-index: 2;
  transform: scale(1.15, 1.15);
}
.b_photoreport-preview .slider .item:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #C9181E;
  opacity: 0;
}
.b_photoreport-preview .slider .item img {
  display: inline-flex;
  height: 100%;
  width: auto;
}
.b_photoreport-preview .slider .item.active:before {
  opacity: 1;
}
.b_photoreport-preview .slider .item.disable {
  opacity: 0.2;
  cursor: default;
}
.b_photoreport-fullscreen-btn {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  opacity: 0.8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.b_photoreport-fullscreen-btn span {
  position: relative;
  width: 24px;
  height: 24px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/zoom_bl.svg) no-repeat 50% 50%;
  background-size: 100%;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.b_photoreport-fullscreen-btn:hover span {
  transform: scale(1.2);
}
.b_photoreport-digest {
  position: relative;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_photoreport-digest-wrapper {
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.b_photoreport-digest-item {
  position: relative;
  display: inline-flex;
  width: 330px;
  height: 220px;
  flex-shrink: 0;
  background: #202020;
}
.b_photoreport-digest-item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b_photoreport-digest-item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.b_photoreport-digest-item .image img {
  display: block;
  height: 100%;
}
.b_photoreport-digest-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 4.8rem 2.4rem 2.4rem;
  background: linear-gradient(to bottom, transparent, #202020);
  min-height: 50%;
  display: flex;
  align-items: end;
  justify-content: start;
  font: 700 18px/1.15 "Source Sans 3", sans-serif;
  color: #fff;
}
.b_photoreport-digest-item .caption:after {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  right: 1.6rem;
  width: 24px;
  height: 24px;
  background: url(https://static.gazeta.ru/nm2025/img/ui/photo_wh.svg) no-repeat 50%;
}
.b_photoreport-announce {
  position: relative;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  overflow: hiiden;
}
.b_photoreport-announce-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.2;
  filter: blur(10px);
}
.b_photoreport-announce-title {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  text-align: center;
  width: 360px;
  font: normal 18px/1.5 "Source Sans 3", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.b_photoreport-announce-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 28px;
  height: 24px;
  margin: auto;
  background: url(https://static.gazeta.ru/nm2025/img/ui/photo_wh.svg) no-repeat 50% 0;
}
.b_photoreport-announce-btn {
  position: relative;
  z-index: 3;
  display: inline-flex;
  padding: 10px 20px;
  background: #C9181E;
  border-radius: 2px;
  font: bold 14px/14px "Source Sans 3", sans-serif;
  color: #fff;
}
.b_photoreport.m_is_incut .b_photoreport-info {
  padding: 1.6rem 2.4rem;
}
.b_photoreport.m_is_incut .b_photoreport-info .picsign {
  font: 400 1.4rem/1.25 "Source Sans 3", sans-serif;
}
.b_photoreport:fullscreen {
  background: #fff;
}
.b_photoreport:fullscreen .b_photoreport-mainarea {
  padding-top: 0;
  height: 100vh;
}
.b_photoreport:fullscreen .b_photoreport-mainarea .slider {
  right: 300px;
  left: 40px;
}
.b_photoreport:fullscreen .b_photoreport-mainarea .slider img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 1;
}
.b_photoreport:fullscreen .b_photoreport-controlbtn {
  background: #202020;
}
.b_photoreport:fullscreen .b_photoreport-controlbtn:before {
  background: url(https://static.gazeta.ru/nm2025/img/ui/arr_spread_gallery_wh.svg) no-repeat 50% 50%;
}
.b_photoreport:fullscreen .b_photoreport-controlbtn span {
  background: url(https://static.gazeta.ru/nm2025/img/ui/arr_spread_gallery_wh.svg) no-repeat 50% 50%;
}
.b_photoreport:fullscreen .b_photoreport-controlbtn.m_left {
  top: auto;
  bottom: 80px;
  left: auto;
  right: 240px;
}
.b_photoreport:fullscreen .b_photoreport-controlbtn.m_right {
  top: auto;
  bottom: 80px;
  left: auto;
  right: 40px;
}
.b_photoreport:fullscreen .b_photoreport-info {
  position: fixed;
  z-index: 10;
  width: 240px;
  right: 40px;
  top: 100px;
  bottom: 120px;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
  max-height: none;
  background: transparent;
}
.b_photoreport:fullscreen .b_photoreport-info .picsign {
  color: #202020;
}
@media screen and (max-width: 1200px) {
  .b_photoreport:fullscreen .b_photoreport-info {
    top: calc(100vh - 200px);
    left: 40px;
    width: calc(100vw - 40px - 300px);
    display: block;
    bottom: 0;
  }
  .b_photoreport:fullscreen .b_photoreport-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 2;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  }
  .b_photoreport:fullscreen .b_photoreport-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 2;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  }
}
.b_photoreport:fullscreen .b_photoreport-preview {
  display: none;
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn {
  display: flex;
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn span {
  background: none;
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn span::before, .b_photoreport:fullscreen .b_photoreport-fullscreen-btn span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  border-radius: 2px;
  background-color: #202020;
  transform-origin: 50%;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn span::before {
  transform: rotate(45deg);
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn span::after {
  transform: rotate(-45deg);
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn span:hover {
  transform: scale(1);
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn span:hover::before {
  background-color: #C9181E;
  transform: rotate(0deg);
}
.b_photoreport:fullscreen .b_photoreport-fullscreen-btn span:hover::after {
  background-color: #C9181E;
  transform: rotate(0deg);
}
.b_photoreport:fullscreen .b_photoreport-digest-item {
  overflow: hidden;
  border-radius: 24px;
}

.b_place {
  width: 1212px;
  padding: 0;
  background: #fafafa;
  margin-bottom: 1.6rem;
}

.unit-101749-desktop {
  position: relative;
  height: 300px;
  margin-top: 20px;
}

.unit-101749-desktop .container-101749 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*   outline: 1px dashed; */
}

.unit-101749-desktop .container-101749__header {
  max-height: 20px;
  overflow: hidden;
  text-align: left;
}

.unit-101749-desktop .container-101749__header-logo {
  display: inline-block;
  vertical-align: top;
  height: 20px !important;
  width: auto;
}

.unit-101749-desktop .container-101749__wrap {
  margin: auto;
  height: 280px;
  display: flex;
}

.unit-101749-desktop .container-101749__row {
  position: relative;
  perspective: 2000px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  box-sizing: border-box;
}

.unit-101749-desktop .container-101749__item {
  position: relative;
  width: 180px;
  min-width: 150px;
  height: 240px;
  margin: 0 5px;
  background: #333;
  cursor: pointer;
  box-shadow: -2px 4px 10px 0px #565454;
  overflow: hidden;
  font-size: 80px;
  line-height: 200px;
  color: #fff;
  text-align: center;
  transition-property: transform, box-shadow;
  transition-duration: 0.3s, 0.5s;
}

.unit-101749-desktop .container-101749__item:hover {
  box-shadow: 0px 8px 15px 0 rgba(0, 0, 0, 0.5);
}

.unit-101749-desktop .container-101749__link {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden;
}

.unit-101749-desktop .container-101749__link:before,
.unit-101749-desktop .container-101749__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity 1s;
}

.unit-101749-desktop .container-101749__link:before {
  background-image: linear-gradient(to top, #292929 30%, transparent);
  opacity: 1;
}

.unit-101749-desktop .container-101749__link:after {
  background-image: linear-gradient(to top, white 30%, transparent);
  opacity: 0;
}

.unit-101749-desktop .container-101749__link:hover:before {
  opacity: 0;
}

.unit-101749-desktop .container-101749__link:hover:after {
  opacity: 1;
}

.unit-101749-desktop .container-101749__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
}

.unit-101749-desktop .container-101749__img {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.3s;
}

.unit-101749-desktop .container-101749__item:hover .container-101749__img {
  transform: translateY(-10px);
}

.unit-101749-desktop .container-101749__title {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px;
  text-align: left;
}

.unit-101749-desktop .container-101749__item:hover .container-101749__title {
  color: #000;
}

.container-101749-hidden {
  display: none;
}

.container-101749-turn-right {
  transform: rotateY(20deg);
}

.container-101749-turn-left {
  transform: rotateY(-20deg);
}

.container-101749-slide-in {
  animation-name: container-101749-slide-in;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}

.container-101749-fade-in {
  animation-name: container-101749-fade-in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes container-101749-slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: none;
  }
}
@keyframes container-101749-fade-in {
  0% {
    opacity: 0;
  }
}
.b_partners_feed {
  position: relative;
  width: 100%;
  display: none;
}
.b_partners_feed.show {
  display: block;
}
.b_partners_feed.m_col .wrapper {
  height: auto;
}
.b_partners_feed.m_col .wrapper .content {
  display: flex;
  flex-flow: column;
  height: auto;
  overflow: visible;
}
.b_partners_feed.m_col .wrapper .content .item {
  width: 100%;
  height: 170px;
  margin: 0 0 8px 0;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.b_partners_feed.m_col .wrapper .content .item-text {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 65%;
  padding: 20px;
  display: flex;
  align-items: center;
  background: transparent !important;
}
.b_partners_feed.m_col .wrapper .content .item-text-plug {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, rgba(41, 41, 41, 0) 0, rgb(41, 41, 41) 100%);
}
.b_partners_feed.m_col .wrapper .content .item-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.b_partners_feed .header {
  display: block;
  padding: 0 0 10px;
  font: 700 18px/22px "Bitter", serif;
  color: #969696;
}
.b_partners_feed .header img {
  display: inline-block;
  height: 22px;
}
.b_partners_feed .wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 256px;
  overflow: hidden;
  border-radius: 4px;
}
.b_partners_feed .wrapper .content {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  height: 300px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.b_partners_feed .wrapper .content .item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 192px;
  height: 256px;
  vertical-align: top;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 16px;
  background: #292929;
}
.b_partners_feed .wrapper .content .item:first-child {
  margin-left: 0;
}
.b_partners_feed .wrapper .content .item-img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 200px;
}
.b_partners_feed .wrapper .content .item-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 20px;
  font: bold 16px/19px "Source Sans 3", sans-serif;
  color: #fff;
  background: #292929;
  white-space: normal;
}
.b_partners_feed .wrapper .content .item-text-plug {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(41, 41, 41, 0) 0, rgb(41, 41, 41) 100%);
}
.b_partners_feed ._ui_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
  background: #C9181E;
  transition: all 0.3s ease;
}
.b_partners_feed ._ui_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  opacity: 1;
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/_ui_arrow_2x.svg) no-repeat 50% 50%;
}
.b_partners_feed ._ui_arrow span {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 64px;
  right: 0;
  opacity: 0;
  background: url(https://static.gazeta.ru/nm2021/img/icons/ui/_ui_arrow_2x.svg) no-repeat 50% 50%;
  transition: right 0.6s ease;
}
.b_partners_feed ._ui_arrow:hover:before {
  opacity: 0;
}
.b_partners_feed ._ui_arrow:hover span {
  opacity: 1;
  right: -32px;
}
.b_partners_feed ._ui_arrow.m_right {
  right: -50px;
}
.b_partners_feed ._ui_arrow.m_right.visible {
  right: 20px;
}
.b_partners_feed ._ui_arrow.m_left {
  left: -50px;
  transform: scale(-1, 1);
}
.b_partners_feed ._ui_arrow.m_left:active {
  transform: scale(-0.95, 0.95);
}
.b_partners_feed ._ui_arrow.m_left.visible {
  left: 20px;
}

.b_flowup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 0;
}
.b_flowup-tongue {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 4px 4px 0 0;
  background: transparent;
}
@media screen and (max-width: 320px) {
  .b_flowup-tongue {
    width: 140px;
    height: 140px;
    background-size: 120px auto;
  }
}
.b_flowup-tongue:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  border-radius: 4px 4px 0 0;
}
.b_flowup-body {
  position: relative;
  z-index: -1;
  padding: 30px 20px 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.35);
}
.b_flowup-body .title {
  position: relative;
  display: block;
  max-width: 60%;
  font: normal 18px/22px "PT Sans", sans-serif;
  color: #333;
  text-align: center;
  margin: 0 auto 20px;
  opacity: 0;
}
.b_flowup-body .title a {
  color: #c33;
}
.b_flowup-body .image {
  position: relative;
  display: block;
  transform: scale(0.5);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transform-origin: 50% 0;
}
.b_flowup-body .image img {
  display: block;
  width: 100%;
}
.b_flowup-closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
}
.b_flowup-closebtn:before, .b_flowup-closebtn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #333;
  opacity: 1;
  transition: all 0.3s ease;
}
.b_flowup-closebtn:before {
  transform: rotate(45deg);
}
.b_flowup-closebtn:after {
  transform: rotate(-45deg);
}
.b_flowup-closebtn:hover:before {
  transform: rotate(-45deg);
}
.b_flowup-closebtn:hover:after {
  transform: rotate(45deg);
}
.b_flowup-closebtn:active:before {
  left: -60px;
  top: -60px;
  opacity: 0;
  transform: rotate(45deg);
}
.b_flowup-closebtn:active:after {
  right: -60px;
  bottom: -60px;
  opacity: 0;
  transform: rotate(-45deg);
}
.b_flowup.m_twz {
  text-align: center;
}
.b_flowup.m_twz .image {
  display: inline-block;
  width: 80%;
}
.b_flowup.m_twz .image img {
  opacity: 0.6;
}
.b_flowup.m_twz .textblock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 20%;
}
.b_flowup.m_twz .textblock .title {
  display: inline-flex;
  max-width: 60%;
  padding: 4px 20px;
  background: #fff;
  font: 700 40px/1.35 "Lora", serif;
  color: #292929;
  margin-bottom: 20px;
  opacity: 1;
}

#switcher {
  position: fixed;
  top: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
  display: inline-flex;
  width: 80px;
  height: 30px;
  margin: auto;
  background: #202020;
  cursor: pointer;
}

.longdiv {
  width: 100%;
  height: 2000px;
  background: rgb(157, 249, 233);
  flex-shrink: 0;
}

.test_banner {
  width: 100%;
  min-height: 250px;
  background: #DFDFDF;
  font: 600 20px/1 "Source Sans 3", sans-serif;
  color: #202020;
}

.dn {
  display: none !important;
}

.shapetest {
  display: inline-block;
  width: 100px;
  height: 100px;
  shape-outside: circle();
}