body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.82857;
    font-weight: normal;
    color: var(--SferisColorDarkBlue);
    background-color: #ffffff;
    transition: font-size 0.5s;
}

main {
    font-size: 1.2em;
    line-height: 1.3em;
}

img {
    border: none;
}
.small {
    font-size: 80%;
    line-height: 140%;
}
h2 {
    margin-bottom: 1.5em;
    font-weight: bold;
}
h3 {
    margin-bottom: 0.8em;
    font-weight: bold;
}
h2, h3 {
    /*text-transform: uppercase;*/
    /*color: #000000;*/
}
h4 { }

p {
    font-size: 0.95em;
}
a {
    text-decoration: none !important;
}
a:hover, a:focus {
    text-decoration: none !important;
}
strong { }

.fontGreen,
p.fontGreen,
span.fontGreen {
    color: var(--AgricoleColorBack);
}

#movieSection div.embed-responsive,
div.boxBorder,
div.boxBenefits,
div.boxProducts,
a.boxProducts {
    border-radius: var(--radius10);
}


/* ---------------------------- NAGLOWEK */
div.header {
    position: relative;
    margin: 0 auto;
    margin-bottom: 2.5em;
    padding: 0;
    background-color: var(--AgricoleColorBack);
    border-radius: var(--radius10);
}
/* ---------------------------- NAGLOWEK (koniec) */


div.boxBenefits {
    margin: 0;
    padding: 1.1em;
}
div.boxBorder,
div.boxBenefits,
div.boxProducts,
a.boxProducts {
    border: 2px solid var(--boxBorderColor1);
    background-color: #ffffff;
}


/* -------------------------------------------------------- */
/* ---------------------------- sekcja Film */
#movieSection { }
#movieSection h2 {
    padding-right: 1.0em;
    padding-left: 1.0em;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
/* ---------------------------- sekcja Film (koniec) */

/* -------------------------------------------------------- */
/* ---------------------------- sekcja Kroki */
#stepsSection { }
#stepsSection div.col-12 {
    margin-bottom: 1.5em;
}
div.stepBox {
    position: relative;
    margin-top: 40px;
    padding: 40px 20px 0 20px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
div.stepNumber {
    position: absolute;
    left: 0;
    right: 0;
    top: -1.28em;
}
div.stepNumber p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1.8em;
    height: 1.8em;
    font-size: 1.4em;
    color: var(--white);
    border-radius: 50%;
    background-color: var(--AgricoleColorBack);
}
div.infoTeksKontener { }
div.infoTeksKontener img { }
div.infoTeksKontener p {
    font-size: 0.85em;
}
/* ---------------------------- sekcja Kroki (koniec) */


footer {
    margin: 0;
    padding: 0;
    color: var(--white);
    background-color: var(--AgricoleColorBack);
}
footer div.container {
    padding: 1em;
}
footer div.container p {
    margin: 1.2em auto;
    width: 80%;
}
footer div.container a {
    color: var(--white);
    text-decoration: underline !important;
}
footer div.container a:hover { }


/* ------------------------------------------------------- */
/* ----------------------------------------- RESPONSYWNOSC */

@media only screen and (min-width: 1400px) { }
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    div.stepBox {
        min-height: 235px;
        justify-content: space-around;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {  }
@media only screen and (min-width: 768px) and (max-width: 992px) { }
@media only screen and (min-width: 576px) and (max-width: 768px) {
    div.stepBox {
        min-height: 230px;
        justify-content: space-around;
    }
}
@media only screen and (max-width: 576px) {
    div.infoTeksKontener p {
        text-align: center;
    }
}

/* */