.aStrt {
    padding: 0;
    background: #fff0;
}
.s1 {
	background: var(--czarny);
	color: #fff;
	padding-top: var(--odstep-x4);
}
.s1_le {
	padding: var(--odstep-x2) var(--odstep);
}
.s1_h1,
.s1_h2 {
    font-weight: 700;
    text-align: center;
}
.s1_h1 {
	font-size: 150%;
	letter-spacing: 1px;
}
.s1_h2 {
    padding: 20px 0;
}
.przycisk {
    display: flex;
    margin: 20px auto;
    color: #fff;
    background: var(--czerwony);
    text-align: center;
    width: 220px;
    line-height: 40px;
    transition: var(--transition5);
    border: 1px solid var(--czerwony);
    justify-content: center;
    align-items: center;
}
.przycisk::after {
    font-family: "ico_re";
    content: "\e902";
    transition: var(--transition5);
    font-size: 25px;
}
.przycisk:hover {
    color: #fff;
    background: var(--czarny);
    border-color: #fff;
}


.s1_przyciski {
	margin: var(--odstep-x2) auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--odstep);
	justify-content: center;
	width: 504px;
	max-width: 100%;
}
.s1_a {
	display: flex;
	color: #fff;
	text-align: center;
	transition: var(--transition5);
	border: 1px solid var(--czerwony);
	justify-content: center;
	align-items: center;
	width: 242px;
	max-width: 100%;
	line-height: 1.5;
	padding: 5px 10px;
	gap: 20px;
	background: inherit;
	font-size: 95%;
}
.s1_a::after {
    font-family: "ico_re";
    content: "\e902";
    transition: var(--transition5);
    font-size: 25px;
    color: var(--czerwony);
}
.przycisk_zapros::after {
    content: "\e909";
}

.s1_a:hover {
    color: #fff;
    background: var(--czarny);
    border-color: #fff;
}
.s1_a:hover::after {
    color: #fff;
}


.s1_pr {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}


.sPrzyklej {
	padding: var(--odstep-pion) var(--odstep);
	background: #fff;
}
.przyklej_a {
    color: inherit;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.przyklej_h {
	width: 100%;
	font-weight: 700;
	font-size: var(--h3);
	margin: var(--odstep) 0;
}
.przyklej_a:hover {
    color: #000;
    background-color: #fff;
}

@media (min-width: 600px) {
.przyklej_a {
	flex-direction: row;
	align-items: center;
	gap: var(--odstep);
}
.przyklej_fota {
	flex: 0 0 180px;
}
.przyklej_h {
	margin-top: 0;
}


}
@media (min-width: 800px) {
    .przyklej_a {
        margin: auto;
        background: var(--szary-ciemny);
        padding: var(--odstep);
        max-width: 770px;
        position: relative;
    }
    .przyklej_a::after {
        font-family: "ico_re";
        content: "\e907";
        transition: var(--transition5);
        font-size: 25px;
        background-color: var(--czerwony);
        color: #fff;
        padding: 5px 8px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .przyklej_a:hover::after {
        color: #000;
        background: var(--szary-ciemny);
    }


}
@media (min-width: 1200px) {
.przyklej_a {
	gap: var(--odstep-x2);
	max-width: 900px;
}
.przyklej_fota {
	flex: 0 0 275px;
}

}


.sVideo {
    width: 800px;
    max-width: 100%;
    margin: 40px auto;
}
.sVideo_h {
    padding: 0 20px 20px;
    font-size: 100%;
    color: #000;
    font-weight: 700;
}
.sVideo_div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.sVideo_div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, #fff0 94%);
    height: 99px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgb(0 0 0 / 0.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
lite-youtube:hover::before {
    color: #fff;
}
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
lite-youtube > .lty-playbtn {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center/68px 48px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}
.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.sAktualnosci {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: var(--szerokosc);
    margin: 40px auto 0;
    padding: 0 20px;
}
.sAktualnosci_h {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.kwadrat {
    width: 280px;
    max-width: 100%;
    color: inherit;
    display: block;
    line-height: 1.1;
    background: #fff;
}
.kwadrat_fota {
    height: 150px;
    overflow: hidden;
}
.kwadrat_img {
    transition: transform 0.5s;
}
.kwadrat_tresc {
    padding: 20px;
}
.kwadrat_h {
    font-size: 17px;
    font-weight: 700;
}
.kwadrat_data {
    font-size: 14px;
    margin: 10px 0;
}
.kwadrat:hover {
    color: inherit;
}
.kwadrat:hover .kwadrat_img {
    transform: scale(1.1);
}
.s2_le {
    padding: 20px;
}
.s2_h {
    text-align: center;
    font-size: 200%;
    margin: 30px 0 20px;
}
.s2_img {
    display: block;
    margin: auto;
}
.s3 {
    background: #fff;
    padding: 50px 20px;
    color: #000;
    text-align: center;
}
.s3_img {
    width: 150px;
    margin-bottom: 20px;
}
.s3_s {
    display: block;
    margin-top: 20px;
    text-align: center;
}
@media (min-width: 600px) {
    .s3 {
        margin: 50px auto;
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 130%;
    }
    .s3_img {
        margin: auto;
    }
}
@media (min-width: 700px) {
.s1_wasko {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s1_le {
	flex: 1;
}
.s1_h2 {
    text-align: left;
}
.s1_przyciski {
	width: 100%;
}
.s1_pr {
	flex: 0 0 auto;
	width: 300px;
}


}
@media (min-width: 840px) {
    .sVideo_h {
        padding: 0 0 20px;
        font-size: 120%;
    }
}

@media (min-width: 900px) {
.s1_pr {
	flex: 0 0 auto;
	width: 400px;
}


}


@media (min-width: 1000px) {
    .s2 {
        display: flex;
        align-items: center;
        max-width: var(--szerokosc);
        margin: auto;
    }
    .s2_pr {
        flex: 0 0 40%;
        max-width: 556px;
        margin-right: 20px;
    }
    .s3 {
        padding: 80px 50px;
        margin: 50px auto;
        max-width: 1160px;
        gap: 50px;
        font-size: 150%;
    }
    .s3_img {
        width: 200px;
    }
}
@media (min-width: 1200px) {
    .s1 {
        min-height: 100vh;
        display: flex;
    }
    .s1_wasko {
        max-width: var(--szerokosc);
        margin: auto;
        max-height: 1000px;
        padding: 0 20px 20px;
        gap: 50px;
    }
    .s1_le {
        margin: auto;
        flex: 1 1 60%;
        max-width: 800px;
        padding: 0 20px 0 0;
    }
    .s1_h1 {
        font-size: 250%;
    }
    .s1_h2 {
        font-size: 180%;
    }

.s1_przyciski {
	margin-left: 0;
	width: 504px;
}

.s1_pr {
	width: 500px;
}
    .kwadrat {
        width: 275px;
    }
}
@media (min-width: 1500px) {
    .s1_h1 {
        font-size: 300%;
        text-align: left;
    }
}
