.pag__btn-more {
  font-family: "Montserrat-Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  width: 100%;
  margin-bottom: 24px;
}
.pag__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pag__btn {
  -ms-flex-negative: 0;
  font-size: 16px;
  line-height: 16px;
  flex-shrink: 0;
  width: auto;
}
.pag__btn {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pag__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pag__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 2.5px;
}
.btn--transp {
  border: 1px solid transparent;
  background: #fff;
}
.pag__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  font-size: 16px;
  line-height: 20px;
}
.btn--transp.active {
  border-color: #1123cd;
  color: #1123cd;
}
.pag__link.active {
  pointer-events: none;
}
.btn--transp.active span {
  color: #1123cd;
}
.pag__btn {
  -ms-flex-negative: 0;
  font-size: 16px;
  line-height: 16px;
  flex-shrink: 0;
  width: auto;
}
.pag__btn {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--transp span {
  margin-left: 0 !important;
}
.pag__btn-more.btn.btn--light-blue {
  background: #eaf4fd !important;
  color: #1123cd !important;
}
