@charset "windows-1251";
:root {
  --main-color: #1361fc;
  --main-color-light: #e8f0ff;
  --main-color-light-hover: #d9e6ff;
  --divider-color: rgba(0, 0, 0, 0.17);
  --divider-color-medium: #ccc8cb;
  --tag-color: #e3e3e3;
  --caption-color: #888;
  --link-hover-color: #1361fc;
  --img-border-radius: 8px;
  --tag-border-radius: 50px;
  --light-color: #fff;
  --dark-color: #111;
  --menu-background: #fff;
  --adv-color: #1361fc;
  --ex-color: #8f2378;
  --date-color: #888
}
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
}
body, input {
  background: var(--light-color);
  font-family: fira sans, sans-serif
}
a {
  text-decoration: none;
  color: var(--dark-color)
}
@font-face {
  font-family: refranktexbold;
  src: url(../fonts/refrankt-exbold-webfont.woff2) format('woff2'), url(../fonts/refrankt-exbold-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal
}
.header_main {
  background: var(--light-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_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_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: 15px;
  padding: 25px 0
}
.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;
  position: relative
}
.article_story_grid .article_media {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px
}
.article_story_grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius);
  vertical-align: bottom;
}
.article_story_grid .article_topic {
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  margin-bottom: -5px
}
.article_story_grid .article_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.1em;
  font-weight: 700;
  padding: 6px 0 5px 0
}
.article_story_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  content: "";
  z-index: 2
}
.article_story_grid .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 10px 0 2px 0
}
.article_story_grid .article_date span {
  font-weight: 700;
  color: var(--main-color)
}
.article_story_grid .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 .article_title a:hover {
  color: var(--link-hover-color)
}
.article_story_list {
  padding: 14px 0 0 0;
  border-top: var(--divider-color) 1px solid;
  overflow: hidden;
  margin-top: 14px;
  position: relative
}
.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_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_story_list .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: var(--date-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_story_list .article_date span {
  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)
}
.section_topic, .section_topic_6x {
  margin-bottom: 30px;
}
.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(--dark-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_popular_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative
}
.article_popular_grid .article_counter {
  font-family: refranktexbold, fira sans, sans-serif;
  color: var(--main-color);
  font-size: 42px;
  font-weight: 800
}
.article_popular_grid .article_title {
  font-size: 17px;
  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: 13px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 12px;
  width: 100%;
  position: relative
}
.section_articles_grid_wrapper .article_news {
  padding-top: 18px;
  margin-top: 17px
}
.article_news .article_date {
  font-size: 10px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_news .article_title {
  display: inline;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 400;
  padding-bottom: 5px
}
.post_side_topic .article_news .article_title {
  font-weight: bold;
}
.section_main_news .article_news .article_title {
  font-weight: 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: 1.2em;
  position: relative;
  top: -2px
}
.article_news .article_label_adv, .article_story_grid .article_label_adv {
  background: var(--adv-color);
  border-color: var(--adv-color);
  color: #fff;
  font-weight: 700
}
.article_news .article_label_ex, .article_story_grid .article_label_ex {
  background: var(--ex-color);
  border-color: var(--ex-color) !important;
  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, .section_articles_list_wrapper .article_story_list:first-child {
  border: none;
  padding-top: 6px;
  margin-top: 0
}
.article_view_sm {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 35px;
  position: relative
}
.article_view_sm .article_media {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px
}
.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: 8px 0 5px 0
}
.article_view_sm .article_title a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  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: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex: 0 0 100px
}
.article_view_sm .article_name {
  font-size: 18px;
  text-transform: uppercase
}
.article_view_sm .article_name > span {
  display: block;
  font-size: 12px;
  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 .article_story_grid, .section_topic_list .section_topic_news_list {
  width: 25%
}
.section_topic_extended .section_topic_list {
  width: 50%
}
.section_topic_extended .section_topic_list .article_story_grid {
  width: 50%
}
.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_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 {
  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: 338px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 13px
}
.header_logo a:hover path, .footer_logo a:hover path {
  fill: var(--main-color)
}
/*.header_logo .header_logo_img {
  vertical-align: bottom
}*/
.footer_logo {
  width: 338px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.main_menu {
  list-style: none;
  display: flex;
  padding: 6px 4px 4px 4px;
  font-size: 0px;
  line-height: 1em;
  text-transform: uppercase;
  justify-content: center
}
.main_menu > li {
  font-size: 13px;
  white-space: nowrap;
  margin: 0 4px;
  line-height: 1em;
  display: flex
}
.main_menu > li a {
  color: var(--dark-color);
  background: var(--light-color);
  border-radius: var(--tag-border-radius);
  display: inline-block;
  border: var(--dark-color) 1px solid;
  padding: 6px 16px;
  line-height: 1em
}
.main_menu > li.main_topic a {
  color: var(--light-color);
  font-weight: 700;
  display: inline-block;
  background: var(--main-color);
  border-radius: var(--tag-border-radius);
  border: none;
  padding: 7px 16px
}
.main_menu > li:not(.main_topic) 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(--dark-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(--dark-color) 1px solid;
  border-radius: var(--tag-border-radius);
  padding: 3px 16px;
  display: flex;
  align-items: center;
  margin-left: 5px
}
.top_options_club:hover {
  color: var(--main-color);
  border-color: var(--main-color)
}
.top_options_club:hover span {
  color: var(--main-color)
}
.top_options_club .options_text {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--dark-color);
  line-height: 1em;
  padding: 5px
}
.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: 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_author_info {
  padding: 35px 20px;
  background: var(--main-color-light);
  margin: 28px 20px;
  border-radius: var(--img-border-radius);
  display: flex;
  align-items: center
}
.section_author_info_media {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
  flex: 0 0 160px
}
.section_author_info_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.section_author_info_name {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 6px
}
.section_author_info_social {
  padding: 12px 0;
  display: flex
}
.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: 42px;
  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(--dark-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)
}
.post_news_photo_captain {
  color: var(--caption-color);
  font-size: 14px;
  line-height: 1.2em;
  padding: 9px 0 0 0
}
.post_news_photo_source {
  color: var(--caption-color);
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 2px 0 0 0
}
.post_article_subtitle {
  font-weight: 700;
  line-height: 1.45em;
  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 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 {
  padding: 18px 0 10px 0;
  font-size: 32px;
  line-height: 1.15em
}
.post_article_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 > 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: 12px
}
.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 40px 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_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_article_date a {
  color: #fff
}
/*.post_article_date a:hover {
  opacity: .8
}*/
.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 16px 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 {
  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, .post_news_text ul {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px
}
.post_article_text ul li, .post_news_text ul li {
  position: relative;
  padding: 10px 0 10px 10px
}
.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 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 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: 20px 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(--dark-color);
}
.section_article_middle .post_article_date a:hover {
  color: var(--main-color);
}
.also_box .article_story_list {
  background: var(--main-color-light);
  padding: 12px 20px 12px 12px;
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 14px;
  position: relative;
  border: none;
}
.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: 12px;
  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: 16px;
  text-transform: none;
  font-weight: 400
}
.post_article_author_name a {
  color: var(--main-color-medium)
}
.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(--dark-color) 1px solid;
  padding: 9px 10px;
  color: var(--dark-color);
  font-size: 16px;
  /*padding-right: 120px;*/
}
.top_menu_wrapper {
  display: flex;
  padding: 40px 20px 120px 20px;
  width: 100%;
}
.top_menu_title {
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom: 10px;
  opacity: .5;
  color: #111
}
.top_menu {
  list-style: none;
  /*display: flex;
	flex-wrap: wrap;*/
  columns: 4;
  column-gap: 40px;
  width: 80%;
}
.side_menu {
  width: 20%;
  padding: 20px 0;
}
/*.top_menu a {
  color: #fff
}*/
.top_menu > li {
  padding: 20px;
  /*	width: 20%;*/
  font-weight: bold;
  text-transform: uppercase;
  page-break-inside: avoid;
  break-inside: avoid;
}
.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 a:hover, .side_menu_services a:hover {
  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;
}
.tooltip {
  position: absolute;
  top: 26px;
  left: 0;

  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  display: none;
  padding: 8px 16px;
  background-color: var(--dark-color);
  color: #fff;
  border-radius: 20px;
  white-space: nowrap
}
.section_top_articles_wrapper .unit_grid_banner {
  width: 33.333333%
}
.lang_menu {
  margin-right: 5px;
}
.lang_menu_item {
  border: var(--dark-color) 1px solid;
  border-radius: var(--tag-border-radius);
  padding: 0 10px 1px 10px;
  margin-left: 4px;
  line-height: 1em;
}
.lang_menu_item > span {
  font-size: 12px;
  text-transform: uppercase;
}
.lang_menu_item_active {
  color: var(--main-color);
  border-color: var(--main-color);
}
.lang_menu_item:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.section_other_news .article_story_grid .article_title {
  font-size: 18px;
  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: 15px 0 0 0;
  margin: 0 20px 15px 20px;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  /*border-bottom: var(--dark-color) 1px solid;*/
}
.pagination {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 12px;
  width: 100%;
}
.pagination_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  font-size: 14px;
  text-align: center;
  margin-right: 0;
  font-weight: 400;
  white-space: nowrap;
}
.pagination_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 15px 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;
}
.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) 1px solid;
  border-radius: 50%;
  color: var(--main-color);
  /*background: var(--main-color);*/
  /*  color: #fff;*/
  font-weight: 400;
}
.section_page_title .pagination_link {
  border: var(--dark-color) 1px solid;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  margin: 0 10px;
}
.section_page_title a.pagination_link:hover {
  color: var(--link-hover-color);
  border: var(--link-hover-color) 1px solid;
}
.section_page_title a.pagination_link:hover svg * {
  fill: var(--link-hover-color) !important;
}
.section_page_title .pagination_link {
  border: var(--dark-color) 1px solid;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  margin: 0 10px;
}
.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: 30px;
   }
