.logos-grid {
	display: grid;
	grid-template: auto / repeat(auto-fit, minmax(50px, 100px));
	place-items: center center;
	justify-content: center;
	gap: 10px 30px;
}
.button--primary {color:black;}
.logos-grid img {
	max-width: 100%;
	opacity: 0.5;
}
.foto-grid {
	display: grid;
	grid-template: auto / repeat(auto-fit, minmax(50px, 400px));
	place-items: center center;
	justify-content: center;
	gap: 10px 10px;
}
.add-style h1, .add-style h2 {
line-height: 200%;
}
.add-style h2 {
/* color: rgb(245,130,30); */
margin-bottom: 0px;
}
.add-style h3 {
/* color: rgb(245,130,30); */
}
.add-style .pdf img {
width: 30px;
margin-right: 10px;
}
.add-style .akcja {
text-transform: uppercase;
color: rgb(80,80,80);
font-size: 13px;
font-weight: 700;
text-decoration: none !important;
}
.add-style .akcja:hover {
/* color: rgb(245,130,30); */
}
.add-style ul > li, .add-style ol > li {
margin-bottom: 10px;
}
.add-style ul > li::before {
top: 0.8em;
background-color: rgb(245,130,30);
}
.spec-grid {
	display: grid;
	grid-template: auto / repeat(auto-fit, minmax(100px, 300px));
	place-items: top stretch;
	justify-content: space-between;
	gap: 10px 0;
	margin-top: 10px;
	padding-top: 20px;
	border-top: solid 1px rgb(200,200,200);
}
.spec-grid img {
	max-width: 100%;
}
.spec-grid a img {
	transition: transform 0.3s ease 0s;
}
.spec-grid a:hover img {
	transform: scale(1.05);
}
.spec-grid h3 {
	line-height: 120%;
	margin-bottom: 10px;
	color: rgb(100,100,100);
	text-align: center;
	padding-bottom: 20px;
}
.spec-grid p {
	margin-top: 10px;
}
.layout__main {background-color:#f2f2f2}
.cc-window {display: none;}