.pager-strong .navigation1 { text-align: center; font-size: 0.01px; }
.pager-strong .navigation1__item { display: inline-block; vertical-align: top; margin: 0 10px; }
.pager-strong .navigation1__item a { display: block; width: 40px; height: 40px; border: 1px solid #c7d1d9; border-radius: 40px; text-align: center; line-height: 40px; color: #c7d1d9; font-size: 14px; font-weight: 400; position: relative; letter-spacing: 0.35px; }

.pager-strong .navigation1__item a:hover {
    background-color: #f5fbff;
}

.pager-strong .navigation1__item a.active {
    background: #7db9e5;
    border-color: #7db9e5;
    color: #fff;
}

@media only screen and (max-width: 1000px) { .pager-strong .navigation1__item { margin: 0 5px; }
.pager-strong .navigation1__item a { width: 25px; height: 25px; line-height: 25px; } }
.pager-strong .navigation1__item.prev { margin-right: 50px; }
.pager-strong .navigation1__item.prev a:before { position: absolute; top: 12px; left: 13px; display: block; content: ''; background-image: url("images/icons.png"); width: 10px; height: 15px; background-position: -34px -35px; }

.pager-strong .navigation1__item.prev a:hover:before {
    background-image: url("images/icons.png");
    width: 8px;
    height: 15px;
}

@media only screen and (max-width: 1000px) { .pager-strong .navigation1__item.prev { margin-right: 10px; }
.pager-strong .navigation1__item.prev a:before { top: 5px; left: 6.5px; } }
.pager-strong .navigation1__item.next { margin-left: 50px; }
.pager-strong .navigation1__item.next a:before { position: absolute; top: 12px; right: 14px; display: block; content: ''; background-image: url("images/icons.png"); width: 10px; height: 15px; background-position: -48px -35px; }

.pager-strong .navigation1__item.next a:hover:before {
    background-image: url("images/icons.png");
    width: 10px;
    height: 15px;
}

@media only screen and (max-width: 1000px) { .pager-strong .navigation1__item.next { margin-left: 10px; }
.pager-strong .navigation1__item.next a:before { top: 5px; right: 6.5px; } }
