
.aArt_f {
	margin: 20px -20px;
}

.metryczka {
	display: flex;
	font-size: 90%;
	margin: 10px 0;
	flex-wrap: wrap;
}
.metryczka dd {
	margin: 2px 10px 2px 0;
}


.tresc h2,
.tresc h3 {
	margin: 30px 0 10px;
}





figcaption {
	border-bottom: 1px solid #f5f5f5;
	padding: 5px 0;
	font-size: 90%;
	color: #999;
}

.intro {
	font-weight: bold;
	margin-bottom: 20px;
}
.tresc {
	max-width: 836px;
	margin: 20px auto;
}


article ol {
	list-style: outside decimal;
	margin-bottom: 20px;
	padding-left: 1em;
}
article ul {
	list-style: disc outside none;
	margin-bottom: 20px;
	padding-left: 1em;
}
article li {
	padding: 0 0 20px 10px;
}




.navi {
	border-top: 1px solid #eee;
	margin: 20px 0;
	padding-top: 10px;
}
.navi_a {
	width: 100%;
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.2;
	padding: 10px;
	background: #fff;
	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: var(--transition5);
}
.navi_w::before {
	content: '\e901';
	margin: 0 10px 0 -6px;
}
.navi_d::after {
	content: '\e902';
	margin: 0 -6px 0 10px;
}

.navi_a:hover {
    background: none;
}


@media (min-width: 900px) {

.aArt_f {
	margin: 20px 0px;
}


}
@media (min-width: 1200px) {
.aArt {
    text-align: justify;
}
.aArt h1 {
    text-align: left;
}


}









