.pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pageNavigation:after,
.pageNavigation:before {
  content: "";
  display: table;
}
.pageNavigation:after {
  clear: both;
}
.pageNavigation_item {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  color: #705299;
  border: 1px solid #705299;
  border-right: none;
}
.pageNavigation_item:not(.pageNavigation_item__current):hover {
  border-color: #aa93c9;
  color: #aa93c9;
}
.pageNavigation_item > a {
  display: block;
  height: 38px;
  color: inherit;
  z-index: 1;
}
.pageNavigation_item:not(.pageNavigation_item__extreme) {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
/*margin-left: 1px*/
}
.pageNavigation_item__current {
  background-image: -webkit-linear-gradient(bottom, #775c9c 0%, #987ebb 100%);
  background-image: linear-gradient(to top, #775c9c 0%, #987ebb 100%);
  color: #fff;
  line-height: 40px;
  border-top: none;
  border-bottom: none;
}
.pageNavigation_item__current:first-of-type {
  border-left: none;
}
.pageNavigation_item__previous > a:before,
.pageNavigation_item__next > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.pageNavigation_item__previous > a:before {
  border-right: 10px solid #705299;
}
.pageNavigation_item__previous a:hover:before {
  border-right: 10px solid #aa93c9;
}
.pageNavigation_item__next > a:before {
  border-left: 10px solid #705299;
}
.pageNavigation_item__next a:hover:before {
  border-left: 10px solid #aa93c9;
}
.pageNavigation_item__extreme {
  padding: 0;
  width: auto;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
/*margin-left: 1px*/
}
.pageNavigation_item__extreme > a {
  padding: 0 14px;
}
.pageNavigation_item__last {
  border-right: 1px solid #705299;
}
.pageNavigation_item:hover:not(.pageNavigation_item__current) + .pageNavigation_item {
  border-left-color: #aa93c9;
}

/*# sourceMappingURL=../maps/component/pageNavigation.css.map */
