.title-button-numbers {
	font-size: 12px;
}
.btn-load-pagination {
  padding: 0 40px;
  margin-bottom: 25px;
  background: #000;
  position: relative;
  color: #fff;
  width: 100%;
  border: none;
  font-family: 'SR';
  text-transform: uppercase;
  font-size: 14px;
  height: 50px;
  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;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  flex-direction: column;  }
  .btn-load-pagination::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #EB830A;
    -webkit-transition: width .5s;
    transition: width .5s; }
  .btn-load-pagination .title-button {
    position: relative; }
  .btn-load-pagination .title-button-numbers {
    position: relative; }
  @media only screen and (min-width: 1025px) {
    .btn-load-pagination:hover::before {
      width: 100%; } }
  @media only screen and (max-width: 1365px) {
    .btn-load-pagination  {
      font-size: 12px;
      height: 44px; }
	.title-button-numbers {
	  font-size: 10px;
	  }	  
   }