

/* Start:/local/templates/metib2023/components/bitrix/system.pagenavigation/pager/style.css?1672842970873*/
.pager {
  margin-top: 60px;
}
.pager > div {
  margin-left: 0;
}
.pager > div + div {
  margin-left: 10px;
}
.pager-item {
  display: inline-block;
  min-width: 40px;
}
.pager-item.separator {
  min-width: auto;
}
.pager-item a {
  height: 40px;
  display: block;
  padding: 10px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  color: #003082;
  border: 1px solid #003082;
  border-radius: 5px;
}
.pager-item span {
  display: block;
}
.pager-item.prev a {
  padding-left: 20px;
  padding-right: 20px;
}
.pager-item.next a {
  padding-left: 20px;
  padding-right: 20px;
}
.pager-item--active span {
  display: block;
  height: 40px;
  padding: 10px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  border: 1px solid #003082;
  border-radius: 5px;
  background: #003082;
  color: #ffffff;
}

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

/* End */


/* Start:/local/templates/metib2023/components/bitrix/news/articles/bitrix/news.list/news/style.css?16806163213582*/
.articles-page__banner {
  margin: 20px 0 0 0;
  min-height: 400px;
  padding: 50px 170px 50px 60px;
  position: relative;
  background: linear-gradient(135deg, #69DBC7 8.86%, #018DB5 90.97%), linear-gradient(135deg, #FFBB7D 7.4%, #FA6969 92.65%), #FFFFFF;
  box-shadow: 0 4px 20px rgba(1, 49, 113, 0.12);
  border-radius: 20px;
}
.articles-page__banner .inner {
  padding: 50px 50% 0 0;
  color: #ffffff;
}
.articles-page__banner .inner h1 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
@media all and (max-width: 767px) {
  .articles-page__banner .inner h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.articles-page__banner .inner p {
  margin: 16px 0 0 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  .articles-page__banner .inner p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .articles-page__banner .inner {
    padding-top: 0;
    padding-right: 0;
  }
}
.articles-page__banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 80px;
  bottom: 0;
  left: 45%;
  background: url("/local/templates/metib2023/components/bitrix/news/articles/bitrix/news.list/news/images/articles-banner.png") 100% 50% no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .articles-page__banner:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 240px;
    background-position: 50% 100%;
  }
}
@media all and (max-width: 767px) {
  .articles-page__banner {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 260px;
    padding-left: 20px;
  }
}
.articles-page__list {
  margin: 56px 0 0 0;
}
.articles-page__list .filter {
  display: inline-block;
  margin: 24px 0 0 0;
  background: #EAF1F9;
  border-radius: 8px;
}
.articles-page__list .filter a {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.articles-page__list .filter a.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(1, 38, 87, 0.2);
  border-radius: 6px;
}
@media all and (max-width: 767px) {
  .articles-page__list .filter {
    margin-top: 0;
  }
}
.articles-page__list .articles {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -40px;
}
.articles-page__list .articles-item {
  flex: 0 0 33.3333%;
  padding: 40px 0 0 40px;
}
.articles-page__list .articles-item > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  min-height: 160px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 3.03147px 15.1573px rgba(1, 49, 113, 0.08);
  border-radius: 9.09441px;
}
.articles-page__list .articles-item__title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
}
.articles-page__list .articles-item__date {
  display: block;
  margin: 50px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #919BA9;
}
@media all and (max-width: 767px) {
  .articles-page__list .articles-item {
    padding-left: 0;
    padding-top: 16px;
  }
}
@media all and (max-width: 767px) {
  .articles-page__list .articles {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .articles-page__list {
    margin-top: 28px;
  }
}
.articles-page__services .index-buttons {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .articles-page__services .index-buttons {
    margin-top: 28px;
  }
}
.articles-page__services h2 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

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

/* End */
/* /local/templates/metib2023/components/bitrix/system.pagenavigation/pager/style.css?1672842970873 */
/* /local/templates/metib2023/components/bitrix/news/articles/bitrix/news.list/news/style.css?16806163213582 */
