@charset "windows-1251";
:root {
  --dark-color: #222;
  --black-color: #111;
  --light-color: #F5F3F3;
  --white-color: #fff;
  --bg-light-color: #F8F7F7;
  --adv-color: #4080ff;
  --adv-color-light: #ecf3ff;
  --menu-color: #222;
  --topic-bg-color: #444547;
  --light-green-color: #D3F3EE;
  --light-green-color-dark: #31413E;
  --light-gray-color-dark: #393e47;
  --light-lgray-color-dark: #3d424b;
  --medium-green-color: #89F0E1;
  --light-blue-color: #E2EDFF;
  --light-blue-color-dark: #313640;
  --table-blue-color: #eff5ff;
  --medium-blue-color: #7CABF8;
  --special-blue-color: #B8CFF6;
  --link-hover-color: #46608D;
  --link-border-color: #8EB3F4;
  --light-link-hover-color: #CEE0FF;
  --medium-grey-color: #D9D9D9;
  --divider-color: rgba(0, 0, 0, 0.17);
  --light-divider-color: rgba(255, 255, 255, 0.17);
  --img-border-radius: 8px;
  --tag-border-radius: 50px;
  --date-color: #111;
  --caption-color: #888;
  --dark-theme-color: #ccc;
	--section-color: #89F0E1;
	--section-bg-color: #a7f3e8;
	--section-bg-color-dark: #4a615e;

}
a, b, body, div, h1, h2, h3, h4, h5, h6, html, i, img, label, li, p, q, s, span, strong, 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
}
strong, b{
  font-weight: bold;
}
body {
  background: var(--light-color);
  font-family: fira sans, sans-serif
}
a {
  text-decoration: none;
  color: var(--black-color)
}
@font-face {
  font-family: refranktexbold;
  src: url(../fonts/refrankt-exbold-webfont.woff2) format('woff2'), url(../fonts/refrankt-exbold-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal
}
.header_main {
  background: var(--dark-color)
}
.header {
  position: sticky
}
.main_page .header_top_wrapper ~ .header {
  /*position: static;*/
}
.layout_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto
}
.layout_n_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}
.header_wrapper, .footer_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 12px 20px;
  position: relative;
}
.footer_wrapper {
  min-height: 40px;
  padding-bottom: 60px;
}
.header_top {
  margin: 7px auto 3px auto;
  display: flex;
  justify-content: center;
  width: 107px;
	font-weight: 400;
    font-size: 13px;
}
.header_top > a {
  display: inline-block;
  width: 110px
}

.header_logo, .footer_logo {
  width: 145px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 14px
}

.header_logo_section, .footer_logo_section {
	width: 210px;
	top: 11px;
}

.header_logo_section_description {
  width: 189px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white-color);
}

.header_logo_section_description_name {font-size: 15px; font-weight: bold; text-transform: uppercase; line-height: 1em;}

.header_logo_section_description_name a {color: var(--white-color);}

.header_logo_section_description_text {font-size: 10px; text-transform: uppercase; line-height: 1em;}

.header_logo_section_description_logo_1 img {width: 30px; height: auto;}

.header_logo_section_wrapper {margin-top: 30px; height: 28px;}

.header_logo a, .footer_logo a {
  display: flex;
  border: none;
}
.main_menu {
  list-style: none;
  display: flex;
  padding: 9px 4px 6px 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: 8px 4px 5px 4px;
  line-height: 1em;
}
.main_menu > li.main_topic a {
  color: var(--dark-color);
  font-weight: 600;
  display: inline-block;
  border: none;
  padding: 8px 4px 5px 4px;
}
.main_menu > li.special_tag a {
  padding: 7px 4px 5px 4px;
  font-weight: 600;
}
.main_menu > li a:hover {
  color: var(--link-hover-color);
  border-color: var(--main-color)
}
/*.main_menu > .special_tag {border-radius: var(--tag-border-radius); background: var(--special-blue-color); color: var(--black-color); padding: 0 10px;}*/
.main_menu > .active {
  border-radius: var(--tag-border-radius);
  background: var(--medium-green-color);
  color: var(--black-color);
  padding: 0 10px;
}
.main_menu > .special_tag { /*border-radius: var(--tag-border-radius); border: var(--black-color) 1px solid; color: var(--black-color);*/ /*padding: 0 10px;*/ position: relative;
}
.main_menu > .special_tag a.dim:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: #FFB4A2;
  border-radius: 50%;
}
.main_menu > .special_tag a.it_business:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: var(--medium-blue-color);
  border-radius: 50%;
}
.main_menu > .special_tag a.defense:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: var(--section-color);
  border-radius: 50%;
}
/*.main_menu li.active a {color: var(--link-hover-color);}*/
.section_menu {
  list-style: none;
  display: flex;
  padding: 9px 4px 6px 4px;
  font-size: 0;
  line-height: 1em;
  text-transform: uppercase;
  justify-content: center;
  margin-top: -18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.section_menu > li {
  font-size: 14px;
  white-space: nowrap;
  margin: 0 4px 8px 4px;
  line-height: 1em;
  display: flex;
  border-radius: var(--tag-border-radius);
  border: var(--black-color) 1px solid;
  font-weight: 600;
}
.section_menu > li.active {
  background: var(--medium-green-color);
  color: var(--black-color);
  /*padding: 0 10px;*/
  border-color: var(--medium-green-color);
}
.section_menu > li a {
  color: var(--dark-color);
  display: inline-block;
  padding: 7px 14px 5px 14px;
  line-height: 1em;
}
.section_menu > li a:hover {
  color: var(--link-hover-color);
  border-color: var(--main-color)
}
.section_menu > li.active a:hover {
  color: var(--black-color);
}
.section_menu > li:hover {
  border: var(--link-hover-color) 1px solid;
}
.section_menu > li.active:hover {
  border-color: var(--medium-green-color);
}
.top_menu_link, .top_search_link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  position: relative
}
.top_menu_link .options_text {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--white-color);
  line-height: 1em;
  vertical-align: bottom;
  padding-top: 1px
}
.top_menu_link.active .icon_menu {
  display: none
}
.top_menu_link.active .icon_close {
  display: block
}
.top_options_club {
  border: var(--white-color) 1px solid;
  border-radius: var(--tag-border-radius);
  padding: 3px 16px;
  display: flex;
  align-items: center;
  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: .8*/
  color: var(--light-link-hover-color);
  border-color: var(--light-link-hover-color) 1px solid;
}
.top_options_club:hover .options_text {
  color: var(--light-link-hover-color);
}
.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_search_link .icon_close {
  display: none
}
.icon_search {
  margin-right: 8px;
  overflow: hidden;
  display: inline-block;
  width: 25px;
  height: 25px
}
.icon_night, .icon_day {
  display: inline-block;
  padding-top: 4px;
}
.theme_link {
  margin-left: 10px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.header {
  top: 0;
  z-index: 1000000;
  position: relative
}
.top_menu_wrapper {
  padding: 40px 20px 80px 20px;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top_menu_title {
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 16px;
  opacity: .5;
  color: var(--white-color)
}
.top_menu_item {
  padding: 20px;
  text-align: center;
}
.top_menu_item a:hover {
  color: /*var(--light-link-hover-color);*/ var(--link-hover-color);
  border-color: var(--link-hover-color);
}
.top_menu {
  list-style: none
}
.top_menu a {
  color: var(--dark-color);
}
.top_menu li {
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.lang_menu {
  margin-right: 5px
}
.lang_menu_item {
  border: var(--white-color) 1px solid;
  border-radius: var(--tag-border-radius);
  padding: 0 10px 1px 10px;
  margin-left: 4px;
  line-height: 1em
}
.lang_menu_item .options_text {
  color: var(--white-color)
}
.lang_menu_item > span {
  font-size: 12px;
  text-transform: uppercase
}
.lang_menu_item_active {
  background: var(--white-color);
  color: var(--dark-color)
}
.lang_menu_item_active .options_text {
  color: var(--main-color)
}
.main_menu > li.active {
  position: relative
}
.lang_menu_item:not(.lang_menu_item_active):hover .options_text {
  color: var(--light-link-hover-color);
}
.lang_menu_item:hover {
  border-color: var(--light-link-hover-color);
}
.article_story_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative
}
.article_story_grid .article_media {
  position: relative;
  overflow: hidden;
  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_title {
  font-size: 20px;
  line-height: 1.15em;
  font-weight: 600;
  padding: 10px 0 5px 0
}
.article_story_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  content: "";
  z-index: 2
}
.article_story_grid .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 5px 0 2px 0
}
.article_story_grid .article_date span:not(.comment_icon), .article_story_list .article_date span:not(.comment_icon), .article_story_list_sm .article_date span:not(.comment_icon) {
  font-weight: 600;
  margin-right: 5px;
  color: var(--main-color)
}
/*.article_story_grid .comment_icon, .article_story_list .comment_icon, .article_story_list_sm .comment_icon {}*/
.article_story_grid .comment_icon *, .article_story_list .comment_icon *, .article_story_list_sm .comment_icon * {
  position: relative;
  bottom: -3px;
}
.comment_icon {
  white-space: nowrap;
}
.article_story_grid .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 1px 11px;
  margin-right: 6px;
  border: var(--black-color) 1px solid;
  color: var(--black-color);
  border-radius: var(--tag-border-radius);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  top: -2px
}
.article_story_grid .article_title a:hover {
  color: var(--link-hover-color)
}
.section_other_sp_list_wrapper .article_story_grid img {
  border-radius: var(--img-border-radius) var(--img-border-radius) 0 0;
}
.section_other_sp_list_wrapper .article_story_grid .article_content {
  padding: 2px 20px 20px 20px;
}
.section_other_sp_list_wrapper .article_body {
  background-color: var(--white-color);
  border-radius: var(--img-border-radius) var(--img-border-radius) var(--img-border-radius) var(--img-border-radius);
}
.article_story_list {
  padding: 14px 0 2px 0;
  border-top: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-top: 13px;
  position: relative;
  width: 100%;
}
.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 206px
}
.article_story_list img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius)
}
/*.article_story_list .article_topic {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: -5px;
  line-height: 1.1em
}*/
/*.article_story_list .article_topic > a, .article_story_list .article_topic > span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 0;
  margin-right: 8px;
  margin-bottom: 4px;
  color: var(--black-color)
}*/
/*.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: 4px;
  color: var(--black-color)
}*/
.article_story_list .article_title {
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 400;
  padding: 0 0 5px 0
}
.article_story_list_bold .article_title {
  font-weight: 600;
}
.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: 5px 0 5px 0
}
.article_story_list .article_date span:not(.comment_icon) {
  font-weight: 700;
  color: var(--main-color);
}
.article_story_list .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 1px 11px;
  margin-right: 6px;
  border: var(--black-color) 1px solid;
  color: var(--black-color);
  border-radius: var(--tag-border-radius);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  top: -2px;
}
.article_story_list .article_title a:hover {
  color: var(--link-hover-color)
}
.article_story_list_sm {
  padding: 14px 0 2px 0;
  border-top: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-top: 13px;
  position: relative
}
.article_story_list_sm .article_body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start
}
.article_story_list_sm .article_title {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 600;
  padding: 0 0 0 0
}
.article_story_list_sm .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_story_list_sm .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_story_list_sm .article_date span:not(.comment_icon) {
  font-weight: 700;
  color: var(--main-color);
}
.article_story_list_sm .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 1px 11px;
  margin-right: 6px;
  border: var(--black-color) 1px solid;
  color: var(--black-color);
  border-radius: var(--tag-border-radius);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  top: -2px;
}
.article_story_list_sm .article_title a:hover {
  color: var(--link-hover-color)
}
.section_topic_c_wrapper .article_story_list .article_media {
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 0;
  flex: 0 0 130px;
}
.section_topic_c_wrapper .article_story_list .article_title {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 600;
  padding: 0 0 5px 0;
}
.article_news {
  padding-top: 13px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 12px;
  width: 100%;
  position: relative
}
.section_articles_grid_wrapper .article_news {
  padding-top: 18px;
  margin-top: 17px
}
.article_news .article_date {
  font-size: 10px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_news .article_title {
  display: inline;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 400;
  padding-bottom: 5px
}
.post_side_topic .article_news .article_title {
  font-weight: bold;
}
.section_main_news .article_news .article_title {
  font-weight: 600
}
.section_articles_list_wrapper .article_news .article_title {
  font-size: 20px
}
.article_news .article_title a:hover {
  color: var(--link-hover-color);
}
.article_news_bold .article_title {
  font-weight: 600;
}
.article_news .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 1px 11px;
  margin-right: 6px;
  border: var(--black-color) 1px solid;
  color: var(--black-color);
  border-radius: var(--tag-border-radius);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  top: -2px;
}
.article_story_grid .article_label_adv, .article_story_list .article_label_adv, .article_story_list_sm .article_label_adv {
  border: var(--adv-color) 1px solid;
  color: var(--white-color);
  border-radius: var(--tag-border-radius);
  background: var(--adv-color);
  font-weight: 400;
}
.section_top .section_main_topics_wide .article_story_grid a, .section_top .section_main_topics_wide .article_date {
  color: var(--white-color);
}
.section_top .section_main_topics_wide .article_date .comment_s_icon {
  fill: var(--white-color);
}
.section_main_wrapper {
  display: flex;
  flex-direction: column;
}
.section_main_topics_wide {
  width: 100%;
  display: flex;
  margin-top: 16px;
}
.section_main_topics_wide_top {
  width: 50%;
}
.section_main_topics_wide_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.section_main_topics_wide_list .article_story_grid {
  width: 50%;
}
.section_top {
  background: var(--dark-color);
  margin-bottom: 20px;
}
.section_top_section {background: var(--section-bg-color); margin-bottom: 30px; margin-top: 2px;}
.section_top .article_story_grid .article_label:not(.article_label_adv) {
  color: var(--white-color);
  border: var(--white-color) 1px solid;
}
.section_top .section_main_topics_wide .article_story_grid .article_title a:hover {
  color: var(--light-link-hover-color)
}
.main_page .main_menu_wrapper, .section_page .main_menu_wrapper {
  background: var(--dark-color);
}
.main_page .main_menu_wrapper .main_menu > li a, .section_page .main_menu_wrapper .main_menu > li a {
  color: var(--white-color);
}
.main_page .main_menu_wrapper .main_menu > li a:hover, .section_page .main_menu_wrapper .main_menu > li a:hover {
  color: var(--light-link-hover-color);
}

