.c-pager {
  margin-top: 72px;
  margin-top: 3rem;
  padding-bottom: 72px;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between; }
  .c-pager__previous {
    margin-right: auto; }
    .c-pager__previous button::before {
      transition: transform .5s ease-out;
      display: inline-block;
      content: url(arrow.svg);
      line-height: 1;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    @media (min-width: 768px) {
      .c-pager__previous {
        text-align: left; }
        .c-pager__previous button {
          margin-right: 20px;
          margin-right: 0.83333rem; } }
    .c-pager__previous:hover, .c-pager__previous:focus {
      cursor: pointer; }
      .c-pager__previous:hover button::before, .c-pager__previous:focus button::before {
        -ms-transform: translateX(-5px) rotate(180deg);
            transform: translateX(-5px) rotate(180deg); }
  .c-pager__next {
    margin-left: auto; }
    .c-pager__next button::before {
      transition: transform .5s ease-out;
      display: inline-block;
      content: url(arrow.svg);
      line-height: 1; }
    @media (min-width: 768px) {
      .c-pager__next {
        text-align: right;
        flex-direction: row-reverse; }
        .c-pager__next button {
          margin-left: 20px;
          margin-left: 0.83333rem; } }
    .c-pager__next:hover, .c-pager__next:focus {
      cursor: pointer; }
      .c-pager__next:hover button::before, .c-pager__next:focus button::before {
        -ms-transform: translateX(5px);
            transform: translateX(5px); }
  .c-pager__previous, .c-pager__next {
    text-decoration: none;
    color: #333333;
    position: relative;
    background-color: transparent; }
    @media (min-width: 768px) {
      .c-pager__previous::before, .c-pager__next::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 300px;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center; } }
    @media (min-width: 768px) {
      .c-pager__previous, .c-pager__next {
        margin-bottom: 110px;
        margin-bottom: 4.58333rem;
        display: flex;
        align-items: center; } }
    .c-pager__previous button::before, .c-pager__next button::before {
      transition: transform .5s ease-out; }
    .c-pager__previous:hover, .c-pager__previous:focus, .c-pager__next:hover, .c-pager__next:focus {
      cursor: pointer; }
      .c-pager__previous:hover button, .c-pager__previous:focus button, .c-pager__next:hover button, .c-pager__next:focus button {
        box-shadow: inset 0 0 0 45px transparent;
        color: #FFFFFF; }
  .c-pager .flaticon-arrow {
    font-size: 17px;
    font-size: 0.70833rem; }
  .c-pager button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    min-height: 90px;
    border-radius: 50%;
    border: 1px solid #0048AA;
    background-color: transparent;
    cursor: pointer;
    transition: color .25s ease-out, box-shadow .25s ease-out; }
  .c-pager__details {
    text-align: center; }
    @media (min-width: 768px) {
      .c-pager__details {
        text-align: unset; } }
  .c-pager__label {
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-size: 0.58333rem;
    line-height: 17px;
    line-height: 0.70833rem;
    margin-top: 18px;
    margin-top: 0.75rem;
    margin-bottom: 9px;
    margin-bottom: 0.375rem;
    text-transform: uppercase;
    color: #741678; }
    @media (min-width: 768px) {
      .c-pager__label {
        margin-top: 0px;
        margin-top: 0; } }
  .c-pager__title {
    display: none; }
    @media (min-width: 768px) {
      .c-pager__title {
        font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 17px;
        font-size: 0.70833rem;
        line-height: 25px;
        line-height: 1.04167rem;
        color: #0048AA;
        display: block;
        min-width: 205px;
        max-width: 300px; } }

