.articles__page .heading {
  margin-bottom: 20px;
}

.articles__wrap h2 {
  margin-bottom: 30px;
}

.articles__wrap {
  margin-top: 30px;
}

.articles__wrap__item {
  padding: 0;
  margin-bottom: 60px;
}

@media (min-width: 1450px) {
  .articles__wrap .wrap {
    max-width: 1380px;
  }
}

.pageNavigation {
  font-family: Muller;
  font-size: 24px;
  color: #5E78FF;
}

.pageNavigation ul {
  display: flex;
}

.pageNavigation ul li {
  margin-left: 30px;
}

.pageNavigation ul li a {
  color: #a6a6a6;
}

.pageNavigation ul li:first-child {
  margin-left: 0;
}

.pageNavigation .prev_page {
  transform: rotate(180deg);
  height: 22px;
}

.pageNavigation .next_page {
  height: 22px;
}

.pageNavigation .active_page span {
  text-decoration: underline;
}

.arrow-left:before {
  content: "\e939";
  font-family: 'inetsys-ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  transition: all 0.2s, transform 0.4s;
  color: #5E78FF;
}

.arrow-right:before {
  content: "\e939";
  font-family: 'inetsys-ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  transition: all 0.2s, transform 0.4s;
  color: #5E78FF;
}

.news__detail {
  margin-bottom: 100px;
}

.news__detail * {
  border-spacing: 0;
  border-collapse: collapse;
}

.news__detail h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  will-change: transform, opacity;
  font-family: Muller, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #5E78FF;
  line-height: 100%;
  margin: 0;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 16px;
}

.news__detail img {
  /* margin-top: 30px; */
  border-radius: 8px;
}

.news__detail table {
  margin: 30px auto;
}

.news__detail table td {
  border: 0;
  padding: 8px 12px;
  background-color: #fff;
}

.news__detail table thead td {
  font-family: Muller;
  font-weight: 500;
  line-height: 135%;
  font-size: 24px;
  color: #5E78FF;
  background-color: #fff;
  /* text-align: center; */
  padding: 10px;
}

.news__detail table tbody tr {
  font-family: Lato;
  font-size: 18px;
  line-height: 24px;
  color: #414141;
  background-color: #fff;
}

.news__detail table tbody tr:nth-child(odd) td {
  background-color: #ebeeff;
}

.news__detail p {
  margin-bottom: 30px;
  line-height: 1.4;
}

.news__detail ul {
  list-style: initial;
  padding-left: revert;
}

@media (min-width: 1200px) {
  .articles-page .news__detail .wrap,
  .articles-page .heading .wrap {
    max-width: 992px;
    margin-left: calc((100% - 1180px) / 2);
  }
}

@media (min-width: 1450px) {
  .articles-page .news__detail .wrap,
  .articles-page .heading .wrap {
    max-width: 992px;
    margin-left: calc((100% - 1384px) / 2);
  }
}