html {
  font-size: 13px;
}

@media (max-width: 1399px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 13px;
}

@media (max-width: 1399px) {
  body {
    font-size: 12px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  line-height: 1.14rem;
}

.headline {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.title {
  font-style: normal;
  font-size: 1.23rem;
  line-height: 1.23em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header {
  font-style: normal;
  font-weight: normal;
  font-size: 1.23rem;
  line-height: 1.23rem;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header_medium {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
}

.menu_item {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.caption {
  font-style: normal;
  font-weight: normal;
  font-size: 0.92rem;
  line-height: 0.92rem;
  color: rgba(0, 0, 0, 0.539261);
}

.one_article_date {
  font-size: 1.14rem;
  margin-top: 10px;
}

.articles_block .one_article {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 3px solid #e0e0e0;
}

.articles_block .one_article .image img {
  max-width: 100%;
  max-height: 170px;
  display: table;
  margin: auto;
}

.articles_block .one_article .preview .article_title {
  font-weight: 500;
  font-size: 1.42rem;
  line-height: 1.64rem;
  color: #333333;
  margin-bottom: 7px;
}

.articles_block .one_article .preview .article_title a {
  color: #333333;
}

.articles_block .one_article .preview .article_title a:hover {
  text-decoration: none;
}

.articles_block .one_article .preview .article_preview {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.14rem;
  color: #333333;
  margin-bottom: 15px;
}

.articles_block .one_article .preview .article_date {
  font-size: 0.85rem;
}

.articles_block .one_article .preview .button_block .zip_btn {
  padding: 2px 12px;
  font-weight: normal;
}

