:root {
--zielony: #153e00;
--granatowy: #001b29;
--szary: #f1f1f1;

--shadow: 0 0 50px #999;
--shadowHover: 0 0 50px #fff;


--transTrans: transform .3s;
--transShadow: box-shadow .5s ease-in-out;
--transColor: color .5s;
--trans5: color .5s ease, border-color .5s ease, background .5s ease, opacity .5s ease;
--transition5: color .5s ease, border-color .5s ease, background .5s ease, opacity .5s ease;

--transWidac: visibility 1s ease, opacity 1s ease;
--transWidac2: 	visibility 0s .5s, opacity .5s linear;
--szerokosc: 1200px;
}






.w1000 {
	max-width: 1000px;
}
.reFigure {
	display: block;
	margin: 20px -20px;
}
.reFigure img {
	max-width: 100%;
	height: auto;
}
.w1000 h1 {
	font-size: 25px !important;
	font-weight: bold;
}
.w1000 h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.w1000 h3 {}


@media (min-width: 768px) {
.reFigure {
	margin: 20px 0;
}

}