@charset "UTF-8";
:root {
  --red: #ed1c24;
  --lightred: #ffe8e8;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  overflow-x: hidden;
  background: #fff;
  font-family: 'Inter', sans-serif;
  position: relative;
}
blockquote, q {
  quotes: none;
}
ul {
  list-style: none;
}
input {
  vertical-align: middle;
}
table, th, td {
  border: 0 none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th, td {
  padding: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td {
  vertical-align: top;
}
th {
  vertical-align: top;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #1a1a1a;
}
.section_header {
  background: var(--red);
  margin-bottom: 20px;
}
.container_main {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.section_header .container_main {
  padding: 30px 0 30px 0;
}
.header_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.header_menu {
  flex-grow: 2;
  overflow: hidden;
}
.header_buttons {
  white-space: nowrap;
}
.header_buttons img {
  vertical-align: bottom;
}
.header_button_item {
  margin-right: 6px;
}
.header_button_item:hover {
  opacity: 0.8;
}
.section_footer {
  background: var(--red);
  color: #fff;
  margin-top: 50px;
}
.footer_wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.footer_copy {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}
.footer_copy p {
  padding: 8px 0;
}
.top_menu {
  font-size: 15px;
  line-height: 1.1em;
  text-transform: uppercase;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  width: calc(100% - 40px);
  white-space: nowrap;
  padding-top: 3px;
  text-align-last: center;
  color: #fff;
}
.top_menu .top_menu_item {
  display: inline-block;
  position: relative;
  padding: 0 2px;
}
.top_menu_item a {
  display: inline-block;
  color: #fff;
  padding: 7px 18px;
  border: #fff 1px solid;
  border-radius: 20px;
}
.top_menu_item_theme a {
  color: var(--red);
  background: #fff;
}
.top_menu_item a:hover {
  opacity: 0.8;
}
.footer_menu {
  font-size: 16px;
  line-height: 1.1em;
  text-transform: uppercase;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  width: calc(100% - 40px);
  padding-top: 3px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_menu .footer_menu_item {
  display: inline-block;
  position: relative;
  padding: 0 2px;
}
.footer_menu_item a {
  display: inline-block;
  color: #fff;
  padding: 5px 8px;
  border-radius: 20px;
}
.footer_menu_item a:hover {
  opacity: 0.8;
}
.footer_social_menu {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: uppercase;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
  padding-top: 3px;
  text-align: center;
  color: #fff;
}
.footer_social_menu .footer_social_menu_item {
  display: inline-block;
  position: relative;
  padding: 0 2px;
  margin-bottom: 6px;
}
.footer_social_menu_item a {
  display: inline-block;
  color: var(--red);
  background: #fff;
  padding: 10px 18px 9px 18px;
  border-radius: 20px;
}
.footer_social_menu_item a:hover {
  opacity: 0.8;
}
.footer_social_menu_item_img a {
  padding: 7px 10px;
}
.footer_social_menu_item_img a img {
  position: relative;
  top: 1px;
}
.banner_hor_top {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 20px;
}
.banner_hor_mid {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
.banner_hor_txt {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section_title {
  display: flex;
  align-items: center;
  padding: 10px 20px 15px 20px;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.section_title_big {
  color: var(--red);
  font-size: 32px;
}
.date_title {
  align-items: center;
  padding: 10px 20px 15px 20px;
  align-items: center;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
.section_news .section_title {
  padding-bottom: 5px;
}
.section_news {
  background: var(--lightred);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.section_meme {
  background: var(--lightred);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.section_popular {
  background: var(--red);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  color: #fff;
}
.container_section .article_story_grid {
  width: 25%;
}
.container_section .article_news_grid {
  width: 25%;
}
.articles_grid_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.articles_list_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article_story_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.article_story_grid .article_media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 5px;
}
.article_story_grid .article_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.article_story_grid .article_title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 8px 0 5px 0;
}
.article_story_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.article_story_grid .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: #111;
  padding: 5px 0 5px 0;
}
.article_story_grid .article_date a {
  font-weight: bold;
}
.article_story_grid .article_body:hover .article_title a {
  opacity: 0.8;
}
.article_story_grid .article_tags {
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  margin-bottom: -5px;
}
.article_story_grid .article_tags > span, .article_story_grid .article_tags > a {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 4px;
  border: #111 1px solid;
  border-radius: 20px;
  margin-bottom: 6px;
}
.article_story_grid .article_tags > span.red, .article_story_grid .article_tags > a.red {
  background: var(--red);
  border: var(--red) 1px solid;
  color: #fff;
}

.article_news_grid .article_title .article_tags {
  font-size: 11px;
  text-transform: uppercase;
	font-weight: 400;
	line-height: 12px;
  padding: 0 0 0 0;
  margin-bottom: 0;
	display: inline-block;
}

.container_news .article_news .article_title .article_tags {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 12px;
    padding: 0 0 0 0;
    margin-bottom: 0;
	position: relative;
	top: -4px;
    display: inline-block;
}

.container_news .article_news .article_title .article_tags > span, .container_news .article_news .article_title .article_tags > a {
    display: inline-block;
    padding: 1px 8px;
    margin-right: 4px;
    border: #111 1px solid;
    border-radius: 20px;
}

.container_news .article_news .article_title .article_tags > span.red, .container_news .article_news .article_title .article_tags > a.red {
    background: var(--red);
    border: var(--red) 1px solid;
    color: #fff;
}

.article_news_grid .article_title .article_tags > span, .article_news_grid .article_title .article_tags > a {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 4px;
  border: #111 1px solid;
  border-radius: 20px;
}
.article_news_grid .article_title .article_tags > span.red, .article_news_grid .article_title .article_tags > a.red {
  background: var(--red);
  border: var(--red) 1px solid;
  color: #fff;
}

.news_grid_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article_news_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.article_news_grid .article_title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 5px 0 5px 0;
}
.article_news_grid_red .article_title a {
  color: var(--red);
}
.article_news_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.article_news_grid .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: #111;
  padding: 5px 0 5px 0;
}
.article_news_grid .article_date a {
  font-weight: bold;
}
.article_news_grid .article_body:hover .article_title a {
  opacity: 0.8;
}
.article_news_grid .article_date_r, .article_story_grid .article_date_r {
  color: var(--red);
}
.news_grid_wrapper_column {
  width: 50%;
  display: flex;
}
.news_grid_wrapper .news_grid_wrapper_column:last-child {
  flex-wrap: wrap;
}
.news_grid_wrapper .news_grid_wrapper_column:last-child .article_popular_grid {
  width: 50%;
}
.article_news {
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.article_news .article_title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 0 0 2px 0;
}
.article_news .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.article_news .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: #111;
  padding: 5px 0 5px 0;
}
.article_news .article_date a {
  font-weight: bold;
}
.article_news .article_body:hover .article_title a {
  opacity: 0.8;
}
.article_news .article_date_r {
  color: var(--red);
}
.article_news:hover .article_title a {
  opacity: 0.8;
}
.article_popular_grid {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.article_popular_grid .article_body {
  display: flex;
  align-items: flex-start;
}
.article_popular_grid .article_title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 5px 0 5px 0;
}
.article_popular_grid .article_title a {
  color: #fff;
}
.article_popular_grid .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.article_popular_grid .article_date {
  font-size: 11px;
  line-height: 1.1em;
  color: #fff;
  padding: 5px 0 5px 0;
}
.article_popular_grid .article_date a {
  font-weight: bold;
}
.article_popular_grid .article_body:hover .article_title a {
  opacity: 0.8;
}
.article_popular_grid .article_media {
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.section_popular .section_title a {
  color: #fff;
}
.section_title a:hover {
  opacity: 0.8;
}
.news_grid_wrapper .news_grid_wrapper_column:first-child .article_popular_grid .article_title {
  font-size: 32px;
}
.button_more {
  display: inline-block;
  border: #111 1px solid;
  font-size: 15px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #111;
  padding: 12px 35px 11px 35px;
  margin: 7px 30px;
  border-radius: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.button_more:hover {
  opacity: 0.8;
}
.button_wrapper {
  width: 100%;
  text-align: center;
}
.container_main_news {
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
}
.container_main_text {
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
}
.container_text_body {
  padding-top: 25px;
}
.post_title {
  font-size: 48px;
  line-height: 1.1em;
  padding: 5px 0 10px 0;
  font-weight: bold;
}
.post_tags {
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  margin-bottom: -5px;
}
.post_tags > span, .post_tags > a {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 4px;
  border: #111 1px solid;
  border-radius: 20px;
  margin-bottom: 6px;
}

.post_tags > span.red, .post_tags > a.red {
  background: var(--red);
  border: var(--red) 1px solid;
  color: #fff;
}

.post_tags > a:hover {
  opacity: 0.8;
}
.post_tags > span.lred, .post_tags > a.lred {
  background: #fff;
  border: var(--red) 1px solid;
  color: var(--red);
}
.post_tags_bottom {
  padding: 16px 0;
}
.post_date {
  font-size: 15px;
  padding-bottom: 20px;
}
.post_content_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post_content {
  width: calc(100% - 340px);
  margin-right: 40px;
}
.container_news_side {
  width: 300px;
}
.post_img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.post_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post_img_description {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px;
  text-align: right;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.post_subtitle {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.post_text {
  font-size: 19px;
  line-height: 1.3em;
}
.post_text p {
  padding: 10px 0;
}
.post_text:not(.post_text_after) > p:first-child:first-letter {
  float: left;
  font-size: 96px;
  line-height: 106px;
  margin-top: -9px;
  padding-top: 0;
  padding-right: 16px;
  padding-left: 3px;
  font-weight: bold;
  position: relative;
}
.post_content {}
.post_text a {
  color: var(--red);
}
.social_buttons {
  padding-top: 5px;
}
.social_button_item {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin: 0 2px 4px 2px;
  overflow: hidden;
  position: relative;
  border: #111 1px solid;
}
.social_button_item:hover {
  opacity: 0.8;
}
.social_buttons_text > div {
  padding-top: 10px;
}
.article_story_grid .article_tags > span.lred, .article_story_grid .article_tags > a.lred {
  background: #fff;
  border: var(--red) 1px solid;
  color: var(--red);
}
.post_author_bottom {
  color: var(--red);
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0;
}
.post_author_bottom a {
  color: var(--red);
}
.social_buttons_bottom {
  padding-top: 0;
  padding-bottom: 20px;
}
.post_topics {
  padding-bottom: 30px;
}
.post_topics_title {
  padding: 10px 0 15px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.post_topics ul {
  font-size: 19px;
}
.post_topics ul {
  padding: 4px 0 18px 0;
  margin-left: 20px;
  list-style-type: disc;
  color: var(--red);
}
.post_topics ul li {
  padding: 0 0 10px 0;
  font-weight: bold;
}
.post_topics ul li a {
  color: var(--red);
}
.news_grid_side {
  padding-top: 30px;
  padding-bottom: 20px;
}
.news_grid_side .section_title {
  display: flex;
  align-items: center;
  padding: 10px 0 15px 0;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.post_v_header {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.post_v_header_content {
  margin-top: 0;
  width: 40%;
  display: flex;
  flex-shrink: 0;
  padding: 20px 20px 20px 20px;
  align-items: center;
  position: relative;
}
.post_v_header_media {
  width: 60%;
  padding-right: 20px;
}
.post_v_header_media_wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.post_v_header_media_wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post_v_side {
  position: absolute;
  bottom: 0;
}
.post_v_header_title .post_title {
  font-size: 36px;
}
.post_top_author_item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.post_top_author_media {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.post_top_author_media img {
  width: 100%;
  height: auto;
}
.post_top_author_name {
  width: calc(100% - 65px);
}
.post_top_author_name {
  color: var(--red);
  font-weight: bold;
  padding-left: 10px;
}
.post_top_author_name a {
  color: var(--red);
}
.post_top_author {
  padding-bottom: 10px;
}
.post_v_header_title {
  margin-bottom: 50px;
}
.post_photo {
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}
.post_photo img {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post_photo_description {
  font-size: 11px;
  padding-top: 8px;
}
.post_photo_title {
  display: inline-block;
  padding-right: 6px;
}
.post_photo_source {
  display: inline-block;
  color: #888;
}
.post_quote {
  padding-top: 10px;
  margin: 10px 0;
}
.post_quote:before {
  content: '';
  display: block;
  width: 46px;
  height: 31px;
  background: url("../i/ico_quote.svg");
}
.post_quote_text {
  color: var(--red);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  padding-top: 12px;
}
.post_quote_author {
  color: var(--red);
  font-size: 19px;
  padding-top: 10px;
}
.post_quote_red {
  display: block;
  padding-top: 10px;
  background: var(--red);
  padding: 22px;
  margin: 28px 0;
  border-radius: 12px;
}
.post_quote_red:before {
  content: '';
  display: block;
  width: 46px;
  height: 31px;
  background: url("../i/ico_quote_red.svg");
}
.post_quote_red .post_quote_text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}
.post_quote_red .post_quote_author {
  color: #fff;
  font-size: 19px;
  padding-top: 10px;
}
.section_main_wide .container_main_news {
  max-width: 790px;
  padding-left: 20px;
  padding-right: 20px;
}
.section_main_wide .post_content {
  width: 100%;
  margin-right: 0;
}
.container_grid {
  display: flex;
}
.container_section_body {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  width: calc(100% - 340px);
}
.container_section_side {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  width: 340px;
  padding-left: 20px;
  padding-right: 20px;
}
.container_section_body .articles_grid_wrapper .article_story_grid {
  width: 33.333333%;
}
.container_section_body .articles_grid_wrapper .article_story_grid_pic {
  width: 66.666666%;
}
.pagination {
  font-size: 0;
  padding-left: 1px;
  margin-top: 30px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  font-size: 14px;
  line-height: 33px;
}
.pagination li a, .pagination li > span {
  display: block;
  font-size: 14px;
  min-width: 46px;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  border: #111 1px solid;
  border-radius: 20px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pagination li a:hover {
  opacity: 0.8;
}
.pagination li.e > span {
  border: none;
  min-width: 25px;
}
.pagination li.a a, .pagination li.a > span {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  z-index: 2;
  position: relative;
}
.container_section_side .section_popular {
  margin-bottom: 10px;
}
.container_section_side .section_popular {
  border-radius: 12px;
  margin-top: 40px;
}
.container_section_side .news_grid_wrapper_column {
  width: 100%;
}
.container_section_side .news_grid_wrapper_column {
  width: 100%;
}
.container_section_side .news_grid_wrapper_column:last-child .article_popular_grid {
  width: 100%;
}
.container_section_side .news_grid_wrapper_column:first-child .article_popular_grid .article_title {
  font-size: 18px;
}
.container_section_side .article_popular_grid .article_media img {
  width: 45px;
  height: auto;
}
.container_news_wrapper .article_news {
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
}
.container_news_wrapper .article_news .article_title {
  font-size: 20px;
}
.container_news_wrapper .article_news:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #111;
}
.container_news_wrapper .article_news:last-child:before {
  background: none;
}
.container_news_wrapper .article_news:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: #fff 5px solid;
  left: 0;
  top: 0;
  bottom: 0;
  background: #111;
  border-radius: 50%;
}
.container_news_wrapper .article_news .article_date {
  padding: 2px 0 5px 0;
}
.article_news_r .article_date {
  color: var(--red);
}
.container_news_wrapper .article_news_r:after {
  background: var(--red);
}
.section_popular ~ .banner_grid {
  margin-top: 40px;
}
.container_news ~ .button_wrapper {
  margin-top: 30px;
}
.container_news_side {
  /*padding-top: 10px;*/
}
.modal_local {
  background: var(--red);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  min-width: 300px;
  padding: 40px 0 60px 0;
  z-index: 10;
  color: #fff;
}
.header_logo {
  position: relative;
  z-index: 100;
}
.header_logo a:hover {opacity: 0.8;}
.modal_menu_button {
  float: right;
  padding: 0 28px;
}
.container_main_menu {
  padding: 100px 20px 40px 20px;
}
.container_main_menu_item {
  padding: 20px 0;
}
.container_main_menu_title {
  font-size: 12px;
  text-transform: uppercase;
}
.container_main_menu_item .top_menu {
  font-size: 15px;
  line-height: 1.1em;
  text-transform: uppercase;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  width: 100%;
  white-space: normal;
  padding-top: 3px;
  text-align-last: left;
  color: #fff;
  padding-top: 10px;
  display: block;
}
.container_main_menu_item .top_menu .top_menu_item {
  display: inline-block;
  position: relative;
  padding: 0 4px 14px 0;
}
.container_main_menu_item_bg .top_menu_item a {
  display: inline-block;
  color: #fff;
  padding: 15px 28px 14px 28px;
  border: #fff 1px solid;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 700;
}
.container_main_menu_item {
  width: 80%;
}
.services_menu {
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 400;
  padding-top: 30px;
  text-align: left;
  color: #fff;
}
.services_menu .services_menu_item {
  display: inline-block;
  position: relative;
  padding: 0 2px;
}
.services_menu_item a {
  display: inline-block;
  color: #fff;
  padding: 5px 16px 5px 0;
}
.container_main_menu_item .social_button_item {
  border-color: #fff;
}
.container_main_menu_item .social_buttons {
  padding-top: 50px;
}
.search_form {
  width: 100%;
  display: table;
}
.search_form > div {
  display: table-cell;
  width: 100%;
}
.search_form input::placeholder {
  text-overflow: ellipsis;
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}
.search_container_page .search_form input::placeholder {
  color: #111;
}
.search_form > div {
  display: table-cell;
  width: 100%;
}
.search_button {
  border: none;
  background: #fff;
  padding: 1px 25px 1px 25px;
  color: var(--red);
  cursor: pointer;
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-appearance: none;
  margin-left: 10px;
  border-radius: 40px;
}
.search_container_page .search_button {
  background: var(--red);
  color: #fff;
}
.search_field {
  width: 100%;
  border: #fff 1px solid;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  outline: none;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 40px;
}
.search_container_page {
  margin: 10px 20px 30px 20px;
}
.search_container_page .search_field {
  border-color: #111;
  color: #111;
}
.post_text_subtitle {
  color: var(--red);
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.container_text_body .post_text {
  padding-bottom: 40px;
}
.alphabet {
  font-size: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.alphabet li {
  display: inline-block;
  font-size: 14px;
  line-height: 31px;
}
.alphabet li a, .alphabet li > span {
  display: block;
  font-size: 14px;
  min-width: 46px;
  padding-left: 15px;
  padding-right: 15px;
  height: 33px;
  border: #111 1px solid;
  border-radius: 20px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.alphabet li a:hover {
  opacity: 0.8;
}
.letter {
  padding: 10px 20px;
  font-size: 32px;
  font-weight: bold;
  width: 100%;
}
a {
  text-decoration: none;
  color: #1a1a1a;
}
.authors_list_wrapper .author_item {
  width: calc(33.333333% - 40px);
  margin: 0 20px 28px 20px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.author_item .author_item_media {
  width: 65px;
}
.author_item .author_item_media img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.author_item .author_item_content {
  font-size: 15px;
  padding-left: 12px;
  width: calc(100% - 65px);
}
.author_item .author_item_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.author_item_name a {
  color: var(--red);
}
.author_item .author_item_name a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.author_item_content span {
  display: block;
  padding-top: 5px;
}
.author_item .author_item_content span {
  padding-top: 2px;
}
.authors_list_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.author_item_bg {
  background: var(--lightred);
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 12px;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
}
.author_item_bg .author_item_media {
  width: 150px;
  align-self: flex-end;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}
.author_item_bg .author_item_content {
  width: calc(100% - 150px);
}
.author_item_bg .author_item_media img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.author_item_bg .author_item_name > * {
  display: inline-block;
}
.author_item_bg .author_item_name_title {
  font-size: 32px;
  font-weight: bold;
  color: var(--red);
  text-transform: uppercase;
}
.author_item_bg .author_item_content {
  padding-left: 15px;
  padding-bottom: 30px;
}
.author_item_bg .social_button_item {
  width: 30px;
  height: 30px;
  border-color: var(--red);
  position: relative;
  bottom: -4px;
  margin: 0 4px 0 0;
}
.author_item_bg .social_button_item img {
  width: 100%;
  height: auto;
}
.articles_author_wrapper .article_news {
  padding: 0 20px;
}
.articles_author_wrapper .article_news .article_title {
  font-size: 20px;
}
.list_options {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 20px 25px 20px;
  font-size: 15px;
}
.list_options > span, .list_options > a {
  display: inline-block;
  padding: 6px 18px;
  margin-right: 7px;
  border: #111 1px solid;
  border-radius: 20px;
  margin-bottom: 6px;
}
.list_options > a:hover {
  opacity: 0.8;
}
.list_options > span {
  background: #111;
  color: #fff;
}
.articles_author_wrapper .article_story_grid {
  margin-bottom: 15px;
  margin-top: 5px;
}
.section_title ~ .section_title_big {
  padding-top: 0;
  padding-bottom: 25px;
}
.themes_list_wrapper ul {
  columns: 4;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 35px;
}
.themes_list_wrapper ul a:hover {
  opacity: 0.8;
}
.tabs_search {
  display: inline-block;
  padding: 0 20px 25px 20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.tabs_item {
  display: inline-block;
  padding-right: 12px;
}
.tabs_item_active {
  font-weight: bold;
}
.article_news_num, .article_story_grid_num {
  padding-left: 60px !important;
  overflow: visible;
}
.article_num {
  position: absolute;
  top: 2px;
  left: 20px;
  width: 35px;
  border: 40px;
  height: 20px;
}
.ui-datepicker-inline {
  margin-bottom: 40px;
}
.ui-datepicker-calendar {
  font-size: 17px;
  line-height: 1.1em;
  border-collapse: collapse;
  width: 100%;
}
.ui-datepicker-calendar td {
  width: 14.28%;
  text-align: center;
}
.ui-datepicker-calendar th {
  width: 14.28%;
  text-align: center;
  color: #111;
  font-size: 10px;
  text-transform: uppercase;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 8px 0;
  font-weight: 800;
}
.ui-datepicker-calendar th span {
  display: block;
  padding: 13px 0;
  font-weight: 400;
}
.ui-datepicker-calendar td span {
  font-weight: 400;
}
.ui-datepicker-title {
  text-transform: uppercase;
  padding: 14px 0 12px 0;
  font-weight: 800;
  text-align: center;
  font-size: 18px;
  color: var(--red);
}
.ui-datepicker-header {
  position: relative;
}
.ui-datepicker-calendar td a:hover {
  color: var(--red);
  transition: all 0.2s ease 0s;
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
  background: none;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #fff;
  background: var(--red);
  margin-top: 0;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.title_date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ui-datepicker-calendar td a.ui-state-active:hover {
  color: #fff;
  transition: all 0.2s ease 0s;
}
.ui-datepicker-calendar td a.ui-state-active {
  padding-bottom: 12px;
  line-height: 1.2em;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 12px;
  left: 9px;
  width: 20px;
  height: 20px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 12px;
  right: 9px;
  width: 20px;
  height: 20px;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  color: #d9265f;
}
.ui-datepicker-prev span:before {
  content: "";
  width: 19px;
  height: 20px;
  display: inline-block;
  background: url("../i/ico_a_l.svg");
}
.ui-datepicker-next span:before {
  content: "";
  width: 19px;
  height: 20px;
  display: inline-block;
  background: url("../i/ico_a_r.svg");
}
.section_footer ~ .ui-widget {
  background: #fff;
  min-width: 290px;
  box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 30%);
  border-radius: 12px;
  padding: 18px;
  display: none;
}
.archive_button_nav {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: var(--red) 1px solid;
  margin: 0 4px 5px 0;
  border-radius: 50%;
  padding: 8px 7px;
  text-align: center;
  overflow: hidden;
}
.archive_button_nav img {
  position: relative;
  top: -11px;
  width: 17px;
  height: auto;
}
.calendar_button img {
  position: relative;
  width: 36px;
  height: auto;
}
.section_title_date span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 10px;
}
.calendar_button {
  display: none;
  width: 38px;
  height: 38px;
  border: var(--red) 1px solid;
  ;
  text-align: center;
  border-radius: 50%;
  margin: 0 4px 5px 0;
  overflow: hidden;
}
.calendar_button input {
  display: none;
}
.ui-datepicker-archive {
  display: flex;
  flex-wrap: wrap;
}
.ui-datepicker-archive .ui-datepicker-group {
  padding: 0 20px 30px 20px;
  width: 33.333333%;
}

.post .list_options {padding: 0;}
.post .list_options > a {
    background: var(--red);
    border: var(--red) 1px solid;
    color: #fff;
}

.post blockquote {
    background: #ffe8e8;
    padding: 20px;
    border-radius: 12px;
	margin: 10px 0;
}

  .post_photo_img  {width: 100%; height: auto; display: block; border-radius: 12px;}
	
.post_photo_txt {font-size: 12px;}

.post h2 {font-size: 32px; padding: 12px 0 10px; line-height: 1em;}

.post h3 {font-size: 24px; padding: 12px 0 10px; line-height: 1em;}

.post_text ul li, .post_text ol li {
    position: relative;
    padding: 6px 0 6px 6px;
}

.post ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #111;
    position: absolute;
    left: -18px;
    top: 14px;
    z-index: 2;
}

.post ul, .post ol {
  padding: 16px 0 16px 0;
  margin-left: 20px;
}

@media screen and (min-width: 1152px) {
  .container_section .article_story_grid_pic {
    width: 50%;
  }
  .container_section .news_grid_wrapper .article_news_grid:first-child {
    width: 50%;
  }
  .container_section .news_grid_wrapper .article_news_grid:first-child .article_title {
    font-size: 32px;
  }
  .article_story_grid_pic {
    padding: 0 20px 0 20px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
  }
  .article_story_grid_pic .article_body {
    position: relative;
  }
  .article_story_grid_pic .article_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 22px 20px 12px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
    border-radius: 12px;
  }
  .article_story_grid_pic .article_media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .article_story_grid_pic .article_title {
    font-size: 32px;
    padding-bottom: 12px;
    line-height: 1.2em;
  }
  .article_story_grid_pic .article_title a {
    color: #fff;
  }
  .article_story_grid_pic .article_date {
    color: #fff;
  }
  .article_story_grid_pic .article_date a {
    color: #fff;
  }
  .article_story_grid_pic .article_tags > span {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 3px;
    border: #fff 1px solid;
    border-radius: 20px;
    color: #fff;
  }
  .section_meme .article_story_grid_pic .article_content {
    position: static;
    background: none;
    padding: 10px 0 0 0;
  }
  .section_meme .article_story_grid_pic .article_title a {
    color: #111;
  }
  .section_meme .article_story_grid_pic .article_date {
    color: #111;
  }
  .section_meme .article_story_grid_pic .article_date a {
    color: #111;
  }
  .section_meme .article_story_grid_pic .article_tags > span {
    border: #111 1px solid;
    color: #111;
  }
  /**/
  .container_section .articles_list_wrapper .article_story_grid {
    width: 100%;
  }
  .articles_list_wrapper .article_story_grid {
    padding: 0 20px 0 20px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
  }
  .list_options .articles_list_wrapper .article_story_grid {
    margin-bottom: 30px;
  }
  .articles_list_wrapper .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .articles_list_wrapper .article_story_grid .article_content {
    width: calc(100% - 320px);
  }
  .articles_list_wrapper .article_story_grid .article_media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: 300px;
    max-height: 187px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .articles_list_wrapper .article_story_grid .article_title {
    font-size: 28px;
  }
	
	
	
  /**/ 
}
@media screen and (max-width: 1024px) {
  .post_v_header_content {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .post_v_header_media {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .post_v_header_title {
    margin-bottom: 0;
  }
  .post_v_header {
    margin-bottom: 20px;
  }
  .post_v_header_title .post_title {
    font-size: 48px;
  }
  .post_v_header {
    margin-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1152px) {
  .top_menu {
    display: none;
  }
  .container_section .article_story_grid {
    width: 33.333333%;
  }
  .articles_grid_wrapper:not(.articles_grid_wrapper_2nd) .article_story_grid:nth-child(6) {
    display: none;
  }
  .container_section .article_news_grid {
    width: 33.333333%;
  }
  .news_grid_wrapper .article_news_grid:nth-child(1) {
    width: 100%;
  } /*{display: none;}*/
  .news_grid_wrapper .article_news_grid:nth-child(1) .article_title {
    font-size: 32px;
  }
  .container_section .articles_grid_wrapper_3nd .article_story_grid {
    width: 50%;
  }
  .article_news_grid {
    margin-bottom: 30px;
  }
  .news_grid_wrapper_column {
    width: 100%;
  }
  .articles_grid_wrapper_last .article_story_grid:nth-child(7) {
    display: none;
  }
  .container_section_body .articles_grid_wrapper .article_story_grid, .container_section_body .articles_list_wrapper .article_story_grid {
    width: 50%;
  }
  .container_section_body .articles_author_wrapper .article_story_grid {
    width: 100%;
  }
  .container_section_body .articles_grid_wrapper .article_story_grid_pic {
    width: 100%;
  }
  .container_section_body .articles_grid_wrapper .article_story_grid_pic .article_title {
    font-size: 32px;
  }
  .container_section_body .articles_grid_wrapper:not(.articles_grid_wrapper_2nd) .article_story_grid:nth-child(6) {
    display: block;
  }
  .authors_list_wrapper .author_item {
    width: calc(50% - 40px);
  }
  .themes_list_wrapper ul {
    columns: 3;
  }
  .ui-datepicker-archive .ui-datepicker-group {
    padding: 0 20px 30px 20px;
    width: 50%;
  }
}
@media screen and (max-width: 920px) {
  .post_content {
    width: 100%;
    margin-right: 0;
  }
  .container_news_side {
    width: 100%;
  }
  .banner_grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .article_news {
    margin-bottom: 12px;
  }
  .post_title {
    font-size: 48px;
  }
  .banner_grid_2nd {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .section_title:not(.section_title_big) {
    font-size: 15px;
  }
  .container_section .article_story_grid {
    width: 50%;
  }
  .container_section .article_news_grid {
    width: 50%;
  }
  .articles_grid_wrapper_4nd .article_story_grid:nth-child(3) {
    display: none;
  }
  .article_popular_grid .article_media img {
    width: 50px;
    height: auto;
  }
  .container_grid {
    flex-wrap: wrap;
  }
  .container_section_side {
    width: 100%;
  }
  .container_section_body {
    width: 100%;
  }
  .container_main_menu_item {
    width: 100%;
  }
  .services_menu {
    font-size: 14px;
  }
  .modal_local {
    padding: 40px 0 40px 0;
  }
  .author_item_bg .author_item_media {
    width: 100px;
  }
  .author_item_bg {
    padding-left: 12px;
    padding-right: 12px;
  }
  .author_item_bg .author_item_name_title {
    font-size: 24px;
  }
  .author_item_bg .social_button_item {
    bottom: -6px;
  }
  .author_item_bg .author_item_content {
    order: 0;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .author_item_bg .author_item_media {
    order: 1;
  }
  .author_item_bg {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .author_item_bg .author_item_media {
    align-self: flex-start;
  }
  .articles_author_wrapper .article_news .article_title {
    font-size: 18px;
  }
  .section_title_date span {
    font-size: 22px;
  }
  .calendar_button {
    display: inline-block;
  }
  .ui-datepicker-archive .ui-datepicker-group {
    padding: 0 20px 30px 20px;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 520px) and (max-width: 1152px) {
  .articles_author_wrapper .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .articles_author_wrapper .article_story_grid .article_media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: 200px;
    max-height: 125px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .articles_author_wrapper .article_story_grid .article_content {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 520px) {
  .container_section .article_story_grid {
    width: 100%;
  }
  .container_section .articles_grid_wrapper_3nd .article_story_grid {
    width: 100%;
  }
  .post_title {
    font-size: 42px;
  }
  .post_v_header_title .post_title {
    font-size: 42px;
  }
  .container_section_body .articles_grid_wrapper .article_story_grid, .container_section_body .articles_list_wrapper .article_story_grid {
    width: 100%;
  }
  .container_section_body .articles_grid_wrapper .article_story_grid_pic .article_title {
    font-size: 18px;
  }
  .articles_grid_wrapper_news {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 20px;
  }
  .container_section_body .articles_grid_wrapper_news .article_story_grid {
    display: inline-block;
    white-space: normal;
    margin: 0 20px 20px 0;
    width: 240px;
    height: 285px;
    text-decoration: none;
    font-size: 12px;
    vertical-align: top;
    padding: 0 0 20px 0;
    border: none;
    overflow: hidden;
  }
  .container_section_body .articles_grid_wrapper_news:not(.articles_grid_wrapper_2nd) .article_story_grid:nth-child(6) {
    display: inline-block;
  }
  .articles_grid_wrapper_news .article_story_grid .article_title {
    font-size: 18px;
    padding-bottom: 0;
  }
  .modal_local {
    padding: 30px 0 40px 0;
  }
  .search_button {
    padding: 1px 20px 1px 20px;
    font-size: 15px;
    line-height: 40px;
  }
  .search_field {
    width: 100%;
    padding: 0 16px;
    font-size: 15px;
    line-height: 40px;
  }
  .container_main_menu_item_bg .top_menu_item a {
    font-size: 15px;
    padding: 13px 25px 12px 25px;
  }
  .post_text_subtitle {
    font-size: 32px;
  }
  .authors_list_wrapper .author_item {
    width: 100%;
  }
  .themes_list_wrapper ul {
    columns: 2;
  }
.post h2 {
    font-size: 28px;
}
.post h3 {
    font-size: 22px;
}
}
@media screen and (max-width: 500px) {
  .container_section .article_news_grid {
    width: 100%;
  }
  .article_news_grid {
    margin-bottom: 20px;
  }
  .news_grid_wrapper .article_news_grid:nth-child(1) .article_title {
    font-size: 18px;
  }
  .container_popular .article_popular_grid {
    width: 100%;
  }
  .news_grid_wrapper .news_grid_wrapper_column:last-child .article_popular_grid {
    width: 100%;
  }
  .news_grid_wrapper .news_grid_wrapper_column:first-child .article_popular_grid .article_title {
    font-size: 16px;
  }
  .header_buttons img {
    width: 35px;
    height: auto;
  }
  .header_logo img {
    width: 150px;
    height: auto;
  }
  .section_header .container_main {
    padding: 22px 0 22px 0;
  }
  .footer_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .article_story_grid .article_title {
    font-size: 21px;
  }
  .post_title {
    font-size: 32px;
  }
  .post_v_header_title .post_title {
    font-size: 32px;
  }
  .modal_local {
    padding: 30px 0 20px 0;
  }
  .modal_menu_button img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 380px) {
  .article_story_grid .article_title {
    font-size: 20px;
  }
}
@media print {
  .section_header, .section_popular {
    -webkit-print-color-adjust: exact !important;
  }
  .header_menu, .header_buttons, .container_news_side, .social_buttons, .section_main_aside, .footer_wrapper .header_logo, .footer_social_menu, .footer_menu, .post_topics, .banner_hor_top, .banner_hor_txt, .container_section_side {
    display: none;
  }
  .post_content, .container_section_body {
    width: 100%;
    margin-right: 0;
  }
  .section_footer {
    margin-top: 0;
  }
  .footer_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_copy {
    text-align: left;
  }
  .post_v_header_content {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  .post_v_header_media {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .articles_author_wrapper .article_story_grid .article_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .container_section_body .articles_author_wrapper .article_story_grid {
    width: 100%;
  }
  .articles_author_wrapper .article_story_grid .article_media {
    width: 200px;
    margin-right: 20px;
  }
  .articles_author_wrapper .article_story_grid .article_content {
    width: calc(100% - 220px);
  }
}


.post_text img {width: 100% !important; height: auto !important;}