.navi {
	margin: 40px calc(var(--o) * -1) 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navi_a {
	width: 500px;
	max-width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: var(--k-szary-jasny);
	padding: 20px 20px 20px 40px;
	position: relative;
	color: #000;
	line-height: 1;
}
.navi_d {
	justify-content: flex-end;
	text-align: right;
	padding: 20px 40px 20px 20px;
	margin-left: auto;
}
.navi svg {
	position: absolute;
	left: 5px;
	width: 32px;
}
.navi_d svg {
	left: unset;
	right: 5px;
}
.navi_a:hover {
	background: var(--k-glowny);
	color: #fff;
}




.pagi {
  margin: 40px 0 0;
  border-top: 1px solid var(--k1);
  padding: 30px 0 0;
}

.pagi p {
  text-align: center;
  margin-bottom: 10px;
}

.pagi_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
}
.pagi_ul svg {
  transform: scale(0.6);
}

.pagi_a,
.pagi_teraz {
  font-size: 0.9em;
  font-weight: 800;
  line-height: 30px;
  color: inherit;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  text-decoration: none;
}

.pagi_a:hover {
  background: var(--k1);
}

.pagi_teraz {
	border: 1px solid #000;
	cursor: default;
}



