@charset "UTF-8";

.pager_block {clear: both;margin: 10px 0 10px;font-size: 14px;text-align: center;position: relative;background: #fff;padding: 10px 10px 10px;border-radius: 14px;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;color: #6E6D7A;width: 100%;}

/* кнопки переходов по страницам */
.pager_block .buttons {display: inline-block;height: 38px;line-height: 38px;margin-left: auto;}

.pager_block .buttons a {display:inline-block;min-width: 38px;height: 38px;line-height: 36px;text-align:center;padding: 0px 12px;font-size:14px;color: inherit;text-decoration:none;background-color: #F4F6F5;border: 1px solid transparent;border-radius: 8px;margin-right: 4px;}
.pager_block .buttons a:last-child {margin-right: auto;}

.pager_block .buttons a:hover {background-color: #EBE9D3;color: #8B8100;}
.pager_block .buttons a.active {background-color: #EBE9D3;color: #8B8100;border-color: rgba(156, 150, 71, 0.5);}

.pager_block .buttons .divider {display: inline-block;margin-right: 5px;}



/* кнопка "Загрузить ещё" */
.pager_block .more {display: inline-block;height: 38px;line-height: 38px;text-decoration:none;background: #f4f6f5;color: #6E6D7A;padding: 0 20px;border-radius: 9px;vertical-align: middle;text-align: center;position: relative;display: inline-flex;align-items: center;justify-content: center;margin-right: auto;}
.pager_block .more:hover {background: #F4F6F5;color: #6E6D7A;}

.pager_block .more .ico {display: inline-block;width: 22px;height: 22px;margin-right: 8px;vertical-align: middle;}
.pager_block .more span {display: inline-block;line-height: 22px;vertical-align: middle;}

.pager_block .more.disabled {pointer-events: none;overflow: hidden;/*background: #fff;*/color: #888888;opacity: .5;}

.pager_block .more.pending {}
.pager_block .more.pending .ico {-webkit-animation: spin 1.8s linear infinite;-moz-animation: spin 1.8s linear infinite;animation: spin 1.8s linear infinite;}



/* вариант c единственной кнопкой "Загрузить ещё" */
.pager_block.more_only {display: block; background: none; padding: 0;}
.pager_block.more_only .buttons {display: none !important;}
.pager_block.more_only .more {display: block;background: #fff;height: 62px;line-height: 62px;margin: 0;border-radius: inherit;display: flex;align-items: center;justify-content: center;}
.pager_block.more_only .more.disabled {background: #fff;color: #888888;}


@media only screen and (max-width: 520px) {		/* 600 */

	.pager_block {display: block; line-height: normal;height: auto;text-align: center;}
	
	.pager_block .more {display:block;display: flex;margin: 0 auto 10px;}
	
	.pager_block .buttons {text-align: center; margin: 0 auto 0;}
}




/* custom */
.pager_block.item_pager {border-radius: 8px;}