.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;
}
.section_article {
  margin-top: 14px;
}
.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_service {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 80px 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;
}
.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;
  /*	padding-left: 20px;
	padding-right: 20px;*/
}
.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 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.sup_title {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.sup_title a:hover {
  color: var(--main-color);
}
.section_menu {
  padding: 0 20px 4px 20px;
  margin-bottom: 22px;
  max-width: 100%;
  display: block;
}
.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: 55px;
  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;
}
.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: -36px;
  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(--main-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-medium);
}
.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-medium) 1px solid;
  border-top: var(--divider-color-medium) 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;
}
@media screen and (min-width:1200px) {
  .also_box .article_story_list .article_title {
    font-size: 22px
  }
  .article_story_grid_top .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
  }
  .article_story_grid_top .article_title {
    font-size: 40px
  }
  .article_story_grid_top .article_media {
    position: relative;
    overflow: hidden;
  }
  .section_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: 120px;
    height: 120px;
    flex: 0 0 120px
  }
  .post_article_text h2 {
    font-size: 36px
  }
  .post_article_text h3 {
    font-size: 24px
  }
  .nav_link {
    display: none;
  }
}
@media screen and (min-width:990px) {
  .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;
  }
}
@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 {
    font-size: 30px
  }
  .section_views_list .article_view_sm {
    width: 50%
  }
  .main_menu {
    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 {
    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 {
    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_other_news_wrapper .article_story_grid {
    width: 50%;
  }
  .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;
  }
  .top_menu {
    columns: 3;
  }
  .top_menu {
    width: 75%;
  }
  .side_menu {
    width: 25%;
  }
  .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);
  }
}
@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: 17px
  }
  .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 .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start
  }
  .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 {
    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_popular_list > .article_popular_grid {
    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_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
  }
  /*  .section_articles_grid_wrapper*/ .section_other_news_wrapper .article_story_grid {
                                         width: 50%
                                       }
  .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: 0
  }
  .post_article_header_content .post_article_title {
    font-size: 42px
  }
  .post_article_header_content {
    padding-bottom: 20px
  }
  .section_articles_grid_wrapper .article_story_grid {
    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;
  }
}
@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;
  }
}
@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_topics_list {
    /*margin-bottom: 20px*/
  }
  .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 {
    font-size: 32px
  }
  .post_article_text h2 {
    padding: 16px 0 10px 0;
    font-size: 30px
  }
  .post_article_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;
  }
  .section_news_wrapper {
    display: block;
  }
  .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);
  }
  .top_menu {
    columns: 2;
  }
  .top_menu {
    width: 66.666666%;
  }

  .side_menu {
    width: 33.333333%;
  }
  .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);
  }
}
@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);
  }
}
@media screen and (max-width:640px) {
  .header {
    position: sticky;
  }
  .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_grid_wrapper .articles_grid_wrapper, .section_articles_grid_wrapper_sub .article_story_grid,*/ .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 {
    padding-left: 12px;
    padding-right: 12px
  }
  .post_match_header {
    margin-right: auto;
    padding: 20px 12px 0 12px;
  }
  .article_author_list, .post_article_service, /*.section_articles_grid_wrapper .article_view_sm,*/ .section_list_content_title_sm, .section_main_news .section_sm_title, .section_title, /*.section_topic_list .article_story_grid,*/ .section_views_list .article_view_sm, .section_page_title, .section_author_info, .section_list_content_title_bg {
    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;
  }
  .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 20px 0 20px*/
    padding: 0;
  }
  .post_article_header_content .post_article_title {
    color: var(--dark-color)
  }
  .post_article_date {
    color: var(--dark-color)
  }
  .post_article_date a {
    color: var(--dark-color)
  }
  .post_article_date a:hover {
    opacity: .8
  }
  .post_article_header img {
    /*width: 138%;
    margin: 0 -19%;*/
    width: 100%;
    margin: 0;
    height: auto;
    vertical-align: bottom
  }
  .post_article_header_content .post_article_title, .post_news_title {
    font-size: 30px
  }
  .post_article_subtitle {
    font-weight: 700;
    line-height: 1.2em;
    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 {
    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 {
    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_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 {
    margin-left: 12px;
    margin-right: 12px;
    max-width: 100%;
    margin-top: 20px;
  }
  .section_popular_list > .article_popular_grid .article_title {
    font-size: 18px;
  }
  .section_top_articles_wrapper .article_story_grid, .section_top_articles_wrapper .unit_grid_banner {
    width: 100%;
  }
  .section_top_articles_wrapper .unit_grid_banner {
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .section_topic_6x_list .article_story_grid .article_label {
    font-size: 11px;
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) {
    padding: 14px 0 0 0;
    border-top: var(--divider-color) 1px solid;
    margin: 0 12px 13px 12px;
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) .article_media {
    position: relative;
    overflow: hidden;
    margin: 0 24px 0 0;
    width: 206px;
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) .article_content {
    width: calc(100% - 230px);
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) .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: 8px 0;
    border-top: var(--divider-color) 1px solid;
  }
  .top_menu > li:last-child {
    border-bottom: var(--divider-color) 1px solid;
  }
  .top_menu_wrapper {
    padding: 10px 0 30px 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 20px;
  }
  .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;
  }
}
@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-top: 0;
    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_top .article_title, .section_articles .article_story_grid .article_title /*.section_articles_grid_wrapper .article_story_grid .article_title*/ {
    font-size: 22px;
    padding-top: 5px
  }
  .section_topic_top .article_story_grid_top .article_title {
    font-size: 22px;
    padding-top: 10px
  }
  /*  .section_popular_list > .article_popular_grid .article_title {
    font-size: 22px
  }*/
  .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_media {
    width: 92px;
    height: 92px;
    flex: 0 0 92px
  }
  .article_view_sm .article_name {
    font-size: 16px;
    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: 24px
  }
  .post_article_text h3, .post_news_text h3 {
    padding: 16px 0 10px 0;
    font-size: 20px
  }
  .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:nth-child(2) {
    /*border: none;*/
    /*padding-top: 0;*/
    /*margin-top: 0;*/
  }
  .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_title_hidden {
    display: block;
    width: calc(100% - 24px);
  }
  .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:not(:first-child) .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(:first-child) .article_media img {
    width: 138%;
    height: auto;
    margin: 0 -19%;
    vertical-align: bottom;
    border-radius: 0;
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) .article_title {
    font-size: 18px;
    padding: 0;
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) .article_content {
    width: calc(100% - 140px);
  }
  .section_top_articles_wrapper .article_story_grid:not(:first-child) .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 20px 13px 20px;
  }
  .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;
  }
}
@media screen and (max-width:420px) {
  .footer_logo, .header_logo {
    width: 180px;
    top: 20px;
  }
  .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: 80px
}
.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: 25px;
  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_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: 20px;
  margin-bottom: 20px;
  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: 600;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 10%;
  box-sizing: border-box;
}
.quizz_button:disabled {
  opacity: 0.6;
}
.quizz_button_empty {
  color: #4a5d32;
  border: #4a5d32 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 { /*color: #888;*/ 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: #bbd0f6;
  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;
}
/*
.test_box__answers input:disabled + label {
  background: #eeecf3;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
*/
.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: #fec7df;
}
.quizz_box_answers label.correct.active {
  z-index: 9;
}
.quizz_box_answers label.wrong.active {
  background: #fec7df;
  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='#e6000000', GradientType=0);
  padding: 60px 0 15px 0;
}
.quizz_box_result .quizz_box_result_content {
  padding: 10px 20px 10px 20px;
}
.quizz_box_result_image .quizz_box_result_content {
  position: absolute;
  padding: 20px 20px 35px 20px;
}
.quizz_box article a:link, .quizz_box .article a:link {
  color: #23527c;
  text-decoration: underline;
}
.quizz_box_result_wrap {
  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 (min-width: 1024px) {
  .quizz_title {
    font-size: 46px;
  }
  .quizz_description {
    font-size: 30px;
  }
  .quizz_heading {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .post_match_score_wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .post_match_team1 {
    grid-column: span 1;
    grid-row: 1;
  }
  .post_match_team2 {
    grid-column: span 1;
    grid-row: 1;
  }
  .post_match_score {
    grid-column: span 2;
    grid-row: 2;
    justify-self: center;
  }
  .post_match_score_wrapper_main .post_match_team1 {
    justify-content: flex-start;
  }
  .post_match_score_wrapper_main .post_match_team2 {
    justify-content: flex-end;
  }
  .post_match_score_wrapper_main .team1_logo, .post_match_score_wrapper_main .team2_logo {
    width: 32px;
    height: 32px;
  }
  .post_match_score_wrapper_main .team1_name, .post_match_score_wrapper_main .team2_name {
    font-size: 14px;
  }
  .post_match_score_wrapper_main .team2_wrapper .team2_logo {
    order: 2;
    margin-left: 6px;
    margin-right: 0;
  }
  .post_match_score_wrapper_main .team1_wrapper .team1_logo {
    order: -1;
    margin-right: 6px;
    margin-left: 0;
  }
  .post_match_score_wrapper_main .team1_wrapper, .post_match_score_wrapper_main .team2_wrapper {
    margin-top: 0;
  }
  .team1_wrapper {
    margin-right: 6px;
  }
  .team2_wrapper {
    margin-left: 6px;
  }
  .match_block_statistics_item_graph {
    grid-template-columns: 1fr minmax(10px, auto) 1fr;
  }
  .post_match_info {
    padding-bottom: 10px;
  }
}
@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: 13px 13px 15px 47px;
  }
  .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;
  }
}
@media only screen and (max-width: 375px) {
  .quizz_title {
    font-size: 30px;
  }
  .quizz_box_result .quizz_box_result_title {
    font-size: 24px;
  }
  .quizz_heading {
    font-size: 20px;
  }
  .quizz_description {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .quizz_box_result .quizz_box_result_title {
    font-size: 20px;
  }
  h2.quizz_box_title {
    font-size: 20px;
    line-height: 1.2em;
  }
  .layout_quizz .post__subtitle {
    line-height: 1.1em;
  }
  .quizz_box_result .quizz_box_result_number {
    font-size: 36px;
  }
  .layout_quizz .quizz-body .quizz_box_result_wrap .article {
    padding: 0 20px;
  }
  .quizz_button_wrap {
    padding: 25px 20px;
  }
  .quizz_heading {
    font-size: 18px;
    padding: 6px 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);
}




/* euro */

@font-face {
  font-family: eurorefranktexbold;
  src: url(../fonts/refrankt-exbold-webfont-euro.woff2) format('woff2'), url(../fonts/refrankt-exbold-webfont-euro.woff) format('woff');
  font-weight: 400;
  font-style: normal
}
.header_euro .header_main {
  background: #000154;
  background-image: url('../euro2024/bg1.png');
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.header_euro .layout_wrapper {
  position: relative;
}
.header_euro .layout_wrapper:after {
  content: "";
  display: block;
  width: 192px;
  height: 150px;
  position: absolute;
  left: 17%;
  bottom: 0;
  background-image: url('../euro2024/people.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.header_euro .header_logo a path {
  fill: #fff;
}
.header_euro .header_logo {
  width: 150px;
}
.header_euro .top_search_link path {
  fill: #fff;
}
.header_euro .top_options_club {
  border: #fff 1px solid;
}
.header_euro .top_options_club .options_text {
  color: #fff;
}
.header_euro .icon_menu rect {
  fill: #fff;
}
.header_euro .top_menu_link .options_text {
  color: #fff;
}
.euro_header_title {
  font-family: eurorefranktexbold, fira sans, sans-serif;
  color: #ff267d;
  text-transform: uppercase;
  line-height: 1.1em;
  text-align: center;
  font-size: 54px;
  font-weight: 800;
  width: 500px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 50px;
}

.euro_header_title a {color: #ff267d;}
.header_euro .header_wrapper {
  min-height: 150px;
}
.euro_menu_wrapper {
  padding-top: 20px;
}
.euro_menu {
  list-style: none;
  display: flex;
  padding: 6px 4px 4px 4px;
  font-size: 0px;
  line-height: 1em;
  text-transform: uppercase;
  justify-content: center
}
.euro_menu > li {
  font-size: 13px;
  white-space: nowrap;
  margin: 0 4px;
  line-height: 1em;
  display: flex
}
.euro_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
}
.euro_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
}
.section_main_euro {
  background: #000154;
  padding-bottom: 100px;
  background-image: url(../euro2024/bg2.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
}
.section_main_euro:after {
  content: "";
  display: block;
  width: 192px;
  height: 150px;
  position: absolute;
  left: 38%;
  bottom: 0;
  background-image: url(../euro2024/people.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section_main_euro a, .section_main_euro .article_story_grid .article_date, .section_main_euro .article_story_grid .article_date span, .section_main_euro .article_news .article_date, .section_main_euro .article_news .article_date span {
  color: #fff;
}
.section_main_euro .article_news .article_label {
  border: #fff 1px solid;
  color: #fff;
}
.section_main_euro .article_news {
  border-top: rgba(255, 255, 255, 0.3) 1px solid;
}
.section_title_euro {
  font-family: eurorefranktexbold, fira sans, sans-serif;
  color: #ff267d;
  text-transform: uppercase;
  line-height: 1.1em;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 20px;
}
.section_title_euro a {
  color: #ff267d;
}
.section_main_euro .article_story_grid .article_title a:hover {
  color: #fff;
  opacity: 0.8;
}
.section_main_euro .article_news .article_title a:hover {
  color: #fff;
  opacity: 0.8;
}
.section_main_euro .section_title {
  color: #fff;
}
.section_main_euro .layout_wrapper .section_title {
  border-top: none;
}
.euro_menu_wrapper + .divider {margin-top: 20px;}

@media screen and (max-width: 1100px) {
  .header_euro .layout_wrapper:after {
    left: 11%;
    width: 180px;
    height: 130px;
  }
}
@media screen and (max-width: 980px) {
  .header_euro .header_logo {
    width: 130px;
  }
  .header_euro .header_wrapper {
    min-height: 130px;
  }
  .euro_header_title {
    font-size: 38px;
    width: 400px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 50px;
  }


}
@media screen and (max-width: 880px) {
  .section_main_euro .news_grid_wrapper .article_news:first-child {
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
  .section_main_euro {
    padding-bottom: 148px;
  }
  .section_main_euro:after {
    left: 8%;
  }
}
@media screen and (max-width: 820px) {
  .header_euro .layout_wrapper:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .euro_header_title {
    font-size: 25px;
    width: 300px;
    left: 50%;
    top: 54px;
  }
  .euro_menu {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .euro_menu > li {
    white-space: nowrap;
    margin: 0 4px;
    line-height: 1em;
    display: inline-block;
  }
  .section_main_euro {
    background-image: url(../euro2024/bg3.png);
  }
  .section_title_euro {
    padding-top: 12px;
  }
}
@media screen and (max-width: 520px) {
  .section_main_euro .section_title {
    border-top: #fff 1px solid;
  }
  .section_main_euro .section_title_hidden {
    color: #fff;
  }
  .section_main_euro .section_main_topics_list .article_story_grid:last-child {
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
@media screen and (max-width: 480px) {
  .euro_header_title {
    font-size: 24px;
    width: 280px;
    left: 50%;
    top: 54px;
  }
}
@media screen and (max-width: 400px) {
  .header_euro .header_logo {
    width: 120px;
  }
  .euro_header_title {
    font-size: 22px;
    width: 260px;
    left: 50%;
    top: 54px;
  }
}
@media screen and (max-width: 360px) {
  .header_euro .top_options_club, .header_euro .header_wrapper_s {
    display: none;
  }
}


.matches_team_logo img, .standings_team_logo img, .team2_logo img, .team1_logo img {
  filter: brightness(110%);
  border: var(--divider-color) 1px solid;
  border-radius: 50%;
}

/*.post_match_team1 .team1_wrapper {align-items: flex-end;}
.post_match_team2 .team2_wrapper {align-items: flex-start;}*/

/*--brackets--*/

.brackets_canvas {
  flex-grow: 1;
  padding: 10px;
  display: flex;
}
.brackets_canvas .column {
  flex: 1;
  padding: 0 20px 10px 10px;
  grid-template-columns: auto;
  display: grid;
}
.brackets_canvas .column .number {
  font-size: 0.7em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  opacity: 0.5;
}
.brackets_canvas .column .item {
  position: relative;
  font-size: 0.8em;
  align-items: center;
  display: flex;
}
.brackets_canvas .column .item.show_brackets .bracket {
  position: absolute;
  margin: -1px 12px -1px 6px;
  top: 50%;
  left: 100%;
  width: 10px;
  height: calc(100% + 2px);
  border-radius: 0 4px 4px 0;
  border: 1px solid #111;
  border-left: 0;
  align-items: center;
  display: flex;
  z-index: 1;
}
.brackets_canvas .column .item.show_brackets .bracket span {
  width: 10px;
  height: 1px;
  transform: translate3d(100%, 0, 0);
  background: #111;
  display: block;
}

.brackets_canvas .column .item .part {display: flex;}

.brackets_canvas .column .item .part .value {padding: 6px 10px; flex-grow: 1;}

.brackets_wrapper .matches_grid_item {min-width: 180px; width: 100%;}

.brackets_wrapper .matches_grid_item {margin-right: 0px; margin-bottom: 16px;}

.brackets_wrapper .matches_grid_item {padding: 7px 10px;}

.brackets_wrapper .matches_grid_info {font-size: 11px; padding-bottom: 4px;}

.brackets_wrapper .matches_team_name {font-size: 13px;}

.matches_grid_team {padding: 2px 0;}

.brackets_canvas_header {font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 0 10px;}

.brackets_canvas_header .column {min-width: 220px;}


@media screen and (max-width: 980px) {
  .brackets_wrapper {max-width: 100%; display: block; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; padding-top: 0;}
  .brackets_canvas {padding-left: 2px;}
}

.image-box__caption {color: var(--caption-color); font-size: 14px; line-height: 1.2em; padding: 9px 0 0 0;}
.image-box__caption i {font-style: normal;}
.post_article_text .image-box__caption p, .post_news_text .image-box__caption p {padding: 0;}
.image-box__author {color: var(--caption-color); font-size: 9px; line-height: 1.2em; text-transform: uppercase; padding: 2px 0 0 0;}


/* olympic */
.section_main_olympic {
  background: #361798;
  padding-bottom: 0;
  background-image: url(../olympics/bg2.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  padding-top: 5px;
}

.olympic_banner_t_w {background: #fff;}

.olympic_banner_m {max-width: 532px; margin-left: auto; margin-right: auto; display: none;}

.olympic_banner_wrapper {max-width: 1260px; margin-right: auto; margin-left: auto; margin-top: 25px;}

.olympic_banner_t_wrapper {max-width: 1400px; margin-right: auto; margin-left: auto; position: relative;}

.olympic_banner_wrapper img {vertical-align: bottom; width: 100%; height: auto; position: relative; top: -25px; margin-bottom: -25px;}

.olympic_banner_t_wrapper img {vertical-align: bottom; width: 100%; height: auto;}

.olympic_banner_m img {vertical-align: bottom; width: 100%; height: auto;}

.section_main_olympic a, .section_main_olympic .article_story_grid .article_date, .section_main_olympic .article_story_grid .article_date span, .section_main_olympic .article_news .article_date, .section_main_olympic .article_news .article_date span {
  color: #fff;
}
.section_main_olympic .article_news .article_label {
  border: #fff 1px solid;
  color: #fff;
}
.section_main_olympic .article_news {
  border-top: rgba(255, 255, 255, 0.3) 1px solid;
}
.section_main_olympic .article_story_grid .article_title a:hover {
  color: #fff;
  opacity: 0.8;
}
.section_main_olympic .article_news .article_title a:hover {
  color: #fff;
  opacity: 0.8;
}
.section_main_olympic .section_title {
  color: #fff;
}
.section_main_olympic .layout_wrapper .section_title {
  border-top: none;
}
.section_main_olympic .section_title a:hover {
  color: #fff;
  opacity: 0.85;
}
.medals_grid_item {
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
  background: var(--main-color-light);
  border-radius: var(--img-border-radius);
  padding: 18px;
}
.medals_grid_wrapper {
  margin: 0 20px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.medals_grid_row {
  display: grid;
  grid-template-columns: minmax(20px, 5%) auto minmax(40px, 8%) minmax(40px, 8%) minmax(40px, 8%) minmax(40px, 8%);
}
.medals_grid_team {
  padding: 4px 0;
}
.medals_team_wrapper {
  display: flex;
  align-items: center;
}
.medals_team_logo {
  margin-right: 5px;
}
.medals_team_logo img {
  width: 32px;
  height: auto;
  vertical-align: bottom;
}
.medals_team_name {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
.medals_grid_row {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  color: #fff;
}
.medals_team_logo img {
  filter: brightness(110%);
  border: rgba(255, 255, 255, 0.4) 1px solid;
  border-radius: 50%;
}
.medals_grid_row .medals_grid_num:first-child {
  font-weight: 700;
}
.medals_grid_row .medals_grid_num:first-child, .medals_grid_row .medals_grid_head:first-child {
  font-weight: 700;
  padding-left: 3px;
}
.medals_grid_num {
  font-size: 14px;
  line-height: 1em;
  padding: 6px 0 6px 0;
  display: flex;
  align-items: center;
}
.medals_grid_head {
  font-size: 12px;
  line-height: 1em;
  padding: 6px 0 9px 0;
  opacity: 0.6;
  text-transform: uppercase;
}
.medals_grid_row .medals_grid_head:nth-child(2) {
  text-align: left;
}
.medal_g {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #FCC861;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.medal_s {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #DAD9D9;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.medal_b {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #DCB386;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.section_medals_wrapper {
  background: #08478a;
  padding: 0 0 40px 0;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 8px;
  margin-bottom: 40px;
  background-image: url(../olympics/bg4.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_medals_wrapper .section_title, .section_medals_wrapper .section_title a {
  color: #fff;
}
.medals_grid_row .medals_grid_head:last-child, .medals_grid_row .medals_grid_num:last-child {
  text-align: center;
  justify-content: center;
}
.section_main + .section_topic, .section_medals + .section_topic {
  margin-bottom: -20px;
}
.medal_g, .medal_s, .medal_b {
  margin-right: 4px;
}
.medals_grid_row_u {
  background: rgba(255, 255, 255, 0.15)
}
.olympic_header_title {
  color: var(--main-color);
  text-transform: uppercase;
  line-height: 1.1em;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  width: 500px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 36px;
}
.olympic_header_title a {
  color: var(--main-color);
}
.olympic_header_title a:hover {
  opacity: 0.8;
}
.header_olympic .header_logo {
  width: 150px;
}
.header_olympic .header_main {
  background: var(--main-color-light);
}
.header_olympic .header_wrapper {
  min-height: 120px;
}
.section_medals + .button_more {
  margin-top: -20px;
  margin-bottom: 40px;
}
.section_main_olympic .section_medals_wrapper {
  background: none;
  margin-left: 0;
  margin-right: 0;
}
.section_main_olympic .medals_grid_wrapper {
  margin: 0 20px;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.section_main_olympic .medals_grid_wrapper .medals_grid_row_head:not(:first-child) {
  display: none;
}
.section_main_olympic_t {
  background: #08478a;
  padding-bottom: 40px;
  background-image: url(../olympics/bg5.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  padding-top: 5px;
}

.olympic_banner_w {background: rgba(255, 255, 255, 0.2);}



@media screen and (max-width: 1280px) {
  .medals_grid_wrapper {
    margin: 0 20px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .medals_grid_wrapper .medals_grid_row_head:not(:first-child) {
    display: none;
  }
  .medal_g, .medal_s, .medal_b {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 880px) {
  .section_main_euro .news_grid_wrapper .article_news:first-child {
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
  .section_main_olympic {
    padding-bottom: 40px;
  }
  .section_main_euro:after {
    left: 8%;
  }
  .header_olympic .header_logo {
    width: 130px;
  }
  .olympic_banner_m {display: block;}
  .olympic_banner_w, .olympic_banner_t_w {display: none;}
}
@media screen and (max-width: 640px) {
  .section_main_olympic {
    background-image: url(../olympics/bg3.png);
    background-position: bottom center;
  }
  .section_main_olympic_t {
    background-image: url(../olympics/bg5.png);
    background-position: bottom center;
  }
  .medals_grid_head {
    font-size: 10px;
  }
  .medals_grid_num, .medals_team_name {
    font-size: 12px;
  }
  .section_medals_wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
  .medals_grid_wrapper {
    margin: 0 12px;
  }
  .medals_team_logo img {
    width: 24px;
    height: auto;
    vertical-align: bottom;
  }
  .section_medals_wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .olympic_header_title {
    font-size: 32px;
    width: 320px;
  }
  .header_olympic .header_wrapper {
    min-height: 90px;
  }
  .section_medals + .button_more {margin-left: 12px; margin-right: 12px;}
}
@media screen and (max-width: 520px) {
  .section_main_olympic .section_main_topics_list .article_story_grid, .section_main_olympic .section_main_topics_list .article_story_grid:last-child, .section_main_olympic .news_grid_wrapper .article_news:first-child {
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
  .section_main_olympic .section_main_topics_list .article_story_grid:first-child {
    margin-top: 0px;
  }
  .section_main_olympic .section_main_topics_top .article_story_grid_top {
    margin-bottom: 20px;
  }
  .olympic_banner_m {margin-top: 25px;}

  .section_main_topics_wide_top + .olympic_banner_m {margin-top: 20px; margin-bottom: 10px;}
}
@media screen and (max-width: 480px) {
  .olympic_header_title {
    font-size: 24px;
    width: 200px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 400px) {
  .header_olympic .header_logo {
    width: 100px;
  }
  .olympic_header_title {
    font-size: 20px;
    width: 180px;
    padding-top: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .section_main_olympic_t .medals_grid_num, .section_main_olympic_t .medals_team_name {
    font-size: 18px;
  }
  .section_main_olympic_t .medal_g, .section_main_olympic_t .medal_s, .section_main_olympic_t .medal_b {
    margin-right: 4px;
  }
  .section_main_olympic_t .medals_grid_head {
    font-size: 14px;
  }
}

.banner_top {background: var(--main-color-light);}
.banner top > :not(script):not(style):not(.advtext) {margin-bottom: 15px; margin-left: auto; margin-right: auto; display: block !important;}
@media screen and (max-width:640px) {
  .banner_top ~ .header {position: static;}
  .banner_top {position: sticky; top: 0; z-index: 1000000;}
}




.match_block_online_list_u .match_block_online_wrapper .match_block_online_time,
.match_block_online_list_u .match_block_online_wrapper .match_block_online_icon {
  display: none;
}
.match_block_online_description p {
  padding-top: 0;
  padding-bottom: 9px;
}
.match_block_online_wrapper {
  grid-template-columns:  1fr;
}
.match_block_online_list_u .match_block_online_wrapper {
  border: var(--divider-color) 1px solid !important;
  padding: 20px 12px 16px 12px;
  border-radius: var(--img-border-radius);
  margin-bottom: 12px;
}