.numeric_list, .dots_list, .news_description {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .numeric_list, .dots_list, .news_description {
    font-size: 130%;
    line-height: 21px;
  }
}

.date_block {
  font-size: 200%;
  line-height: 1.7em;
}
@media screen and (max-width: 1200px) {
  .date_block {
    font-size: 190%;
  }
}
@media screen and (max-width: 768px) {
  .date_block {
    font-size: 180%;
  }
}
@media screen and (max-width: 480px) {
  .date_block {
    font-size: 160%;
  }
}

h3,
.small_title {
  font-size: 160%;
  line-height: 1.75em;
}
@media screen and (max-width: 1024px) {
  h3,
  .small_title {
    font-size: 150%;
  }
}
@media screen and (max-width: 575px) {
  h3,
  .small_title {
    font-size: 140%;
  }
}

body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.news_page {
  padding-bottom: 100px;
}
.news_page .section_title {
  padding-top: 20px;
}
.news_page img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 36px;
}

.date_block {
  color: #626A62;
  padding-top: 40px;
}

.news_description {
  color: #626A62;
  padding-top: 30px;
}

h3,
.small_title {
  font-family: "mardoto-medium", "roboto-medium";
  color: #0B2812;
  margin: 0;
  padding-top: 30px;
}

.dots_list {
  list-style-type: disc;
  padding: 20px 0 0 20px;
  margin: 0;
  padding-top: 20px;
  color: #626A62;
}
.dots_list li {
  padding-top: 10px;
}

h2,
.medium_title {
  font-size: 260%;
  font-family: "mardoto-bold", "roboto-bold";
  line-height: 1.7em;
  color: #0B2812;
  padding-top: 60px;
  margin: 0;
}

.numeric_list {
  list-style-type: decimal;
  padding: 20px 0 0 20px;
  margin: 0;
  padding-top: 20px;
  color: #626A62;
}
.numeric_list li {
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .news_page {
    padding-bottom: 80px;
  }
  .date_block {
    padding-top: 30px;
    font-size: 170%;
  }
  h2,
  .medium_title {
    padding-top: 50px;
    font-size: 220%;
  }
}
@media screen and (max-width: 575px) {
  .news_page {
    padding-bottom: 60px;
  }
  .news_page .section_title {
    padding-top: 15px;
  }
  .date_block {
    padding-top: 20px;
    font-size: 150%;
  }
  .news_description {
    padding-top: 20px;
  }
  h3,
  .small_title {
    padding-top: 20px;
  }
  .dots_list,
  .numeric_list {
    padding-top: 10px;
  }
  h2,
  .medium_title {
    padding-top: 40px;
    font-size: 180%;
  }
}

/*# sourceMappingURL=newsinner.css.map */
