.gallery-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:52px;padding-top:30px;border-top:1px solid #272a2f}.gallery-pagination button,.gallery-pagination span{display:grid;place-items:center;min-width:44px;height:44px;padding:0 12px}.gallery-pagination button{border:1px solid #30333a;background:#0d1014;color:#b8bac0;font:700 11px var(--body);cursor:pointer;transition:.2s}.gallery-pagination button:hover:not(:disabled){border-color:var(--red);color:#fff;transform:translateY(-2px)}.gallery-pagination button[aria-current=page]{background:var(--red);border-color:var(--red);color:#fff}.gallery-pagination button:disabled{opacity:.28;cursor:not-allowed}.gallery-pagination span{color:#686b71}.gallery-count{min-height:20px}@media(max-width:560px){.gallery-pagination{gap:4px;overflow-x:auto;justify-content:flex-start;padding-bottom:6px}.gallery-pagination button,.gallery-pagination span{min-width:40px;height:40px}.gallery-count{text-align:left}}
