@charset "windows-1251";
:root {
  --main-color: #136458;
  --main-color-light: #ebf2f4;
  --main-color-medium: #d0e0de;
  --main-color-inset: #b8d0cd;
  --light-color: #fff;
  --dark-color: #111;
  --adv-color: #4080ff;
  --adv-color-light: #ebf1fe;
  --divider-color: rgba(0, 0, 0, 0.17);
  --img-border-radius: 8px;
  --h-img-border-radius: 8px 0 0 8px;
  --h2-img-border-radius: 8px 8px 0 0;
  --tag-border-radius: 50px;
  --menu-background: #fff;
  --link-hover-color: #136458;
  --date-color: #888;
  --caption-color: #888;
  --rise-color: #5e7443;
  --fall-color: #900022;
}
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
}

@font-face {
  font-family: "Fira Sans Fallback Roboto";
  src: local("Roboto"), local("Roboto Regular");
  font-weight: 400;
  font-style: normal;
  size-adjust: 0.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: 700;
  font-style: normal;
  size-adjust: 0.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: 0.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: 95%;
  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: 95%;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}

body, input {
  background: var(--light-color);
  font-family:
    "Fira Sans",
	  "Fira Sans Fallback Roboto",
    "Fira Sans Fallback Arial",

    "Segoe UI",
    -apple-system,
    BlinkMacSystemFont,
    Arial,
    sans-serif;
}
a {
  text-decoration: none;
  color: var(--dark-color)
}
strong, b{
  font-weight: bold;
}
@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(--main-color)
}
.footer {
  background: var(--main-color-light);
  margin-top: 80px;
  padding: 50px 0
}
.layout_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto
}
.header_wrapper, .footer_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
  position: relative
}
.section_title {
  display: flex;
  padding: 11px 0 13px 0;
  margin: 0 20px 0 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  border-top: var(--dark-color) 1px solid
}
.section_title_date {
  display: block;
  width: 100%;
  padding: 11px 0 13px 0;
  margin: 0 20px 0 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  border-top: var(--date-color) 1px solid
}
.section_title_date h3 {
  font-weight: 400;
}
.section_title_hidden {
  display: none;
}
.section_title > h3 {
  font-weight: 800
}
.section_title a:hover {
  color: var(--link-hover-color)
}
.section_sm_title {
  display: flex;
  align-items: center;
  padding: 0 0 17px 0;
  margin: 0 20px;
  font-size: 25px;
  text-transform: uppercase
}
.section_sm_title > h3 {
  font-weight: 800
}
.section_sm_title a:hover {
  color: var(--link-hover-color)
}
.section_divider_title {
  display: flex;
  align-items: center;
  padding: 16px 0 16px 0;
  margin: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  border-top: var(--dark-color) 1px solid
}
.section_divider_title > h4 {
  font-weight: 800
}
.section_main {
  background: var(--main-color-light);
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 25px 0 10px 0;
}
.section_main_2nd {
  background: none;
  margin-top: 15px !important;
  margin-bottom: 20px;
  padding: 25px 0 10px 0;
}
.section_menu_main ~ .section_main {
  margin-top: 0;
  padding-top: 0;
}
.section_main_wrapper {
  display: flex
}
.section_main_news {
  width: 25%
}
.section_main_topics {
  width: 75%;
  display: flex
}
.section_main_topics_top {
  width: 66.666666%
}
.section_main_topics_list {
  width: 33.333333%
}
.news_grid_wrapper {
  padding: 0 20px
}
.section_other_news .news_grid_wrapper {
  padding: 0
}
.section_other_news .article_news .article_title {
  font-weight: bold;
}
.section_main_topics_list {
  display: flex;
  flex-direction: column
}
.section_main_topics_wide {
  width: 100%;
  display: flex
}
.section_main_topics_wide_top {
  width: 50%
}
.section_main_topics_wide_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.section_top {
  margin-top: 5px;
  padding: 0 0 25px 0
}
.section_main_article {
  padding-top: 15px;
}
.section_page_title ~ .main .section_main_article, .section_page_title ~ .main .section_main_article {
  padding-top: 0;
}
.section_topic_picture {
  padding-top: 10px;
}
.section_main_article_2nd {
  margin-bottom: 48px;
}
.section_top_wrapper {
  display: flex
}
.section_top_news {
  width: 25%
}
.section_top_articles {
  width: 75%
}
.section_top_articles_top {
  width: 100%
}
.section_top_articles_wrapper {
  display: flex;
  flex-wrap: wrap
}
.section_top_articles_wrapper .article_story_grid {
  width: 33.333333%
}
.section_main_topics_wide_list .article_story_grid {
  width: 50%
}
.section_list_wrapper {
  display: flex;
  /*margin-top: 30px*/
}
.section_list_content {
  width: 100%;
  max-width: calc(100% - 320px);
  padding: 0 40px 0 0
}
.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%;
}
.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: 12px 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(--dark-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0 2px 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 5px 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(--link-hover-color)
}
.article_story_grid_noimg {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative
}
.article_story_grid_noimg .article_topic {
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  margin-bottom: -5px
}
.article_story_grid_noimg .article_title {
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 700;
  padding: 3px 0 5px 0
}
.article_story_grid_noimg .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_story_grid_noimg .article_section {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0 2px 0
}
.article_story_grid_noimg .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 5px 0 2px 0
}
.article_story_grid_noimg .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 1px 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: 1.2em;
  position: relative;
  top: -2px
}
.article_story_grid_noimg .article_title a:hover {
  color: var(--link-hover-color)
}
.article_story_grid_noimg .article_body {
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  padding: 10px 20px 35px 20px;
}
.article_story_view .article_media img {
  padding: 0 21.55%;
  border-radius: 55%;
  width: 99%;
  vertical-align: bottom;
}
/*.article_story_view .article_title {padding-top: 2px;}*/
.article_story_view_author {
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.article_story_view .view_author {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.article_story_list {
  padding: 12px 0 2px 0;
  border-top: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-top: 14px;
  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(--dark-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(--dark-color)
}
.article_story_list .article_title {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  padding: 6px 0 5px 0
}
.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 {
  font-weight: 700;
  color: var(--main-color);
}
.article_story_list .article_label {
  display: none
}
.article_story_list .article_title a:hover {
  color: var(--link-hover-color)
}
.article_story_list .article_section {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 0 3px 0;
}
.article_story_list .article_section_adv {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 2px 11px;
  margin: 1px 6px 5px 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;
}
.section_topic {
  margin-bottom: 30px;
}
.section_topic_6x {
  margin-bottom: 40px;
}
.section_topic_special .article_story_grid .article_title a {
  color: var(--main-color)
}
.section_topic_special .section_title a {
  color: var(--main-color)
}
.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_section {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0 3px 0
}
.article_popular_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative
}
.article_popular_grid .article_counter {
  color: var(--dark-color);
  font-size: 42px;
  font-weight: 800
}
.article_popular_grid .article_title {
  font-size: 20px;
  line-height: 1.2em;
  padding: 3px 0;
  font-weight: 700
}
.article_popular_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  content: "";
  z-index: 2
}
.article_popular_grid .article_title a:hover {
  color: var(--link-hover-color)
}
.article_news {
  padding-top: 12px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 10px;
  width: 100%;
  position: relative
}
.section_articles_grid_wrapper .article_news {
  padding-top: 10px;
  margin-top: 13px;
  margin-left: 20px;
  margin-right: 20px;
}
.section_articles_grid_wrapper .article_news:first-child {
  margin-top: 0;
}
.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: 18px;
  line-height: 1.2em;
  padding-bottom: 5px
}
.section_main_news .article_news .article_title {
  font-weight: 700
}
.section_articles_list_wrapper .article_news .article_title {
  font-size: 20px
}
.article_news_bold .article_title {
  font-weight: 700
}
.article_news .article_title a:hover {
  color: var(--link-hover-color)
}
.article_news .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_news .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 2px 11px 1px 11px;
  margin-right: 6px;
  font-weight: 400;
  border-radius: var(--tag-border-radius);
  border: var(--dark-color) 1px solid;
  color: var(--dark-color);
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
  top: -3px
}
 .article_news .article_label_adv, .post_article .article_story_grid .article_label_adv {
  background: var(--adv-color);
  border-color: var(--adv-color);
  color: #fff;
  font-weight: 700;
}
.article_news .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 2px 0 4px 0
}
.article_news .article_date span {
  font-weight: 700;
  color: var(--main-color)
}
.news_grid_wrapper .article_news:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0
}
.section_articles_list_wrapper .article_news:first-child, .section_articles_list_wrapper .article_search:first-child {
  border: none;
  padding-top: 6px;
  margin-top: 0
}
.section_articles_list_wrapper .article_story_list:first-child {
  border: none;
  padding-top: 4px;
  margin-top: 0
}
.article_news .article_title + .article_date {
  padding-top: 5px;
}
.section_topic_news_list .article_news .article_title {
  font-weight: 700;
  font-size: 18px;
}
.article_news .article_section {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 0 2px 0
}
.article_view_sm {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 35px;
  position: relative
}
.article_view_sm img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.article_view_sm .article_title {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  padding: 2px 0 12px 0
}
.article_view_sm .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_view_sm .article_date {
  font-size: 10px;
  line-height: 1.1em;
  color: #888;
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_view_sm .article_author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center
}
.article_view_sm .article_media {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex: 0 0 80px;
  margin-bottom: 5px
}
.article_view_sm .article_name {
  font-size: 16px;
  text-transform: uppercase
}
.article_view_sm .article_name > span {
  display: block;
  font-size: 11px;
  text-transform: none
}
.article_view_sm .article_title a:hover {
  color: var(--link-hover-color)
}
.article_search {
  padding-top: 14px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 13px;
  width: 100%;
  position: relative;
  display: flex
}
.article_author_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  margin: 0 20px 30px 20px;
  padding: 12px
}
.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 .article_name {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase
}
.article_author_list .article_name a:hover {
  color: var(--link-hover-color)
}
.article_author_list .article_name span {
  display: block;
  font-size: 12px;
  text-transform: none;
  font-weight: 400
}
.article_author_list img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.article_author_list .article_name a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_search .article_date {
  font-size: 10px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_search .article_title {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  padding-bottom: 5px
}
.article_search .article_text {
  font-size: 14px;
  padding-bottom: 5px
}
.article_search .article_title a:hover {
  color: var(--link-hover-color)
}
.article_search .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.articles_grid_wrapper {
  display: flex;
  flex-wrap: wrap
}
.section_articles_grid_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 25px 0
}
.section_articles_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 25px 20px
}
.section_authors_list_wrapper {
  display: flex;
  flex-wrap: wrap
}
.section_articles .button_wrapper {
  margin: -20px 20px 0 20px
}
.section_articles .button_wrapper .button_more {
  margin-top: 0
}
.section_topic .button_wrapper {
  padding-left: 20px;
  padding-right: 20px
}
.section_other_news_wrapper, .section_other_articles_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.articles_grid_wrapper .article_story_grid, /*.section_articles_grid_wrapper .article_story_grid*/ .section_other_news_wrapper .article_story_grid {
  width: 33.333333%
}
.section_other_articles_wrapper .article_story_grid {
  width: 50%
}
.section_authors_list_wrapper .article_author_list {
  width: calc(50% - 40px)
}
.button_more {
  display: block;
  border: var(--dark-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
}
.section_top_articles .button_more {
  margin-top: 0
}
.section_topic_list {
  display: flex;
  flex-wrap: wrap
}
.section_topic_list_1x {
  width: 25%;
}
.section_topic_list_3x {
  display: flex;
  width: 75%;
}
.section_topic_list .article_story_grid, .section_topic_list .section_topic_news_list {
  width: 25%
}
.section_topic_list_1x .article_story_grid {
  width: 100%;
}
.section_topic_list_3x .article_story_grid, .section_topic_list_3x .article_story_grid_noimg {
  width: 33.333333%;
}
.section_topic_list_1x .article_story_grid .article_title, .section_topic_list_3x .article_story_grid .article_title {
  padding-top: 2px;
}
.section_topic_list_1x .article_story_grid .article_label_adv, .section_topic_list_3x .article_story_grid .article_label_adv {
  margin-top: 10px;
}
.section_topic_extended .section_topic_list {
  width: 50%
}
.section_topic_extended .section_topic_wrapper_wide .section_topic_list {
  width: 100%;
}
.section_topic_extended .section_topic_list .article_story_grid, .section_topic_extended .section_topic_list .article_view_sm {
  width: 50%
}
.section_topic_extended .section_topic_wrapper_wide .section_topic_list .article_view_sm {
  width: 25%
}
.section_topic_extended .section_topic_top {
  width: 50%
}
.section_topic_6x_list {
  display: flex;
  flex-wrap: wrap
}
.section_topic_6x_list .article_story_grid {
  width: 16.666666%
}
.section_topic_6x_list .article_story_grid .article_title {
  font-size: 17px
}
.section_topic_6x_list .article_story_grid .article_label {
  font-size: 9px
}
.section_topic_news_list .news_grid_wrapper {
  padding-bottom: 24px
}
.section_topic_list_sp {
  display: flex;
  flex-wrap: wrap
}
.section_topic_list_sp .article_story_grid {
  width: 25%
}
.section_topic_list_sp .article_story_grid {
  background: var(--main-color-light);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  width: calc(25% - 40px);
  border-radius: var(--img-border-radius);
}
.section_topic_list_sp .article_story_grid .article_content {
  padding: 0 12px 18px 12px;
}
.section_topic_list_sp .article_story_grid:not(.article_story_view) img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--h2-img-border-radius);
  vertical-align: bottom;
}
.section_topic_list_sp .article_story_view {
  padding-top: 18px;
}
.section_topic_wrapper {
  display: flex
}
.section_views_list {
  display: flex;
  flex-wrap: wrap
}
.section_views_list .article_view_sm {
  width: 25%
}
.section_popular_list {
  display: flex;
  flex-wrap: wrap
}
.section_popular_list > .article_popular_grid {
  width: 50%
}
.section_popular_list > .article_popular_grid .article_title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1em
}
.section_popular_list_sm {
  width: 50%
}
.section_popular_list_sm {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px
}
.section_popular_list_sm .article_popular_grid .article_counter {
  color: var(--dark-color);
  font-size: 28px;
  font-weight: 800;
}
.section_popular_list_sm .article_popular_grid {
  width: 50%
}
.section_press_list {
  display: flex;
  flex-wrap: wrap
}
.section_press_list .article_press_grid {
  width: 25%
}
.article_press_grid .article_title a:hover {
  color: var(--link-hover-color)
}
.button_more:hover {
  color: var(--link-hover-color);
  border-color: var(--link-hover-color)
}
.header_top {
  margin: 6px auto 3px auto;
  display: flex;
  justify-content: center;
  width: 107px
}
.header_top > a {
  display: inline-block;
  width: 110px
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px
}
.header_logo /*, .footer_logo*/ {
  width: 268px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 15px
}
.header_logo a:hover path, .footer_logo a:hover path {
  /* fill: var(--main-color)*/
}

