.aA {
	max-width: 1160px;
	margin: 0 auto;
}

.fotaGlowna {
	margin: 0 -20px;
}



h1 {
	font-size: var(--h1);
	margin: var(--odstep-x2) 0;
}


.tresc h2 {
	font-size: var(--h2);
	margin: var(--odstep-x2) 0 var(--odstep);
}
.tresc h3 {
	font-size: var(--h3);
	margin: var(--odstep-x2) 0 var(--odstep);
}


.h_pobieranie {
	font-size: 120%;
	font-weight: bold;
	margin: 30px 0 20px;
}
.a_inline {
	font-weight: bold;
	position: relative;
	padding-right: 20px;
}
.a_inline::before {
	position: absolute;
	right: -8px;
	content: '\e90e';
	font-family: ico_re;
	font-size: 30px;
	transition: transform .5s;
	top: -13px;
}


article ul,
article ol {
	list-style: outside disc;
	margin: 20px 0 20px 15px;
}
article ol {
	list-style-type: decimal;
}
article li {
	margin: 10px 0;
}


article li ul,
article li ol {
	margin: 10px 0 10px 40px;
}






.aPoj {
	padding: 80px 20px 20px;
	background: #fff;
}




.aPoj ol {
	list-style: decimal outside;
	margin-left: 20px;
}
.aPoj ul {
	list-style: disc outside;
}
.aPoj li {
	margin: 20px 0;
}


.aPoj li ol,
.aPoj li ul {
	margin-left: 20px;
}



.eeeeeeeeeeeeeeeeee {
	padding: 100px 20px 20px;
	background: transparent !important;
}



.literatura {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}
.literatura_a {
	width: 241px;
	display: block;
	height: 320px;
	overflow: hidden;
	background: #000;
}
.literatura br {
	display: none;
}

.tresc a {
	font-weight: bold;
	text-decoration-line: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 3px;
	text-decoration-color: var(--czerwony);
	color: #000;
}
.tresc a:hover {
	color: var(--czerwony);
	text-decoration-color: #fff;
}

blockquote {
	background: var(--szary);
	padding: 20px;
	margin: 20px 0;
	color: #000;
}


.a6212 img {
	max-width: 200px;
}

.a6212 .content-section {
	background: #fff !important;
	text-align: center;
}

.a6212 h2 {
	text-align: left;
	margin: 50px 0;
	font-weight: bold;
}

.row.spaced-cols {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}













table {
    border-collapse: collapse;
    border-spacing: 0;
}

table thead th {
    font-weight: 700;
}

table td,table th {
    padding: 14px;
    border: 1px solid #ddd;
    text-align: left;
}

table tbody tr:nth-child(even) {
    background: #f2f2f2;
}
#big_footer table tbody tr:nth-child(even){
	background: #151515;
}
.calendar_wrap table thead th {
    font-weight: 700;
}

table th {
    padding: 14px;
    border: 1px solid #ddd;
    text-align: left;
}


caption,th,td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

tbody tr:last-child {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}








.skladOrganow {
	max-width: var(--szerokosc);
	margin: auto;
	padding: 80px 20px;
}

.sklad_grupa {
	margin: 40px auto 20px;
	max-width: 1060px;
}

.skladOrganow h2 {
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 150%;
	letter-spacing: 1px;
}
.sklad_grupa h2 {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 50px 0 20px;
}

.sklad_ludzie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.sklad_osoba {
	width: 241px;
	text-align: center;
}
.sklad_fota {
	height: 241px;
	background: #eee;
}

.sklad_osoba h3 {
	font-size: 21px;
	margin: 10px 0;
	font-weight: bold;
}

.niestety img {
	filter: grayscale(1);
}




.navi {
	margin: 40px -20px 0;
}
.navi_a {
	width: 100%;
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.2;
	padding: 10px;
	border: 0;
	color: inherit;
}
.navi_d {
	justify-content: flex-end;
	text-align: right;
}

.navi_w::before,
.navi_d::after {
	font-family: ico_re;
	font-size: 40px;
	line-height: 50px;
	transition: transform .5s;

}
.navi_w::before {
	content: '\e901';
	transform: translateX(-9px);
}
.navi_d::after {
	content: '\e902';
	transform: translateX(9px);
}

.navi_w:hover::before,
.navi_d:hover::after {
	transform: translateX(0);
}



@media (min-width: 600px) {

.navi {
	display: flex;
	max-width: var(--szerokosc);
	margin: 40px auto 0;
}


}
@media (min-width: 765px) {
.fotaGlowna {
	margin: 0;
}



}
@media (min-width: 1000px) {
.aPoj {
	padding: 100px 50px 50px;
	max-width: 1000px;
	margin: auto;
}

.mainFull {
	background: #fff;
}
.aFull {
	max-width: 900px;
}


}
@media (min-width: 1200px) {
.navi_w::before {transform: translateX(-19px)}
.navi_d::after {transform: translateX(19px)}
.navi_d:hover::after {transform: translateX(40px)}
.navi_w:hover::before{transform: translateX(-40px)}
}