.main_page .header_top_wrapper, .section_page .header_top_wrapper {
  background: var(--dark-color);
  overflow: hidden;
	color: #fff;
}
.main_page .header_top_wrapper .header_top .up_logo_img, .section_page .header_top_wrapper .header_top .up_logo_img, .section_page .header_top_wrapper .header_top .mezha_logo_img_sm {
  fill: #fff !important;
}
.main_page .header_top_wrapper .header_top, .section_page .header_top_wrapper .header_top {
  margin: 7px auto 3px auto;
  display: flex;
  justify-content: center;
  width: 107px
}
.section_main_discussions_wide {
  background: var(--light-green-color);
  margin: 0 0 40px 0;
  border-radius: var(--img-border-radius);
}
.section_main_discussions_wide_list {
  display: flex;
}
.section_main_discussions_wide_list .article_story_grid {
  width: 25%;
}
.section_main_discussions_wide_list .article_story_grid .comment_s_icon, .post_side_discussions .article_news .comment_s_icon {
  width: 16px;
  height: 14px;
  bottom: -2px;
  position: relative;
}
.section_main_discussions_wide_list .article_story_grid .comment_icon, .post_side_discussions .article_news .comment_icon {
  display: inline-flex;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 1px;
  padding-left: 0;
}
.section_main_discussions_wide_list .article_title {
  padding-top: 0;
  font-size: 18px;
}
.section_main_discussions_wide_list .article_title a, .post_side_discussions .article_title a {
  padding-right: 6px;
}
.section_title {
  display: flex;
  padding: 13px 0 13px 0;
  margin: 0 20px 0 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.section_title h3 {
  font-weight: 600;
}
.section_title h3 a:hover {
  color: var(--link-hover-color);
}
.up_logo_img {
  width: 107px;
  height: 14px;
}

.mezha_logo_img_sm { width: 47px; height: 16px; margin-top: -1px;}

.mezha_logo_img {
  width: 105px;
  height: 33px;
  fill: var(--white-color);
}
.mezha_logo_img_img {
  width: 38px;
  height: 30px;
  fill: var(--white-color);
  margin-right: 8px;
}

.section_logo_img {
  width: 210px;
  height: 33px;
  fill: var(--section-color);
}

.footer_logo .mezha_logo_img {
  width: 94px;
  height: 34px;
  fill: var(--black-color);
}
.footer_logo .mezha_logo_img_img {
  width: 38px;
  height: 30px;
  fill: var(--black-color);
  margin-right: 8px;
}
.header_logo a:hover > * {
  fill: var(--light-link-hover-color);
}
.menu_icon {
  width: 25px;
  height: 25px;
  fill: var(--white-color);
}
.close_icon {
  width: 25px;
  height: 25px;
  fill: var(--white-color);
}
.search_icon {
  width: 25px;
  height: 25px;
  fill: var(--white-color);
}
.arr_r_icon {
  width: 37px;
  height: 37px;
  fill: var(--black-color);
}
.arr_l_icon {
  width: 37px;
  height: 37px;
  fill: var(--black-color);
}
.footer_social_wrapper [class$="_icon"] {
  width: 44px;
  height: 44px;
  fill: var(--black-color);
}
.topic_icon {
  width: 25px;
  height: 25px;
  fill: var(--dark-color);
  margin-right: 7px;
}
.night_icon, .day_icon {
  width: 25px;
  height: 25px;
  fill: var(--white-color);
}
.top_search_link:hover .search_icon {
  fill: var(--light-link-hover-color);
}
.top_menu_link:hover .menu_icon {
  fill: var(--light-link-hover-color);
}
.top_menu_link:hover .options_text {
  color: var(--light-link-hover-color);
}
.theme_link:hover .day_icon, .theme_link:hover .night_icon {
  fill: var(--light-link-hover-color);
}
.comment_s_icon {
  width: 13px;
  height: 12px;
  fill: var(--black-color);
}
.icon_comments .comment_s_icon {
  width: 20px;
  height: 18px;
  fill: var(--black-color);
}
.view_icon {
  width: 19px;
  height: 17px;
  fill: var(--black-color);
}
.pros_icon, .cons_icon {
  width: 24px;
  height: 24px;
  fill: var(--black-color);
}
.close_icon {
  fill: var(--light-link-hover-color);
}
.section_list_wrapper {
  display: flex;
}
.section_list_content {
  width: 100%;
  max-width: calc(100% - 320px);
  padding: 0 40px 0 0;
}
.section_list_content_sp {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.section_side {
  max-width: 300px;
}
.unit_side_banner :not(script):not(style) {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
.unit_list_banner {
  width: 100%;
}
.unit_list_banner > *:not(script):not(style):not(.advtext) {
  margin-bottom: 25px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.advtext {
  font-size: 10px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

.section_articles_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 25px 20px;
}
.section_articles_list_wrapper .article_story_list:first-child {
  border: none;
  padding-top: 4px;
  margin-top: 0;
}
.section_topic_b {
  background: var(--light-blue-color);
  margin: 20px 0 30px 0;
  border-radius: var(--img-border-radius);
  overflow: hidden;
}
.section_topic_b_wrapper {
  display: flex;
}
.section_topic_b .article_story_grid {
  width: 50%;
}
.section_topic_b .article_story_grid .article_title {
  font-size: 24px;
}
.section_topic_b .section_topic_b_list {
  width: 50%;
  padding: 0 20px 20px 20px;
}
.section_topic_b_list .article_story_list_sm:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.section_topic_b_green {
  background: var(--light-green-color);
}
.section_topic_c {
  background: var(--light-blue-color);
  margin: 0 0 40px 0;
  border-radius: var(--img-border-radius);
  overflow: hidden;
}
.section_topic_c_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section_topic_b_list .article_story_list_sm:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.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, .section_page_title a {
  display: block;
  text-align: center;
  color: var(--dark-color);
  border: var(--divider-color) 1px solid;
  line-height: 35px;
  border-radius: 19px;
  height: 37px;
  min-width: 37px;
  padding-left: 10px;
  padding-right: 10px;
}
.pagination_item a:hover {
  color: var(--link-hover-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(--medium-green-color) 1px solid;
  background: var(--medium-green-color);
  border-radius: 50%;
  font-weight: 400;
}
.footer_copy {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
.footer_menu {
  list-style: none;
  padding: 6px 4px 4px 4px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer_menu > li {
  display: inline-block;
  padding: 6px 6px;
  white-space: nowrap;
  font-weight: 600;
}
.footer_menu > li a:hover, .footer_menu_bottom > li a:hover {
  color: var(--link-hover-color);
}
.footer_info {
  color: var(--black-color);
  font-size: 14px;
  text-align: center;
  max-width: 1400px;
  padding: 0 20px 20px 20px;
  margin: 0 auto;
}
.footer_social_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.footer_social_wrapper .icon {
  margin: 6px;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: var(--dark-color) 3px solid;
  border-radius: 50%;
}
.footer_social_wrapper a:hover .icon {
  border-color: var(--link-hover-color);
}
.footer_social_wrapper a:hover .icon > * {
  fill: var(--link-hover-color);
}
.footer_logo a:hover > * {
  fill: var(--link-hover-color);
}
.section_side_list {
  border-radius: var(--img-border-radius);
  border: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-bottom: 30px;
}
.main_page .section_side_list {
  margin-top: 40px;
}
.news_grid_wrapper {
  padding: 0 20px 24px 20px;
}
.news_grid_wrapper .article_news:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.section_news_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 320px auto 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.post_news {
  padding: 30px 20px;
  width: 100%;
  grid-area: 1 / 2 / 2 / 3;
  overflow: hidden;
}
.post_article {
  padding: 30px 20px;
  width: 100%;
}
.section_news_side {
  padding: 30px 20px;
  width: 100%;
  max-width: 320px;
  grid-area: 1 / 1 / 2 / 2;
}
.section_news_adv {
  padding: 30px 20px;
  width: 100%;
  max-width: 340px;
  grid-area: 1 / 3 / 2 / 4;
}
.post_news_body {
  background: var(--white-color);
  padding: 20px 0 30px 0;
  border-radius: var(--img-border-radius);
}
.post_article_body {
  background: var(--white-color);
  padding: 20px 0 30px 0;
  border-radius: var(--img-border-radius);
}
.post_title {
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 700;
  padding: 6px 20px 26px 20px;
}
.post_title_sp {
  padding-bottom: 2px;
}
.post_article_body :is(.post_title, .header_crumbs, .post_author, .post_service, .post_tags, .post_social_wrapper, .post_article .article_label_adv) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.post_article_body .post_text > *:not(.back_top) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.post_news_body .post_text > *:not(.back_top) {
  padding-left: 20px;
  padding-right: 20px;
}
.section_article_wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.section_article_adv {
  padding: 30px 20px;
  width: 100%;
  max-width: 340px;
}
.header_crumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
  line-height: 1.1em;
  text-transform: uppercase;
  padding: 0 20px 5px 20px;
}
.layout_n_wrapper .header_crumbs {
  padding-top: 12px;
  padding-bottom: 12px;
}
.post_article_body .header_crumbs {
  padding-left: 20px;
  padding-right: 20px;
}
.header_crumbs a, .header_crumbs span {
  display: inline-block;
  padding-right: 12px;
}
.header_crumbs a:not(:last-child):after {
  content: "";
  border: solid #111;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(-45deg);
  position: relative;
  left: 6px;
  top: -2px;
}
.header_crumbs a:hover {
  color: var(--link-hover-color);
}
.post_photo {
  padding-bottom: 14px;
  position: relative;
}
.post_photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post_photo .post_photo_source {
  color: var(--white-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 3px 20px;
  position: absolute;
  bottom: 16px;
}
.post_text {
  font-weight: 100;
  line-height: 1.45em;
  font-size: 1.1em;
}
/*.post_article_body .post_text {max-width: 760px; margin-left: auto; margin-right: auto;}*/
.post_text p {
  padding: 10px 0;
}
.post_text > h2 {
  padding: 16px 0 10px 0;
  font-size: 28px;
  line-height: 1.15em;
}
.post_text a {
  color: inherit;
  box-shadow: inset 0 -2px var(--link-border-color);
  border-bottom: none;
}
.post_text a:hover {
  color: var(--link-hover-color);
}
.post_author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}
.post_author_media {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 11px;
  flex: 0 0 50px;
}
.post_author_name {
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.post_author_name a:hover {
  color: var(--link-hover-color);
}
.post_author_name > span {
  display: block;
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
  padding-top: 2px;
}
.post_author_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post_date {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3em;
}
.post_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 10px 20px;
}
.post_views {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-right: 10px;
}
.post_comments {
  display: flex;
  font-size: 12px;
  align-items: center;
}
a.post_comments:hover {
  color: var(--link-hover-color);
}
a.post_comments:hover > span > * {
  fill: var(--link-hover-color);
}
.post_views .icon_view {
  display: inline-block;
  margin-right: 5px;
}
.post_statistic {
  display: flex;
}
.post_comments .icon_comments {
  display: inline-block;
  margin-right: 1px;
}
.icon_comments .comment_s_icon {
  position: relative;
  bottom: -2px;
}
.post_side_discussions {
  background: var(--light-green-color);
  border-radius: var(--img-border-radius);
  margin-bottom: 30px;
}
.post_side_section {
  background: var(--section-bg-color);
  border-radius: var(--img-border-radius);
  margin-bottom: 30px;
}
.post_side_news {
  border-radius: var(--img-border-radius);
  border: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-bottom: 30px;
}
.side_sm_title {
  display: flex;
  align-items: center;
  padding: 13px 20px 16px 20px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.side_sm_title h4 {
  font-weight: 600;
}
.side_sm_title a:hover {
  color: var(--link-hover-color);
}
.button_more {
  display: block;
  border: var(--divider-color) 1px solid;
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--dark-color);
  padding: 7px 15px 5px 15px;
  margin: 18px 0 18px 0;
  border-radius: var(--tag-border-radius);
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.post_side_news .button_more {
  margin-bottom: 0;
}
.section_list_content_sp .button_more {
  margin-bottom: 40px;
}
.post_tags {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 20px 10px 20px;
}
.post_tags a, .post_tags span {
  display: inline-block;
  position: relative;
  color: var(--black-color);
  padding: 7px 14px 6px 14px;
  margin-right: 6px;
  border: var(--black-color) 1px solid;
  border-radius: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.post_tags a:hover {
  color: var(--link-hover-color);
  border-color: var(--link-hover-color);
}
.post_social_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.post_social {
  padding: 0;
  display: flex;
  position: relative;
}
.post_social > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: var(--black-color) 3px solid;
  margin-right: 8px;
}
.post_social .facebook_icon, .post_social .x_icon, .post_social .telegram_icon, .post_social .link_icon {
  width: 30px;
  height: 30px;
}
.section_author_info_social {
  padding: 0;
  display: flex;
  margin-top: 12px;
}
.section_author_info_social > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: var(--black-color) 3px solid;
  margin-right: 8px;
}
.section_author_info_social .facebook_icon, .section_author_info_social .x_icon, .section_author_info_social .telegram_icon, .section_author_info_social .linkedin_icon, .section_author_info_social .mail_icon {
  width: 30px;
  height: 30px;
}
.section_author_info_social > a:hover {
  border-color: var(--link-hover-color);
}
.section_author_info_social > a:hover > span > * {
  fill: var(--link-hover-color);
}
.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_social > a:hover {
  border-color: var(--link-hover-color);
}
.post_social > a:hover > span > * {
  fill: var(--link-hover-color);
}
.post_social_title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 6px;
}
.section_title_sm {
  display: flex;
  align-items: center;
  padding: 13px 20px 16px 20px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.section_title_sm h4 {
  font-weight: 600;
}
.section_other_news_wrapper, .section_other_articles_wrapper, .section_other_sp_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section_other_news, .section_other_articles {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.section_other_sp {
  margin-top: 20px;
  margin-bottom: 50px;
}
.section_other_news_wrapper .article_story_grid, .section_other_sp_wrapper .article_story_grid {
  width: 33.333333%;
}
.section_other_sp_4xlist_wrapper .article_story_grid {
  width: 25%;
}
.section_other_news .article_story_grid .article_title, .section_other_articles .article_story_grid .article_title {
  font-size: 16px;
  padding-top: 5px;
}
.post_policy {
  font-size: 14px;
  line-height: 1.2em;
  color: var(--caption-color);
}
.back_top {
  display: flex;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border: var(--black-color) 1px solid !important;
  background: var(--light-color);
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  box-shadow: none !important;
  justify-content: center;
}
.back_top .icon_arrow, .post_contents_close_button .icon_arrow {
  border: var(--black-color) 3px solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: auto;
  position: relative;
  top: 2px;
}
.icon_arrow_right_totop {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.post_contents {
  border-radius: var(--img-border-radius);
  border: var(--divider-color) 1px solid;
  padding: 10px 20px 5px 20px;
  margin: 16px -20px;
  position: relative;
}
.post_contents ul {
  font-weight: 600;
}
.post_contents ul a {
  box-shadow: none;
}
.post_contents_title, .post_rating_title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 0;
}
.post_contents_close_button {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.post_contents_close_button .icon_arrow {
  left: 7px;
  top: -3px;
  transition: transform 0.3s ease;
}
.post_text ul {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px;
}
.post_text ol {
  display: block;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px;
  margin-left: 20px;
}
.post_text ul li, .post_text ol li {
  position: relative;
  padding: 10px 0 10px 30px;
}
.post_text ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  left: 0px;
  top: 18px;
  z-index: 2;
}
.post_text :is(.post_contents, .post_rating) ul {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  padding-bottom: 1em;
}
.post_text :is(.post_contents, .post_rating) ul li, .post_text :is(.post_contents, .post_rating) ol li {
  position: relative;
  padding: 2px 0 2px 0;
}
.post_text :is(.post_contents, .post_rating) ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  left: -18px;
  top: 10px;
  z-index: 2;
}
.post_rating {
  border-radius: var(--img-border-radius);
  border: var(--divider-color) 1px solid;
  padding: 10px 20px 15px 20px;
  margin: 28px -20px 16px -20px;
}
.post_rating_number {
  font-size: 64px;
  line-height: 1em;
}
.post_rating_value {
  display: flex;
  align-items: flex-end;
  margin: 0 0 6px 0;
  font-size: 64px;
  line-height: 1em;
  font-weight: 700;
}
.post_rating_info {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 8px;
  font-weight: 600;
}
.post_rating_bar {
  background: var(--medium-grey-color);
  height: 18px;
  border-radius: var(--tag-border-radius);
  overflow: hidden;
}
.post_rating_bar_value {
  background: var(--medium-blue-color);
  height: 18px;
  overflow: hidden;
}
.post_rating_description {
  padding-top: 16px;
}
.post_rating_properties ~ .post_rating_description {
  border-top: var(--divider-color) 1px solid;
  margin-top: 8px;
}
.post_contents ul {
  transition: max-height 0.3s ease, opacity 0.3s ease, padding-bottom 0.3s ease;
  max-height: none;
  overflow: hidden;
  opacity: 1;
}
.post_contents ul.hidden {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0
}
.post_contents_close_button.active {
  cursor: pointer;
}
.post_contents_close_button.active .icon_arrow_right_totop {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.post_rating_properties {
  display: flex;
  padding-top: 28px;
}
.post_rating_properties > .post_rating_properties_item {
  width: 50%;
  padding-right: 16px;
}
.post_rating_properties_title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 0;
}
.post_rating_properties ul {
  font-size: 16px;
  line-height: 1.2em;
}
.post_text .post_rating_properties ul li {
  position: relative;
  padding: 3px 0 4px 0;
}
.post_rating_properties_title {
  display: flex;
  align-items: center;
}
.post_rating_properties_title [class^="icon_"] {
  display: inline-block;
  margin-right: 5px;
}
.post_rating_choice {
  text-align: center;
  padding: 10px;
}
.post_rating_choice img {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.post_review_source {
  background: var(--light-blue-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: var(--img-border-radius);
  margin: 22px -20px 16px -20px;
  text-align: center;
}
.post_article_body .post_text .fullwidth_element {
  max-width: 900px;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin: 15px auto;
}
.post_news_body .post_text .fullwidth_element {
  max-width: 900px;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin: 15px auto;
}
.post_gallery_description, .post_news_photo_captain {
  font-style: italic;
}
.post_news_photo_captain {
  padding-top: 8px;
}
.post_gallery_source, .post_news_photo_source {
  color: var(--black-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 3px 0 0 0;
}
.post_gallery_description + .post_gallery_source {
  margin-top: -16px;
}
.image_box_center {
  clear: both;
  margin: 24px auto 18px auto;
  text-align: center;
}
.image_box_center img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post_photo_captain {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  padding-top: 10px;
}
.post_photo_source {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--black-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-top: 5px;
}
.gallery_box img {
    max-width: 100%;
    max-height: 900px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.section_article_wide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: var(--white-color);
  border-radius: var(--img-border-radius);
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 60px;
}
.section_article_wide .post_article {
  padding: 0;
}
.section_article_wide .post_article_body {
  padding-top: 0;
}
.section_article_wide .section_other_news {
  margin-left: 0;
  margin-right: 0;
}
.section_article_wide .post_title, .section_article_wide .header_crumbs, .section_article_wide .post_photo .post_photo_source, .section_article_wide .article_label_adv, .section_article_wide .article_label_sp {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.section_page_title {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
  margin: 0 20px 22px 20px;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.section_page_title h1 {
  font-weight: 600;
}
.section_author_info {
  padding: 24px 20px;
  /*background: var(--light-blue-color);*/
  border: var(--divider-color) 1px solid;
  margin: 0 20px 30px 20px;
  border-radius: var(--img-border-radius);
  display: flex;
  align-items: center;
}
.section_author_info_media {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
  flex: 0 0 120px;
}
.section_author_info_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.section_author_info_name {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.section_author_info_description {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.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;
  border: var(--divider-color) 1px solid;
  border-radius: var(--img-border-radius);
  margin: 0 20px 30px 20px;
  padding: 12px;
}
.section_authors_list_wrapper .article_author_list {
  width: calc(50% - 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 span {
  display: block;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}
.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 {
  color: var(--link-hover-color);
}
.post_article_error {
  background: none;
}
.post_article_error .post_title {
  text-align: center;
  font-size: 38px;
  padding-bottom: 50px;
}
.post_article_error .post_text {
  text-align: center;
}
.section_page_title a {
  margin-left: 10px;
  margin-right: 10px;
}
.main .layout_n_wrapper + .section_page_title {
  padding-top: 0px;
}
.pagination_archive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination_archive .pagination_item {
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.pagination_archive .pagination_item {
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.pagination_archive .pagination_item:first-child a {
  margin-right: 8px;
}
.pagination_archive .pagination_item:last-child a {
  margin-left: 8px;
}
.table_wrapper {
  overflow-x: auto;
}
.table {
  margin: 18px 1px 18px 1px;
  border-collapse: collapse;
  /*border-radius: 8px;*/
  border-style: hidden;
  box-shadow: 0 0 0 1px var(--divider-color);
  width: calc(100% - 2px);
  background: var(--table-blue-color);
}
.table p {
  margin: 0px;
  padding: 0 0 8px 0;
}
.table td, .table th {
  border: var(--divider-color) 1px solid;
  border-collapse: collapse;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
  vertical-align: top;
}
.table th {
  background: var(--main-color-light);
}
.table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table b, .table strong {
  font-weight: 600;
}
.post_text blockquote {
  padding: 10px 0;
  margin: 1.1em 0;
  padding: 20px 16px;
  border-left: none;
  background: var(--light-blue-color);
  border-radius: var(--img-border-radius);
}
blockquote.post_quote:before {
  content: '';
  display: block;
  width: 55px;
  height: 42px;
  margin-bottom: 6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="42" viewBox="0 0 55 42"><defs><style> .cls-1 { fill: none; stroke: %23111111; stroke-width: 1px; fill-rule: evenodd; } </style></defs><path class="cls-1" d="M15.529,15.359A11.9,11.9,0,0,1,26.364,27.148V27.16a0.047,0.047,0,0,0,0,.027,11.385,11.385,0,0,1-6.1,10.264,12.015,12.015,0,0,1-5.891,1.535c-0.05,0-.1-0.005-0.151-0.008l-0.07,0c-7.115.213-12.507-4.437-13.079-11.609A19.662,19.662,0,0,1,4.049,15.622C6.105,12.165,8.35,8.811,10.6,5.458L11.51,4.092c0.071-.106.2-0.32,0.326-0.538s0.257-.442.325-0.56H23.648Zm27.652,0A11.9,11.9,0,0,1,54.016,27.148c0,0.008,0,.019,0,0.029a0.027,0.027,0,0,0,0,.01,11.385,11.385,0,0,1-6.1,10.264,12.015,12.015,0,0,1-5.891,1.535c-0.037,0-.074,0-0.111-0.006s-0.074-.006-0.111-0.006c-7.115.213-12.507-4.437-13.079-11.609A19.663,19.663,0,0,1,31.7,15.622c2.056-3.458,4.3-6.811,6.546-10.164l0.915-1.367c0.142-.213.516-0.863,0.652-1.1H51.306Z"/></svg>');
}
.post_news .article_label_adv, .post_article .article_label_adv, .section_article_wide .article_label_adv {
  color: var(--adv-color);
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 8px 20px 0 20px;
  background: none;
  text-transform: uppercase;
}
.section_article_wide .article_label_sp {
  color: var(--adv-color);
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 20px 18px 20px;
}
.post_news .article_label_adv a, .post_article .article_label_adv a, .section_article_wide .article_label_adv a {
  color: var(--adv-color);
}
.promoted {
  background: var(--adv-color-light);
}
.promoted .back_top {
  background: var(--adv-color-light);
}
.section_article_sp .section_article_wrapper {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.section_article_sp .post_article_body .post_text > *:not(.back_top) {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section_article_sp .post_article_body {
  padding-bottom: 0;
}
.menu_popup, .search_popup {
  display: none;
  background: var(--light-color);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .36);
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .36);
  box-shadow: 0 3px 4px rgba(0, 0, 0, .36);
}

.header_main.active_m {
  background: var(--menu-color);
}
.popup {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  padding: 20px;
  min-height: 200px;
}

.menu_popup_section {top: 80px;}

.main_page .popup {
  top: 100px;
}
.search_form {
  width: 100%;
  display: table;
  position: relative;
}
.search_field {
  width: 100%;
  border: var(--dark-color) 1px solid;
  padding: 15px 10px;
  color: var(--dark-color);
  background: var(--light-color);
  font-size: 15px;
  padding-right: 120px;
  font-family: fira sans, sans-serif
}
.search_button {
  background: var(--dark-color);
  padding: 10px 35px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 600;
  font-stretch: normal !important;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: 8px;
  right: 5px;
  font-family: fira sans, sans-serif
}
.search_form_wrapper .search_button {
  background: var(--dark-color);
  padding: 10px 28px;
  box-sizing: border-box;
}
.search_form_wrapper .search_button:hover {
  color: var(--light-link-hover-color);
}
.search_form_wrapper {
  margin-top: 40px;
}
.top_menu_topic {
  list-style: none
}
.top_menu_topic a {
  color: var(--dark-color);
  padding: 6px 26px;
  border-radius: var(--tag-border-radius);
  border: var(--dark-color) 3px solid;
  display: flex;
  align-items: center;
}
.top_menu_topic li {
  margin: 8px 3px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
.top_menu_topic a:hover .topic_icon {
  fill: var(--link-hover-color);
}
.top_menu_proj {
  list-style: none
}
.top_menu_proj a {
  color: var(--dark-color);
}
.top_menu_proj li {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
.menu_title {
  padding: 0 0 13px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: .5;
  display: none;
}
.header_wrapper_t {
  display: flex;
}
.section_search {
  margin: 10px 20px 20px 20px;
}
.section_list_content .section_search {
  margin-bottom: 40px;
}
.section_search_title {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.1em;
}
.menu_popup .lang_menu_item {
  border: var(--black-color) 1px solid;
  border-radius: var(--tag-border-radius);
  padding: 0 10px 1px 10px;
  margin-left: 4px;
  line-height: 1em;
}
.menu_popup .lang_menu_item > span {
  color: var(--black-color);
}
.menu_popup .lang_menu_item_active {
  background: var(--dark-color);
}
.menu_popup .lang_menu_item_active > span {
  color: var(--white-color);
}
.post_video, .media_embed {
    margin: 24px auto 18px auto;
    position: relative;
}
.post_video:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.post_video > * {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post_video > [id^="embed-"] {
  position: relative !important;
}
.post_video .twitter-tweet.twitter-tweet-rendered {
  position: initial !important;
  margin-left: auto;
  margin-right: auto;
}
.post_video:has(.twitter-tweet)::before {
  display: none;
}

.advtext {
  display: block !important;
  font-family: proxima_nova_rgregular, Arial, sans-serif;
  font-size: 9px;
  color: #bbb;
  text-transform: uppercase;
  text-align: left !important;
  max-width: 980px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
/* calendar b */
.ui_datepicker_inline {
  display: flex;
  flex-wrap: wrap;
}
.ui_datepicker_calendar {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}
.ui_datepicker_group {
  width: calc(100% / 3 - 40px);
  margin: 0 20px 50px;
  position: relative;
}
.ui_datepicker_title {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  text-transform: uppercase;
  text-align: left;
  padding: 12px 10px;
}
.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 {
  width: 20px;
  text-align: center;
}
.ui_datepicker_calendar td a {
  font-weight: 600;
  color: var(--black-color);
  margin-left: auto;
  margin-right: auto;
}
.ui_datepicker_calendar td a, .ui_datepicker_calendar td span, .ui_datepicker_calendar th span {
  display: block;
  padding: 7px 0;
  width: 28px;
}
.ui_datepicker_calendar a:hover {
  color: var(--link-hover-color);
}
/* calendar e */
/* gallery b */
.f-carousel__nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.f-carousel:hover .f-carousel__nav {
  opacity: 1;
  visibility: visible;
}
/* gallery e*/
/* quizz b */
.quizz_heading a {
  color: var(--black-color);
  box-shadow: none
}
.quizz_heading {
  color: var(--black-color);
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.quizz_heading:before {
  content: "";
  background: var(--black-color);
  width: 100%;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.quizz_heading a {
  color: var(--black-color);
  display: inline-block;
  padding-top: 16px;
}
.quizz_box_result_wrap .quizz_heading a {
  padding-top: 0;
}
.quizz_heading a span {
  font-size: 32px;
}
.quizz_button {
  background: #bce0c3;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 10%;
  box-sizing: border-box;
}
.quizz_button:disabled {
  opacity: 0.6;
}
.quizz_button_empty {
  color: var(--black-color);
  border: var(--black-color) 1px solid;
  background: var(--light-blue-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 6%;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 30px;
}
.quizz_button_empty:hover {
  transition: color 0.3s ease 0s;
  opacity: 0.85;
}
.quizz_button_wrap {
  padding: 25px 0;
}
.quizz_box_title a {
  color: #111;
  font-weight: normal;
}
.quizz_box_title a:hover {
  text-decoration: none;
}
.quizz_box {
  padding: 14px 0 10px 0;
}
.quizz_box_title {
  font-weight: 700;
  line-height: 1.1em;
  color: #111;
  padding: 6px 0;
  font-size: 28px;
}
.quizz_box .quizz_button {
  padding: 14px 5%;
}
.quizz_box_answers {
  padding: 20px 0;
}
.quizz_box_image {
  margin: 20px 0 -10px 0;
  position: relative;
}
.quizz_box_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius)
}
.quizz_box_image_source {
  font-size: 9px;
  color: var(--black-color);
  text-transform: uppercase;
}
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-color: #aaa;
  border: #aaa 1px solid;
}
.quizz_box_answers input:checked + label {
  z-index: 9;
  background: #d3f3ee;
  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:hover:before {}
.quizz_box_answers label {
  font-size: 1rem;
  line-height: 1.3em;
  cursor: pointer;
  display: block;
  padding: 15px 13px 16px 55px;
  position: relative;
  border: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: -1px;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
}
.quizz_box_answers label:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid var(--dark-color);
  box-sizing: border-box;
}
.quizz_box_answers input:hover + label:before {
  border-width: 4px;
  width: 23px;
  height: 23px;
}
.quizz_box_answers input:checked + label:before {
  border: #fff 4px solid;
}
.quizz_box_answers input:checked[disabled]:hover + label:before {
  border-color: #fff;
  border: #fff 4px solid;
}
.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 {
  color: #f5f3f3;
}
.quizz_box_answers label.correct.active {
  z-index: 9;
}
.quizz_box_answers label.wrong.active {
  background: #f5f3f3;
  z-index: 9;
}
.quizz_box_answers label.correct:before {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-width: 3px; %7D .cls-2 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M16.883,23.443L13.875,20.5,12,22.358,16.888,27,27,15.858,25.108,14Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0;
  color: #fff;
  border: none !important;
  left: 6px;
  top: 7px;
}
.quizz_box_answers label.correct.active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-width: 3px; %7D .cls-2 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M16.883,23.443L13.875,20.5,12,22.358,16.888,27,27,15.858,25.108,14Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.quizz_box_answers label.wrong:before {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-width: 3px; %7D .cls-2 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M25.578,12.686L19.5,18.764l-6.078-6.078-1.737,1.737L17.764,20.5l-6.078,6.078,1.737,1.737L19.5,22.237l6.078,6.078,1.737-1.737L21.237,20.5l6.078-6.078Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0;
  color: #fff;
  border: none !important;
  left: 12px;
  top: 15px;
}
.quizz_box_answers input:hover + label.correct:before {
  border-width: 1px;
  width: 21px;
  height: 21px;
}
.quizz_box_answers label.incorrect {
  color: #bce0c3;
}
.quizz_box_answers label.incorrect:before {
  display: block;
  font-family: 'mind' !important;
  content: "\e604";
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  position: absolute;
  background: #bce0c3;
  color: #fff;
  border: none;
}
.quizz_box_answers input:hover + label.correct:before, .quizz_box_answers input:hover + label.wrong:before {
  width: 40px;
  height: 40px;
}
.quizz_box_answers label:first-of-type {
  border-top-left-radius: var(--img-border-radius);
  border-top-right-radius: var(--img-border-radius);
}
.quizz_box_answers label:last-of-type {
  border-bottom-left-radius: var(--img-border-radius);
  border-bottom-right-radius: var(--img-border-radius);
}
.quizz_box_description {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  padding: 10px 0 4px 0;
  font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity .5s linear;
    position: absolute;
}
.quizz_box_description.fadeOut {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.quizz_box_description a {
  text-decoration: underline;
}
.quizz_box_image_about {
  color: #9b9b9b;
  position: absolute;
  bottom: 0;
  padding: 5px 20px;
}
.quizz_box_result_image {
  margin: 15px -20px -10px -20px;
  position: relative;
  /* border-radius: var(--img-border-radius);*/
}
.quizz_box_result_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.quizz_box_result {
  overflow: hidden;
  margin-bottom: 10px;
}
.quizz_box_result .quizz_box_result_title {
  font-size: 42px;
  padding: 0;
  margin-bottom: -8px;
  color: #111;
  font-weight: 800;
}
.quizz_box_result .quizz_box_result_number {
  font-size: 62px;
  line-height: 1.2em;
  padding: 0;
  color: #111;
  font-weight: 400;
}
.quizz_box_result_image .quizz_box_result_title {
  font-size: 36px;
  line-height: 1.1em;
  padding: 0;
  margin-bottom: -8px;
  color: #fff;
  font-weight: 700;
  /*text-align: center;*/
}
.quizz_box_result_image .quizz_box_result_number {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0;
  color: #fff;
  /*text-align: center;*/
}
.quizz_box_result_image .quizz_box_result_content {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  padding: 60px 0 15px 0;
}
.quizz_box_result .quizz_box_result_content {
  padding: 10px 20px 10px 20px;
}
.quizz_box_result_image .quizz_box_result_content {
  position: absolute;
  padding: 20px 20px 35px 20px;
}
.quizz_box article a:link, .quizz_box .article a:link {
  color: #23527c;
  text-decoration: underline;
}
.quizz_box_result_wrap {
  background: var(--light-blue-color);
  padding: 20px;
  margin: 45px 0 25px 0;
  transition: visibility 0s, opacity .5s linear;
}
.quizz_box_result_wrap.fadeOut {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.quizz_box_result_wrap .quizz_heading:before, .quizz_box_result_wrap .quizz_heading:after {
  background: none;
  display: none;
}
.quizz_box_result_wrap .quizz_button_empty {
  border-width: 1px;
}
.post_article_body .post_text > .quizz_box_result_wrap {
  max-width: 720px;
  border-radius: var(--img-border-radius);
}
.quizz_box_result_wrap .post_article_text {
  font-weight: 600;
}
/* quizz e */
@media screen and (min-width:820px) and (max-width:1024px) {
  .section_authors_list_wrapper .article_author_list {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width:820px) {
  .unit_side_banner {
    position: sticky;
    top: 40px;
  }
  .section_news_adv .unit_side_banner {
    margin-left: -10px;
  }
  .main_page .header_logo {
    width: 170px;
  }
  .main_page .header_logo .mezha_logo_img {
    width: 125px;
    height: 39px;
  }
  .main_page .header_logo .mezha_logo_img_img {
    width: 43px;
    height: 36px;
    margin-right: 8px;
  }
  .main_page .header_logo {
    top: 12px;
  }
  .menu_popup .lang_menu {
    display: none;
  }
}
@media screen and (max-width:1420px) {
  .section_main_discussions_wide {
    margin: 0;
    border-radius: 0;
  }
  .section_article_wide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width:1200px) {
  .nav_link {
    display: none
  }
  .article_story_grid_top .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
  }
  .article_story_grid_top .article_title {
    font-size: 40px
  }
  .article_story_grid_top .article_media {
    position: relative;
    overflow: hidden;
  }
  .section_article_wide .post_title {
    font-size: 42px;
  }
  .post_article_error .post_title {
    font-size: 48px;
    padding-bottom: 60px;
  }
  .section_article_wide .article_label_adv {
    font-size: 18px;
  }
  .section_article_wide .post_title_sp {
    font-size: 54px;
  }
  .section_other_sp_list_wrapper .article_story_grid .article_title {
    font-size: 24px;
  }
}
@media screen and (max-width:1200px) {
  .index_wrapper, .main_menu {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .index_item_wrapper, .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
  }
  .article_story_grid_top .article_title {
    font-size: 32px;
  }
  .section_news_wrapper {
    grid-template-columns: 320px auto;
  }
  .post_news {
    grid-area: 1 / 2 / 2 / 3;
  }
  .section_news_side {
    grid-area: 1 / 1 / 2 / 2;
  }
  .section_news_adv {
    display: none;
  }
  .post_article_body .post_text :is(.post_contents, .post_rating, .post_review_source) {
    margin: 16px 20px;
    max-width: 760px;
  }
  .ui_datepicker_group {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 50px;
    position: relative;
  }
  .post_text > blockquote {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (min-width:1100px) {
  .section_topic_c_wrapper .article_story_list {
    border: none;
  }
  .section_topic_c_wrapper .article_story_list {
    padding: 0 20px 0 20px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (max-width:1100px) {
  .section_topic_c_wrapper {
    padding: 0 20px 20px 20px;
  }
  .section_topic_c_wrapper .article_story_list {
    padding: 13px 0 0 0;
    margin-top: 0;
    margin-bottom: 13px;
    width: 100%;
  }
  .section_topic_c_wrapper .article_story_list:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  .post_article_body .post_text > .quizz_box_result_wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width:989px) {
  .header_wrapper {
    padding: 12px 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
  }
  .index_item {
    padding: 10px 14px;
    margin-left: 3px;
    margin-right: 3px
  }
  .section_topic_b_wrapper {
    flex-wrap: wrap;
  }
  .section_topic_b .article_story_grid, .section_topic_b .section_topic_b_list {
    width: 100%;
  }
  .section_topic_b_list .article_story_list_sm:first-child {
    border-top: var(--divider-color) 1px solid;
    padding-top: 13px;
  }
  .section_topic_b .article_story_grid {
    margin-bottom: 18px;
  }
  .section_other_news_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_other_news_wrapper .article_story_grid {
    width: 100%;
  }
  .section_other_news_wrapper .article_story_grid {
    padding: 14px 0 2px 0;
    border-top: var(--divider-color) 1px solid;
    overflow: hidden;
    margin-top: 13px;
    position: relative;
    margin-bottom: 0;
  }
  .section_other_news_wrapper .article_story_grid:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  .section_other_news_wrapper .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
  }
  .section_other_news_wrapper .article_story_grid .article_media {
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
    flex: 0 0 206px;
  }
  .section_other_news_wrapper .article_story_grid .article_title a:after {
    right: 0;
    left: 0;
  }
  .section_other_news .article_story_grid .article_title {
    font-size: 18px;
    padding-top: 0;
    line-height: 1.2em
  }
  .section_other_sp_wrapper .article_story_grid {
    width: 50%;
  }
  .theme_link {
    margin-left: 7px;
  }
}
@media screen and (max-width:820px) {
  .header_wrapper_l {
    order: -2
  }
  .header_wrapper_s {
    order: -1;
    display: none;
  }
  .icon_search {
    margin: 0 0 0 6px
  }
  .top_menu_wrapper {
    padding: 30px 0 90px 0
  }
  .top_menu_wrapper {
    flex-wrap: wrap
  }
  .header_main .lang_menu {
    display: none
  }
  .section_list_wrapper, .section_main_topics_wide, .section_main_discussions_wide_list {
    flex-wrap: wrap;
  }
  .section_main_discussions_wide_list {
    padding: 0 20px 15px 20px;
  }
  .section_main_discussions_wide_list .article_story_grid .article_title a:after {
    left: 0;
    right: 0;
  }
  .section_main_discussions_wide_list .article_story_grid:first-child {
    border: none;
    padding-top: 0;
  }
  .section_main_topics_wide_top, .section_main_topics_wide_list {
    width: 100%;
  }
  .section_list_content {
    max-width: 100%;
    padding: 0;
  }
  .section_side {
    width: 100%;
    max-width: 100%;
  }
  .section_main_discussions_wide_list .article_story_grid {
    width: 100%;
    border-top: var(--divider-color) 1px solid;
    padding: 13px 0 13px 0;
    margin-bottom: 0;
  }
  .section_side {
    padding: 15px 20px;
  }
  .layout_n_wrapper:not(.layout_n_wrapper_list) .section_side {
    order: 0;
  }
  .section_side_list {
    display: none;
  }
  .section_main_discussions_wide {
    padding-top: 15px;
  }
  .article_story_grid_top .article_title {
    font-size: 28px;
  }
  .unit_side_banner :not(script):not(style) {
    margin-bottom: 10px;
  }
  .section_news_wrapper {
    display: block;
  }
  .post_news {
    padding-bottom: 10px;
  }
  .section_news_side {
    max-width: 100%;
    order: 1;
  }
  .section_article_wrapper {
    flex-wrap: wrap;
  }
  .section_article_adv {
    max-width: 100%;
  }
}
@media screen and (min-width:640px) {
  .nav_link {
    display: none
  }
}
@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%
  }
  .top_menu_wrapper {
    padding: 10px 0 30px 0
  }
  .top_menu_item {
    padding: 20px 0
  }
  .header_logo, .footer_logo {
    width: 145px;
	top: 13px;
  }
.header_logo_section, .footer_logo_section {
    width: 190px;
    top: 11px;
}
  .mezha_logo_img {
    width: 105px;
    height: 33px;
  }
  .mezha_logo_img_img {
    width: 38px;
    height: 30px;
  }
  .post_title {
    font-size: 28px;
  }
  .post_rating_properties {
    flex-wrap: wrap;
  }
  .post_rating_properties > .post_rating_properties_item {
    width: 100%;
  }
  .section_author_info_name {
    font-size: 22px;
  }
  .section_authors_list_wrapper .article_author_list {
    width: calc(100% - 24px);
  }
  .article_author_list {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .icon_close, .icon_menu {
    margin-right: 3px;
  }
  .search_form_wrapper {
    margin-top: 30px;
  }
  .quizz_box_result .quizz_box_result_number {
    font-size: 36px;
  }
  h2.quizz_box_title {
    font-size: 20px;
    line-height: 1.2em;
  }
  .quizz_box_result .quizz_box_result_title {
    font-size: 22px;
  }
  .quizz_box_result_image .quizz_box_result_content {
    position: absolute;
    padding: 12px 20px 25px 20px;
  }
}
@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_main_topics_wide_list .article_story_grid {
    width: 100%;
  }
  .section_main_topics_wide_list .article_story_grid .article_body, .article_story_list .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
  }
  .section_main_topics_wide_list .article_story_grid .article_media, .article_story_list .article_media, .section_other_news_wrapper .article_story_grid .article_media {
    width: 120px;
    height: 92px;
    margin: 0 20px 0 0;
    flex: 0 0 120px;
    border-radius: var(--img-border-radius);
  }
  .section_main_topics_wide_list .article_story_grid .article_media img, .article_story_list img, .section_other_news_wrapper .article_story_grid .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0;
  }
  .section_main_topics_wide_list .article_story_grid .article_content, .article_story_list .article_content {
    width: calc(100% - 140px);
  }
  .article_story_list .article_title {
    font-size: 18px;
  }
  .section_main_topics_wide_list .article_story_grid .article_title {
    padding-top: 0;
    padding-bottom: 2px;
    font-size: 17px;
  }
  .article_story_grid {
    margin-bottom: 24px;
  }
  .article_story_grid_top .article_title {
    padding-bottom: 0;
  }
  .section_topic_b, .section_topic_c {
    border-radius: 0;
  }
  .article_story_grid_top .article_title {
    font-size: 24px;
  }
  .article_story_grid, .section_main_discussions_wide_list, .section_articles_list_wrapper, .section_topic_b .section_topic_b_list, .section_topic_c_wrapper, .post_news, .section_news_side, .post_article, .layout_n_wrapper .header_crumbs, .section_other_news_wrapper, .post_article {
    padding-left: 12px;
    padding-right: 12px;
  }
  .section_title, .section_author_info {
    margin-left: 12px;
    margin-right: 12px;
  }
  .section_other_news, .section_other_articles {
    margin-left: -12px;
    margin-right: -12px;
  }
  .article_story_grid .article_title a:after {
    right: 12px;
    left: 12px;
  }
  .header_logo, .footer_logo {
    width: 140px;
    top: 14px;
  }
.header_logo_section, .footer_logo_section {
        width: 160px;
        top: 11px;
    }
  .mezha_logo_img {
    width: 91px;
    height: 29px;
  }
  .mezha_logo_img_img {
    width: 33px;
    height: 26px;
  }
  .main_menu {
    padding-left: 0;
    padding-right: 0;
  }
  .main_menu {
    padding: 6px 4px 6px 4px;
  }
  .section_topic_c {
    margin: 0 0 30px 0;
  }
  .post_news, .post_article {
    padding-top: 20px;
  }
  .post_article_body .post_text .post_contents {
    padding-left: 12px;
    padding-right: 12px;
  }
  .post_contents ul {
    font-size: 16px;
  }
  .post_text ul li:before {
    top: 12px;
  }
  .post_text > h2 {
    font-size: 22px;
  }
  .post_title {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .post_title_sp {
    padding-bottom: 2px;
  }
  .post_photo {
    padding-bottom: 12px;
  }
  .back_top {
    bottom: 12px;
    right: 12px;
  }
  .post_photo .post_photo_source {
    padding: 3px 12px;
  }
  .section_page_title {
    font-size: 24px;
  }
  .section_author_info {
    flex-wrap: wrap;
  }
  .section_author_info_media {
    width: 100%;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    flex-basis: auto;
    margin: 0 auto 18px auto;
  }
  .section_author_info_details {
    font-size: 16px;
  }
  .ui_datepicker_group {
    width: calc(100% - 40px);
    margin: 0 20px 50px;
    position: relative;
  }
  .ui_datepicker_group {
    width: 100%;
    max-width: 350px;
    margin: 0 20px 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .section_other_sp_wrapper .article_story_grid {
    width: 100%;
  }
  .section_other_sp {
    margin-bottom: 20px;
  }
  .top_menu li {
    padding: 6px 0;
    display: block;
    text-align: left;
  }
  .top_menu_topic li {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }
  .top_menu_topic a {
    border: var(--divider-color) 1px solid;
    padding: 6px 18px;
  }
  .top_menu_proj li {
    padding: 6px 0;
    font-size: 14px;
    display: block;
    text-align: left;
  }
  .menu_title {
    display: block;
    text-align: left;
  }
  .top_menu_item {
    padding-bottom: 5px;
  }
  .quizz_box_result_image .quizz_box_result_content {
    position: static;
    background: none;
    padding: 12px 20px 10px 20px;
    overflow: visible;
  }
  .quizz_box_result_image {
    margin-bottom: 0;
  }
  .quizz_box_result_title {
    padding-bottom: 4px;
  }
}
@media screen and (max-width:420px) {}
@media screen and (max-width:380px) {
  .article_story_grid .article_title, .article_story_list .article_title, .article_story_list_sm .article_title, .section_topic_c_wrapper .article_story_list .article_title, .section_other_news .article_story_grid .article_title {
    font-size: 16px;
  }
  .article_story_grid_top .article_title, .section_topic_b .article_story_grid .article_title {
    font-size: 20px;
  }
  .article_story_grid .article_title {
    padding-top: 6px;
  }
  .section_main_topics_wide_list .article_story_grid .article_media, .article_story_list .article_media, .section_topic_c_wrapper .article_story_list .article_media, .section_other_news_wrapper .article_story_grid .article_media {
    width: 100px;
    height: 77px;
    margin: 0 20px 0 0;
    flex: 0 0 100px;
    border-radius: var(--img-border-radius);
  }
  .section_main_topics_wide_list .article_story_grid .article_media img, .article_story_list img, .section_other_news_wrapper .article_story_grid .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0;
  }
  .section_main_topics_wide_list .article_story_grid .article_nightcontent, .article_story_list .article_content {
    width: calc(100% - 120px);
  }
  .top_options_club {
    padding: 2px 5px 1px 5px
  }
  .post_title {
    font-size: 24px;
  }
}
[data-theme=dark] :is(body) {
  background: var(--dark-color);
}
[data-theme=dark] :is(.section_title, .section_title a, .section_list_wrapper .article_title a, .section_list_wrapper .article_date, .footer_info, .footer_copy, .footer_menu a, .pagination, .section_main_discussions_wide .article_story_grid, .section_main_discussions_wide .article_story_grid a, .top_menu a, .top_menu_proj a, .top_menu_topic a, .menu_title, .section_page_title, .main_menu > li a, .side_sm_title, .side_sm_title a, .comment_icon, .section_menu > li a, .section_author_info, .header_crumbs, .header_crumbs a, .article_author_list a, .ui_datepicker_title, .ui_datepicker_calendar td a, .ui_datepicker_calendar td, .post_news_body, .news_grid_wrapper a, .post_author_name a, .post_tags a, .section_title_sm, .section_other_news_wrapper a, .post_article_body, .post_gallery_source, .post_title, .post_photo_source, .button_more, .section_other_sp_list_wrapper .article_title a, .article_story_grid .article_date, .section_other_sp_wrapper .article_title a, .section_search_title, .post_comments, .section_top .section_main_topics_wide .article_story_grid a, .top_options_club .options_text, .lang_menu_item:not(.lang_menu_item_active) .options_text, .quizz_box_title, .quizz_heading a, .quizz_box_image_source, .quizz_box_answers input:checked + label, .header_top, .section_top_section .article_title a) {
  color: var(--dark-theme-color);
}
[data-theme=dark] :is(.section_list_wrapper .article_title a:hover, .footer_menu a:hover, .section_main_discussions_wide .article_story_grid a:hover, .section_title a:hover, .top_menu a:hover, .top_menu_topic a:hover, .top_menu_proj a:hover, .pagination_item a:hover, .section_page_title a:hover, .main_menu > li a:hover, .side_sm_title a:hover, .section_menu > li a:hover, .article_author_list a:hover, .header_crumbs a:hover, .ui_datepicker_calendar td a:hover, .news_grid_wrapper a:hover, .post_author_name a:hover, .post_tags a:hover, .section_other_news_wrapper a:hover, .button_more:hover, .section_other_sp_list_wrapper .article_title a:hover, .section_other_sp_wrapper .article_title a:hover, .post_comments:hover, .section_top_section .article_title a:hover) {
  color: var(--light-link-hover-color);
}
[data-theme=dark] :is(.footer_social_wrapper a .icon, .section_menu > li, .section_author_info_social > a, .post_tags a, .post_social > a) {
  border-color: var(--dark-theme-color);
}
[data-theme=dark] .header_crumbs a:not(:last-child):after {
  border: solid var(--dark-theme-color);
  border-width: 0 1px 1px 0;
}
[data-theme=dark] .back_top .icon_arrow, [data-theme=dark] .post_contents_close_button .icon_arrow {
  border: var(--dark-theme-color) 3px solid;
  border-width: 0 2px 2px 0;
}
[data-theme=dark] :is(.top_menu_topic a:hover, .section_menu > li:hover, .post_tags a:hover, .post_social > a:hover) {
  border-color: var(--light-link-hover-color);
}
[data-theme=dark] :is(.comment_s_icon, .view_icon, .mezha_logo_img_img, .mezha_logo_img, .arr_r_icon, .arr_l_icon, .footer_social_wrapper [class$="_icon"], .topic_icon, .header_top_wrapper .header_top .up_logo_img, .section_author_info_social [class$="_icon"], .post_social [class$="_icon"], .header_wrapper [class$="_icon"], .mezha_logo_img_sm) {
  fill: var(--dark-theme-color);
}
[data-theme=dark] :is(.footer_social_wrapper a:hover [class$="_icon"], .top_menu_topic a:hover .topic_icon, .header_logo a:hover > *, .footer_logo a:hover > *, .section_author_info_social a:hover [class$="_icon"], .post_social a:hover [class$="_icon"], .post_comments:hover .comment_s_icon) {
  fill: var(--light-link-hover-color);
}
[data-theme=dark] :is(.footer_social_wrapper a:hover .icon, .section_author_info_social > a:hover) {
  border-color: var(--light-link-hover-color);
}
[data-theme=dark] .article_story_list .article_label:not(.article_label_adv), [data-theme=dark] .top_menu_topic a, [data-theme=dark] .article_news .article_label {
  border-color: var(--dark-theme-color);
  color: var(--dark-theme-color);
}
[data-theme=dark] :is(.article_story_list, .article_story_list_sm, .section_author_info, .article_author_list, .post_side_news, .article_news, .button_more, .section_other_news_wrapper .article_story_grid, .post_contents, .post_rating, .section_side_list, .section_main_discussions_wide_list .article_story_grid) {
  border-color: var(--light-divider-color);
}
[data-theme=dark] .quizz_box_answers label {
  border-color: #545860;
}
[data-theme=dark] :is(.pagination_item a, .section_page_title a) {
  color: var(--dark-theme-color);
  border-color: var(--light-divider-color);
}
[data-theme=dark] .pagination_item_active a {
  background: var(--light-divider-color);
  border: none;
  line-height: 37px;
}
[data-theme=dark] .main_menu > .active, [data-theme=dark] .back_top, [data-theme=dark] .post_review_source, [data-theme=dark] .post_text blockquote, [data-theme=dark] .table {
  background: var(--light-divider-color);
}
[data-theme=dark] :is(.section_topic_b, .section_topic_c, .menu_popup, .search_form_wrapper .search_button, .post_side_discussions, .post_news_body, .post_article_body, .section_article_wide, .section_other_sp_list_wrapper .article_body) {
  background: var(--light-blue-color-dark);
}
[data-theme=dark] :is(.section_main_discussions_wide, .section_topic_b_green) {
  background: var(--light-green-color-dark);
}
[data-theme=dark] .section_menu > li.active {
  background: var(--light-divider-color);
  padding: 1px;
  border: none;
}
[data-theme=dark] .post_text a:hover {
  color: var(--link-border-color);
}
[data-theme=dark] .post_text :is(.post_contents, .post_rating) ul li:before, [data-theme=dark] .post_text ul li:before {
  background: var(--dark-theme-color);
}
[data-theme=dark] :is(.table td, .table th) {
  border-color: var(--light-blue-color-dark);
}
[data-theme="dark"] td[style*="background-color: #fff"] {
  background-color: #545860 !important;
}
[data-theme="dark"] td[style*="background-color: #cff1fc"] {
  background-color: #3b4c6f !important;
}
[data-theme="dark"] td[style*="background-color: #f5d4d0"] {
  background-color: #7e413e !important;
}
[data-theme=dark] .menu_popup .lang_menu_item, [data-theme=dark] .lang_menu_item, [data-theme=dark] .top_options_club {
  border: var(--dark-theme-color) 1px solid;
}
[data-theme=dark] .menu_popup .lang_menu_item > span {
  color: var(--dark-theme-color);
}
[data-theme=dark] .menu_popup .lang_menu_item_active, [data-theme=dark] .lang_menu_item_active {
  background: var(--dark-theme-color);
}
[data-theme=dark] .menu_popup .lang_menu_item_active > span {
  color: var(--dark-theme-color);
}
[data-theme=dark] .quizz_heading:before {
  background: var(--dark-theme-color);
}
[data-theme=dark] .quizz_box_answers label:before {
  border-color: var(--dark-theme-color);
}
[data-theme=dark] blockquote.post_quote:before {
  content: '';
  display: block;
  width: 55px;
  height: 42px;
  margin-bottom: 6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="42" viewBox="0 0 55 42"><defs><style> .cls-1 { fill: none; stroke: %23ffffff; stroke-width: 1px; fill-rule: evenodd; } </style></defs><path class="cls-1" d="M15.529,15.359A11.9,11.9,0,0,1,26.364,27.148V27.16a0.047,0.047,0,0,0,0,.027,11.385,11.385,0,0,1-6.1,10.264,12.015,12.015,0,0,1-5.891,1.535c-0.05,0-.1-0.005-0.151-0.008l-0.07,0c-7.115.213-12.507-4.437-13.079-11.609A19.662,19.662,0,0,1,4.049,15.622C6.105,12.165,8.35,8.811,10.6,5.458L11.51,4.092c0.071-.106.2-0.32,0.326-0.538s0.257-.442.325-0.56H23.648Zm27.652,0A11.9,11.9,0,0,1,54.016,27.148c0,0.008,0,.019,0,0.029a0.027,0.027,0,0,0,0,.01,11.385,11.385,0,0,1-6.1,10.264,12.015,12.015,0,0,1-5.891,1.535c-0.037,0-.074,0-0.111-0.006s-0.074-.006-0.111-0.006c-7.115.213-12.507-4.437-13.079-11.609A19.663,19.663,0,0,1,31.7,15.622c2.056-3.458,4.3-6.811,6.546-10.164l0.915-1.367c0.142-.213.516-0.863,0.652-1.1H51.306Z"/></svg>');
}
[data-theme=dark] .quizz_box_answers label.wrong:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23ccc; stroke-width: 3px; %7D .cls-2 %7B fill: %23ccc; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M25.578,12.686L19.5,18.764l-6.078-6.078-1.737,1.737L17.764,20.5l-6.078,6.078,1.737,1.737L19.5,22.237l6.078,6.078,1.737-1.737L21.237,20.5l6.078-6.078Z'/%3E%3C/svg%3E");
}
[data-theme=dark] .quizz_box_answers label.correct:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23ccc; stroke-width: 3px; %7D .cls-2 %7B fill: %23ccc; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M16.883,23.443L13.875,20.5,12,22.358,16.888,27,27,15.858,25.108,14Z'/%3E%3C/svg%3E%0A");
}
[data-theme=dark] .quizz_box_answers input:checked + label {
  background: var(--light-green-color-dark);
}
[data-theme=dark] .quizz_box_answers label.wrong.active {
  background: var(--light-gray-color-dark);
}
[data-theme=dark] .quizz_box_result_wrap {
  background: var(--light-lgray-color-dark);
}
[data-theme=dark] .quizz_button_empty {
  background: none;
  color: var(--dark-theme-color);
  border-color: var(--dark-theme-color);
}

[data-theme=dark] :is(.section_top_section, .post_side_section) {background: var(--section-bg-color-dark);}
[data-theme=dark] .quizz_button_empty {background: none; color: var(--dark-theme-color); border-color: var(--dark-theme-color);}

[data-theme="dark"] .icon_night {
  display: none;
}
[data-theme="light"] .icon_day {
  display: none;
}
[data-theme="dark"] .icon_day {
  display: inline-block;
}

[data-theme="dark"] .disqus-comment-count {color: var(--white-color);}

@media screen and (max-width: 520px) {
  [data-theme=dark] .top_menu_topic a {
    border: var(--light-divider-color) 1px solid;
  }
}

.post_text table td, .post_text table td span {
  font-family: fira sans, sans-serif !important;
}

#notification {
  visibility: hidden;
  min-width: 300px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 16px 20px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

#notification.show {
  visibility: visible;
  opacity: 1;
}

#notification.success {
  background-color: #44944A
}

#notification.error {
  background-color: #bf0a30;
}

#notification .loader {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.table1_wrapper > p:first-child,
.table1_wrapper > p:last-child{
  display: none;
}

.post_article_online_item {
    border: var(--divider-color) 1px solid;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: var(--img-border-radius);
}
.post_article_online_item_time {
    font-size: 26px;
    color: var(--date-color);
    padding-bottom: 6px;
}
.post_article_online_item_time > span {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 12px;
}
.post_article_online_item_title {
    font-size: 22px;
    font-weight: 600;
}
.post_article_online_item_link {
    float: right;
    position: relative;
}
.post_article_online_item_link a {
    box-shadow: none;
}
.post_article_online_item_link a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: var(--dark-color) 1px solid;
}
.post_article_online_item_link a:hover {
    box-shadow: none;
    color: var(--link-hover-color);
    border: var(--link-hover-color) 1px solid;
    fill: var(--link-hover-color) !important;
}
.post_article_online_item_link .tooltip {
    left: auto;
    right: -20px;
}

.post_article_online_item_link {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.post_article_online_item:hover .post_article_online_item_link {
    opacity: 1;
    pointer-events: auto;
}