.footer_logo {
  width: 296px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.main_menu {
  list-style: none;
  display: flex;
  padding: 9px 4px 6px 4px;
  font-size: 0px;
  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 a:hover {
  color: var(--link-hover-color);
  border-color: var(--main-color)
}
.top_menu_link, .top_search_link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  position: relative
}
.top_menu_link:hover, .top_search_link:hover {
  /*color: var(--main-color)*/
}
.top_menu_link:hover rect, .top_menu_link:hover path, .top_search_link:hover path {
  /*fill: var(--main-color)*/
}
.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_menu_link.active .icon_menu {
  display: none;
}
.top_menu_link.active .icon_close {
  display: block;
}
.top_options_club {
  border: var(--light-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(--light-color);
  line-height: 1em;
  padding: 5px
}
.top_options_club:hover {
  opacity: 0.8;
}
.header_wrapper_c {
  flex-grow: 2
}
.footer_copy {
  color: var(--dark-color);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center
}
.footer_info {
  color: var(--dark-color);
  font-size: 14px;
  text-align: center;
  max-width: 1000px;
  padding: 0 20px 20px 20px;
  margin: 0 auto
}
.footer_info p {
  padding: 10px 0
}
.footer_info a {
  color: var(--dark-color);
  text-decoration: underline
}
.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
}
.footer_menu > li {
  display: inline-block;
  padding: 6px 6px;
  white-space: nowrap;
  font-weight: 700
}
.footer_menu > li a {
  color: var(--dark-color)
}
.footer_menu > li a:hover, .footer_menu_bottom > li a:hover {
  color: var(--main-color)
}
.footer_menu_bottom {
  padding: 0 4px 0 4px;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  color: var(--caption-color);
}
.footer_menu_bottom > li {
  display: inline-block;
  padding: 0 6px;
  font-weight: 500;
}
.footer_menu_bottom > li a {
  color: var(--caption-color);
}
.footer_social_wrapper {
  display: flex;
  justify-content: center
}
.footer_social_wrapper a:hover > span {
  border-color: var(--main-color)
}
.footer_social_wrapper a:hover path {
  fill: var(--main-color)
}
.section_list_content_title_sm {
  padding: 0;
  margin: 0 20px 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
/*.section_list_content_title_sm:nth-child(1) {
  border: none;
  padding-top: 0
}*/
.section_list_wrapper_archive .section_list_content_title_sm {
  border-top: var(--dark-color) 1px solid;
  padding-top: 24px;
}
.section_author_info {
  padding: 35px 20px;
  background: var(--main-color-light);
  margin: 24px 20px 40px 20px;
  border-radius: var(--img-border-radius);
  display: flex;
  align-items: center
}
.section_author_info_media {
  width: 270px;
  height: 270px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
  flex: 0 0 270px
}
.section_author_info_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.section_author_info_name {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 6px
}
.section_author_info_social {
  padding: 0;
  display: flex
}
.section_author_info_details {
  padding: 0 0 12px 0
}
.section_author_info_social > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: var(--dark-color) 1px solid;
  margin-right: 9px
}
.section_author_info_social > a:hover {
  color: var(--link-hover-color);
  border: var(--main-color) 1px solid
}
.section_author_info_social > a:hover svg * {
  fill: var(--link-hover-color) !important
}
.section_author_info_description {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.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
}
.footer_social_wrapper .icon {
  margin: 6px;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: var(--dark-color) 3px solid;
  border-radius: 50%
}
.section_news_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /*display: flex;*/
  display: grid;
  grid-template-columns: 320px auto 320px;
  /*grid-template-rows: 1fr;*/
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.section_news_side {
  padding: 30px 20px;
  width: 100%;
  max-width: 320px;
  /*order: 0;*/
  grid-area: 1 / 1 / 2 / 2;
}
.section_news_adv {
  padding: 30px 20px;
  width: 100%;
  max-width: 340px;
  /*order: 3;*/
  grid-area: 1 / 3 / 2 / 4;
}
.post_news {
  padding: 30px 20px;
  width: 100%;
  /*max-width: calc(100% - 640px);*/
  /*order: 1;*/
  grid-area: 1 / 2 / 2 / 3;
  overflow: hidden;
}
.post_news_title {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  padding-bottom: 10px;
}
.post_news_date {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.post_news_author {
  font-weight: 700
}
.post_news_date a {
  color: var(--main-color)
}
.post_news_date a:hover {
  color: var(--main-color)
}
.post_article_body, .post_news_body {
  width: 100%;
  max-width: 770px;
  overflow: hidden;
}
.post_article_side, .post_news_side {
  width: 300px
}
.post_news_body_wrapper {
  display: flex;
  margin-top: 20px;
  display: flex;
  margin-top: 20px
}
.post_article_body_wrapper {
  display: flex;
  margin-top: 20px;
  display: flex;
  padding: 0 20px
}
.post_news_photo {
  padding-bottom: 14px
}
.post_news_photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius)
}
.image-box__caption,
.post_news_photo_captain {
  color: var(--caption-color);
  font-size: 14px;
  line-height: 1.2em;
  padding: 9px 0 0 0
}
.post_article_text .image-box__caption p{
  padding: 0;
}
.image-box__author,
.post_news_photo_source {
  color: var(--caption-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 3px 0 0 0
}
.post_article_header_media_captain {
  color: var(--caption-color);
  font-size: 14px;
  line-height: 1.2em;
  padding: 9px 0 0 0
}
.post_article_header_media_source {
  color: var(--caption-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 2px 0 0 0
}
.post_article_header_media_captain {}
.post_article_header_content .post_article_header_media_captain, .post_article_header_content .post_article_header_media_source {
  color: var(--light-color);
  opacity: 0.5;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.post_article_header_content .post_article_header_media_captain {
  margin-top: 25px;
}
.post_article_header_content .post_article_header_media_captain {
  font-size: 11px;
}
.post_article_subtitle {
  font-weight: 700;
  line-height: 1.3em;
  font-size: 1.4em;
  padding: 3px 0 10px 0;
}
.post_article_text, .post_news_text {
  font-weight: 300;
  line-height: 1.45em;
  font-size: 1.2em
}
.post_article_text p, .post_news_text p {
  padding: 10px 0
}
.post_article_text p, .post_news_text p {
  padding: 10px 0
}
.post_article_text li p,
.post_news_text li p {
  padding: 0;
}
.post_article_text a, .post_news_text a {
  color: inherit;
  box-shadow: inset 0 -2px var(--main-color);
  border-bottom: none
}
.post_article_text a:hover, .post_news_text a:hover {
  color: var(--main-color);
  box-shadow: inset 0 -2px var(--main-color)
}
.post_news_text h2 {
  padding: 18px 0 10px 0;
  font-size: 28px;
  line-height: 1.15em
}
.post_article_text h2, .post_news_text h2 {
  padding: 18px 0 10px 0;
  font-size: 32px;
  line-height: 1.15em
}
.post_article_text h3, .post_news_text h3 {
  padding: 18px 0 10px 0;
  font-size: 24px;
  line-height: 1.15em
}
.post_news_social {
  padding: 0;
  display: flex;
  position: relative
}

.post_article_social {
  margin: 15px 0 15px 0;
  display: flex;
  position: relative
}
.post_article_social.post_article_social_top{
  margin: 0;
}
.post_article_service .post_article_social {
  margin: 15px 0 15px 0;
  display: flex;
  position: relative;
}
.post_article_social > a, .post_news_social > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: var(--dark-color) 3px solid;
  margin-right: 8px
}
.post_article_social > a:hover, .post_news_social > a:hover {
  color: var(--link-hover-color);
  border: var(--link-hover-color) 3px solid
}
.post_article_social > a:hover svg *, .post_news_social > a:hover {
  fill: var(--link-hover-color) !important
}
.post_views {
  display: flex;
  font-size: 12px;
  align-items: center
}
.post_views .icon_view {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px
}
.post_article_service, .post_news_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px
}
.post_news_tags {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 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;
  border: var(--main-color) 1px solid;
  border-radius: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 10px
}
.post_news_tags a:hover {
  color: var(--main-color);
  border-color: var(--main-color)
}
.post_article {
  padding: 0 0 30px 0
}
.post_article_header {
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
  position: relative;
  /*max-height: calc(100vh - 60px);*/
  display: flex;
  flex-direction: column
}
.post_article_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, .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, .9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
  padding: 12% 0 30px 0;
  z-index: 2
}
.post_article_header img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.post_article_header_content .post_article_title {
  color: #fff;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
  line-height: 1.1em;
  padding: 0 20px 10px 20px;
  font-weight: 700;
  text-align: center
}
.post_view .post_article_header_content .post_article_title {
  max-width: 1170px;
  font-size: 52px;
  line-height: 1.1em;
  padding: 0 20px 10px 20px;
  text-align: left
}
.post_article_date {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3em;
  max-width: 1170px;
  padding: 0 20px 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
.post_view .post_article_date {
  text-align: left
}
.section_article_middle .post_view .post_article_header_content {
  position: static;
  background: none;
  padding: 8px 0 0 0;
}
.post_article_date a {
  color: #fff
}
.post_news .article_label_adv, .post_article .article_label_adv {
  color: var(--adv-color);
}
.post_article_header .article_label {
  display: block;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.post_article_header .article_label {
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 10px 20px;
  background: none;
  text-transform: uppercase;
}
.post_article.post_view .post_article_header .article_label {
  padding: 10px 20px 10px 20px;
}
.post_article_header .article_label a:hover {color: var(--main-color);}
.post_news_header .article_label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 10px 0;
  background: none;
  text-transform: uppercase;
}
.post_article_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  border-bottom: var(--divider-color) 1px solid;
  padding-bottom: 0
}
.post_side_topic {
  background: var(--main-color-light);
  padding: 25px 16px 25px 16px;
  border-radius: var(--img-border-radius);
  margin-bottom: 40px
}
.side_sm_title {
  display: flex;
  align-items: center;
  padding: 0 0 17px 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase
}
.side_sm_title > h4 {
  font-weight: 800
}
.side_sm_title a:hover {
  color: var(--link-hover-color)
}
/*.post_side_topic .article_news {
  border-color: var(--divider-color-medium)
}*/
.post_side_news {
  padding: 25px 16px;
  border-radius: var(--img-border-radius);
  border: var(--divider-color) 1px solid;
  margin-bottom: 40px
}
.post_side_news .news_grid_wrapper, .post_side_topic .news_grid_wrapper {
  padding: 0
}
.post_side_news .button_more {
  margin-bottom: 0
}
.section_other_news, .section_other_articles {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.section_title_sm {
  font-size: 22px
}
.image_box_center, .image-box_center {
  clear: both;
  margin: 20px auto 20px auto;
}
.image_box_center_w, .image-box_center_w {
  max-width: 1680px !important;
}
.image_box_center_m, .image-box_center_m {
  max-width: 1140px !important;
}
.image_box_center img, .image-box_center img {
  width: 100%;
  height: auto;
  border-radius: var(--img-border-radius);
  vertical-align: bottom;
}
.video_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px 0;
}
.video_box iframe, .video_box object, .video_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post_news_text iframe:not([id*="_iframe_"]), .post_article_text iframe:not([id*="_iframe_"]) {
  width: 100% !important;
}
.post_news_text ul, .post_article_text ul /*.post_news_text ol, .post_article_text ol*/ {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.post_article_text ul li, .post_news_text ul li, .post_article_text ol li, .post_news_text ol li {
  position: relative;
  padding: 10px 0 10px 10px
}
.post_news_text ol, .post_article_text ol {
  list-style: decimal;
  display: block;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 10px;
  padding-left: 32px;
}
.post_article_text ul li:before, .post_news_text ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  left: -18px;
  top: 18px;
  z-index: 2
}
.section_article_middle .post_article_header {
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
  position: relative;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.section_article_middle .post_article_header_media {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px 0 20px;
}
.section_article_middle .post_article_header img {
  border-radius: var(--img-border-radius);
}
.section_article_middle .post_article_header_content {
  position: static;
  background: none;
  padding: 28px 0 0 0;
}
.section_article_middle .post_article_header_content .post_article_header_media_about {
  display: none;
}
.post_article_header_media .post_article_header_media_about {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  max-width: 1400px;
}
.section_article_middle .post_article_header_content .post_article_title {
  color: var(--dark-color);
}
.section_article_middle .post_article_date {
  color: var(--dark-color);
}
.section_article_middle .post_article_date a {
  color: var(--main-color);
}
.section_article_middle .post_article_date a:hover {
  color: var(--main-color);
}
.also_box .article_story_list {
  background: var(--main-color-medium);
  border-radius: var(--img-border-radius);
  padding: 28px 20px 28px 12px;
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 14px;
  position: relative;
  border: none;
}
.also_box .article_story_list .article_title {
  font-size: 22px;
  line-height: 1.2em;
}
.also_box .article_body {
  align-items: center
}
.article_story_list .article_title {
  padding-top: 0;
  padding-bottom: 0
}
.also_box .article_story_list a {
  box-shadow: none;
  border-bottom: none
}
.post_article_author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-bottom: 10px
}
.post_article_author_media {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
  flex: 0 0 100px
}
.post_article_author_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.post_article_author_name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700
}
.post_article_author_name > span {
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: 400
}
.post_article_author_name a {
  color: var(--main-color)
}
.post_article_author_name a:hover {
  opacity: .8
}
.header {
  top: 0;
  z-index: 1000000;
  position: relative;
}
.section_search {
  padding: 30px 20px
}
.search_form {
  display: flex;
  width: 100%;
  align-items: center;
}
.search_form > form {
  width: 100%;
}
.search_button {
  background: var(--main-color);
  padding: 12px 25px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 700;
  font-stretch: normal !important;
  font-size: 14px;
  line-height: 1em;
  margin-left: 12px;
}
.section_search_title {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.1em
}
.search_field {
  width: calc(100% - 120px);
  border: var(--light-color) 1px solid;
  padding: 9px 10px;
  color: var(--dark-color);
  font-size: 16px;
}
.section_search .search_field {
  border: var(--dark-color) 1px solid;
}
.top_menu_wrapper {
  display: flex;
  padding: 40px 20px 80px 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(--main-color);
  border: #fff 1px solid;
  padding: 10px 28px;
  box-sizing: border-box;
}
.tab_group {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 5px;
}
.tab_group__item {
  display: inline-block;
  color: #000;
  margin-right: 15px;
}
.tab_group__item_active {
  color: #900022;
}
.top_menu_title {
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 16px;
  opacity: 0.5;
  color: #fff;
}
.top_menu_item {
  width: 25%;
  padding: 20px;
}
.top_menu_item a:hover {
  opacity: 0.8;
}
.top_menu, .top_menu_sp, .top_menu_proj {
  list-style: none;
}
.top_menu a, .top_menu_sp a, .top_menu_proj 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: 17px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
}
.top_menu_proj li {
  padding: 4px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.side_menu_services, .side_menu_special {
  padding: 0 0 20px 0;
  list-style: none;
}
.side_menu_services > li, .side_menu_special > li {
  padding: 4px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.side_menu_special a {
  color: var(--main-color);
}
.top_menu_1st {
  font-size: 22px;
}
.dropdown_menu {
  list-style: none;
  padding-top: 8px;
}
.dropdown_menu > li {
  font-weight: 400;
  font-size: 13px;
  padding: 2px 0;
}
.hint_box {
  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
}
.section_top_articles_wrapper .unit_grid_banner, .section_articles_grid_wrapper .unit_grid_banner {
  width: 33.333333%
}
.lang_menu {
  margin-right: 5px;
}
.menu_popup .lang_menu {
  padding: 0 18px;
  display: none;
}
.lang_menu_item {
  border: var(--light-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(--light-color);
}
.lang_menu_item > span {
  font-size: 12px;
  text-transform: uppercase;
}
.lang_menu_item_active {
  /*color: var(--light-color);
  border-color: var(--light-color);*/
}
.lang_menu_item:hover {
  /*color: var(--main-color);
  border-color: var(--main-color);*/
}
.lang_menu_item_active {
  background: var(--light-color);
  color: var(--main-color);
}
.lang_menu_item_active .options_text {
  color: var(--main-color);
}
.section_other_news .article_story_grid .article_title {
  font-size: 20px;
  line-height: 1.1em;
}
.divider {
  border-top: var(--dark-color) 1px solid;
  margin-top: 12px;
  margin-bottom: 6px;
}
.section_page_title {
  display: flex;
  align-items: center;
  padding: 22px 0 0 0;
  margin: 0 20px 22px 20px;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 36px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.section_page_title_sp {
  font-size: 24px;
}
.section_page_date {
  display: flex;
  align-items: center;
  padding: 0;
  margin: -10px 20px 18px 20px;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.section_page_date .pagination_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-left: 37px;
}
.section_list_wrapper + .section_page_date {
  margin-top: 20px;
}
.pagination {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 12px;
  width: 100%;
}
.articles_grid_wrapper_special ~ .pagination {
  margin-top: 0;
}
.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_archive .pagination_item {
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.alphabet {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.alphabet_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 10px 0;
  font-size: 14px;
  text-align: center;
  margin-right: 0;
  font-weight: 400;
  white-space: nowrap;
}
.alphabet_item a {
  display: block;
  text-align: center;
  color: var(--dark-color);
  border: var(--dark-color) 1px solid;
  line-height: 35px;
  border-radius: 50%;
  height: 37px;
  width: 37px;
}
.alphabet_item_active a {
  border: var(--main-color) 1px solid;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-weight: 400;
}
.alphabet_item:not(.alphabet_item_active) a:hover {
  color: var(--link-hover-color);
  border: var(--link-hover-color) 1px solid;
}
.alphabet + .alphabet {
  margin-top: -20px;
}
.pagination_archive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination_archive .pagination_item:last-child a {
  margin-left: 8px;
}
.pagination_archive .pagination_item:first-child a {
  margin-right: 8px;
}
.pagination_archive .pagination_item:first-child .icon_arrow {
  margin-right: 8px;
}
.pagination_item a {
  display: block;
  text-align: center;
  color: var(--dark-color);
  border: var(--dark-color) 1px solid;
  line-height: 35px;
  border-radius: 50%;
  height: 37px;
  width: 37px;
}
.pagination_item:not(.pagination_item_active) a:hover {
  color: var(--link-hover-color);
  border: var(--link-hover-color) 1px solid;
}
.pagination_item a:hover svg * {
  fill: var(--link-hover-color) !important;
}
.pagination_item_active a {
  border: var(--main-color) 2px solid;
  border-radius: 50%;
  color: var(--main-color);
  font-weight: 400;
  background: #13645814;
}
.section_page_date .pagination_calendar, .section_page_title .pagination_calendar {
  border: var(--dark-color) 1px solid;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  min-width: 37px !important;
  margin: 0 10px;
  position: absolute;
  right: 0;
}
.section_page_date .pagination_link, .section_page_title .pagination_link {
  border: var(--dark-color) 1px solid;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  min-width: 37px !important;
  margin: 0 10px;
}
.pagination_calendar {
  margin: 0 !important;
}
.section_page_title a.pagination_link:hover, .section_page_date a.pagination_link:hover {
  color: var(--link-hover-color);
  border: var(--link-hover-color) 1px solid;
}
.section_page_title a.pagination_link:hover svg *, .section_page_date a.pagination_link:hover svg * {
  fill: var(--link-hover-color) !important;
}
.breadcrumbs_wrapper {
  padding: 6px 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 13px;
}
.breadcrumbs {
  font-size: 10px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: var(--main-color);
  display: inline-block;
  padding-right: 8px;
}
.breadcrumbs a:not(:last-child):after {
  content: '';
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  left: 4px;
  top: -1px;
}
.section_menu_2nd .section_menu_wrapper {
  position: relative;
}
.section_menu_2nd .breadcrumbs_wrapper {
  position: absolute;
  left: 0;
  top: 8px;
}
.section_menu_main {
  padding: 15px 20px 12px 20px;
  margin-top: 15px;
  max-width: 100%;
  display: block;
  background: var(--main-color-light);
}
.section_menu_main + .layout_wrapper {
  margin-top: 24px;
}
.section_menu_wrapper {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; /*padding: 0 20px;*/
}
.section_menu_title {
  font-size: 32px;
  text-transform: uppercase;
  color: var(--main-color);
}
.section_menu_sub {
  list-style: none;
  display: flex;
  padding: 6px 4px 6px 4px;
  font-size: 0px;
  line-height: 1em;
  text-transform: uppercase;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}
.section_menu_sub {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section_news_wide {
  margin-bottom: 40px;
}
.section_menu_sub > li {
  font-size: 13px;
  white-space: nowrap;
  margin: 0 8px;
  line-height: 1em;
  display: flex;
}
.section_menu_sub > li a {
  color: var(--main-color);
}
.section_menu_sub > li.active {
  font-weight: bold;
}
.section_menu_title {
  padding-right: 12px;
  border-right: var(--divider-color) 1px solid;
}
.section_menu_2nd .section_menu_title {
  padding-right: 0;
  border: none;
  text-align: center;
}
.section_menu_2nd .section_menu_wrapper {
  display: block;
}
.section_menu_wrapper {
  /*  justify-content: center;*/
  padding-left: 20px;
  padding-right: 20px;
}
.main_menu > li.active {
  position: relative;
}
.main_menu > li.active:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--main-color-light);
  content: '';
  bottom: -20px;
  right: calc(50% - 12px);
}
/*.section_news_wide_wrapper .news_grid_wrapper {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.section_news_wide_wrapper .news_grid_wrapper .article_news:first-child {
  padding-top: 13px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 0;
}
.section_news_wide_wrapper .news_grid_wrapper .article_news {
  page-break-inside: avoid;
  break-inside: avoid;
}*/
.section_main_topics_wide {
  margin-top: 6px;
}
.layout_wrapper_news, .layout_wrapper_article {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.post_news_body, .post_article_body {
  width: 100%;
  max-width: 770px;
  overflow: hidden;
  margin-right: 60px;
}
.post_article_header_media_about {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  max-width: 1170px;
  padding: 0 20px 0 20px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  text-align: right;
}
.articles_grid_wrapper .article_story_grid, .section_articles_grid_wrapper .article_story_grid {
  width: 33.333333%;
}
.section_articles_grid_wrapper .article_story_grid_top {
  width: 100%;
}
.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: 700;
  /*color: var(--main-color);*/
}
.section_service_subtitle {
  font-size: 32px;
  font-weight: 700;
  padding: 10px 0;
  /*color: var(--main-color);*/
}
.section_service ~ .layout_wrapper_article {
  text-align: center;
  min-height: 380px;
}
.card_item {
  border: var(--divider-color) 1px solid;
  border-radius: var(--img-border-radius);
  padding: 10px 20px 20px 20px;
  margin: 18px 0;
}
.layout_wrapper_article_wide {
  max-width: 100%;
}
.layout_wrapper_article_wide .post_article_body {
  max-width: 100%;
  margin-right: 0;
}
.layout_wrapper_article_wide .post_article_service {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.layout_wrapper_article_chart .post_article_service {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.layout_wrapper_article_chart .post_article_service {border: none;}
.layout_wrapper_article_chart .post_article_service .post_article_social {margin-bottom: 0;}

.layout_wrapper_article_wide .post_article_text p,
.layout_wrapper_article_wide .post_article_text h2,
.layout_wrapper_article_wide .post_article_text h3,
.layout_wrapper_article_wide .post_article_text h3,
.layout_wrapper_article_wide .post_article_subtitle,
.layout_wrapper_article_wide .post_article_text blockquote,
.layout_wrapper_article_wide .post_article_text ol,
.layout_wrapper_article_wide .post_article_text ul,
.layout_wrapper_article_wide .also_box .article_story_list,
.layout_wrapper_article_wide .post_news_tags,
.post_news_details,
.post_contents,
.card_item,
.table1_wrapper,
.layout_wrapper_article_wide .post_news_comments,
.layout_wrapper_article_wide .image-box,
/*.layout_wrapper_article_wide .media__weekly_chart,*/
.media__also__news_link
{
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.sup_title {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 24px;
}
.sup_title a:hover {
  color: var(--main-color);
}
.section_menu {
  padding: 0 20px 4px 20px;
  margin-bottom: 22px;
  max-width: 100%;
  display: block;
  text-align: center;
}
.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: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.section_menu a:hover {
  color: var(--main-color);
  border: var(--main-color) 1px solid;
}
.section_menu a.section_menu_item_active, .section_menu span.section_menu_item_active {
  border: var(--main-color) 1px solid;
  border-radius: var(--tag-border-radius);
  background: var(--main-color);
  color: #fff;
  font-weight: 400;
}
.ui_datepicker_inline {
  display: flex;
  flex-wrap: wrap;
}
.ui_datepicker_group {
  width: calc(100% / 3 - 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: 10px 0;
  width: 36px;
}
.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(--dark-color) 1px solid;
  background: var(--main-color);
  border: none;
  border-radius: 50%;
  margin: -1px;
  position: relative;
  z-index: 2;
  height: 36px;
}
.ui_datepicker_calendar td a.ui_state_active {
  color: #fff;
}
.section_list_content_title_bg {
  padding: 0;
  margin: 0 20px 25px 20px;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
.section_list_content_title_sm {
  padding: 0;
  margin: 0 20px 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.popup {
  position: absolute;
  display: block;
  top: 58px;
  left: 0;
  background-color: var(--menu-background);
  /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
  /* border-bottom: #111 1px solid;*/
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  padding: 20px;
  min-height: 200px;
}
.menu_popup, .search_popup {
  display: none;
  background: var(--main-color);
}
.icon_arr_b {
  padding: 3px 8px;
  float: right;
}
.icon_arr_b > span {
  position: relative;
  top: -4px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.icon_arr_b.active > span {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.search_form_wrapper {
  max-width: 900px;
  padding: 40px 20px 80px 20px;
  margin-left: auto;
  margin-right: auto;
}
.section_search {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.article_search .article_number {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 400;
  margin-top: 2px;
  width: 40px;
  flex: 0 0 40px;
}
.articles_grid_wrapper_special {
  margin-top: 20px;
}
.articles_grid_wrapper_special .article_story_grid {
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.articles_grid_wrapper_special .article_story_grid .article_content {
  padding: 12px 20px 20px 20px;
}
.articles_grid_wrapper_special .article_story_grid img {
  border-radius: var(--img-border-radius) var(--img-border-radius) 0 0;
}
.articles_grid_wrapper_special .article_story_grid {
  width: calc(33.333333% - 40px);
}
.articles_grid_wrapper_special .article_story_grid .article_title a:after {
  right: 0;
  left: 0;
}
.post_article_header_special {
  margin-bottom: 40px;
}
.articles_grid_wrapper_special .article_story_grid .article_title {
  font-size: 24px;
  padding-top: 0;
}
.articles_grid_wrapper_special .article_story_grid .article_date {
  padding-top: 2px;
}
.post_article_header_special {
  /* margin-top: 14px;*/
}
.post_article_header_special .post_article_title {
  font-size: 72px;
  text-transform: uppercase;
}
.layout_wrapper_special {
  padding: 5px 20px 60px 20px;
}
.post_article_header_special .post_article_header_content {
  padding: 20% 0 60px 0;
}
.special_header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  position: relative;
  top: 40px;
  z-index: 8;
  margin-top: -42px;
  padding: 22px 12px 0 12px;
}
.special_header a {
  color: #fff;
}
.section_article_middle .special_header {
  color: var(--main-color);
  position: static;
  top: 0;
  z-index: 8;
  margin-top: 0;
  padding: 18px 12px 0 12px;
  margin-bottom: -10px;
}
.section_article_middle .special_header a {
  color: var(--adv-color);
}
.quizz_heading a {
  color: var(--main-color);
  box-shadow: none
}
.post_quizz_header_content .post_article_date {
  color: var(--dark-color);
}
.post_quizz_header_content .post_article_date a {
  color: var(--main-color);
}
.post_quizz_header_content .post_article_header_media_about {
  display: none;
}
.layout_wrapper_quizz {
  background: var(--main-color-light);
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.layout_wrapper_quizz .post_article_service {
  margin: 0;
  border-bottom: var(--divider-color) 1px solid;
  border-top: var(--divider-color) 1px solid;
  padding: 0 20px;
}
.quizz_box {
  padding: 10px 0;
}
.quizz_box_title {
  font-weight: 700;
  padding: 6px 0 12px 0;
  font-size: 36px;
  text-align: center;
}
.post_quizz_body_wrapper {
  padding: 20px;
}
.quizz_box_answers {
  padding: 20px 0;
}
.post_article_header_quizz {
  max-height: none;
}
.post_quizz_header_content .post_article_title {
  font-size: 42px;
}
.post_quizz_header_content_wrapper {
  background: var(--main-color-light);
  padding: 40px 40px;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.post_quizz_header_content .post_article_title {
  text-align: center;
  font-size: 48px;
  line-height: 1.1em;
  padding: 0 20px 14px 20px;
}
.post_quizz_header_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.post_match_header {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0 20px;
}
.post_match_header_content {
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  padding: 20px;
}
.post_match_header_content .post_match_title {
  color: #111;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  line-height: 1.1em;
  padding: 0 20px 10px 20px;
  font-weight: 700;
  text-align: center;
}
.post_match_main {
  border-top: var(--divider-color) 1px solid;
  padding-top: 20px;
  margin-top: 20px;
}
.post_match_info {
  font-size: 10px;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.post_match_score_wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(140px, auto) 1fr;
  align-items: start;
}
.post_match_score {
  text-align: center;
}
.post_match_team1, .post_match_team2 {}
.post_match_team1 {
  display: flex;
  justify-content: flex-end;
}
.post_match_team2 {
  display: flex;
  justify-content: flex-start;
}
.team1_wrapper, .team2_wrapper {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.team1_logo {
  width: 65px;
  height: 65px;
  margin-left: 10px;
}
.team1_logo img {
  width: 100%;
  height: auto;
}
.team2_logo {
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
.team2_logo img {
  width: 100%;
  height: auto;
}
.team1_name, .team2_name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.team2_logo {
  order: -1;
}
.post_match_score_time {
  font-size: 12px;
  font-weight: bold;
}
.post_match_score_num {
  font-size: 52px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 22px;
  line-height: 1em;
}
.post_match_menu_wrapper {
  border-top: var(--divider-color) 1px solid;
  padding-top: 20px;
  margin-top: 20px;
}
.post_match_menu {
  list-style: none;
  display: flex;
  padding: 6px 4px 4px 4px;
  font-size: 0px;
  line-height: 1em;
  text-transform: uppercase;
  justify-content: center
}
.post_match_menu > li {
  font-size: 13px;
  white-space: nowrap;
  margin: 0 4px;
  line-height: 1em;
  display: flex
}
.post_match_menu > li a {
  color: var(--main-color);
  background: none;
  border-radius: var(--tag-border-radius);
  display: inline-block;
  border: var(--main-color) 1px solid;
  padding: 6px 16px;
  line-height: 1em
}
.post_match_menu > li.active a {
  color: var(--light-color);
  background: var(--main-color);
  border-radius: var(--tag-border-radius);
  display: inline-block;
  border: var(--main-color) 1px solid;
  padding: 6px 16px;
  line-height: 1em
}
.post_match_header ~ .layout_wrapper_article .post_article_service {
  border: none;
}
.post_match_header ~ .layout_wrapper_article .post_article_body_wrapper {
  margin-top: 0;
}
.post_match_event {
  display: flex;
  align-items: center;
}
.post_match_event_icon img {
  width: 14px;
  height: 14px;
}
.post_match_event_text {
  font-size: 13px;
}
.team1_wrapper_events .post_match_event_text {
  text-align: right;
}
.team1_wrapper_events, .team2_wrapper_events {
  flex-direction: column;
}
.team1_wrapper_events .post_match_event_icon {
  order: 2;
}
.team2_wrapper_events .post_match_event_icon img {
  margin-right: 5px;
}
.team1_wrapper_events .post_match_event_icon img {
  margin-left: 5px;
}
.match_block {
  border: var(--divider-color) 1px solid;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: var(--img-border-radius);
}
.match_block_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}
.match_block_events_wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(50px, auto) 1fr;
  align-items: center;
  border-bottom: var(--divider-color) 1px solid;
  padding: 8px 0;
  min-height: 50px;
}
.match_block_events_wrapper_f {
  grid-template-columns: 1fr;
}
.match_block_event {
  display: flex;
  align-items: center;
}
.match_block_event_icon img {
  width: 19px;
  height: 19px;
}
.match_block_event_text {
  font-size: 16px;
  line-height: 1em;
}
.match_block_events_team1 {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.match_block_events_team2 {
  display: flex;
  justify-content: flex-start;
}
.match_block_events_team1 .match_block_event_icon {
  order: 2;
}
.match_block_events_team2 .match_block_event_icon img {
  margin-right: 6px;
  vertical-align: bottom;
}
.match_block_events_team1 .match_block_event_icon img {
  margin-left: 6px;
  vertical-align: bottom;
}
.match_block_events_time {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  padding: 0 12px;
  text-align: center;
  line-height: 1em;
  vertical-align: bottom;
}
.match_block_events_time span {
  display: inline-block;
  min-height: 19px;
  padding-top: 2px;
}
.match_block_events_wrapper_f > span {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0 12px;
  text-align: center;
  line-height: 1em;
}
.match_block_teams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.match_block_team1 {
  display: flex;
  justify-content: flex-start;
}
.match_block_team2 {
  display: flex;
  justify-content: flex-end;
}
.match_block_team1 .team1_name, .match_block_team2 .team2_name {
  font-size: 14px;
}
.match_block_team1 .team1_logo, .match_block_team2 .team2_logo {
  width: 32px;
  height: 32px;
}
.match_block_team1 .team1_logo {
  order: -1;
  margin-right: 6px;
  margin-left: 0;
}
.match_block_team2 .team2_logo {
  order: 2;
  margin-left: 6px;
  margin-right: 0;
}
.match_block_team1 .team1_wrapper, .match_block_team2 .team2_wrapper {
  margin-top: 8px;
}
.match_block_events_wrapper {
  display: none;
}
.match_block_events_wrapper.visible {
  display: grid;
}
.match_block_events_list .match_block_events_wrapper:last-child {
  border: none;
}
.button_more_events, .button_more_online {
  border: var(--main-color) 1px solid;
  color: var(--main-color);
  cursor: pointer;
}
.match_block_online_wrapper {
  display: grid;
  grid-template-columns: minmax(30px, auto) minmax(42px, auto) 1fr;
  align-items: start;
  border-bottom: var(--divider-color) 1px solid;
  padding: 12px 0;
}
.match_block_online_time {
  font-size: 19px;
  line-height: 1.2em;
  font-weight: bold;
}
.match_block_online_description {
  font-size: 19px;
  line-height: 1.2em;
}
.match_block_online_wrapper {
  display: none;
}
.match_block_online_wrapper.visible {
  display: grid;
}
.match_block_online_list .match_block_online_wrapper:last-child {
  border: none;
}
.match_block_formations_subtitle {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0 12px;
  text-align: center;
  line-height: 1em;
  padding-bottom: 12px;
}
.match_block_formations_wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(40px, auto) 1fr;
  font-size: 14px;
}
.match_block_formations_team_list {
  display: grid;
  grid-template-columns: minmax(20px, auto) 1fr minmax(42px, auto);
  align-items: start;
  border-bottom: var(--divider-color) 1px solid;
  padding: 6px 0;
}
.match_block_formations_team_icon img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.match_block_formations_team_action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.match_block_formations_team .match_block_formations_team_list:first-child {
  border-top: var(--divider-color) 1px solid;
}
.match_block_formations_item {
  margin-bottom: 20px;
}
.match_block_statistics_item {
  padding-bottom: 16px;
}
.match_block_statistics_item_number {
  display: grid;
  grid-template-columns: minmax(40px, auto) 1fr minmax(40px, auto);
  align-items: end;
}
.match_block_statistics_item_graph {
  display: grid;
  grid-template-columns: 1fr minmax(20px, auto) 1fr;
}
.match_block_statistics_item_number_title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0 12px;
  text-align: center;
  line-height: 1em;
}
.match_block_statistics_item_number_team1, .match_block_statistics_item_number_team2 {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: bold;
}
.match_block_statistics_item_number_team2 {
  text-align: right;
}
.match_block_statistics_list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.match_block_statistics_item_graph {
  margin-top: 8px;
}
.statistics_bg {
  background: #D2E2FF;
  border-radius: 4px;
  height: 10px;
  display: flex;
}
.statistics_bar {
  background: var(--main-color);
  height: 10px;
  border-radius: 4px;
}
.match_block_statistics_item_number_graph1 .statistics_bg {
  justify-content: flex-end;
}
.section_standings_wrapper .news_grid_wrapper {
  column-gap: 40px;
}
.standings_grid_row {
  display: grid;
  grid-template-columns: 40% 10% 10% 10% 10% 10% 10%;
}
.standings_grid_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.standings_grid_item {
  width: calc(33.333333% - 40px);
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  padding: 18px;
}
.standings_team_wrapper {
  display: flex;
  align-items: center;
}
.standings_team_logo {
  margin-right: 5px;
}
.standings_team_logo img {
  width: 20px;
  height: auto;
  vertical-align: bottom;
}
.standings_team_name {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
}
.standings_grid_num {
  font-size: 14px;
  line-height: 1em;
  padding: 9px 0 6px 0;
  text-align: center;
}
.standings_grid_row {
  border-bottom: var(--divider-color) 1px solid;
}
.standings_grid_team {
  padding: 6px 0;
}
.standings_grid_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.standings_grid_head {
  font-size: 10px;
  line-height: 1em;
  padding: 6px 0 9px 0;
  text-align: center;
  opacity: 0.6;
}
.matches_grid_item {
  width: 225px;
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  padding: 12px 18px;
  margin: 0 10px 12px 0;
  position: relative;
}
.matches_grid_row {
  display: grid;
  grid-template-columns: 1fr minmax(30px, auto);
  justify-content: space-between;
}
.matches_grid_team {
  padding: 4px 0;
}
.matches_grid_wrapper {}
.matches_team_wrapper {
  display: flex;
  align-items: center;
}
.matches_team_logo {
  margin-right: 5px;
}
.matches_team_logo img {
  width: 20px;
  height: auto;
  vertical-align: bottom;
}
.matches_team_name {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
}
.matches_grid_num {
  font-size: 14px;
  line-height: 1em;
  padding: 7px 0 4px 0;
  text-align: right;
}
.matches_grid_item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.matches_grid_item:hover {
  background: var(--main-color-light-hover);
}
.matches_grid_info {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.6;
  padding-bottom: 5px;
}
.section_matches .layout_wrapper {
  position: relative;
}
.matches_grid_slider {
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  width: calc(100% - 110px);
  margin-left: auto;
  margin-right: auto;
}
.section_matches {
  margin-bottom: 30px;
  margin-top: 20px;
}
.matches_grid_info_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 1px 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: 1.2em;
  position: relative;
  top: -1px;
}
.matches_grid_w_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.matches_grid_w_wrapper .matches_grid_item {
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
}
.matches_grid_w_wrapper .matches_team_logo img {
  width: 28px;
}
.matches_grid_w_wrapper .matches_grid_num, .matches_grid_w_wrapper .matches_team_name {
  font-size: 16px;
}
.section_standings {
  margin-bottom: 30px;
  margin-top: 20px;
}
.standings_grid_w_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.standings_grid_w_wrapper .standings_grid_item {
  width: calc(50% - 40px);
}
.standings_grid_w_wrapper .standings_team_logo img {
  width: 28px;
}
.standings_grid_w_wrapper .standings_team_name, .standings_grid_w_wrapper .standings_grid_num {
  font-size: 16px;
}
.standings_grid_w_wrapper .standings_team_logo {
  margin-right: 8px;
}
.standings_grid_w_wrapper .standings_grid_title {
  font-size: 20px;
  padding-bottom: 12px;
}
.section_teams {
  margin-bottom: 50px;
  margin-top: 20px;
}
.teams_grid_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: 14px;
  margin-right: 14px;
}
.teams_grid_item {
  width: calc(16.666666% - 12px);
  margin-left: 6px;
  margin-bottom: 12px;
  margin-right: 6px;
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  padding: 14px;
  position: relative;
}
.teams_grid_item:hover {
  background: var(--main-color-light-hover);
}
.teams_team_wrapper {
  display: flex;
  align-items: center;
}
.teams_team_logo {
  margin-right: 8px;
}
.teams_team_logo img {
  width: 32px;
  height: auto;
  vertical-align: bottom;
}
.teams_team_name {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.teams_grid_item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.post_match_penalty_wrapper {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top: 16px;
}
.post_match_penalty_title {
  font-size: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.index_wrapper {
  display: flex;
  padding: 6px 4px 0 4px;
  line-height: 1em;
  text-transform: uppercase;
  justify-content: center;
  padding-bottom: 10px;
}
.index_item {
  display: flex;
  align-items: flex-end;
  padding: 12px 16px;
  border: var(--divider-color) 1px solid;
  border-radius: var(--tag-border-radius);
  margin-left: 5px;
  margin-right: 5px;
}
.index_item_name {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
}
.index_item_value {
  font-size: 16px;
  padding-right: 8px;
  white-space: nowrap;
}
.index_item_change {
  font-size: 10px;
  height: 14px;
  white-space: nowrap;
}
.rise {
  color: var(--rise-color);
}
.fall {
  color: var(--fall-color);
}
.index_item a:hover {
  color: var(--main-color);
}
.section_topic_mezha .layout_wrapper {
  background: #e9f6f0;
  border-radius: var(--img-border-radius);
  padding-top: 16px;
}
.section_topic_adv .layout_wrapper {
  background: var(--adv-color-light);
  border-radius: var(--img-border-radius);
  padding-top: 16px;
}
.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_top .article_content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.article_story_grid_top .article_section + .article_title {
  padding-top: 3px;
}

.column_description {
  color: var(--caption-color);
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.4em;
}
.section_other_news .section_topic_list {
  margin-left: -20px;
  margin-right: -20px;
}
.section_other_news .section_topic_list .article_view_sm {
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
  margin-bottom: 12px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 12px;
}
.section_other_news .section_topic_list .article_view_sm:nth-child(1), .section_other_news .section_topic_list .article_view_sm:nth-child(2) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.section_articles_grid_wrapper .article_view_sm {
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
  margin-bottom: 24px;
  border-top: var(--divider-color) 1px solid;
}
.section_topics_list_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section_topics_list_wrapper .topics_list_item {
  width: 20%;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1em;
}
.section_topics_list_wrapper .topics_list_item a:hover {
  color: var(--main-color);
}
.section_companies_list_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section_companies_list_wrapper .companies_list_item {
  width: 50%;
  padding: 3px 20px 6px 20px;
  font-size: 14px;
  line-height: 1em;
}
.section_companies_list_wrapper .companies_list_item a:hover {
  color: var(--main-color);
}
.promoted .main {
  background: var(--adv-color-light);
}
.promoted .post_side_topic {
  border: var(--divider-color) 1px solid;
  background: var(--adv-color-light);
}
.promoted blockquote {
  background: var(--adv-color-light) !important;
  border: var(--divider-color) 1px solid;
  border-left: var(--divider-color) 1px solid !important;
}
.promoted .footer {
  background: var(--adv-color-light);
  margin-top: 0px;
  padding: 100px 0 50px 0;
  border-top: var(--divider-color) 1px solid;
}
.post_contents {
  padding: 6px 0 0 0;
  margin-bottom: 20px;
  font-size: 18px;
}
.post_contents ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  left: -18px;
  top: 12px;
  z-index: 2;
}
.post_article_text .post_contents ul li, .post_article_text .post_contents ol li {
  font-weight: 700;
  position: relative;
  padding: 3px 0 3px 6px;
}
.post_contents ul li a, .post_contents ol li a {
  color: var(--main-color);
}
.post_contents ul li a, .post_contents ol li a {
  color: var(--main-color);
  box-shadow: inset 0 -2px var(--main-color-inset);
  border-bottom: none;
}
.post_contents ul li a:hover, .post_contents ol li a:hover {
  color: var(--main-color);
  box-shadow: inset 0 -2px var(--main-color-inset);
  opacity: 0.88;
}
.post_contents_title {
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0;
}
.back_top {
  display: flex;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border: var(--main-color) 3px solid !important;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  box-shadow: none !important;
  justify-content: center;
}
.icon_arrow.icon_arrow_right_totop {
  border: var(--main-color) 3px solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: auto;
  position: relative;
  top: 1px;
}
.icon_arrow_right_totop {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.table1_wrapper {
  overflow-x: auto;
}
.table1 {
  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);
}
.table1 p {
  margin: 0px;
  padding: 0;
}
.table1 td, .table1 th {
  border: var(--divider-color) 1px solid;
  border-collapse: collapse;
  padding: 7px;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}
.table1 th {
  background: var(--main-color-light);
}
.table1 tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.table1 tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.table1 tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table1 tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.content_box_f_screen {width: 100%; margin: 25px auto;}

.chart_txt {font-size: 12px; line-height: 1.4em;}

.page_head_block_chart {padding: 54px 10px;}

.chart_text_wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.page_head_wrap {
    display: flex;
}

.page_head_block_chart .chart_text_block {
    text-align: center;
    padding: 0 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.chart_head {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1em;
}

.chart_head_description {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.chart_head {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1em;
}

.chart_head_description {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.chart_logo {display: flex; padding: 20px 0; flex-wrap: wrap; justify-content: center;}

.chart_logo_item {
        padding: 10px 24px;
        border-right: none;
    }

.chart_logo_item img {
        height: 50px;
        width: auto;
    }

.layout_wrapper_special_chart {text-align: center;}
.layout_wrapper_special_chart h3 {text-transform: uppercase;}

.page_head_block_chart img {width: 100%; height: auto;}

@media screen and (min-width:1200px) {
  .also_box .article_story_list .article_title {
    font-size: 22px
  }
  .section_top_articles .article_story_grid_top .article_media, .section_articles_grid_wrapper .article_story_grid_top .article_media {
    width: calc(66.666666% - 13px);
  }
  .section_top_articles .article_story_grid_top .article_content, .section_articles_grid_wrapper .article_story_grid_top .article_content {
    width: calc(33.333333% + 13px);
  }
  .section_top_articles .article_story_grid_top .article_title, .section_articles_grid_wrapper .article_story_grid_top .article_title {
    font-size: 24px;
    padding-top: 2px;
  }
  .section_top_articles .article_story_grid_top, .section_articles_grid_wrapper .article_story_grid_top {
    margin-bottom: 40px;
  }
  .article_story_grid_big .article_media {
    position: relative;
    overflow: hidden;
    width: calc(75% - 10px);
  }
  .article_story_grid_big .article_content {
    width: calc(25% + 10px);
    padding-left: 40px;
    padding-right: 25px;
  }
  .article_story_grid_big .article_title {
    font-size: 26px;
    padding-top: 2px;
  }
  .section_articles .article_story_grid .article_title {
    font-size: 24px
  }
  .article_story_list .article_title {
    font-size: 26px
  }
  .section_list_content .article_view_sm .article_media {
    width: 100px;
    height: 100px;
    flex: 0 0 100px
  }
  .post_article_text h2, .post_news_text h2 {
    font-size: 32px
  }
  .post_article_text h3, .post_news_text h3 {
    font-size: 24px
  }
  .nav_link {
    display: none;
  }
  .section_other_news .article_view_sm {
    width: 50%;
  }
}
@media screen and (min-width:990px) {
  .section_topic_top .article_view_sm .article_title {
    font-size: 40px;
  }
  .section_topic_top .article_view_sm .article_media {
    width: 180px;
    height: 180px;
    flex: 0 0 180px;
  }
  .article_story_grid_top .article_title {
    font-size: 40px;
  }
  .article_story_grid_top .article_media {
    position: relative;
    overflow: hidden;
    width: calc(50% - 20px);
  }
  .article_story_grid_top .article_content {
    width: calc(50% + 20px);
    padding-left: 40px;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .article_story_grid_top img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-radius: var(--h-img-border-radius);
  }
  .section_topic_top .article_story_grid_top .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
  }
  .section_topic_top .article_story_grid_top .article_title {
    font-size: 38px;
  }
  .match_block_event br {
    display: none;
  }
  .match_block_events_wrapper {
    min-height: 38px;
  }
  .section_articles_grid_wrapper .article_news .article_title {
    font-size: 20px;
  }
  .section_articles_grid_wrapper .article_view_sm .article_title {
    font-size: 22px;
  }
  .section_news_wide .news_grid_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .section_news_wide .news_grid_wrapper .article_news {
    width: 25%;
    border: none;
    margin-top: 0;
    padding: 0 20px 22px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .quizz_title {
    font-size: 46px;
  }
  .quizz_description {
    font-size: 30px;
  }
  .quizz_heading {
    font-size: 22px;
  }
	
}
@media screen and (max-width: 1380px) {
  .article_story_grid_top .article_title {
    font-size: 36px;
  }
}
@media screen and (max-width:1200px) {
  .article_story_grid_top .article_title {
    font-size: 30px
  }
  .section_topic_top .article_story_grid_top .article_title {
    font-size: 30px
  }
  .section_popular_list > .article_popular_grid .article_title, .section_topic_top .article_view_sm .article_title {
    font-size: 30px
  }
  .section_views_list .article_view_sm {
    width: 50%
  }
  .main_menu, .index_wrapper {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .main_menu > li, .index_item_wrapper {
    display: inline-block;
    white-space: normal;
  }
  .section_menu {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
  }
  .post_article_header_content .post_article_title {
    font-size: 48px
  }
  .section_top_articles_wrapper .article_story_grid, .section_top_articles_wrapper .unit_grid_banner, .section_articles_grid_wrapper .unit_grid_banner {
    width: 50%;
  }
  .section_articles_grid_wrapper .article_story_grid:not(.article_story_grid_top) {
    width: 50%;
  }
  .section_topic_6x_list .article_story_grid {
    width: 33.333333%;
  }
  .section_main_news {
    width: 33.333333%;
  }
  .section_main_topics {
    width: 66.666666%;
  }
  .section_main_topics {}
  .article_popular_grid .article_counter {
    font-size: 36px;
  }
  .section_main_topics_top {
    width: 50%;
  }
  .section_main_topics_list {
    width: 50%;
  }
  .section_top_news {
    width: 33.3333333%;
  }
  .section_top_articles {
    width: 66.666666%;
  }
  .section_news_adv {
    display: none;
  }
  .section_other_news .article_story_grid .article_title {
    font-size: 20px;
  }
  .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_main_topics_wide_top {
    width: 33.333333%;
  }
  .section_main_topics_wide_list {
    width: 66.666666%;
  }
  .section_menu_sub {
    overflow-x: scroll;
  }
  .section_menu_wrapper {
    flex-wrap: wrap;
  }
  .section_menu_title {
    border: none;
    text-align: center;
    width: 100%;
    padding-right: 10px;
  }
  .section_main_1st {
    padding-top: 15px;
  }
  .section_menu_sub {
    padding-left: 0;
    margin-left: -9px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_menu_2nd .breadcrumbs_wrapper {
    padding: 6px 0;
  }
  .ui_datepicker-group {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 50px;
    position: relative;
  }
  .post_quizz_header_content {
    position: static;
    order: 2;
  }
  .standings_grid_item {
    width: calc(50% - 40px);
  }
  .matches_grid_w_wrapper .matches_grid_item {
    width: calc(33.333333% - 40px);
  }
  .matches_grid_w_wrapper .matches_team_logo img {
    width: 20px;
  }
  .matches_grid_w_wrapper .matches_grid_num, .matches_grid_w_wrapper .matches_team_name {
    font-size: 14px;
  }
  .standings_grid_w_wrapper .standings_grid_item {
    width: calc(100% - 24px);
    margin-bottom: 20px;
  }
  .standings_grid_w_wrapper .standings_team_logo img {
    width: 20px;
  }
  .standings_grid_w_wrapper .standings_team_name, .standings_grid_w_wrapper .standings_grid_num {
    font-size: 14px;
  }
  .standings_grid_w_wrapper .standings_team_logo {
    margin-right: 5px;
  }
  .standings_grid_w_wrapper .standings_grid_title {
    font-size: 16px;
    padding-bottom: 0;
  }
  .teams_grid_item {
    width: calc(33.333333% - 12px);
  }
  .article_story_grid_noimg .article_title {
    font-size: 20px;
  }
  .section_top_articles .article_story_grid_top .article_media, .section_articles_grid_wrapper .article_story_grid_top .article_media {
    width: 100%;
  }
  .section_top_articles .article_story_grid_top .article_content, .section_articles_grid_wrapper .article_story_grid_top .article_content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .top_menu_wrapper {
    padding: 20px 0 40px 0;
  }
  .top_menu_item {
    width: 33.333333%;
    padding: 20px;
  }
  .layout_wrapper_article_wide .post_article_service, .post_article_header_content .post_article_header_media_captain, .post_article_header_content .post_article_header_media_source {
    margin-left: 20px;
    margin-right: 20px;
  }
	
	.layout_wrapper_article_chart .post_article_service {margin-left: auto; margin-right: auto;}
	
  .top_menu_item {
    width: 100%;
    padding: 20px;
  }
  .section_articles_grid_wrapper .article_story_grid_top img {
    border-radius: var(--h2-img-border-radius);
  }
  .section_topic_list_sp .article_story_grid .article_title {
    font-size: 18px;
  }
  .section_topics_list_wrapper .topics_list_item {
    width: 33.333333%;
  }
}




@media screen and (min-width:640px) and (max-width:1200px) {
  .section_top_articles .article_story_grid:last-child {
    display: none;
  }
  .section_top_articles .article_story_grid_top img {
    border-radius: var(--h2-img-border-radius);
  }
}
@media screen and (max-width:989px) {
  .footer_logo, .header_logo {
    width: 223px;
    top: 20px
  }
  .header_wrapper {
    padding: 12px 20px
  }
  .article_story_grid .article_topic {
    font-size: 10px
  }
  .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
  }
  .header_logo {
    top: 15px
  }
  .section_main_topics_list {
    flex-wrap: wrap;
    margin-bottom: 30px
  }
  .section_main_topics_list .article_story_grid {
    width: 100%
  }
  .section_main_topics_list .article_story_grid .article_topic {
    padding: 0
  }
  .section_main_topics_top .article_story_grid_top {
    margin-bottom: 30px
  }
  .section_main_topics_list .article_story_grid .article_title a:after {
    left: 0;
    right: 0
  }
  .section_topic_list {
    flex-wrap: wrap;
    margin-bottom: 30px
  }
  .section_topic_list .article_story_grid {
    width: 100%
  }
  .section_topic_list .section_topic_list_1x {
    padding-top: 22px;
  }
  .section_topic_list .section_topic_list_1x, .section_topic_list .section_topic_list_3x {
    width: 100%;
    flex-wrap: wrap;
  }
  .section_topic_list .section_topic_list_3x .article_story_grid, .section_topic_list_3x .article_story_grid_noimg {
    width: 100%
  }

  .section_topic_list_3x .section_title {font-size: 16px;}

  .section_title_hidden {
    display: block;
    border: none;
    font-size: 18px;
  }
  .article_story_grid:not(.article_story_grid_top) .article_section:not(.article_section_adv) {
    padding-top: 0;
  }
  .article_story_grid:not(.article_story_grid_top) .article_section_adv {
    margin-top: 0;
  }
  .section_topic_list .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start
  }
  .section_topic_list .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start
  }
  .section_topic_list .article_story_grid .article_content {
    width: calc(100% - 230px)
  }
  .section_topic_list .article_story_grid .article_media {
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
    width: 206px
  }
  .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid .article_media {
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
    width: 206px
  }
  .section_topic:not(.section_topic_extended):not(.section_topic_special):not(.section_topic_special_b) .section_topic_list .article_story_grid .article_content {
    width: calc(100% - 230px)
  }
  .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid .article_topic {
    padding: 0
  }
  .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid {
    padding: 0;
    margin: 0 20px 13px 20px
  }
  .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid:not(:first-child) {
    padding: 14px 0 0 0;
    border-top: var(--divider-color) 1px solid;
    margin: 0 20px 13px 20px
  }
  .section_topic_list .article_story_grid .article_title a:after {
    left: 0;
    right: 0
  }
  .section_topic_list .article_story_grid .article_label:not(.article_label_adv), .section_topic_list .article_story_grid .article_label:not(.article_label_adv), .section_topic_list .section_topic_list_3x .article_story_grid .article_label:not(.article_label_adv) {
    display: none
  }
  .section_topic_list .section_topic_news_list {
    width: 100%
  }
  .section_topic_list .news_grid_wrapper .article_news:first-child {
    border-top: var(--divider-color) 1px solid;
    padding-top: 14px
  }
  .section_topic .article_story_grid_top {
    margin-bottom: 20px
  }
  .articles_grid_wrapper .article_story_grid {
    width: 50%
  }
  .section_topic_top .article_story_grid_top .article_title {
    padding-top: 12px
  }
  .section_topic_wrapper, .section_topic_wrapper_wide {
    flex-wrap: wrap;
  }
  .section_popular_list > .article_popular_grid {
    width: 100%
  }
  .section_topic_extended .section_topic_top, .section_topic_extended .section_topic_list {
    width: 100%;
  }
  .section_popular_list_sm {
    width: 100%
  }
  .section_topic_sm .section_topic_list .article_story_grid:first-child {
    padding: 0;
    border-top: none
  }
  .section_topic_top .article_view_sm .article_title {
    font-size: 30px;
  }
  .section_topic_list .article_story_grid .article_title {
    padding: 0 0 5px 0
  }
  .section_list_side {
    display: none
  }
  .section_list_content {
    width: 100%;
    max-width: 100%;
    padding: 0
  }
  .post_article_body_wrapper, .post_news_body_wrapper {
    flex-wrap: wrap
  }
  .post_article_body, .post_news_body {
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .post_article_side, .post_news_side {
    margin-top: 25px;
    width: 100%
  }
  .section_other_news {
    margin-top: 35px;
  }
  .post_article_header_content .post_article_title, .post_view .post_article_header_content .post_article_title {
    font-size: 42px
  }
  .post_article_header_content {
    padding-bottom: 20px
  }
  .section_articles_grid_wrapper .article_story_grid:not(.article_story_grid_top) {
    width: 50%;
  }
  .articles_grid_wrapper_special .article_story_grid {
    width: calc(50% - 40px);
  }
  .post_match_header_content .post_match_title {
    font-size: 36px;
    padding: 0 0 10px 0;
  }
  .section_main_article .article_story_grid_top {
    margin-bottom: 12px;
  }
  .section_topic_list_3x {
    background: var(--main-color-light);
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 20px;
    border-radius: var(--img-border-radius);
  }
  .article_story_grid_noimg .article_body {
    padding: 0;
  }
  .article_story_grid_noimg .article_title {
    font-size: 20px;
  }
  .section_topic_list_3x .article_story_grid .article_media {
    display: none;
  }
  .section_topic_list .section_topic_list_3x .article_story_grid .article_content {
    width: 100%;
  }
  .article_story_grid_noimg .article_section {
    padding-top: 0;
  }
  .article_story_grid_noimg .article_title {
    padding: 0 0 5px 0;
  }
  .section_topic_list_1x .article_story_grid {
    margin-bottom: 20px;
  }
  .section_topic_list_3x .article_story_grid, .section_topic_list_3x .article_story_grid_noimg {
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    border-top: var(--divider-color) 1px solid;
    margin-top: 12px;
  }
  .section_topic_list_3x .article_story_grid:nth-child(2) {
    /*margin-top: 0;*/
    /*border: none;*/
    /*padding-top: 0;*/
  }

	.section_topic_list_3x .article_story_grid .article_section, .section_topic_list_3x .article_story_grid .article_date {display: none;}

.section_topic_picture {
    padding-top: 8px;
}
  .article_story_grid_top img {
    border-radius: var(--h2-img-border-radius);
  }
  .section_topic_extended .section_topic_list .article_view_sm, .section_popular_list_sm .article_popular_grid {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
    margin-bottom: 0px;
    border-top: var(--divider-color) 1px solid;
    margin-top: 12px;
  }
  .section_topic_extended .section_topic_wrapper_wide .section_topic_list .article_view_sm {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
    margin-bottom: 0px;
    border-top: var(--divider-color) 1px solid;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .section_topic_top .article_view_sm, .article_popular_grid {
    margin-bottom: 6px;
  }
  .article_popular_grid .article_counter {
    font-size: 28px;
  }
  .section_topic_news_list .article_news .article_title {
    font-weight: 400;
  }
  .section_topic_news_list .news_grid_wrapper {
    padding-bottom: 14px;
  }
  .index_item {
    padding: 10px 14px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .section_topic_list_sp {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 0 0 20px;
  }
  .section_topic_list_sp .article_story_grid {
    display: inline-block;
    white-space: normal;
    margin: 0 15px 10px 0;
    width: 225px;
    height: 320px;
    padding: 0 0 0 0;
    border: none;
  }
  .section_topic_list_sp .article_story_view {
    display: inline-block;
    white-space: normal;
    margin: 0 15px 10px 0;
    width: 225px;
    height: 340px;
    padding: 12px 0 0 0;
    border: none;
  }
  .section_topic_list_sp .article_story_grid:not(.article_story_view) .article_title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 128px;
    margin-bottom: 9px;
  }
  .section_main_article + .section_topic {
    margin-top: 24px;
  }
	
	    .page_head_block_chart .chart_head {
        font-size: 42px;
    }
	    .page_head_block_chart .chart_head_description {
        font-size: 14px;
    }
	
	.page_head_block_chart .chart_img_block {
        width: 60px;
    }
}
@media screen and (max-width:880px) {
  .section_main_topics {
    width: 100%;
    flex-wrap: wrap;
  }
  .section_main_topics_list {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 0;
  }
  .section_main_topics_list {
    display: flex;
  }
  .section_main_topics_list .article_story_grid {
    width: 50%;
  }
  .section_main_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .section_main_news {
    width: 100%;
  }
  .section_main_topics_top {
    width: 100%;
  }
  .section_main .news_grid_wrapper .article_news:first-child {
    padding-top: 13px;
    border-top: var(--divider-color) 1px solid;
    margin-top: 12px;
  }
  .section_top_wrapper {
    flex-wrap: wrap;
  }
  .section_top_news {
    width: 100%;
    margin-bottom: 30px;
  }
  .section_top_articles {
    width: 100%;
  }
  .section_topic_wrapper {
    flex-wrap: wrap;
  }
  .section_topic_extended .section_topic_top {
    width: 100%;
  }
  .section_topic_extended .section_topic_list {
    width: 100%;
  }
  .section_press_list .article_press_grid {
    width: 100%;
    margin: 0 20px 13px 20px;
    padding: 0;
  }
  .section_press_list .article_press_grid:not(:first-child) {
    border-top: var(--divider-color) 1px solid;
    padding-top: 14px;
  }
  .post_news_title {
    font-size: 42px;
  }
  .section_main_topics_wide {
    flex-wrap: wrap;
  }
  .section_main_topics_wide_top, .section_main_topics_wide_list {
    width: 100%;
  }
  .section_news_wide_wrapper .news_grid_wrapper {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .section_news_wide_wrapper .news_grid_wrapper .article_news:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .section_other_news_wrapper .article_story_grid {
    width: 50%
  }
}
@media screen and (max-width:820px) {
  .section_main_wrapper {
    flex-wrap: wrap
  }
  .section_main_news {
    width: 100%
  }
  .section_main_topics {
    width: 100%;
    order: -1
  }
  .section_title {
    font-size: 22px
  }
  .section_main_news .section_sm_title {
    display: flex;
    padding: 11px 0 13px 0;
    margin: 0 20px 25px 20px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    border-top: var(--dark-color) 1px solid;
    border-bottom: var(--dark-color) 1px solid
  }
  .section_main {
    margin-bottom: 30px
  }
  .section_press_list {
    flex-wrap: wrap
  }
  .section_press_list .article_press_grid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
  }
  .section_press_list .article_press_grid:nth-child(n+2) {
    padding-top: 14px;
    border-top: var(--divider-color) 1px solid;
    margin-top: 13px
  }
  .header_wrapper_l {
    order: -2
  }
  .header_wrapper_s {
    order: -1
  }
  .icon_search {
    margin: 0 0 0 6px
  }
  .section_author_info_media {
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 35px;
    flex: 0 0 180px
  }
  .section_author_info_name {
    font-size: 22px
  }
  .post_article_header_content .post_article_title, .post_news_title, .post_view .post_article_header_content .post_article_title {
    font-size: 32px
  }
  .post_article_text h2, .post_news_text h2 {
    padding: 16px 0 10px 0;
    font-size: 25px
  }
  .post_article_text h3, .post_news_text h3 {
    padding: 16px 0 10px 0;
    font-size: 22px
  }
  .top_menu_wrapper {
    padding: 30px 0
  }
  .top_menu_wrapper {
    flex-wrap: wrap
  }
  .lang_menu {
    display: none;
  }
  .menu_popup .lang_menu {
    display: block;
  }
  .section_news_wrapper {
    display: block;
  }
  .menu_popup .lang_menu .lang_menu_item {
    margin: 0 4px 0 0;
  }
  .post_news {
    max-width: 100%;
    order: 0;
  }
  .section_news_side {
    max-width: 100%;
    order: 1;
  }
  .post_news {
    padding-bottom: 10px;
  }
  .section_other_news_wrapper .article_story_grid, .section_other_articles_wrapper .article_story_grid {
    width: 100%;
  }
  .section_other_news_wrapper .article_story_grid, .section_other_articles_wrapper .article_story_grid {
    padding: 0;
    margin: 0 20px 13px 20px;
  }
  .section_other_news_wrapper .article_story_grid:not(:first-child), .section_other_articles_wrapper .article_story_grid:not(:first-child) {
    padding: 14px 0 0 0;
    border-top: var(--divider-color) 1px solid;
  }
  .section_other_news_wrapper .article_story_grid .article_body, .section_other_articles_wrapper .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  .section_other_news_wrapper .article_story_grid .article_media, .section_other_articles_wrapper .article_story_grid .article_media {
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
    width: 206px;
  }
  .section_other_news_wrapper .article_story_grid .article_content, .section_other_articles_wrapper .article_story_grid .article_content {
    width: calc(100% - 230px);
  }
  .articles_grid_wrapper_special .article_story_grid .article_title {
    font-size: 22px;
    padding-top: 0;
  }
  .matches_grid_w_wrapper .matches_grid_item {
    width: calc(50% - 40px);
  }
	
	.layout_wrapper_article_chart .post_article_service {margin-left: 20px; margin-right: 20px;}
}
@media screen and (min-width:640px) {
  .nav_link {
    display: none;
  }
  .post_article_header_special_noimg .post_article_header_content {
    position: static;
    background: none;
    padding: 60px 0 50px 0;
  }
  .post_article_header_special_noimg .post_article_header_content .post_article_title {
    color: var(--dark-color);
  }
  .post_article_header_special_noimg .post_article_date {
    color: var(--dark-color);
  }
  .section_article:not(.section_article_middle) .post_article_header_media .post_article_header_media_captain, .section_article:not(.section_article_middle) .post_article_header_media .post_article_header_media_source {
    display: none;
  }
  .section_article:not(.section_article_middle) .post_article_header_content {
    text-align: center;
  }
}
.header {
  position: sticky;
}
@media screen and (max-width:640px) {

  .articles_grid_wrapper .article_story_grid {
    width: 100%
  }
  .section_topic_top .article_story_grid_top .article_title {
    font-size: 28px
  }
  .section_articles .article_story_grid {
    margin-bottom: 20px
  }
  .section_popular_list_sm .article_popular_grid {
    width: 100%
  }
  .section_popular_list_sm .article_popular_grid {
    padding-top: 13px;
    border-top: var(--divider-color) 1px solid;
    padding-left: 0;
    padding-right: 0;
    margin-left: 12px;
    margin-right: 12px
  }
  .article_popular_grid .article_title a:after {
    right: 0;
    left: 0
  }
  .section_views_list .article_view_sm {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px
  }
  .section_views_list .article_view_sm:nth-child(n+2) {
    padding-top: 13px;
    border-top: var(--divider-color) 1px solid
  }
  .section_views_list .article_view_sm a:after {
    right: 0;
    left: 0
  }
  .section_popular_list {
    margin-top: -10px
  }
  .articles_grid_wrapper, .section_views_list {
    margin-bottom: 30px
  }
  .article_news .article_title, .article_popular_grid .article_title {
    font-size: 18px
  }
  .articles_grid_wrapper .article_story_grid, .articles_grid_wrapper .button_wrapper, .header_wrapper, .news_grid_wrapper, .post_article_author, .post_article_body_wrapper, .post_article_date, .post_article_header_content .post_article_title, .post_news, .section_articles_list_wrapper, .section_list_content .article_story_grid, .section_main_topics_top .article_story_grid_top, .section_menu, .section_popular_list > .article_popular_grid, .section_search, .section_topic_top .article_story_grid_top, .pagination_archive, .section_menu, .article_story_grid_top .article_content, .section_top_articles .article_story_grid_top .article_content, .article_view_sm, .post_article_header_media_about, .section_article_middle .post_article_header_media, .post_view .post_article_header_content .post_article_title, .section_articles_grid_wrapper .article_story_grid_top .article_content, .section_topics_list_wrapper .topics_list_item, .section_companies_list_wrapper .companies_list_item, .layout_wrapper_quizz .post_article_service, .post_quizz_body_wrapper, .quizz_box_result_wrap {
    padding-left: 12px;
    padding-right: 12px
  }
  .post_match_header {
    margin-right: auto;
    padding: 20px 12px 0 12px;
  }
  .article_author_list, .post_article_service, .section_list_content_title_sm, .section_main_news .section_sm_title, .section_title, .section_views_list .article_view_sm, .section_page_title, .section_author_info, .section_list_content_title_bg, .section_topic_list_3x, .section_topic_list_3x .article_story_grid, .section_topic_list_3x .article_story_grid_noimg, .section_topic_extended .section_topic_list .article_view_sm, .section_articles_grid_wrapper .article_view_sm, .section_topic_extended .section_topic_wrapper_wide .section_topic_list .article_view_sm {
    margin-left: 12px;
    margin-right: 12px
  }
  .main_menu {
    padding-left: 8px;
    padding-right: 8px
  }
  .article_story_grid .article_title a:after {
    right: 0;
    left: 0;
  }
  .back_top {
    bottom: 12px;
    right: 12px;
  }
  .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid:not(:first-child) .article_title a:after, /*.section_top_articles_wrapper .article_story_grid .article_title a:after,*/ .section_topic_extended .article_story_grid .article_title a:after {
    /* top: 13px;*/
  }
  .section_topic_top .article_story_grid_top .article_title a:after {
    top: 0;
  }
  .section_articles_grid_wrapper .article_story_grid {
    width: 100%
  }
  .post_article_header_content {
    position: static;
    background: 0 0;
    padding: 16px 0 0 0
  }
  .post_article_header_media {
    padding: 16px 12px 0 12px
  }
  .post_article_header_content .post_article_title {
    color: var(--dark-color)
  }
  .post_article_date {
    color: var(--dark-color)
  }
  .post_article_date a {
    color: var(--main-color)
  }
  .post_article_date a:hover {
    opacity: .8
  }
  .post_article:not(.post_view) .post_article_header img {
    width: 106%;
    margin: 0 -3%;
    height: auto;
    vertical-align: bottom
  }
  .post_article .post_article_header .post_article_header_media_o img {
    width: 160%;
    margin: 0 -30%;
    height: auto;
    vertical-align: bottom;
  }
  .post_article_header_content .post_article_title, .post_news_title {
    font-size: 28px
  }
  .post_article_subtitle {
    font-weight: 700;
    font-size: 1.3em;
    padding: 3px 0 10px 0;
  }
  .post_news_tags a, .post_news_tags span {
    padding: 7px 14px 6px 14px
  }
  .section_authors_list_wrapper .article_author_list {
    width: 100%
  }
  .article_author_list {
    margin-bottom: 20px
  }
  .article_story_grid, .article_story_grid_noimg {
    padding-left: 12px;
    padding-right: 12px;
  }
  .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid, .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid:not(:first-child), .section_press_list .article_press_grid {
    margin-left: 12px;
    margin-right: 12px;
  }
  .section_main {
    padding-top: 12px;
  }
  .section_topic_extended .section_topic_list .article_story_grid, .section_topic_extended .section_topic_list .article_view_sm, .section_topic_extended .section_topic_wrapper_wide .section_topic_list .article_view_sm {
    width: 100%;
  }
  .section_topic_extended .section_topic_list .article_story_grid .article_body, .section_topic_6x_list .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  .section_topic_extended .section_topic_list .article_story_grid .article_media {
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
    width: 206px;
  }
  .section_topic_extended .section_topic_list .article_story_grid .article_content {
    width: calc(100% - 230px);
  }
  .section_topic_extended .section_topic_list .article_story_grid {
    padding: 14px 0 0 0;
    border-top: var(--divider-color) 1px solid;
    margin: 0 12px 13px 12px;
  }
  .section_topic_special .article_story_grid .article_title {
    font-size: 18px;
  }
  .section_top_articles .button_more, .section_topic .button_more {
    margin-left: 12px;
    margin-right: 12px;
    max-width: 100%;
    margin-top: 20px;
  }
  .section_popular_list > .article_popular_grid .article_title, .section_topic_top .article_view_sm .article_title {
    font-size: 20px;
  }
  .article_popular_grid {
    margin-bottom: 0;
  }
  .section_top_articles_wrapper .article_story_grid, .section_top_articles_wrapper .unit_grid_banner, .section_articles_grid_wrapper .unit_grid_banner {
    width: 100%;
  }
  .section_top_articles_wrapper .unit_grid_banner, .section_articles_grid_wrapper .unit_grid_banner {
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .section_articles_grid_wrapper .unit_grid_banner {
    margin-top: 0;
  }
  .section_topic_6x_list .article_story_grid .article_label {
    font-size: 11px;
  }
  .section_top_articles_wrapper .article_story_grid {
    padding: 14px 0 0 0;
    border-top: var(--divider-color) 1px solid;
    margin: 0 12px 13px 12px;
  }
  .section_top_articles_wrapper .article_story_grid:first-child {
    border: none;
    padding-top: 0;
  }
  .section_top_articles_wrapper .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  .section_top_articles_wrapper .article_story_grid .article_media {
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
    width: 206px;
  }
  .section_top_articles_wrapper .article_story_grid .article_content {
    width: calc(100% - 230px);
  }
  .section_top_articles_wrapper .article_story_grid .article_title {
    padding: 0 0 5px 0;
  }
  .section_other_news, .section_other_articles {
    margin-top: 30px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .section_news_side {
    padding: 30px 12px;
  }
  .section_other_news_wrapper .article_story_grid, .section_other_articles_wrapper .article_story_grid {
    margin: 0 12px 13px 12px;
  }
  .section_news_wide .button_more {
    margin-left: 12px;
    margin-right: 12px;
    max-width: 100%;
  }
  .breadcrumbs_wrapper {
    padding: 5px 12px;
  }
  .post_news {
    padding-top: 20px;
  }
  .post_news_date {
    font-size: 13px;
  }
  .section_menu_2nd .breadcrumbs_wrapper {
    display: none;
  }
  .post_article_header_media .post_article_header_media_about {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
  }
  .ui_datepicker_group {
    width: 100%;
    max-width: 350px;
    margin: 0 20px 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .top_menu {
    columns: 1;
  }
  .top_menu {
    width: 100%;
  }
  .side_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;
  }
  .dropdown_menu {
    display: none;
    padding-bottom: 12px;
  }
  .show-menu {
    display: block !important;
  }
  .top_menu_1st {
    font-size: 20px;
  }
  .icon_arr_b.active {
    color: red;
  }
  .dropdown_menu > li {
    font-size: 14px;
    padding: 4px 0;
  }
  .articles_grid_wrapper .article_story_grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 12px;
    margin-right: 12px;
  }
  .post_article_header_special .post_article_header_content {
    padding: 60px 0 40px 0;
  }
  .post_quizz_header_content ~ .post_article_header_media {
    padding-top: 0;
  }
  .post_quizz_header_content .post_article_title {
    font-size: 32px;
  }
  .post_quizz_header_content_wrapper {
    padding: 30px 12px;
  }
  .post_quizz_header_content .post_article_title {
    padding-left: 0;
    padding-right: 0;
  }
  .post_match_header_content .post_match_title {
    font-size: 30px;
  }
  .post_match_header_content, .match_block, .footer_info {
    padding-left: 12px;
    padding-right: 12px;
  }
  .match_block_online_wrapper {
    grid-template-columns: minmax(30px, auto) minmax(38px, auto) 1fr;
  }
  .match_block_online_description, .match_block_online_time {
    font-size: 17px;
  }
  .match_block_event_text {
    font-size: 14px;
    margin-top: 2px;
  }
  .match_block_events_wrapper {
    padding: 5px 0;
  }
  .standings_grid_item {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .matches_grid_slider {
    width: calc(100%);
    padding-left: 12px;
  }
  .matches_grid_w_wrapper .matches_grid_item {
    width: calc(100% - 24px);
    margin-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .section_divider_title {
    margin: 0 12px;
  }
  .section_divider_title {
    margin: 0 12px;
  }
  .teams_grid_item {
    width: calc(50% - 12px);
  }
  .teams_grid_wrapper {
    margin-left: 6px;
    margin-right: 6px;
  }
  .section_article_middle .post_article_header_content {
    padding: 24px 0 0 0;
  }
  .section_article:not(.section_article_middle) .post_article_header_content .post_article_header_media_captain, .section_article:not(.section_article_middle) .post_article_header_content .post_article_header_media_source {
    display: none;
  }
  .post_article_header_media_captain {
    font-size: 12px;
  }
  .menu_popup .lang_menu {
    padding: 0;
  }
  .section_other_news .section_topic_list .article_view_sm {
    width: 100%;
    margin-bottom: 0;
  }
  .section_articles_grid_wrapper .article_view_sm {
    width: 100%;
  }
  .section_other_news .section_topic_list .article_view_sm:nth-child(1) {
    margin-bottom: 12px;
  }
  .section_other_news .section_topic_list .article_view_sm:nth-child(2) {
    border-top: var(--divider-color) 1px solid;
    padding-top: 12px;
  }
  .section_articles_grid_wrapper .article_story_grid:not(.article_story_grid_top) {
    width: 100%;
  }
  .section_topic_list_sp {
    padding: 0 0 0 12px;
  }
  .section_topics_list_wrapper .topics_list_item {
    font-size: 14px;
  }
  .section_service_title {
    font-size: 42px;
  }
  .special_header {
    color: var(--dark-color);
    position: static;
    top: 0;
    z-index: 8;
    margin-top: 0;
    padding: 18px 12px 0 12px;
    margin-bottom: -10px;
  }
  .special_header a {
    color: var(--adv-color);
  }
  .post_article_header_content .post_article_title, .post_article_date {
    text-align: left;
  }
  .post_article_header .article_label {
    text-align: left;
    padding: 0 12px 10px 12px;
  }
  .post_news_header .article_label {
    text-align: left;
    padding: 0 0 10px 0;
  }
	
	.chart_logo_item img {
        height: 30px;
        width: auto;
    }
	
	.chart_logo_item {
        padding: 6px 12px;
    }
	
	    .page_head_block_chart .chart_head {
        font-size: 32px;
    }
	    .page_head_block_chart .chart_head_description {
        font-size: 12px;
    }
	
	.page_head_block_chart .chart_img_block {
        width: 46px;
    }
}
@media screen and (max-width:520px) {
  .article_story_grid .article_topic > a, .article_story_grid .article_topic > span {
    font-size: 10px
  }
  .article_story_list .article_media, /*.section_main_topics_list .article_story_grid .article_media,*/ .section_topic:not(.section_topic_extended) .section_topic_list .article_story_grid .article_media, .section_topic_extended .section_topic_list .article_story_grid .article_media, .section_topic_6x_list .article_story_grid .article_media, .section_main_topics_wide_list .article_story_grid .article_media {
    width: 120px;
    height: 92px;
    margin: 0 20px 0 0;
    border-radius: var(--img-border-radius);
    flex: 0 0 120px
  }
  .article_story_list .article_media img, .section_main_topics_list .article_story_grid .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0
  }
  .section_topic_list .article_story_grid .article_media {
    width: 120px;
    height: 92px;
    margin: 0 20px 0 0;
    border-radius: var(--img-border-radius)
  }
  .section_topic:not(.section_topic_special) .section_topic_list .article_story_grid .article_content, .section_topic:not(.section_topic_extended):not(.section_topic_special) .section_topic_list .article_story_grid .article_content, .section_topic_6x_list .article_story_grid .article_content, .section_topic:not(.section_topic_extended):not(.section_topic_special):not(.section_topic_special_b) .section_topic_list .article_story_grid .article_content, .section_main_topics_wide_list .article_story_grid .article_content {
    width: calc(100% - 140px)
  }
  .section_topic:not(.section_topic_special) .section_topic_list .article_story_grid .article_content .article_date, .section_topic:not(.section_topic_extended):not(.section_topic_special) .section_topic_list .article_story_grid .article_content .article_date, .section_topic_6x_list .article_story_grid .article_content .article_date, .section_main_topics_wide_list .article_story_grid .article_content .article_date {
    padding-bottom: 5px;
  }
  .section_topic_list .article_story_grid .article_media img, .section_topic_6x_list .article_story_grid .article_media img, .section_main_topics_wide_list .article_story_grid .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0
  }
  .section_articles_list_wrapper .article_story_view .article_media img, .section_main_topics_list .article_story_view .article_media img, .section_topic_list .article_story_view .article_media img {
    width: 120%;
    height: auto;
    margin: 0 -10%;
    vertical-align: bottom;
    border-radius: 100%
  }
  .section_main_topics_list .article_story_grid .article_title {
    font-size: 18px;
    padding: 3px 0 5px 0
  }
  .section_topic_list .article_story_grid .article_title, .section_topic_6x_list .article_story_grid .article_title, .section_main_topics_wide_list .article_story_grid .article_title {
    font-size: 18px;
    padding: 0
  }
  .article_story_grid_noimg .article_title {
    font-size: 18px;
  }
  .article_story_grid_top .article_title, .section_articles .article_story_grid .article_title /*.section_articles_grid_wrapper .article_story_grid .article_title*/ {
    font-size: 22px;
  }
  .section_topic_top .article_story_grid_top .article_title {
    font-size: 22px;
    padding-top: 10px
  }
  .top_options_club .options_text {
    font-size: 9px
  }
  .top_options_club .options_text {
    padding: 5px 0
  }
  .top_options_club {
    margin-right: -4px
  }
  .article_view_sm .article_name {
    font-size: 15px;
    text-transform: uppercase
  }
  .article_story_list .article_topic {
    display: none
  }
  .article_story_list .article_title {
    padding-top: 0
  }
  .section_articles_list_wrapper .article_news .article_title {
    font-size: 18px
  }
  .section_author_info {
    flex-wrap: wrap
  }
  .section_author_info_media {
    width: 100%;
    width: 190px;
    height: 190px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 35px;
    flex-basis: auto;
    margin: 0 auto 18px auto
  }
  .post_news_tags a, .post_news_tags span {
    font-size: 11px
  }
  .article_story_list .article_title {
    font-size: 18px
  }
  .post_article_author_name {
    font-size: 18px
  }
  .post_article_author_name > span {
    font-size: 15px
  }
  .post_article_text h2, .post_news_text h2 {
    padding: 16px 0 10px 0;
    font-size: 28px
  }
  .post_article_text h3, .post_news_text h3 {
    padding: 16px 0 10px 0;
    font-size: 22px
  }
  .section_main_topics_list .article_story_grid {
    width: 100%;
    padding: 13px 0 0 0;
    border-top: var(--divider-color) 1px solid;
    margin: 12px 12px 0 12px;
  }
  .section_main_topics_list .article_story_grid .article_date {
    padding: 2px 0 4px 0;
  }
  .section_main_topics_list .article_story_grid .article_media {
    display: none;
  }
  .section_topic_6x_list .article_story_grid {
    width: 100%;
  }
  .section_topic_6x_list .article_story_grid {
    padding: 14px 0 0 0;
    border-top: var(--divider-color) 1px solid;
    margin: 0 12px 13px 12px;
  }
  .section_topic_6x_list .article_story_grid:first-child {
    padding: 0;
    border: none;
    margin: 0 12px 13px 12px;
  }
  .section_top_articles_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_top_articles_wrapper .article_story_grid:not(.article_story_view) .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0;
  }
  .section_top_articles_wrapper .article_story_view .article_media img {
    width: 116%;
    height: auto;
    margin: 0 -8%;
    vertical-align: bottom;
    border-radius: 55%;
  }
  .section_top_articles_wrapper .article_story_grid .article_title {
    font-size: 18px;
  }
  .section_top_articles_wrapper .article_story_grid .article_content {
    width: calc(100% - 140px);
  }
  .section_topic_list .article_story_grid .article_content {
    width: calc(100% - 140px);
  }
  .section_top_articles_wrapper .article_story_grid:not(.article_story_view) .article_date {
    padding: 0px 0 5px 0;
  }
  .section_other_news_wrapper .article_story_grid .article_media, .section_other_articles_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_other_news_wrapper .article_story_grid .article_content, .section_other_articles_wrapper .article_story_grid .article_content {
    width: calc(100% - 140px);
  }
  .section_other_news_wrapper .article_story_grid .article_media img, .section_other_articles_wrapper .article_story_grid .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0;
  }
  .section_other_news_wrapper .article_story_grid .article_title, .section_other_articles_wrapper .article_story_grid .article_title {
    font-size: 18px;
    padding: 0;
  }
  .section_other_news_wrapper .article_story_grid .article_date, .section_other_articles_wrapper .article_story_grid .article_date {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .section_main_topics_wide_list .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  .section_main_topics_wide_list .article_story_grid {
    width: 100%;
  }
  .section_main_topics_wide_list .article_story_grid {
    padding: 14px 0 0 0;
    border-top: var(--divider-color) 1px solid;
    margin: 0 12px 13px 12px;
  }
  .section_main_topics_wide_top .article_story_grid {
    margin-bottom: 20px;
  }
  .section_page_title {
    font-size: 24px;
  }
  .search_form_wrapper {
    padding: 40px 0 80px 0;
  }
  .teams_grid_item {
    width: calc(100% - 12px);
  }
  .teams_grid_item {
    padding: 12px;
  }
  .article_view_sm .article_media {
    width: 65px;
    height: 65px;
    margin-right: 13px;
    flex: 0 0 65px;
  }
  .section_topic_top .article_view_sm, .article_popular_grid {
    margin-bottom: 0;
  }
  .section_topic_list {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .article_story_list .article_section:not(.article_section_adv) {
    display: none;
  }
  .alphabet_item {
    font-size: 12px;
  }
  .alphabet_item a {
    display: block;
    line-height: 29px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
  }
  .section_topics_list_wrapper .topics_list_item {
    width: 50%;
  }
  .section_companies_list_wrapper .companies_list_item {
    width: 100%;
  }
  .footer_social_wrapper .icon {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width:420px) {
  .footer_logo, .header_logo {
    width: 180px;
    top: 18px;
  }
  .ui_datepicker_group {
    max-width: 300px;
  }
}
@media screen and (max-width:380px) {
  .footer_logo, .header_logo, .header_sm .header_logo {
    width: 150px
  }
  .header_logo {
    top: 21px
  }
  .header_sm .header_logo {
    top: 21px
  }
  .top_options_club {
    padding: 2px 5px 1px 5px;
  }
}
.unit_side_banner :not(script):not(style) {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center
}
.unit_side_banner {
  position: sticky;
  top: 40px
}
.unit_news_side_banner :not(script):not(style), .unit_side_banner :not(script):not(style) {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center
}
.unit_header_banner > :not(script):not(style):not(.advtext) {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.unit_top_banner > :not(script):not(style):not(.advtext) {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.unit_level_banner > :not(script):not(style):not(.advtext) {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.unit_news_banner_list {
  width: 100%
}
.unit_news_banner_list > :not(script):not(style):not(.advtext) {
  margin-bottom: 25px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.unit_banner_grid {
  width: 100%;
  padding: 0 20px
}
.unit_banner_grid > :not(script):not(style):not(.advtext) {
  margin-top: -5px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.unit_banner_list {
  width: 100%;
  padding: 0 20px
}
.unit_banner_list > :not(script):not(style):not(.advtext) {
  margin-top: 25px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.unit_text_banner > :not(script):not(style):not(.advtext) {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.unit_bottom_banner > *:not(script):not(style):not(.advtext) {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.unit_grid_banner > :not(script):not(style):not(.advtext) {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block !important
}
.layout_wrapper_article_wide .unit_text_banner, .layout_wrapper_article_wide .unit_bottom_banner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.section_other_news, .section_other_articles {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:520px) {
  .unit_banner_list, .unit_level_banner {
    padding-left: 12px;
    padding-right: 12px
  }
}
/* quizz */
.quizz_heading {
  color: var(--main-color);
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
.quizz_heading:before {
  content: "";
  background: var(--main-color);
  width: 20%;
  height: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.quizz_heading:after {
  content: "";
  background: var(--main-color);
  width: 20%;
  height: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
}
.quizz_heading a {
  color: var(--main-color);
}
.quizz_button {
  background: #bce0c3;
  color: #fff;
  font-weight: 700;
  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(--main-color);
  border: var(--main-color) 1px solid;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 6%;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
/*.quizz_button:hover {
  background: #4390b5;
}
.quizz_button:disabled:hover {
  background: #bce0c3;
}*/
.quizz_button_empty:hover {
  transition: color 0.3s ease 0s;
  opacity: 0.85;
}
.quizz_button_wrap {
  padding: 25px 0;
  text-align: center;
}
.quizz_box_title a {
  color: #111;
  font-weight: normal;
}
.quizz_box_title a:hover {
  text-decoration: none;
}
.quizz_box {
  padding: 10px 0;
}
.quizz_box_title {
  font-weight: 700;
  line-height: 1.1em;
  color: #111;
  padding: 6px 0;
  font-size: 32px;
  text-align: center;
}
.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)
}
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: #9fd7ce;
  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.4em;
  cursor: pointer;
  display: block;
  padding: 15px 13px 17px 55px;
  position: relative;
  border: #dadada 1px solid;
  background: white;
  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(--main-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: #e5bdc6;
}
.quizz_box_answers label.correct.active {
  z-index: 9;
}
.quizz_box_answers label.wrong.active {
  background: #e5bdc6;
  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_description {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  padding: 8px 0 3px 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;
}
@media only screen and (min-width: 1200px) {
  .page-head-block .quizz_box_image_about {
    color: #9b9b9b;
    position: absolute;
    bottom: 10px;
    left: 5px;
    bottom: 0;
    padding: 5px 20px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 750px) {
  .page-head-block .quizz_box_image_about {
    color: #9b9b9b;
    position: absolute;
    bottom: 10px;
    left: 0;
    bottom: auto;
    padding: 5px 20px;
    margin-top: -23px;
  }
}
.page-head-block .quizz_box_image_about .quizz_box_image_source {}
.quizz_box_image_source {
  font-size: 10px;
  color: #eee;
}
.page-head-block .quizz_box_image_source {
  font-size: 10px;
  color: #eee;
}
.quizz_box_result_image {
  margin: 15px 0 -10px 0;
  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: 20px;
}
.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: 42px;
  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: 64px;
  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='#e7000000', 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 {
  border: #dadada 1px solid;
  background: #fff;
  padding: 20px;
  margin: 45px 0 25px 0;
  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:before, .quizz_box_result_wrap .quizz_heading:after {
  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 (max-width: 750px) {
  .quizz-header_wrap {
    position: static;
  }
  .quizz-header {
    margin: 0 auto;
    padding: 25px;
  }
  .quizz-body {
    padding: 10px 25px 25px 25px;
  }
  .quizz_heading {
    font-size: 20px;
  }
  .quizz_description {
    font-size: 22px;
  }
  .quizz_title {
    font-size: 40px;
  }
  .quizz_box_result .quizz_box_result_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 20px;
  }
}
@media only screen and (max-width: 568px) {
  .quizz-body {
    padding: 10px 10px 25px 10px;
  }
  h2.quizz_box_title {
    font-size: 24px;
  }
  .quizz_box_answers label {
    line-height: 1.3em;
    padding: 16px 16px 18px 50px;
    font-size: 16px;
  }
  .quizz_box_answers input:checked + label {
    z-index: 9;
    padding: 16px 16px 18px 50px;
  }
  .quizz_box_answers input:checked + label:before {
    left: 14px;
    top: 14px;
  }
  .quizz_box_answers label:before {
    width: 18px;
    height: 18px;
  }
  .quizz_box_answers input:hover + label:before {
    width: 18px;
    height: 18px;
  }
  .quizz_box_answers input:checked + label:before {}
  .quizz_button_wrap {
    padding: 10px 0;
  }
  .quizz_box_result_image .quizz_box_result_content {
    padding: 50px 20px 30px 20px;
  }
  .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 {
    width: 34px !important;
    height: 34px !important;
  }
  .quizz_box_result_wrap {
    padding-top: 12px;
  }
}
@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: 700px) {
  .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 20px 0 20px;
  }
}
.media__embed {
  margin: 20px 0;
  max-width: 100%;
}
@media (min-width: 767px) {
  .media__embed {
    max-width: 770px;
    margin: 20px auto;
  }
}
.media__embed .media__embed__container {
  position: relative;
  text-align: center
}
.media__embed .media__embed__container > * {
  margin: auto !important;
  max-width: 100%;
}
.media__embed .media__embed__container:has(iframe[src*=youtube]) {
  padding-bottom: 56.25%;
}
.media__embed .media__embed__container iframe[src*=youtube] {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.section_other_news .section_title_sm, .section_other_articles .section_title_sm {
  margin-left: 0;
  margin-right: 0;
}
.section_other_news .section_other_news_wrapper, .section_other_articles .section_other_articles_wrapper {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 640px) {
  .section_other_news .section_other_news_wrapper, .section_other_articles .section_other_articles_wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
  .layout_wrapper_article_wide .post_article_service {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.post_news_text blockquote, .post_article_text blockquote {
  padding: 10px 0;
  margin: 1.1em 0;
  padding: 20px 16px;
  border-left: none;
  background-color: var(--main-color-light);
  border-radius: var(--img-border-radius);
}

.fb_iframe_widget {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.fb-post>span {
  max-width: 100%;
}
.fb_iframe_widget span , .fb_iframe_widget iframe {
  max-width: 100%;
}
.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

/*gallery*/

.swiper {margin: 30px 0;}
.swiper img {border-radius: var(--img-border-radius); vertical-align: bottom;}
.layout_wrapper_article_wide .swiper {max-width: 770px; margin-left: auto; margin-right: auto;}
.layout_wrapper_article_wide .swiper_m {max-width: 1140px; margin-left: auto; margin-right: auto;}
.layout_wrapper_article_wide .swiper_w {max-width: 1680px; margin-left: auto; margin-right: auto;}

.swiper_gallery .swiper-slide {position: relative; margin-bottom: 40px;}

.swiper_gallery .swiper-description {
  position: absolute; bottom: 2px; padding: 12px 15px; color: #fff; width: 100%;
  text-shadow: 1px 1px 2px black, 0 0 8px black;
  border-radius: 0 0 8px 8px;
}

.swiper_gallery .swiper-description-captain {font-size: 14px; line-height: 1.2em; padding: 9px 0 0 0;}
.swiper_gallery .swiper-description-source {font-size: 9px; line-height: 1.2em; padding: 2px 0 0 0;}

.swiper .swiper-pictures {position: relative; width: 100%;}
.swiper .swiper-pictures::before {content: ""; display: block; padding-bottom: 68%;}
.swiper .swiper-pictures picture {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.swiper .swiper-pictures img {border-radius: 8px; max-width: 100%; max-height: 100%; height: auto;}
.swiper .swiper-pictures .swiper-description {position: absolute; left: 50%; transform: translateX(-50%); text-align: center; bottom: 0;}

.layout_wrapper_article_wide .swiper_m, .layout_wrapper_article_wide .swiper_w {margin-bottom: 0;}
@media screen and (min-width: 790px) {
  .layout_wrapper_article_wide .swiper_m.swiper_gallery .swiper-wrapper, .layout_wrapper_article_wide .swiper_w.swiper_gallery .swiper-wrapper {display: flex; flex-wrap: wrap;}
  .layout_wrapper_article_wide .swiper_m.swiper_gallery .swiper-wrapper .swiper-slide, .layout_wrapper_article_wide .swiper_w.swiper_gallery .swiper-wrapper .swiper-slide {width: calc(50% - 40px); margin-left: 20px; margin-right: 20px;}

}

.swiper-pagination-bullet-active{
  background: #136458ba !important;
}

.article .article_story_list .view_author{
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}