.pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Rubik", sans-serif;
}
.pageNavigation:after,
.pageNavigation:before {
  content: "";
  display: table;
}
.pageNavigation:after {
  clear: both;
}
.pageNavigation_container {
  margin-top: 34px;
  zoom: 1;
}
.pageNavigation_container:after,
.pageNavigation_container:before {
  content: "";
  display: table;
}
.pageNavigation_container:after {
  clear: both;
}
.pageNavigation_container .showMore {
  float: left;
  color: #141617;
}
.pageNavigation_item {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  border: 1px solid #d4191d;
  border-right: none;
}
.pageNavigation_item:hover {
  z-index: 10;
}
.pageNavigation_item:not(.pageNavigation_item__current):hover {
  border-color: #970119;
  color: #494c50;
  box-shadow: 2px 4px 12px rgba(20,22,23,0.32);
}
.pageNavigation_item > a {
  display: block;
  height: 38px;
  line-height: 38px;
  z-index: 1;
  color: #141617 !important;
}
.pageNavigation_item > a:hover {
  color: #494c50 !important;
}
.pageNavigation_item:not(.pageNavigation_item__extreme) {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
/*margin-left: 1px*/
  font-size: 18px;
  font-weight: 400;
}
.pageNavigation_item__current {
  border-color: #e8eff7;
  background: #e8eff7;
  color: #494c50;
  line-height: 40px;
  border-top: none;
  border-bottom: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-left: 1px solid #d4191d;
}
.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 #141617;
}
.pageNavigation_item__previous a:hover:before {
  border-right: 10px solid #494c50;
}
.pageNavigation_item__next > a:before {
  border-left: 10px solid #141617;
}
.pageNavigation_item__next a:hover:before {
  border-left: 10px solid #494c50;
}
.pageNavigation_item__extreme {
  padding: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
/*margin-left: 1px*/
}
.pageNavigation_item__extreme > a {
  padding: 0 14px;
  color: #141617;
  font-size: 14px !important;
}
.pageNavigation_item__last {
  border-right: 1px solid #d4191d;
}
.pageNavigation_item:hover:not(.pageNavigation_item__current) + .pageNavigation_item {
  border-left-color: #970119;
}

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