@charset "windows-1251";
:root {
  --main-color: #d91f12;
  --main-color-medium: #900022;
  --light-color: #ffe8e8;
  --white-color: #fff;
  --grey-color: #2e2e2e;
  --dark-color: #111;
  --adv-color: #d91f12;
  --adv-color-light: #ebf1fe;
  --adv-color-medium: #d9e6ff;
  --divider-color: rgba(0, 0, 0, 0.17);
  --white-divider-color: rgba(255, 255, 255, 0.34);
  --img-border-radius: 0;
  --tag-border-radius: 50px;
  --menu-background: #fff;
  --date-color: #767676;
  --caption-color: #767676;
  --link-inset-color: #c77f90;
  /*--link-inset-light-color: #e9ccd3;
  --dt-dark-color: #222;
  --dt-light-color: #343434;
  --dt-white-color: #ddd;
  --dt-divider-color: rgba(225, 225, 225, 0.22);
  --dt-w-divider-color: rgba(225, 225, 225, 0.22);
  --dt-main-color: #c4c4c4;
  --dt-adv-color: #8ca5d5;
  --dt-date-color: #989898;
  --dt-grey-color: #989898;
  --dt-adv-color-light: #2c3037;
  --dt-red-color: #3d2220;
  --dt-light-red-color: #c9697c;
  --dt-adv-color-medium: #313e54;
  --mark-color: #e5ccd1*/
}
a, body, div, h1, h2, html, img, li, s, span, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
*, :after {
  box-sizing: border-box;
  box-sizing: border-box
}
body, input {
  font-family: "Fira Sans", "Fira Sans Fallback Roboto", "Fira Sans Fallback Arial", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
@font-face {
  font-family: "Fira Sans Fallback Roboto";
  src: local("Roboto"), local("Roboto Regular");
  font-weight: 400;
  font-style: normal;
  size-adjust: .95;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0
}
@font-face {
  font-family: "Fira Sans Fallback Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold");
  font-weight: 800;
  font-style: normal;
  size-adjust: .95;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0
}
@font-face {
  font-family: "Fira Sans Fallback Arial";
  src: local("Arial"), local("Arial Regular");
  font-weight: 400;
  font-style: normal;
  size-adjust: 104%;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0
}
@font-face {
  font-family: "Fira Sans Fallback Arial";
  src: local("Arial Bold"), local("Arial-Bold"), local("Arial Bold MT");
  font-weight: 700;
  font-style: normal;
  size-adjust: 91%;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0
}
@font-face {
  font-family: "Fira Sans Fallback Arial";
  src: local("Arial Bold"), local("Arial-Bold"), local("Arial Bold MT");
  font-weight: 800;
  font-style: normal;
  size-adjust: 91%;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0
}
a {
  text-decoration: none;
  color: var(--dark-color)
}
.header_top {
  margin: 6px auto 3px auto;
  display: flex;
  justify-content: center;
  width: 107px;
}
.header_main {
  background: var(--main-color);
  transition: background .2s
}
.header_top > a {
  display: inline-block;
  width: 110px
}
.layout_wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.header_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
  position: relative
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px
}
.header_logo {
  width: 145px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 14px
}
.footer_logo {
  width: 145px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 14px
}
.main_menu_wrapper {
  /*  border-bottom: var(--divider-color) 1px solid*/
}
.page_news .main_menu_wrapper {
  border-bottom: var(--divider-color) 1px solid;
}
.main_menu {
  list-style: none;
  display: flex;
  padding: 10px 4px 7px 4px;
  font-size: 0;
  line-height: 1em;
  text-transform: uppercase;
  justify-content: center
}
.main_menu > li {
  font-size: 14px;
  white-space: nowrap;
  margin: 0 4px;
  line-height: 1em;
  display: flex
}
.main_menu > li a {
  color: var(--dark-color);
  display: inline-block;
  padding: 6px 4px;
  line-height: 1em
}
.main_menu > li.main_topic a {
  color: var(--dark-color);
  font-weight: 700;
  display: inline-block;
  border: none;
  padding: 6px 4px
}
.main_menu > li.active a {
  color: var(--main-color);
}
.main_menu > li a:hover {
  color: var(--main-color);
  border-color: var(--main-color)
}
.top_menu_link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  position: relative
}
.top_menu_link:hover {
  opacity: .87
}
.top_menu_link .options_text {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--light-color);
  line-height: 1em;
  vertical-align: bottom;
  padding-top: 1px
}
.top_options_club {
  border: var(--white-color) 2px solid;
  border-radius: var(--tag-border-radius);
  background-color: var(--red-color);
  padding: 3px 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-left: 5px
}
.top_options_club .options_text {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--white-color);
  line-height: 1em;
  padding: 5px
}
.top_options_club:hover {
  opacity: .87
}
.header_wrapper_c {
  flex-grow: 2
}
.icon_close, .icon_menu {
  margin-right: 8px;
  overflow: hidden;
  display: inline-block;
  width: 25px;
  height: 25px
}
.top_menu_link .icon_close {
  display: none
}
.top_menu_link.active .icon_menu {
  display: none;
}
.top_menu_link.active .icon_close {
  display: block;
}
.header {
  top: 0;
  z-index: 1000000;
  position: relative
}
.search_form {
  display: flex;
  width: 100%;
  align-items: center
}
.search_form > form {
  width: 100%
}
.search_button {
  padding: 12px 25px 10px 25px;
  color: var(--main-color);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: var(--tag-border-radius);
  font-weight: 700;
  font-stretch: normal !important;
  font-size: 14px;
  line-height: 1em;
  margin-left: 12px
}
.search_field {
  width: calc(100% - 105px);
  border: var(--light-color) 1px solid;
  padding: 8px 10px;
  color: var(--dark-color);
  font-size: 16px
}
.search_form .search_field {
  border: var(--main-color) 1px solid
}
.top_menu_wrapper {
  display: flex;
  padding: 40px 20px 90px 20px;
  justify-content: center
}
.search_form_wrapper {
  max-width: 900px;
  padding: 40px 20px 80px 20px;
  margin-left: auto;
  margin-right: auto
}
.search_form_wrapper .search_button {
  background: var(--white-color);
  border: var(--white-color) 1px solid;
  padding: 12px 25px 10px 25px;
  box-sizing: border-box
}
.search_form_results .search_form_wrapper .search_button {
  padding: 12px 25px 10px 25px;
  color: var(--white-color);
  background: var(--main-color);
}
.top_menu_title {
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 16px;
  opacity: .7;
  color: var(--white-color);
}
.top_menu_item {
  width: 25%;
  padding: 20px
}
.top_menu_item a:hover {
  opacity: .8
}
.top_menu, .top_menu_proj, .top_menu_sp {
  list-style: none
}
.top_menu a, .top_menu_proj a, .top_menu_sp a {
  color: #fff
}
.top_menu li {
  padding: 6px 0;
  font-size: 19px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 700
}
.top_menu_sp li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 400
}
.top_menu_proj li {
  padding: 4px 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400
}
.popup {
  position: absolute;
  display: block;
  top: 62px;
  left: 0;
  background-color: var(--menu-background);
  z-index: 1000;
  transition: opacity .3s ease-in-out;
  width: 100%;
  padding: 20px;
  min-height: 200px
}
.menu_popup, .search_popup {
  display: none;
  background: var(--main-color)
}
.search_form_wrapper {
  max-width: 75%;
  padding: 0 20px 30px 20px;
  margin-left: auto;
  margin-right: auto
}
.header_logo .tabloid_logo_img {
  width: 145px;
  height: 39px;
  fill: var(--white-color)
}
.footer_logo .tabloid_logo_img {
  width: 145px;
  height: 39px;
  fill: var(--main-color)
}
.menu_icon {
  width: 25px;
  height: 25px;
  fill: var(--white-color)
}
.close_icon {
  width: 25px;
  height: 25px;
  fill: var(--white-color)
}
.day_icon, .night_icon {
  width: 25px;
  height: 25px;
  fill: var(--white-color);
  vertical-align: bottom
}
.view_icon {
  width: 20px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 4px
}
.view_icon {
  width: 19px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 4px
}
.comment_s_icon {
  width: 17px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 3px
}
.calendar_icon {
  width: 35px;
  height: 35px;
  fill: var(--dark-color)
}
.facebook_icon, .link_icon, .mail_icon, .telegram_icon, .x_icon {
  width: 30px;
  height: 30px;
  vertical-align: bottom
}
.arr_l_icon, .arr_r_icon {
  width: 35px;
  height: 35px;
  fill: var(--black-color)
}
.up_logo_img {
  width: 107px;
  height: 14px
}
.layout_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.section_list_topic_sm .layout_wrapper {
  max-width: 1150px;
}
.section_list_topic_sm .article_story_grid .article_title {
  font-size: 19px;
}
.section_main {
  background: var(--light-color);
  padding-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
.section_title {
  display: flex;
  align-items: center;
  padding: 11px 0 12px 0;
  margin: 0 20px 25px 20px;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--main-color);
  border-top: var(--main-color) 1px solid;
  border-bottom: var(--main-color) 1px solid;
  font-weight: bold;
}
.section_title h3{
  margin: 0;
}
.section_title a {
  color: var(--main-color);
}
.section_title a:hover {
  opacity: 0.8;
}
.section_title_sm {
  border: none;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.article_story_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.article_body {
  position: relative
}
.article_story_grid .article_media {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
}
.article_story_grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius);
  vertical-align: bottom;
}
.article_story_grid .article_topic {
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  margin-bottom: -5px
}
.article_story_grid .article_topic > a, .article_story_grid .article_topic > span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 0;
  margin-right: 8px;
  margin-bottom: 4px;
  color: var(--dark-color)
}
.article_story_grid .article_title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 8px 0 4px 0
}
.article_story_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_story_grid .article_section {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0 0 0
}
.article_story_grid .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 2px 0 2px 0
}
.article_story_grid .article_date span {
  font-weight: 700;
  color: var(--dark-color)
}
.article_story_grid .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 2px 11px;
  margin-right: 6px;
  border: var(--dark-color) 1px solid;
  color: var(--dark-color);
  border-radius: var(--tag-border-radius);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
  top: -2px
}
.article_story_grid .article_section_adv {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 2px 11px;
  margin: 11px 6px 2px 0;
  background: var(--adv-color);
  border-color: var(--adv-color);
  color: #fff;
  border-radius: var(--tag-border-radius);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
.article_story_grid .article_title a:hover {
  color: var(--main-color)
}
.article_story_grid_top .article_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
}
.article_story_grid .article_num {
  color: var(--main-color);
  font-size: 25px;
  font-weight: bold;
  padding-top: 4px;
  margin-bottom: -4px;
}
.section_popular_topic_wrapper .article_story_grid .article_body {
  background: var(--light-color);
}
.section_popular_topic_wrapper .article_story_grid .article_content {
  padding: 3px 20px 20px 20px;
}
.section_popular_topic_wrapper .article_story_grid {
  display: flex;
}
.section_popular_topic_wrapper .article_story_grid .article_body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.article_press_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 35px;
  position: relative
}
.article_press_grid .article_title {
  display: inline;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 400;
  padding-bottom: 5px
}
.article_press_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_press_grid .article_date {
  font-size: 10px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_press_grid .article_title a:hover {
  color: var(--main-color)
}
.article_news {
  padding-top: 14px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 14px;
  width: 100%;
  position: relative;
}
.section_other_news .article_news .article_title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2em;
}
.post_side_topic .article_news .article_title {
  font-size: 17px;
  line-height: 1.2em;
}
.article_news .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.article_news .article_title a:hover {
  color: var(--main-color);
}
.article_story_list {
  padding: 12px 0 0 0;
  border-top: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-top: 14px;
  position: relative;
  width: 100%;
}
.article_story_list.article_story_view {
  padding: 14px 0 0 0;
  margin-top: 16px;
}
.article_story_list .article_body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
}
.article_story_list .article_media {
  position: relative;
  overflow: hidden;
  margin: 0 24px 0 0;
  flex: 0 0 240px;
}
.article_story_list img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius);
}
.article_story_list .article_also {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: -1px;
  line-height: 1.1em;
}
.article_story_list .article_also > span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 0;
  margin-right: 8px;
  margin-bottom: 2px;
  color: var(--black-color);
}
.article_story_list .article_title {
  font-size: 22px;
  line-height: 1.15em;
  font-weight: 600;
  padding: 2px 0 4px 0;
}
.article_story_list .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.article_story_list .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 3px 0 5px 0;
}
.article_story_list .article_date span {
  font-weight: 700;
  color: var(--main-color);
}
.article_story_list .article_title a:hover {
  color: var(--main-color);
}
.also_box {
  background: var(--light-color);
  padding: 20px;
  margin: 20px 0 20px 0;
}
.also_box .article_story_list .article_media {
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 0;
  flex: 0 0 140px;
}
.also_box .article_story_list {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.also_box .article_story_list .article_title {
  font-size: 20px;
}
.also_box .article_story_list .article_title a {
  color: var(--main-color);
}
.also_box .article_story_list .article_body {
  align-items: center;
}
.news_grid_wrapper .article_news:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.section_other_news_sm {
  padding: 10px 20px 30px 20px;
  background: var(--light-color);
  margin-top: 20px;
}
.post_side_topic {
  padding: 10px 20px 30px 20px;
  background: var(--light-color);
  margin-bottom: 40px;
  margin-top: 12px;
}
.section_main_list_wrapper {
  display: flex;
}
.section_main_list_wrapper .article_story_grid {
  width: 25%;
}
.section_small_topic_wrapper {
  display: flex;
}
.section_small_topic_wrapper .article_story_grid {
  width: 25%;
}
.section_list_topic_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section_list_topic_wrapper .article_story_grid {
  width: 25%;
}
.section_popular_topic_wrapper {
  display: flex;
}
.section_popular_topic_wrapper .article_story_grid {
  width: 25%;
}
.section_key_topic_wrapper {
  display: flex;
}
.section_key_topic_wrapper .article_story_grid {
  width: 25%;
}
.section_press_topic_wrapper {
  display: flex;
}
.section_key_topic_wrapper .article_press_grid {
  width: 33.333333%;
}
.section_key_topic, .section_small_topic, .section_press_topic {
  margin-bottom: 20px;
}
.section_key_topic_major {
  background: var(--main-color);
  padding-top: 20px;
  margin-bottom: 40px;
}
.section_popular_topic {
  margin-bottom: 30px;
}
.section_key_topic_major a {
  text-decoration: none;
  color: var(--white-color);
}
.section_key_topic_major .article_story_grid .article_title a:hover {
  color: var(--light-color);
}
.section_key_topic_major .section_title {
  border-top: var(--white-color) 1px solid;
  border-bottom: var(--white-color) 1px solid;
}
.section_key_topic_major .article_story_grid .article_section_adv {
  border: var(--white-color) 1px solid;
}
.button_load {
  display: block;
  border: var(--main-color) 2px solid;
  font-size: 16px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--main-color);
  padding: 13px 15px 12px 15px;
  margin: 10px 0 18px 0;
  border-radius: var(--tag-border-radius);
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.button_load .button_text:after {
  content: "";
  border: var(--main-color) 2px solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: relative;
  left: 8px;
  top: -3px;
}
.footer {
  background: var(--light-color);
  margin-top: 140px;
  padding: 60px 0 50px 0;
}
.footer_copy {
  color: var(--dark-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.footer_menu {
  list-style: none;
  padding: 6px 4px 4px 4px;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.footer_menu > li {
  display: inline-block;
  padding: 6px 6px;
  white-space: nowrap;
  font-weight: 700;
}
.footer_menu > li a {
  color: var(--main-color);
}
.footer_menu > li a:hover {
  opacity: 0.8;
}
.footer_info {
  color: var(--dark-color);
  font-size: 14px;
  text-align: center;
  max-width: 1000px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}
.footer_social_wrapper {
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_social_wrapper .icon {
  margin: 6px;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: var(--main-color) 2px solid;
  border-radius: 50%;
}
.footer_social_wrapper [class$="_icon"] {
  width: 46px;
  height: 46px;
  fill: var(--main-color);
}
.footer_logo_wrapper {
  position: relative;
  min-height: 80px;
  margin-bottom: 30px;
}
.section_news {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.section_news_medium {
  max-width: 1440px;
}
.section_news_large {
  max-width: 100%;
  margin-top: -1px;
}
.section_news_wrapper {
  display: flex;
  margin-top: 20px;
}
.post_news_body {
  width: 100%;
  max-width: 770px;
  overflow: hidden;
  margin-right: 60px;
}
.section_news_side {
  width: 300px;
}
.post_news_title {
  font-size: 42px;
  line-height: 1.1em;
  font-weight: bold;
  padding-bottom: 10px;
}
.post_news_date {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.post_news_author {
  font-weight: bold;
}
.post_news_date a {
  color: var(--main-color);
}
.post_news_date a:hover {
  opacity: 0.8;
}
.post_news_photo {
  padding-bottom: 14px;
}
.post_news_photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius);
}
.post_news_photo_captain {
  color: var(--caption-color);
  font-size: 16px;
  line-height: 1.2em;
  padding: 9px 0 4px 0;
}
.post_news_photo_source {
  color: var(--caption-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 5px 0 0 0;
}
.post_news_header {
  padding-bottom: 18px;
}
.section_news_medium .post_news_header, .section_news_large .post_news_header {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 24px 20px;
  text-align: center;
}
.section_news_medium .post_news_service, .section_news_large .post_news_service {
  max-width: calc(1170px - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}
.section_news_medium .section_news_wrapper, .section_news_large .section_news_wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.section_news_medium .section_news_wrapper, .section_news_large .section_news_wrapper {
  max-width: calc(1170px - 40px);
  margin-left: auto;
  margin-right: auto;
}
.section_news_medium .post_news_service, .section_news_large .post_news_service {
  border-bottom: var(--divider-color) 1px solid;
}
.post_news_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
}
.post_news_social {
  padding: 0;
  display: flex;
  position: relative;
}
.post_news_social > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: var(--dark-color) 2px solid;
  margin-right: 8px;
}
.tooltip {
  position: absolute;
  top: 26px;
  left: 0;
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  display: none;
  padding: 8px 16px;
  background-color: var(--dark-color);
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}
.post_views .icon_view {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.post_views, .post_comments {
  font-size: 12px;
  align-items: center;
}
.post_comments {
  margin-left: 8px;
}
.post_views, .post_comments {
  display: flex;
}
.comment_s_icon {
  width: 17px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 3px;
}
.view_icon {
  width: 19px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 4px;
}
.post_statistic {
  display: flex;
}
.post_news_social > a:hover {
  color: var(--main-color);
  border: var(--main-color) 2px solid;
}
.post_news_social > a:hover {
  fill: var(--main-color) !important;
}
.post_news_text {
  font-weight: 400;
  line-height: 1.32em;
  font-size: 1.2em;
}
.post_news_text p {
  padding: 10px 0;
  margin: 0;
}
.post_news_text h2 {
  padding: 18px 0 10px 0;
  font-size: 32px;
  line-height: 1.15em;
}
.post_news_text h3 {
  padding: 18px 0 10px 0;
  font-size: 26px;
  line-height: 1.15em;
  margin: 0;
}
.post_news_text a {
  color: var(--main-color);
}
.post_news_text a:hover {
  box-shadow: inset 0 -2px var(--main-color);
}
.image-box_center img {
  width: 100%;
  height: auto;
  border-radius: var(--img-border-radius);
  vertical-align: bottom;
}
.image-box_center {
  clear: both;
  margin: 20px auto 20px auto;
}
.image-box__caption {
  color: var(--caption-color);
  font-size: 16px;
  line-height: 1.2em;
  padding: 9px 0 4px 0;
}
.image-box__caption p{
  padding: 0;
}
.image-box__author {
  color: var(--caption-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 5px 0 0 0;
}
.post_news_tags {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 10px 0;
}
.post_news_tags a, .post_news_tags span {
  display: inline-block;
  position: relative;
  color: var(--main-color);
  padding: 7px 14px 6px 14px;
  margin-right: 6px;
  background: var(--light-color);
  border-radius: var(--tag-border-radius);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.post_news_tags a:hover {
  opacity: 0.85;
}
.unit_side_banner {
  position: sticky;
  top: 80px;
}
.unit_side_banner :not(script):not(style) {
  display: block;
  margin: 0 auto 15px auto;
  text-align: center;
}
.unit_level_banner {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.unit_level_banner > :not(script):not(style):not(.advtext) {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.section_search_wrapper .unit_level_banner {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.main_section_title_wrapper {
  padding: 16px 20px 30px 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main_section_title {
  color: var(--main-color);
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1em;
}
.main_section_title_wrapper ~ .section_main .article_story_grid_top {
  margin-bottom: 20px;
}
.pagination {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 12px;
  width: 100%;
}
.pagination_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  font-size: 14px;
  text-align: center;
  margin-right: 0;
  font-weight: 400;
  white-space: nowrap;
}
.pagination_item a {
  display: block;
  text-align: center;
  color: var(--dark-color);
  border: var(--dark-color) 2px solid;
  line-height: 35px;
  border-radius: 19px;
  height: 37px;
  min-width: 37px;
  padding-left: 10px;
  padding-right: 10px;
}
.pagination_item a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.pagination_item a.pagination_link .icon_arrow, .section_page_title a.pagination_link .icon_arrow {
  display: inline-block;
  margin-left: -11px;
  margin-right: -11px;
}
.pagination_item_active a {
  border: var(--main-color) 2px solid;
  color: var(--main-color);
  border-radius: 50%;
  font-weight: 400;
}
a.pagination_link:hover > * {
  fill: var(--main-color);
}
.section_page_date {
  float: left;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: var(--dark-color);
}
a.section_page_link {
  display: block;
  text-align: center;
  color: var(--dark-color);
  border: var(--dark-color) 2px solid;
  line-height: 35px;
  border-radius: 50%;
  height: 39px;
  width: 39px;
  flex: 0 0 35px;
}
a.section_page_link:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
a.section_page_link:hover > * {
  fill: var(--main-color);
}
.section_page_date_num {
  font-size: 32px;
  line-height: 1.1em;
  padding: 0 8px;
  white-space: normal;
  word-break: break-word;
}
.sup_title {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-top: -10px;
  padding-bottom: 4px;
  line-height: 12px;
}
.sup_title a {
  color: var(--main-color);
}
.sup_title a:hover {
  opacity: 0.8;
}
.section_page_date_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  max-width: 600px;
}
.section_page_date_footer_wrapper .section_page_date {
  margin-top: 20px;
}
.section_menu_archive {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -16px;
}
.section_menu a, .section_menu span {
  display: inline-block;
  position: relative;
  color: var(--dark-color);
  padding: 9px 14px 8px 14px;
  margin-right: 6px;
  margin-bottom: 8px;
  border: var(--dark-color) 1px solid;
  border-radius: var(--tag-border-radius);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  box-sizing: border-box;
}
.section_menu a.section_menu_item_active, .section_menu span.section_menu_item_active {
  border: var(--main-color) 2px solid;
  border-radius: var(--tag-border-radius);
  color: var(--main-color);
  font-weight: 400;
}
.section_menu a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.ui_datepicker_inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ui_datepicker_group {
  width: calc(100% / 4 - 60px);
  margin: 0 20px 50px;
  position: relative;
}
.ui_datepicker_title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-color);
  text-transform: uppercase;
  text-align: left;
  padding: 12px 10px;
}
.ui_datepicker_calendar {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}
.ui_datepicker_calendar td {
  width: 20px;
  text-align: center;
}
.ui_datepicker_calendar td a, .ui_datepicker_calendar td span, .ui_datepicker_calendar th span {
  display: block;
  padding: 8px 0 9px 0;
  width: 36px;
  margin-left: auto;
  margin-right: auto;
}
.ui_datepicker_calendar th {
  width: 20px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--caption-color);
}
.ui_datepicker_calendar td a {
  font-weight: 700;
  color: var(--dark-color);
  margin-left: auto;
  margin-right: auto;
}
.ui_datepicker_calendar td a:hover {
  color: var(--main-color);
}
.ui_state_active {
  border: var(--main-color) 2px solid;
  color: var(--main-color);
  border-radius: 50%;
  margin: -1px;
  position: relative;
  z-index: 2;
  height: 36px;
}
.ui_datepicker_calendar td a.ui_state_active {
  color: var(--main-color);
}
.section_header_title_description, .section_author_info {
  width: 100%;
}
.section_header_title_description p, .section_author_info_details p {
  padding: 10px 0 0;
  margin: 0;
}
.section_header_title_description_wrapper, .section_author_info_wrapper {
  font-size: 16px;
  line-height: 1.2em;
  max-width: 980px;
  padding: 0 12px 12px 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section_author_info_description {
  font-weight: bold;
  font-size: 18px;
}
.section_author_info_description {
  padding: 0 0 10px 0;
}
.section_author_info_content .main_section_title {
  padding: 24px 12px;
}
.section_author_info_media {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.section_author_info_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section_author_info_social > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: var(--dark-color) 2px solid;
  margin-right: 6px;
}
.section_author_info_social [class$="_icon"] {
  width: 26px;
  height: 26px;
  fill: var(--dark-color);
}
.section_author_info_social {
  padding: 0;
  margin-top: 12px;
}
.section_author_info_social > a:hover {
  color: var(--main-color);
  border: var(--main-color) 2px solid;
}
.section_author_info_social > a:hover svg * {
  fill: var(--main-color) !important;
}
.section_authors_list_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.article_author_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  background: var(--light-color);
  border-radius: var(--img-border-radius);
  margin: 0 20px 20px 20px;
  padding: 12px;
}
.section_authors_list_wrapper .article_author_list {
  width: calc(100% / 3 - 40px);
}
.article_author_list .article_media {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex: 0 0 80px;
}
.article_author_list img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.article_author_list .article_name {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.article_author_list .article_name a {
  color: var(--main-color);
}
.article_author_list .article_name span {
  display: block;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: var(--dark-color);
}
.article_author_list .article_name a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.article_author_list .article_name a:hover {
  opacity: 0.8;
}
.section_service {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 60px 20px;
  text-align: center;
}
.section_service_title {
  font-size: 48px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--main-color);
}
.section_service_subtitle {
  font-size: 32px;
  font-weight: bold;
  padding: 10px 0;
}
.section_service ~ .section_news_wrapper {
  text-align: center;
  min-height: 300px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.section_service ~ .section_news_wrapper .post_news_body {
  max-width: 100%;
  margin-right: 0;
}
.section_service ~ .section_news_wrapper .post_news_text {
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.2em;
}
.section_special_list {
  background: var(--light-color);
  padding-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
.section_special_list_wrapper, .section_special_list_int_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section_special_list_wrapper .article_story_grid, .section_special_list_int_wrapper .article_story_grid {
  width: calc(100% / 3);
}
.button_more {
  display: block;
  border: var(--main-color) 1px solid;
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--main-color);
  padding: 7px 15px 5px 15px;
  margin: 0 0 18px 0;
  border-radius: var(--tag-border-radius);
  text-align: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.button_more:hover {
  opacity: 0.8;
}
.layout_wrapper_special {
  padding: 0 20px 30px 20px;
}
.section_news_special {
  padding-bottom: 20px;
}
.section_news_special .post_news_title {
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
}
.special_header {
  color: var(--main-color);
  position: static;
  top: 0;
  z-index: 8;
  margin-top: 0;
  padding: 0 12px 0 12px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}
.special_header a {
  color: var(--adv-color);
}
.special_header a:hover {
  opacity: 0.8;
}
.section_news_special_text .post_news_body {
  width: 100%;
  max-width: 770px;
  overflow: hidden;
  margin-right: 0;
}
.section_news_special_text .section_news_wrapper {
  max-width: 770px;
}
.section_search_wrapper {
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.article_search {
  overflow: hidden;
  border-top: var(--divider-color) 1px solid;
  padding-top: 15px;
  margin-top: 13px;
}
.article_search .article_number {
  font-size: 19px;
  color: var(--dark-color);
  float: left;
  margin-top: 2px;
}
.article_search .article_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 8px 30px;
}
.article_search .article_title a:hover {
  color: var(--main-color);
}
.article_search .article_text {
  font-size: 14px;
  margin: 0 0 6px 30px;
  line-height: 1.2;
}
.article_search .article_date {
  font-size: 11px;
  color: var(--dark-color);
  margin-left: 30px;
  text-transform: uppercase;
}
.search_form_number {
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--main-color);
}
.section_search_wrapper .article_search:first-child {
  border: none;
  margin-top: 0;
}
.main_section_title_wrapper ~ .search_form_results .search_form_wrapper {
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  .section_news_large .post_news_title {
    font-size: 52px;
    line-height: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
  }
  /*.main_section_title {font-size: 48px;}*/
  .section_news_special .post_news_title {
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;
  }
  .section_special_list_wrapper .article_story_grid .article_title {
    font-size: 24px;
  }
}
@media screen and (min-width: 640px) {
  .section_news_large .post_news_header_wrapper {
    overflow: hidden;
    margin-bottom: 0;
    height: auto;
    position: relative;
    max-height: calc(100vh - 20%);
    display: flex;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section_news_large .post_news_header_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 16% 0 20px 0;
    z-index: 2;
  }
  .section_news_large .post_news_header {
    color: var(--white-color);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .section_news_large .post_news_service {
    padding-top: 12px;
  }
  .section_page_date_footer_wrapper .section_page_date_num {
    font-size: 18px;
  }
  .section_news_large .post_news_header_wrapper .post_news_photo_source {
    color: var(--white-color);
    opacity: 0.6;
    font-size: 9px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    position: absolute;
    z-index: 100;
    bottom: 6px;
    left: 6px;
  }
  .section_news_large .post_news_header_wrapper .post_news_photo {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 990px) {
  .article_story_grid_top .article_media {
    position: relative;
    overflow: hidden;
    width: calc(58% - 20px);
  }
  .article_story_grid_top .article_content {
    width: calc(42% + 20px);
    padding-left: 40px;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .article_story_grid_top .article_title {
    font-size: 36px;
  }
  .section_key_topic .article_story_grid_top .article_media {
    position: relative;
    overflow: hidden;
    width: calc(30% - 20px);
  }
  .section_key_topic .article_story_grid_top .article_content {
    width: calc(70% + 20px);
    padding-left: 40px;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .section_key_topic .article_story_grid_top .article_title {
    font-size: 38px;
  }
  .section_focus_topic {
    margin-bottom: 40px;
  }
  .section_focus_topic .article_story_grid_top .article_body {
    background: var(--light-color);
  }
  .article_story_grid_top .article_media {
    margin-bottom: 0;
  }
  .footer_logo {
    width: 265px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 14px
  }
  .footer_logo .tabloid_logo_img {
    width: 265px;
    height: 71px;
    fill: var(--main-color)
  }
  .section_news_medium .post_news_title {
    font-size: 48px;
  }
  .post_news_text h2 {
    font-size: 34px;
  }
  .post_news_text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width:1200px) {
  .article_story_grid_top .article_title {
    font-size: 32px;
  }
  .ui_datepicker_group {
    width: calc(100% / 3 - 60px);
  }
  .section_authors_list_wrapper .article_author_list {
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (max-width:989px) {
  .main_menu {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px
  }
  .main_menu > li {
    display: inline-block;
    white-space: normal
  }
  .top_menu_wrapper {
    padding: 20px 0 40px 0
  }
  .top_menu_item {
    width: 33.333333%;
    padding: 20px
  }
  .top_menu_item {
    width: 100%;
    padding: 20px
  }
  .top_menu_link .options_text {
    display: none
  }
  .top_options_club {
    padding: 2px 8px 1px 8px;
    display: flex
  }
  .top_options_club .options_text {
    font-size: 10px
  }
  .article_story_grid_top .article_title {
    font-size: 28px;
  }
  .section_main_list_wrapper, .section_small_topic_wrapper, .section_key_topic_wrapper, .section_popular_topic_wrapper {
    flex-wrap: wrap;
  }
  .section_main_list_wrapper .article_story_grid, .section_small_topic_wrapper .article_story_grid, .section_key_topic_wrapper .article_story_grid, .section_list_topic_wrapper .article_story_grid, .section_popular_topic_wrapper .article_story_grid {
    width: 50%;
  }
  .section_special_list_wrapper .article_story_grid, .section_special_list_int_wrapper .article_story_grid {
    width: 50%;
  }
  .section_popular_topic_wrapper .article_popular_grid {
    width: calc(50% - 40px);
  }
  .main_menu > li {
    font-size: 14px;
  }
  .footer_logo_wrapper {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
  }
  .section_news_wrapper {
    flex-wrap: wrap;
  }
  .unit_side_banner {
    position: static;
  }
  .post_news_body {
    max-width: 100%;
    margin-right: 0;
  }
  .section_news_side {
    margin-top: 35px;
    width: 100%;
  }
  .section_news {
    padding-bottom: 40px;
  }
  .post_side_topic {
    display: none;
  }
  .ui_datepicker_group {
    width: calc(100% / 2 - 60px);
  }
  .section_news_special .post_news_title {
    font-size: 48px;
  }
  .section_news_special {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:820px) {
  .header_wrapper_l {
    order: -2
  }
  .top_menu_wrapper {
    padding: 30px 0
  }
  .top_menu_wrapper {
    flex-wrap: wrap
  }
  .search_form_wrapper {
    max-width: 100%
  }
  .search_form_wrapper {
    padding: 10px 12px 20px 12px
  }
  .button_load {
    margin-left: 20px;
    margin-right: 20px;
  }
  .post_news_title {
    font-size: 32px;
  }
  .post_news_text h2 {
    font-size: 28px;
  }
  .post_news_text h3 {
    font-size: 22px;
  }
}
.header {
  position: sticky
}
@media screen and (max-width:640px) {
  .header_wrapper {
    padding-left: 12px;
    padding-right: 12px
  }
  .main_menu {
    padding-left: 8px;
    padding-right: 8px
  }
  .top_menu {
    columns: 1
  }
  .top_menu {
    width: 100%
  }
  .menu_popup {
    top: 58px;
    overflow: auto;
    height: calc(100vh - 58px)
  }
  .top_menu > li {
    padding: 6px 0
  }
  .top_menu_wrapper {
    padding: 10px 0 30px 0
  }
  .top_menu_item {
    padding: 20px 0
  }
  .day_icon, .night_icon {
    width: 22px;
    height: 22px
  }
  .section_main_list .article_story_grid:not(.article_story_grid_top) .article_title, .section_small_topic .article_story_grid:not(.article_story_grid_top) .article_title, .section_key_topic .article_story_grid:not(.article_story_grid_top) .article_title, .section_popular_topic_wrapper .article_story_grid .article_title {
    font-size: 17px;
    font-weight: normal;
  }
  .article_popular_grid .article_title {
    font-size: 18px;
  }
  .footer_logo_wrapper {
    min-height: 60px;
  }
  .section_press_topic_wrapper {
    flex-wrap: wrap;
  }
  .section_key_topic_wrapper .article_press_grid {
    width: 100%;
  }
  .article_press_grid {
    border-top: var(--divider-color) 1px solid;
    padding: 14px 0 0 0;
    overflow: hidden;
    margin: 14px 20px 0 20px;
    position: relative;
  }
  .section_press_topic_wrapper .article_press_grid:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  .section_press_topic_wrapper {
    margin-bottom: 40px;
  }
  .post_news_title {
    font-size: 28px;
  }
  .section_news_medium .post_news_header, .section_news_large .post_news_header {
    padding: 10px 0 18px 0;
    text-align: left;
  }
  .section_news_medium .post_news_service, .section_news_large .post_news_service {
    border-bottom: none;
    padding-bottom: 0;
  }
  .section_news_wrapper {
    margin-top: 10px;
  }
  .section_page_date_num {
    font-size: 18px;
  }
  .ui_datepicker_group {
    width: calc(100% - 60px);
    margin: 0 0 50px;
  }
  .section_authors_list_wrapper .article_author_list {
    width: calc(100% - 40px);
  }
  .section_service_title {
    font-size: 42px;
  }
  .section_news_special .post_news_header {
    text-align: center;
  }
  .section_news_special .post_news_title {
    font-size: 42px;
  }
  .section_news_special {
    padding-bottom: 0px;
  }
  .section_news_special .post_news_title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
  }
  .article_search .article_title {
    font-size: 22px;
  }
}
@media screen and (max-width:520px) {
  .top_options_club .options_text {
    font-size: 9px
  }
  .top_options_club .options_text {
    padding: 5px 0
  }
  .top_options_club {
    margin-right: -4px
  }
  .section_key_topic_wrapper .article_story_grid, .section_main_list_wrapper .article_story_grid, .section_small_topic_wrapper .article_story_grid, .section_list_topic_wrapper .article_story_grid, .section_popular_topic_wrapper .article_story_grid {
    width: 100%;
  }
  .section_special_list_wrapper .article_story_grid, .section_special_list_int_wrapper .article_story_grid {
    width: 100%;
  }
  .section_popular_topic_wrapper .article_popular_grid {
    width: calc(100% - 24px);
    border-top: var(--divider-color) 1px solid;
    padding-top: 10px;
  }
  .section_popular_topic_wrapper {
    padding-bottom: 20px;
  }
  .section_popular_topic_wrapper .article_popular_grid:first-child {
    border-top: none;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .article_popular_grid {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .section_list_topic_wrapper .article_story_grid {
    margin-bottom: 20px;
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid, .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special), .section_small_topic_wrapper .article_story_grid:not(:first-child), .section_popular_topic_wrapper .article_story_grid:not(:first-child) {
    border-top: var(--divider-color) 1px solid;
    padding: 12px 0 0 0;
    margin: 14px 20px 0 20px;
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid .article_body, .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special) .article_body, .section_small_topic_wrapper .article_story_grid:not(:first-child) .article_body, .section_popular_topic_wrapper .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid .article_media, .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special) .article_media, .section_small_topic_wrapper .article_story_grid:not(:first-child) .article_media, .also_box .article_story_list .article_media, .section_popular_topic_wrapper .article_story_grid .article_media {
    width: 120px;
    height: 92px;
    margin: 0 20px 0 0;
    border-radius: var(--img-border-radius);
    flex: 0 0 120px;
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid .article_content, .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special) .article_content, .section_small_topic_wrapper .article_story_grid:not(:first-child) .article_content, .also_box .article_story_list .article_content, .section_popular_topic_wrapper .article_story_grid .article_content {
    width: calc(100% - 140px);
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid .article_media img, .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special) .article_media img, .section_small_topic_wrapper .article_story_grid:not(:first-child) .article_media img, .also_box .article_story_list .article_media img, .section_popular_topic_wrapper .article_story_grid .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0;
  }
  .section_popular_topic_wrapper .article_story_grid:first-child {
    margin-bottom: 0;
  }
  .section_popular_topic_wrapper .article_story_grid .article_title {
    font-size: 17px;
  }
  .article_story_grid .article_num {
    font-size: 20px;
    padding-top: 0;
    margin-bottom: -5px;
  }
  .also_box .article_story_list .article_title {
    font-size: 18px;
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid .article_title, .section_small_topic_wrapper .article_story_grid:not(:first-child) .article_title {
    padding-top: 0px;
  }
  .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special) .article_title {
    padding-top: 2px;
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid .article_section_adv, .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special) .article_section_adv, .section_small_topic_wrapper .article_story_grid:not(:first-child) .article_section_adv {
    margin: 0px 6px 4px 0;
  }
  .section_key_article .article_story_grid_top {
    margin-bottom: 10px;
  }
  .section_key_topic_wrapper {
    padding-bottom: 30px;
  }
  .section_key_topic.section_key_topic_major .section_key_topic_wrapper .article_story_grid {
    border-top: var(--white-divider-color) 1px solid;
    padding: 12px 0 0 0;
    margin: 14px 20px 0 20px;
  }
  .section_main_list_wrapper .article_story_grid .article_section:not(.article_section_adv) {
    padding-top: 0;
    padding-bottom: 2px;
  }
  .section_main_list_wrapper .article_story_grid_special {
    margin-top: 20px;
    border-top: var(--divider-color) 1px solid;
    padding: 12px 0 25px 0;
    margin: 14px 20px 0 20px;
  }
  .section_main_article .article_story_grid_top {
    margin-bottom: 4px;
  }
  .article_story_grid_top .article_title {
    font-size: 22px;
    padding-top: 10px;
  }
  .section_main {
    padding-top: 10px;
  }
  .section_title {
    margin-bottom: 16px;
  }
  .section_small_topic_wrapper .article_story_grid:first-child {
    margin-bottom: 0;
  }
  .section_small_topic_wrapper .article_story_grid:first-child .article_title {
    font-size: 22px;
    font-weight: bold;
  }
  .section_main_list .article_story_grid.article_story_grid_special .article_title {
    font-weight: bold;
  }
  .section_small_topic_wrapper {
    margin-bottom: 40px;
  }
  .section_title {
    margin: 0 20px 20px 20px;
    font-size: 16px;
  }
  .button_load {
    font-size: 14px;
  }
  .section_list_topic .article_story_grid .article_section:not(.article_section_adv) {
    padding-top: 7px;
  }
  .section_list_topic .article_story_grid .article_title {
    padding-top: 5px;
  }
  .header_wrapper {
    padding: 12px 12px
  }
  .header_logo {
    width: 123px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 14px
  }
  .footer_logo {
    width: 123px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 14px
  }
  .header_logo .tabloid_logo_img {
    width: 123px;
    height: 33px;
  }
  .footer_logo .tabloid_logo_img {
    width: 123px;
    height: 33px;
  }
  .section_popular_topic {
    background: var(--light-color);
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .footer {
    margin-top: 80px;
  }
  .article_story_grid, .section_news, .section_other_news_sm {
    padding-left: 12px;
    padding-right: 12px;
  }
  .section_key_topic .section_key_topic_wrapper .article_story_grid, .section_main_list_wrapper .article_story_grid:not(.article_story_grid_special), .section_small_topic_wrapper .article_story_grid:not(:first-child), .section_main_list_wrapper .article_story_grid_special, .button_load, .section_title, .article_press_grid, .section_popular_topic_wrapper .article_story_grid {
    margin-left: 12px;
    margin-right: 12px;
  }
  .section_other_news_sm .section_title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main_menu, section_menu_archive {
    padding-left: 2px;
    padding-right: 2px;
  }
  .footer_logo_wrapper {
    min-height: 40px;
  }
  .also_box {
    padding: 20px 10px;
  }
  .section_popular_topic_wrapper .article_story_grid .article_content {
    padding: 0;
  }
  .section_special_list .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .post_news_date {
    font-size: 13px;
  }
}
@media screen and (max-width:380px) {
  .header_logo {
    width: 110px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 15px
  }
  .footer_logo {
    width: 110px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 15px
  }
  .header_logo .tabloid_logo_img {
    width: 110px;
    height: 30px;
  }
  .footer_logo .tabloid_logo_img {
    width: 110px;
    height: 30px;
  }
  .top_options_club {
    padding: 2px 5px 1px 5px
  }
}
@media screen and (max-width:330px) {
  .header_main .up_logo_img {
    width: 140px;
    height: 20px
  }
}
/* quizz */
.quizz_heading {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase
}
.quizz_heading:before {
  background: #111;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  vertical-align: middle;
  width: 100%
}
.quizz_heading a {
  background: #fff;
  color: #111;
  padding: 2px 10px 2px 10px;
  position: relative;
  top: -9px
}
.quizz_button {
  background: #bce0c3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-weight: 700;
  padding: 14px 10%;
  text-transform: uppercase
}
.quizz_button:disabled {
  opacity: .6
}
.quizz_button_empty {
  background: #fff;
  border: var(--main-color) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--main-color);
  border-radius: var(--tag-border-radius);
  cursor: pointer;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6%;
  text-transform: uppercase
}
.quizz_button:hover {
  background: #4390b5
}
.quizz_button:disabled:hover {
  background: #bce0c3
}
.quizz_button_empty:hover {
  opacity: .85;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s
}
.quizz_button_wrap {
  padding: 25px 0;
  display: flex;
}
.quizz_box_title a {
  color: #111;
  font-weight: 400
}
.quizz_box_title a:hover {
  text-decoration: none
}
.quizz_box {
  padding: 20px 0 10px
}
.quizz_box_title {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
  padding: 6px 0
}
.quizz_box .quizz_button {
  padding: 14px 5%
}
.quizz_box_answers {
  padding: 20px 0
}
.quizz_box_image {
  margin: 20px 0 -10px;
  position: relative
}
.quizz_box_image img {
  height: auto;
  vertical-align: bottom;
  width: 100%
}
input[type=radio] {
  display: none
}
.quizz_box_answers input[disabled] + label {
  cursor: default
}
.quizz_box_answers input[disabled] + label:before {
  border-color: #aaa
}
.quizz_box_answers input[disabled]:hover + label:before {
  border: 1px solid #aaa
}
.quizz_box_answers input:checked + label {
  background: #cff7e0;
  color: #111
}
.quizz_box_answers input:checked + label:before {
  left: 15px;
  top: 16px
}
.quizz_box_form_checked .quizz_box_answers input:checked + label:before {
  left: 6px;
  top: 7px
}
.quizz_box_answers label {
  background: #fff;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0;
  margin-top: -1px;
  overflow: hidden;
  padding: 15px 13px 17px 55px;
  position: relative
}
.quizz_box_answers label:before {
  border: 1px solid #111;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 23px;
  left: 15px;
  position: absolute;
  top: 16px;
  width: 23px
}
.quizz_box_answers input:hover + label:before {
  border-width: 4px;
  height: 23px;
  width: 23px
}
.quizz_box_answers input:checked + label:before {
  border: 4px solid #fff
}
.quizz_box_answers input:checked[disabled]:hover + label:before {
  border: 4px solid #fff
}
.quizz_box_form_checked .quizz_box_answers label {
  cursor: auto
}
.quizz_box_form_checked .quizz_box_answers label:before {
  display: none
}
.quizz_box_answers label.wrong {
  background: #ffe8e8 !important
}
.quizz_box_answers label.correct:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='19.5' cy='20.5' r='16.5' style='fill:none;stroke:%23000;stroke-width:3px'/%3E%3Cpath d='M16.883 23.443 13.875 20.5 12 22.358 16.888 27 27 15.858 25.108 14Z' style='fill-rule:evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none !important;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  left: 6px;
  line-height: 1.6em;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 40px
}
.quizz_box_answers label.correct.active:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='19.5' cy='20.5' r='16.5' style='fill:none;stroke:%23000;stroke-width:3px'/%3E%3Cpath d='M16.883 23.443 13.875 20.5 12 22.358 16.888 27 27 15.858 25.108 14Z' style='fill-rule:evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.quizz_box_answers label.wrong:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='19.5' cy='20.5' r='16.5' style='fill:none;stroke:%23000;stroke-width:3px'/%3E%3Cpath d='M25.578 12.686 19.5 18.764l-6.078-6.078-1.737 1.737 6.079 6.077-6.078 6.078 1.737 1.737 6.077-6.078 6.078 6.078 1.737-1.737-6.078-6.078 6.078-6.078Z' style='fill-rule:evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none !important;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  left: 12px;
  line-height: 1.6em;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 40px
}
.quizz_box_answers input:hover + label.correct:before {
  border-width: 1px;
  height: 21px;
  width: 21px
}
.quizz_box_answers label.incorrect {
  color: #bce0c3
}
.quizz_box_answers label.incorrect:before {
  background: #bce0c3;
  border: none;
  color: #fff;
  content: "\e604";
  display: block;
  font-family: mind !important;
  font-size: 14px;
  line-height: 1.6em;
  position: absolute;
  text-align: center
}
.quizz_box_answers input:hover + label.correct:before, .quizz_box_answers input:hover + label.wrong:before {
  height: 40px;
  width: 40px
}
.quizz_box_description {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  opacity: 0;
  padding: 8px 0 3px;
  position: absolute;
  -webkit-transition: visibility 0s, opacity .5s linear;
  transition: visibility 0s, opacity .5s linear;
  visibility: hidden
}
.quizz_box_description.fadeOut {
  opacity: 1;
  position: relative;
  visibility: visible
}
.quizz_box_description a {
  text-decoration: underline
}
.quizz_box_image_about {
  bottom: 0;
  color: #9b9b9b;
  padding: 5px 20px;
  position: absolute
}
@media only screen and (min-width:1200px) {
  .page-head-block .quizz_box_image_about {
    bottom: 10px;
    bottom: 0;
    color: #9b9b9b;
    left: 5px;
    margin-top: -30px;
    padding: 5px 20px;
    position: absolute
  }
}
@media only screen and (max-width:750px) {
  .page-head-block .quizz_box_image_about {
    bottom: 10px;
    bottom: auto;
    color: #9b9b9b;
    left: 0;
    margin-top: -23px;
    padding: 5px 20px;
    position: absolute
  }
}
.page-head-block .quizz_box_image_source, .quizz_box_image_source {
  color: var(--caption-color);
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 0;
}
.quizz_box_result_image {
  margin: 15px 0 -10px;
  position: relative
}
.quizz_box_result_image img {
  height: auto;
  vertical-align: bottom;
  width: 100%
}
.quizz_box_result {
  margin-bottom: 20px;
  overflow: hidden
}
.quizz_box_result .quizz_box_result_title {
  color: #111;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: -8px;
  padding: 0
}
.quizz_box_result .quizz_box_result_number {
  color: #111;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0
}
.quizz_box_result_image .quizz_box_result_title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 0px;
  margin-bottom: -8px;
  padding: 0;
  text-align: center;
}
.quizz_box_result_image .quizz_box_result_number {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0;
  text-align: center;
}
.quizz_box_result_image .quizz_box_result_content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e6000000", GradientType=0);
  left: 0;
  overflow: hidden;
  padding: 60px 0 15px;
  width: 100%
}
.quizz_box_result .quizz_box_result_content {
  padding: 10px 20px
}
.quizz_box_result_image .quizz_box_result_content {
  padding: 20px 20px 35px;
  position: absolute
}
.quizz_box .article a:link, .quizz_box article a:link {
  color: #23527c;
  text-decoration: underline
}
.quizz_box_result_wrap {
  background: #fff;
  border: 1px solid #dadada;
  margin: 45px 0 25px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity .5s linear;
  position: absolute;
}
.quizz_box_result_wrap.fadeOut {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.quizz_box_result_wrap .quizz_heading:after, .quizz_box_result_wrap .quizz_heading:before {
  background: none;
  display: none
}
.quizz_box_result_wrap .quizz_button_empty {
  border-width: 1px
}
@media only screen and (min-width:1200px) {
  .quizz_title {
    font-size: 52px
  }
  .quizz_description {
    font-size: 34px
  }
  .quizz_heading {
    font-size: 27px
  }
}
@media only screen and (min-width:1024px) {
  .quizz_title {
    font-size: 46px
  }
  .quizz_description {
    font-size: 30px
  }
  .quizz_heading {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width:750px) {
  .quizz-header_wrap {
    position: static
  }
  .quizz-header {
    margin: 0 auto;
    padding: 25px
  }
  .quizz-body {
    padding: 10px 25px 25px
  }
  .quizz_heading {
    font-size: 20px
  }
  .quizz_description {
    font-size: 22px
  }
  .quizz_box_result .quizz_box_result_title, .quizz_title {
    font-size: 40px
  }
  .quizz-stat {
    display: none
  }
  .quizz_box_result .quizz_box_result_number {
    font-size: 42px
  }
  .quizz_box_result_image .quizz_box_result_content {
    padding: 15px 20px 25px
  }
}
@media only screen and (max-width:568px) {
  .quizz-body {
    padding: 10px 10px 25px
  }
  h2.quizz_box_title {
    font-size: 24px
  }
  .quizz_box_answers label {
    font-size: 16px;
    line-height: 1.3em;
    padding: 16px 16px 18px 50px
  }
  .quizz_box_answers input:checked + label {
    padding: 13px 13px 15px 47px
  }
  .quizz_box_answers input:checked + label:before {
    left: 14px;
    top: 14px
  }
  .quizz_box_answers label:before {
    height: 18px;
    width: 18px
  }
  .quizz_box_answers input:hover + label:before {
    height: 18px;
    width: 18px
  }
  .quizz_button_wrap {
    padding: 10px 0
  }
  .quizz_box_result_image .quizz_box_result_content {
    padding: 50px 20px 30px
  }
  .quizz_box_result .quizz_box_result_title {
    font-size: 30px
  }
  .quizz_box_description {
    font-size: 13px
  }
  .quizz_box_answers label.correct:before, .quizz_box_answers label.wrong:before {
    left: 6px;
    top: 7px
  }
  .quizz_box_result_wrap .article {
    padding: 0 10px
  }
  .quizz_box_answers label.correct:before, .quizz_box_answers label.wrong:before {
    height: 34px !important;
    width: 34px !important
  }
}
@media only screen and (max-width:375px) {
  .quizz_title {
    font-size: 30px
  }
  .quizz_box_result .quizz_box_result_title {
    font-size: 24px
  }
  .quizz_heading {
    font-size: 20px
  }
  .quizz_description {
    font-size: 22px
  }
}
@media screen and (max-width:600px) {
  .quizz_box_result .quizz_box_result_title {
    font-size: 20px
  }
  h2.quizz_box_title {
    font-size: 20px;
    line-height: 1.2em
  }
  .layout_quizz .post__subtitle {
    line-height: 1.1em
  }
  .quizz_box_result .quizz_box_result_number {
    font-size: 36px
  }
  .layout_quizz .quizz-body .quizz_box_result_wrap .article {
    padding: 0 20px
  }
  .quizz_button_wrap {
    padding: 25px 20px
  }
  .quizz_heading {
    font-size: 18px;
    padding: 6px 0 0
  }
}

.media__also__news_links{
  padding: 10px 20px 30px 20px;
  background: var(--light-color);
  margin: 20px 0;
}
.media__also__news_links__prefix{
  padding: 11px 0 12px 0;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
}
.media__also__news_links p:first-of-type {
  border: none;
  margin-top: 0;
  padding: 0;
}
.media__also__news_links p {
  padding: 14px 0 0 0;
  border-top: var(--divider-color) 1px solid;
  margin-top: 14px;
  width: 100%;
  position: relative;
}
.media__also__news_links p a {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
  color: var(--dark-color);
}
.media__also__news_links p a:hover {
  color: var(--main-color);
  text-decoration: none;
  box-shadow:none;
}