:root {
    --czarny: #171717;
    --czerwony: #d63b33;
    --niebieskiJasny: #14b1e7;
    --szary: #f1f1f1;
    --szary-ciemny: #f5f5f5;
    --oswald: normal 16px/1.2 "Oswald", sans-serif;
    --transition2: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    --transition5: color 0.5s ease, border-color 0.5s ease, background 0.5s ease, opacity 0.5s ease,
        box-shadow 0.5s ease-in-out;
    --transition1: color 1s ease, border-color 1s ease, background 1s ease, opacity 1s ease-in-out;
    --transWidac: visibility 1s ease, opacity 1s ease;
    --transWidac2: visibility 0s 0.5s, opacity 0.5s linear;
    --szerokosc: 1200px;
    --szerokoscMax: 1920px;
    --odstep: 20px;
    --odstep-x2: 40px;
    --odstep-x3: 60px;
    --odstep-x4: 80px;
    --odstep-minus: -20px;
    --odstep-pion: 40px;
    --odstep-pol: 10px;
    --h1: 130%;
    --h2: 120%;
    --h3: 110%;
    --sz: 1200px;
    --sz-mini: 800px;
    --kolor-bialy: #fff;
    --kolor-czarny: #000;
    --kolor-szary: #f5f5f5;
    --kolor-zielony: #b0d702;
    --kolor-zielony-ciemny: #4a5f00;
    --kolor-czarny-prawie: #171717;
    --kolor-czerwony: #d63b33;
    --kolor-szary: #f1f1f1;
    --kolor-szary-ciemny: #f5f5f5;
    --trans: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease, text-decoration-color 0.5s;
    --trans-widac: visibility 1s ease, opacity 1s ease;
    --trans-transform: transform 0.5s ease;
    --trans-svg: fill 0.5s ease, background-color 0.5s ease;
    --o: 20px;
    --o-2: 40px;
    --o-3: 60px;
    --o-4: 80px;
    --o-5: 100px;
    --o-gora: 40px;
    --o-pol: 10px;
    --o-cwierc: 5px;
    --o-minus: -20px;
}
@media (min-width: 600px) {
    :root {
        --odstep-pion: 80px;
        --h1: 150%;
        --h2: 140%;
        --h3: 130%;
    }
}
@media (min-width: 1240px) {
    :root {
        --h1: 180%;
        --h2: 160%;
        --h3: 150%;
    }
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}
*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@-ms-viewport {
    width: device-width;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: var(--szary-ciemny);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    overflow-y: scroll;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    color: #333;
    font-family: Arial, sans-serif;
}
body.home {
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
    content-visibility: auto;
    display: block;
    margin: auto;
}
svg {
    transition: var(--trans-svg);
}
a {
    color: var(--czerwony);
    transition: var(--transition5);
    text-decoration: none;
}
a:hover {
    color: var(--czerwony);
}
