.aStrt {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
}
.sKafle {
	width: 100%;
    max-width: 1920px;
	margin: 0 auto;
    overflow: hidden;
}
.sKafle_nad {
	width: 100%;
	padding: 20px;
    text-align: center;
}
h1,
h2,
h3,
.strtH,
.sKafle_logo {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.sKafle_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--niebieski);
}

.nad_img {
	margin: 0 10px 0 0;
}

.strtH {
	padding: 20px;
}
.nad_h {
	padding: 30px 0 0;
}
.sKafle_a {
	display: block;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.sKafle_h {
	position: absolute;
	bottom: 0;
	font-size: 180%;
	color: #fff;
	text-shadow: 0 0 10px #000;
}
.sKafle_img {
	max-width: none;
}
.sKafle_przyc {
    display: none;
}









.strtH3 {
	margin: 30px 0;
	text-align: center;
}
.strtTresc {
	padding: 0 20px 50px;
	max-width: 800px;
	margin: auto;
}



.sDlaczego {
	padding: 50px 20px 25px;
	background: var(--szary);
}
.sDlaczego_h {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}
.sD_d {
	max-width: 500px;
	margin: auto;
}

.sD_d::before {
	content: '\e916';
	font-family: ico_re;
	width: 50px;
	height: 50px;
	color: var(--niebieski);
	font-size: 50px;
	display: block;
	line-height: 50px;
	margin: 20px auto;
}
.sD1::before {display: none}





@media (min-width: 770px) {
.sKafle {
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
    position: relative;
}
.sKafle_nad {
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sKafle_a {
	width: 33.3333%;
	height: calc(100vh - 180px);
	display: flex;
}
.sKafle_img {
	height: fit-content;
}
.sKafle_h {
	bottom: 10%;
	font-size: 170%;
}

.sKafle_przyc {
	display: block;
	position: absolute;
	top: 250px;
	width: 300px;
	font-weight: bold;
	left: 50%;
	margin-left: -150px;
}

}
@media (min-width: 800px) {

.sD_wasko {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sD_d {
	width: 500px;
	position: relative;
	margin: 20px;
}
.sD1,
.sD3 {
	padding-left: 100px;
}
.sD2,
.sD4 {
	padding-right: 100px;
}

.sD_d::before {
	display: block;
	position: absolute;
}

.sD1::before,
.sD3::before {
	left: 0;
}
.sD2::before,
.sD4::before {
	right: 0;
}




}
@media (min-width: 1200px) {
.nad_h {
	font-size: 220%;
}
.sKafle_h {
	bottom: 100px;
	left: 0;
	font-size: 250%;
}

}
@media (min-width: 1500px) {
.nad_h {
	font-size: 250%;
}
.sKafle_h {
	bottom: 20%;
	left: 50px;
	font-size: 350%;
	padding: 0 200px 0 0;
}
}
