.opis {
	margin: var(--o-gora) auto;
	max-width: var(--sz-wasko-plus);
	padding: 0 var(--o);
}

.kwadraty_flex {
	display: flex;
	gap: var(--o);
	flex-wrap: wrap;
	justify-content: center;
	margin: var(--o-x2) auto 0;
	max-width: var(--sz);
}

.kwadraty_li {
}
.kwadrat_a {
	width: 262px;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: var(--kolor-bialy);
	text-decoration: unset;
}
.kwadrat_a::after {
	z-index: -1;
}
.kwadrat_f {
	position: absolute;
	z-index: -1;
	line-height: 0;
}
.kwadrat_f::before {
	position: absolute;
	z-index: 1;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0000003b;
}

.kwadrat_h {
	font-size: 130%;
	text-shadow: var(--cien-tekstu);
	font-weight: var(--font-weight-bold);
}




.kwadrat_a:hover {

}
.kwadrat_a:hover img {

}

.przycisk {
	max-width: 200px;
	margin: 16px auto 0;
}








@media (min-width: 1110px) {


}




