.no_data {
  margin-left: auto;
  margin-right: auto;
  max-width: 1434px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

.content .articles .article_filter_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  margin-bottom: 5rem;
  margin-top: -1em;
}
.content .articles .article_filter_wrap .buttons_wrapper {
  display: none;
}
.content .articles .article_filter_wrap .item.fake,
.content .articles .article_filter_wrap .multichoice_item {
  margin: 0.3em .3em 0 0;
}
.content .articles .article_filter_wrap .item.fake .field,
.content .articles .article_filter_wrap .multichoice_item .field {
  display: none;
}
.content .articles .article_filter_wrap .item.fake label,
.content .articles .article_filter_wrap .multichoice_item label {
  font-size: 0.92857rem;
  line-height: 1.15385em;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 0.4em 1em;
  transition: background-color 0.2s;
}
.content .articles .article_filter_wrap .item.fake:hover label,
.content .articles .article_filter_wrap .multichoice_item:hover label {
  background-color: #dadada;
}
.content .articles .article_filter_wrap .item.fake.selected label,
.content .articles .article_filter_wrap .multichoice_item.selected label {
  background-color: #0095ce;
  border-color: #0095ce;
  color: #fff;
}
.content .articles .article_filter_wrap .filter_restriction {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content .articles .article_filter_wrap .multichoice_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.articles.list_view .not_ajax_loaded,
.articles.list_view .ajax_help_wrap,
.articles.list_view .articles_items_wrapper {
  border-top: 1px solid #dadada;
  flex-direction: column;
}
.articles.list_view .not_ajax_loaded .item,
.articles.list_view .ajax_help_wrap .item,
.articles.list_view .articles_items_wrapper .item {
  margin: 0 !important;
  height: 5rem;
  width: 100%;
}
.articles.list_view .not_ajax_loaded .item .item_cont,
.articles.list_view .ajax_help_wrap .item .item_cont,
.articles.list_view .articles_items_wrapper .item .item_cont {
  border-bottom: 1px solid #dadada;
  box-shadow: none;
  transition: none;
  transform: none;
}
.articles.list_view .not_ajax_loaded .item .graphic_box_inner2,
.articles.list_view .ajax_help_wrap .item .graphic_box_inner2,
.articles.list_view .articles_items_wrapper .item .graphic_box_inner2 {
  flex-direction: row;
}
.articles.list_view .not_ajax_loaded .item .image,
.articles.list_view .ajax_help_wrap .item .image,
.articles.list_view .articles_items_wrapper .item .image {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 6rem;
  overflow: visible;
}
.articles.list_view .not_ajax_loaded .item .image > *,
.articles.list_view .ajax_help_wrap .item .image > *,
.articles.list_view .articles_items_wrapper .item .image > * {
  flex-grow: 1;
}
.articles.list_view .not_ajax_loaded .item .image img,
.articles.list_view .ajax_help_wrap .item .image img,
.articles.list_view .articles_items_wrapper .item .image img {
  position: relative;
  width: auto;
}
.articles.list_view .not_ajax_loaded .item .image::after,
.articles.list_view .ajax_help_wrap .item .image::after,
.articles.list_view .articles_items_wrapper .item .image::after {
  display: none;
}
.articles.list_view .not_ajax_loaded .item .graphic_box_texts,
.articles.list_view .ajax_help_wrap .item .graphic_box_texts,
.articles.list_view .articles_items_wrapper .item .graphic_box_texts {
  padding: 0 2rem;
}
.articles.list_view .not_ajax_loaded .item .graphic_box_texts .text_top_part,
.articles.list_view .ajax_help_wrap .item .graphic_box_texts .text_top_part,
.articles.list_view .articles_items_wrapper .item .graphic_box_texts .text_top_part {
  display: flex;
  align-items: center;
  height: 100%;
}
.articles.list_view .not_ajax_loaded .item .graphic_box_texts .date,
.articles.list_view .ajax_help_wrap .item .graphic_box_texts .date,
.articles.list_view .articles_items_wrapper .item .graphic_box_texts .date {
  order: 2;
}
.articles.list_view .not_ajax_loaded .item .graphic_box_texts .headlines,
.articles.list_view .ajax_help_wrap .item .graphic_box_texts .headlines,
.articles.list_view .articles_items_wrapper .item .graphic_box_texts .headlines {
  flex-grow: 1;
  margin-right: 1rem;
  order: 1;
}
.articles.list_view .not_ajax_loaded .item .graphic_box_texts .headlines .title,
.articles.list_view .ajax_help_wrap .item .graphic_box_texts .headlines .title,
.articles.list_view .articles_items_wrapper .item .graphic_box_texts .headlines .title {
  font-size: 1.14286rem;
  line-height: 1.375em;
  margin: 0;
}
.articles.list_view .not_ajax_loaded .item .graphic_box_texts .perex,
.articles.list_view .ajax_help_wrap .item .graphic_box_texts .perex,
.articles.list_view .articles_items_wrapper .item .graphic_box_texts .perex {
  display: none;
}
.articles.list_view .not_ajax_loaded .item::before,
.articles.list_view .ajax_help_wrap .item::before,
.articles.list_view .articles_items_wrapper .item::before {
  display: none;
}
@media only screen and (max-width: 720px) {
  .articles.list_view .not_ajax_loaded .item,
  .articles.list_view .ajax_help_wrap .item,
  .articles.list_view .articles_items_wrapper .item {
    margin: 0;
  }
  .articles.list_view .not_ajax_loaded .item .graphic_box_inner,
  .articles.list_view .ajax_help_wrap .item .graphic_box_inner,
  .articles.list_view .articles_items_wrapper .item .graphic_box_inner {
    box-shadow: none;
    opacity: 1;
  }
  .articles.list_view .not_ajax_loaded .item .graphic_box_inner:hover,
  .articles.list_view .ajax_help_wrap .item .graphic_box_inner:hover,
  .articles.list_view .articles_items_wrapper .item .graphic_box_inner:hover {
    transform: none;
  }
}
@media only screen and (max-width: 540px) {
  .articles.list_view .not_ajax_loaded .item .date,
  .articles.list_view .ajax_help_wrap .item .date,
  .articles.list_view .articles_items_wrapper .item .date {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .articles.list_view .not_ajax_loaded .item .graphic_box_texts .headlines .title,
  .articles.list_view .ajax_help_wrap .item .graphic_box_texts .headlines .title,
  .articles.list_view .articles_items_wrapper .item .graphic_box_texts .headlines .title {
    font-size: 0.92857rem;
    line-height: 1.23077em;
  }
}
