.b-pager {
  display:block;
	clear: both;

  overflow:hidden;
  }
  .b-pager li {
  	display:block;
    float:left;

    padding:0; margin:0;

    font-size:1em;
  }
   .b-pager li a {
    font-size:1.3em; line-height:1;
    color:#036;

    text-decoration:underline;
   }
  .b-pager .b-pager_title {
    font-size:1.3em; font-weight:600; line-height:1;
    color:#000;
  }
  .b-pager .b-pager_arrow-left {
    font-size:1.3em; color:#036;
    padding:0 18px;
  }
  .b-pager .b-pager_arrow-right { font-size:1.3em; color:#036; }
    .b-pager .b-pager_arrow-left a, .b-pager .b-pager_arrow-right a { font-size:1em; }
    .b-pager a:hover { text-decoration:none; }
  .b-pager .b-pager_item-current {
    background:#036;

    font-size:1.3em; line-height:1;
    color:#fff;

    border-radius:10px;
  }
  li.b-pager__page {
    width:20px; height:16px;

    text-align:center;

    padding:4px 0 0; margin-top:12px;
  }