html,
#scroll-container {
    scroll-behavior:smooth
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
    font-size: 16px;
    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: 0.75rem;
    font-weight: bold;
}
h3 {
    margin-bottom: 0.8em;
    font-weight: bold;
}
h5 {
    font-weight: bold;
}
p {
    /*font-size: 0.95em;*/
}
a {
    color: var(--SferisColorDarkBlue);
    transition: var(--transition05);
    text-decoration: none !important;
}
a:hover, a:focus {
    color: var(--SferisColorGreen);
    text-decoration: none !important;
}

strong { }

.fontSferisGreen,
p.fontSferisGreen,
span.fontSferisGreen {
    color: var(--SferisColorGreen);
}

hr {
    /*border: 2px solid var(--sectionColorBack1);*/
    border: 1px solid var(--boxBorderColor2);
}

div.headerLabel,
a.headerLabel,
div.menuScrollContainer a,
div.headerB2B,
div.headerB2C,
div.headerB2BBackground,
div.headerB2CBackgroundImg,
div.startExampleBox,
img.startExampleImage,
a.productBox,
div.productLinkBox,
a.productLinkMobile,
div.benefitsBox,
div.stepInfoBox,
div.stepInfoBox2
{
    border-radius: var(--radius10);
}

section {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

a.headerLabel,
div.headerLabel {
    position: absolute;
    top: -25px;
    left: 25px;
    /*width: 100px;*/
    /*height: 50px;*/
    margin: 0;
    padding: 0.5rem 1.5rem;
    text-align: center;
    font-size: 130%;
    line-height: 120%;
    font-weight: bold;
    color: var(--white);
}
a.headerLabelB2B,
div.headerLabelB2B {
    background-color: var(--rentpayColor3);
}
a.headerLabelB2C,
div.headerLabelB2C {
    background-color: var(--rentpayColor4);
}
a.headerLabel span,
div.headerLabel span {
    text-transform: lowercase;
    font-weight: 100;
}
div.startLinksBox a.headerLabel {
    min-width: 210px;
    display: block;
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: inherit;
}


/* -------------------------------------------------------- */
/* ---------------------------- LP wyboru B2B - B2C */

div.startContainer {
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: var(--SferisColorDarkBlue);
}
div.startBox {
    position: relative;
    margin: 0 auto;
    padding: 2rem 1rem 2rem 1rem;
    background-color: var(--boxBorderColor1);
    border-radius: var(--radius10);
}
div.startBox h1.extra {
    margin-bottom: 2rem;
    font-size: 3.0rem;
    font-weight: bold;
}
div.startBox span.textBlue {
    color: #0054ff;
}
div.startBox span.textPink {
    color: #f63087;
}
div.startBackgroundImg {
    position: absolute;
    top: -30px;
    right: 0;
    bottom: -30px;
    left: 0;
    background-image: url("../images/wesub-start-osoba.png");
    background-repeat: no-repeat;
    background-position: 95% 70%;
    background-size: auto auto;
    transition: background-position var(--transition05);
    border-radius: var(--radius10);
}
div.startTxtBox {
    text-align: center;
}
div.startTxtBox img {
    width: 220px;
}
div.startLinksBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
div.startLinksBox p {
    margin-bottom: 0;
}


/* -------------------------------------------------------- */
/* ---------------------------- NAGLOWEK */
header { }

div.menuContainer {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
button.scrollButton {
    position: absolute;
    top: 50% !important;
    z-index: 2;
    margin: 0;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    line-height: 1rem;
    color: var(--boxBorderColor2);
    background-color: var(--white) !important;
    border-radius: 100%;
    border: 2px var(--boxBorderColor2) solid;
    transform: translateY(-50%) !important;
}
button.scrollButton:hover {
    color: var(--SferisColorGreen);
    border: 2px var(--SferisColorGreen) solid;

}
button.scrollButtonLeft {
    left: 0;
}
button.scrollButtonRight {
    right: 0;
}

div#scroll-container,
div#menuScrollContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;

    overflow: hidden;
    text-wrap: nowrap;
    gap: 1rem;
}
div#scroll-container a,
div.menuScrollContainer a {
    flex-grow: 1;
    text-align: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
    border: 2px var(--boxBorderColor2) solid;
    /*border-radius: var(--radius10);*/
}

div#scroll-container a:hover,
div.div#menuScrollContainer a:hover {
    color: var(--SferisColorGreen);
    border: 2px var(--SferisColorGreen) solid;
}

div.menuScrollContainer div {
    /*padding: 1rem;*/
}
div.headerB2B,
div.headerB2C {
    position: relative;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 1em;
    color: var(--white);
}
div.headerB2C {
    padding-bottom: inherit;
}
div.headerB2B p.infoText {
    /*font-size: 1em;*/
    color: var(--SferisColorDarkBlue);
}
div.headerB2B h1,
div.headerB2C h1 {
    font-weight: bold;
}
div.headerB2C h1 {
    width: 70%;
}
div.headerB2C h1 span {
    color: var(--SferisColorDarkBlue)
}
div.headerB2C h3 { }
div.headerB2B h4 {
    font-weight: 100;
}
div.tytulKontener {
    padding: 60px 0 30px 20px;
}
div.whiteDot {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--white);
}
div.darkBlueDot {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--SferisColorDarkBlue);
}
div.headerB2BsprzetKomputer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/wesub-naglowek-b2b-sprzet.png");
    background-repeat: no-repeat;
    background-position: 95% 70%;
    background-size: 530px auto;
    transition: background-position var(--transition05);
}
div.headerB2CBackgroundImg {
    background-image:
            url("../images/wesub-naglowek-b2c-sprzet.png"),
            url("../images/wesub-subskrypcja-rentpay-logo-2.png"),
            url("../images/wesub-naglowek-b2c-osoba.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 45% 50%, 98% 96%, 85% 30%;
    background-size: auto 140%, auto auto, auto 150%;
    /*background-color: var(--headerBackground);*/
    transition: background-position var(--transition05);
}
div.headerB2BBackground {
    background-image:
            url("../images/wesub-naglowek-b2b-businessman-logo.png"),
            url("../images/wesub-naglowek-b2b-tlo.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: 45% 100%, 50% 50%;
    background-size: auto auto, 100% auto;
    transition: background-position var(--transition05);
}
div.headerB2CBackgroundGradient {
    background: linear-gradient(65deg,
    #719eb3 0%,
    #719eb3 20%,
    #6b99ae 35%,
    #95bbcc 50%,
    #95bbcc 80%,
    #77a3b7 95%,
    #78a3b8 100%);
}
div.headerMobile {
    display: none;
}
/* ---------------------------- NAGLOWEK (koniec) */


/* ---------------------------- START */
#startSection { } /* pierwsza sekcja po Naglowku */
section#startSection div.col-12 {
    margin-bottom: 1.5rem;
}
div.startExampleBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 1.5rem 2rem 1.5rem 2rem;
    background-color: var(--sectionColorBack1);
}
div.startExampleBox h5 {
    margin-bottom: 1rem;
}
div.startExampleBox p {
    margin-bottom: inherit;
    /*margin-bottom: 1.5rem;*/
}
div.startExampleBoxB2C {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
}
div.startExampleBoxB2C p {
    line-height: 1.5rem;
}
div.startExampleBox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
img.startExampleImage {
    border: 2px var(--boxBorderColor2) solid;
}
div.ExampleBox2Right h4 strong {
    font-size: 2rem
}
div.ExampleBox2Right a {
    font-weight: bold;
    text-decoration: underline !important;
}
div.borderLeft {
    border-left: 2px solid var(--boxBorderColor1) ;
}
div.borderTop {
    padding-top: 1rem;
    border-top: 2px solid var(--boxBorderColor1);
}
div.tableContainer {
    position: relative;
}
div.wesubGradientBorderContainer,
div.wesubGradientBorderContainerB2C {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
}
div.wesubGradientBorderMask {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}
div.wesubGradientBorderMask::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--radius10);
    border: 4px solid transparent;
    background: linear-gradient(45deg, var(--rentpayColor2), var(--rentpayColor1)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
table.subscriptionTable {
    width: 100%;
    line-height: 1.1rem;
    text-align: center;
}

table.subscriptionTable tr.backgroundColor {
    background-color: var(--sectionColorBack1)
}
table.subscriptionTable th,
table.subscriptionTable td {
    padding: 0.5rem 1.5rem;
    height: 50px;
}
table.subscriptionTable th {
    font-weight: bold;
}
table.subscriptionTable td.textLeft {
    text-align: left;
}
table.subscriptionTable img {
    display: block;
    margin: 0 auto;
    max-width: 45%;
}
table.subscriptionTable tr.zero,
table.subscriptionTable tr.zero > td {
    margin: 0;
    padding: 0;
    height: inherit;
}
/* ---------------------------- START (koniec) */


/* ---------------------------- SUBSCRIPTION subskrypcja */
#subscriptionSection { } /* Czemu warto wybrać Subskrypcję */
div.subscriptionBox {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
div.subscriptionBox > div.col-12,
div.subscriptionBox div.borderLeft{
    background-color: var(--sectionColorBack1);
    display: flex;
    justify-content: center;
    align-items: center;
}
div.subscriptionBox > div.col-12 > img,
div.subscriptionBox > div.col-12 h2 {
    margin: 1rem 0 1rem 0;
    padding: 0;
    display: block;
}
div.subscriptionBox img {
    width: 50%;
}
div.subscriptionBox div.borderLeft {
    width: 100%;
    height: 60%;
    border-left: 2px solid var(--boxBorderColor2) ;
}
div.subscriptionBox h2 {
    display: block;
    margin: 0;
    padding: 0;
}
/* ---------------------------- SUBSCRIPTION subskrypcja (koniec) */


/* ---------------------------- PRODUCTS produkty */
#productsSection { } /* Jakie produkty */


div.productsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    /*gap: 0.75rem;*/
}

a.productBox {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0.5rem;
    text-align: center;
    background-color: var(--white);
}
a.productBox img {
    margin: 0;
    padding: 0 0 1rem 0;
}
a.productBox p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
}
div.productLinkBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 1%;
    margin-right: 1%;
    width: 38%;
    /*background-color: inherit;*/
}
a.productLink,
a.productLinkMobile {
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    color: var(--white);
}
a.productLink {
    display: block;
    margin: 0;
    padding: 1rem 2.5rem;
    background-color: var(--SferisColorGreen);
    border-radius: var(--radius30);
}
a.productLink:hover { }

a.productLinkMobile {
    display: none;
    min-height: auto;
    /*padding-top: 50%;*/
    /*padding-bottom: 50%;*/
    background-color: var(--SferisColorGreen);
    margin-bottom: 1.5rem;
    /*padding-top: 50%;*/
    /*padding-right: inherit;*/
    /*padding-bottom: 50%;*/
    /*padding-left: inherit;*/
    /*height: 100%;*/
}
a.productLinkMobile:hover { }

a.productLinkMobile p {
    height: 20px;
}
/* ---------------------------- PRODUCTS produkty (koniec) */


#checkSection { } /* Jak sprawdzić produkt */
#checkSection img {
    display: block;
    margin: 0 auto;
    padding: 0;
}
#checkSection img.jakSprawdzicDesktop { }
#checkSection img.jakSprawdzicMobile {
    display: none;
}


/* ---------------------------- BENEFITS korzysci */
#forYouSection { } /* Dlaczego dla Ciebie (piec boxow) */
div.benefitsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
div.benefitsBox {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1.5rem;
    padding: 1rem 0.8rem 0 0.8rem;
    text-align: center;
    background-color: var(--white);
}
div.benefitsBox div.greenDotContener {
    display: table;
    position: relative;
    width: 115px;
    height: 115px;
    margin: 0 auto;
}
div.benefitsBox img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
div.benefitsBox p {
    margin: 0.5rem auto;
    padding-bottom: 1rem;
}
div.benefitsBox p.bold {
    width: 95%;
    min-height: 36px;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.30em;
}
div.benefitsBox p.small {
    width: 80%;
}

div.benefitsBox span.greenDot {
    content: "";
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--SferisColorGreen);
    transition: top var(--transition05), right var(--transition05), left var(--transition05), bottom var(--transition05);
}
div.benefitsBox span.greenDotAnime1 {
    transform-origin: 20px 20px;
    animation: greenDotAnime1 1s ease-in-out infinite alternate;
}
div.benefitsBox span.greenDotAnime2 {
    transform-origin: 21px 21px;
    animation: greenDotAnime2 0.8s ease-in-out infinite alternate;
}
div.benefitsBox span.greenDotAnime3 {
    transform-origin: 18px 18px;
    animation: greenDotAnime3 1.2s ease-in-out infinite alternate;
}
div.benefitsBox span.greenDotAnime4 {
    transform-origin: 20px 20px;
    animation: greenDotAnime1 1s ease-in-out infinite alternate;
}
div.benefitsBox span.greenDotAnime5 {
    transform-origin: 18px 18px;
    animation: greenDotAnime3 1.2s ease-in-out infinite alternate;
}
div.benefitsBox div.dot1 span.greenDot {
    top: 30%;
    left: 5%;
}
div.benefitsBox div.dot1:hover span.greenDot {
    top: 65%;
    left: 65%;
}
div.benefitsBox div.dot2 span.greenDot {
    top: 25%;
    right: 5%;
}
div.benefitsBox div.dot2:hover span.greenDot {
    top: 45%;
    right: 45%;
}
div.benefitsBox div.dot3 span.greenDot {
    bottom: 25%;
    left: 25%;
}
div.benefitsBox div.dot3:hover span.greenDot {
    bottom: 55%;
    left: 55%;
}
div.benefitsBox div.dot4 span.greenDot {
    bottom: 30%;
    right: 20%;
}
div.benefitsBox div.dot4:hover span.greenDot {
    bottom: 45%;
    right: 65%;
}
div.benefitsBox div.dot5 span.greenDot {
    right: 22%;
    bottom: 15%;
}
div.benefitsBox div.dot5:hover span.greenDot {
    right: 62%;
    bottom: 55%;
}

section.benefitsSection div.benefitsBox div.dot4 span.greenDot {
    bottom: 30%;
    right: 20%;
}
section.benefitsSection div.benefitsBox div.dot4:hover span.greenDot {
    bottom: 65%;
    right: 20%;
}
/* ---------------------------- BENEFITS korzysci (koniec) */


/* ---------------------------- STEPS kroki */
#stepSection { }
#stepSection div.col-12 {
    margin-bottom: 1.5rem;
}
div.stepInfoBox {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 1.5rem 1.5rem;
    height: 100%;
    border: 2px var(--boxBorderColor2) solid;
}
div.stepInfoBox img {
    margin-bottom: 2rem;
    /*width: 250px;*/
    /*height: 200px;*/
}
div.stepInfoBox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-right: 1.5%;
    margin-left: 1.5%;
    width: 97%;
    padding: 1.5rem 2rem 1.5rem 2rem;
    background-color: var(--sectionColorBack1);
}
div.stepInfoBox2 img {
    margin-right: 2rem;
}
div.stepInfoBox2 p {
    margin-bottom: 0;
    font-weight: bold;
    /*margin-bottom: 1.5rem;*/
}
/* ---------------------------- STEPS kroki (koniec) */


/* ---------------------------- FAQ pytania */
#faqSection { }
div.accordion-item {
    color: var(--SferisColorDarkBlue);
}
div.accordion-item h2 {
    color: var(--SferisColorDarkBlue);
}
.accordion-button {
    font-size: 1.2rem;
    color: var(--SferisColorDarkBlue);
}
/*.accordion-button strong {
    font-weight: normal;
}*/
.accordion-button:not(.collapsed) {
    color: var(--SferisColorDarkBlue);
    background-color: transparent;
}
.accordion-button:focus {
    border-color: var(--white);
    box-shadow: 0 0 0 0.25rem rgba(250,250,250,0.0);
}
.accordion-button:not(.collapsed)::after { }
.accordion-body {
    font-size: 1rem;
}

table.faqTable {
    /*border-collapse: collapse;*/
    /*width: 100%;*/
    font-size: 1.0em;
}
table.faqTable tr:nth-child(even),
div.accordion-body table.faqTable tr:nth-child(even) {
    /*background-color: var(--sectionColorBack1);*/
}

table.faqTable tr td {
    height: 40px;
    transition: color var(--transition05), width var(--transition05);
}
table.faqTable tr:hover td {
    color: var(--SferisColorGreen) !important;
}
table.faqTable tr img {
    transition: color var(--transition03), width var(--transition03);
}
table.faqTable tr:hover img {
    /*width: 20px;*/
    width: 28px;
}
table.faqTable tr.lineSeparator,
table.faqTable th.lineSeparator {
    height: 1.5rem;
    width: 1.5rem;
}
table.faqTable > :not(caption) > tr > :nth-child(even) {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    --bs-table-accent-bg: var(--sectionColorBack1);
    color: var(--SferisColorDarkBlue);
}
table.faqTable th {
    white-space: nowrap;
}
table.faqTable th.paddinTEST {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
table.faqTable td p {
    display: table;
    margin: 0 auto;
    padding: 0;
}
table.faqTable td img {
    display: block;
    margin: 0 auto;
    /*margin-top: 0.5rem;*/
    /*margin-bottom: 0.5rem;*/
    width: 18px;
    height: auto;
}
table.faqTable tr.shadowNone th,
table.faqTable tr.shadowNone td {
    box-shadow: none; /* !important;*/
}

table.faqTable tr.borderRadiusTop th,
table.faqTable tr.borderRadiusTop td {
    border-radius: var(--radius10) var(--radius10) 0 0;
}
table.faqTable tr.borderRadiusBottom th,
table.faqTable tr.borderRadiusBottom td{
    border-radius: 0 0 var(--radius10) var(--radius10);
}

/* ---------------------------- FAQ pytania (koniec) */


/* ---------------------------- CONTACT kontakt */
#contactSection { }


/* ---------------------------- CONTACT kontakt (koniec) */


footer {
    margin: 0;
    padding: 0;
}
footer div.container {
    padding-bottom: 3em;
}


@keyframes greenDotAnime1 {
    0% { transform: scale(1.0); }
    100% { transform: scale(1.2); }
}
@keyframes greenDotAnime2 {
    0% { transform: scale(0.8); }
    100% { transform: scale(1.0); }
}
@keyframes greenDotAnime3 {
    0% { transform: scale(0.7); }
    100% { transform: scale(1.1); }
}
@keyframes greenDotAnime4 {
    0% { transform: scale(1.0); }
    100% { transform: scale(1.2); }
}
@keyframes greenDotAnime5 {
    0% { transform: scale(0.8); }
    100% { transform: scale(1.0); }
}





/* ------------------------------------------------------- */
/* ----------------------------------------- RESPONSYWNOSC */
@media only screen and (min-width: 1400px) {
    div.wesubGradientBorderContainer {
        right: 6%;
        width: 26%;
    }
    div.wesubGradientBorderContainerB2C {
        right: 6%;
        width: 29%;
    }
    a.productBox,
    div.benefitsBox {
        width: 18%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    div.headerB2CBackgroundImg {
        background-position: 58% 20px, 74% 10%, 104% 30%;
        background-size: 420px auto, auto auto, auto auto;
    }
    div.wesubGradientBorderContainer {
        right: 3%;
        width: 28%;
    }
    div.wesubGradientBorderContainerB2C {
        right: 3%;
        width: 33%;
    }
    table.subscriptionTable th,
    table.subscriptionTable td {
        padding: 0.8rem 2rem;
    }
    table.subscriptionTable img {
        max-width: 60%;
    }
    div.headerB2BsprzetKomputer {
        background-position: 100% 75%;
        background-size: 460px auto;
    }
    a.productBox,
    div.benefitsBox {
        width: 18%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    div.startLinksBox {
        max-width: 95%;
    }
    div.headerB2B {
        padding-bottom: inherit;
    }
    div.headerB2BsprzetKomputer {
        display: none;
    }
    div.headerBackground,
    div.headerB2BBackground {
        background-image:
                url("../images/wesub-naglowek-b2b-businessman-logo.png"),
                url("../images/wesub-naglowek-b2b-sprzet.png"),
                url("../images/wesub-naglowek-b2b-tlo.jpg");
        background-position: 90% 100%, 20% 120%, 50% 50%;
        background-size: auto auto, 430px auto, auto 110%;
    }
    div.headerB2CBackgroundImg {
        background-position: 60% 80px, 70% 10%, 108% 30%;
        background-size: auto auto, auto auto, auto auto;
    }
    div.tytulKontener {
        padding: 40px 0 200px 20px;
    }
    div.startExampleBox {
        padding: 1rem 1rem;
    }
    div.wesubGradientBorderContainer {
        right: 0%;
        width: 34%;
    }
    div.wesubGradientBorderContainerB2C {
        right: 0%;
        width: 39%;
    }
    table.subscriptionTable {
        font-size: 0.95rem;
    }
    table.subscriptionTable th {
        padding: 0.5rem 0.5rem;
    }
    table.subscriptionTable td {
        padding: 0.5rem 0.5rem;
    }
    table.subscriptionTable img {
        max-width: 60%;
    }
    div.productsContainer {
        align-items: stretch;
        align-content: stretch;
    }
    div.productLinkBox {
        display: none;
    }
    a.productLinkMobile {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-left: 2%;
        margin-right: 2%;
        width: 30%;
        vertical-align: middle;
    }
    a.productBox,
    div.benefitsBox {
        margin-left: 1.5%;
        margin-right: 1.5%;
        width: 30%;
    }
    table.faqTable {
        /*font-size: 1.0rem;*/
    }
    table.faqTable th {
        white-space: inherit;
    }
    table.faqTable tr.lineSeparator,
    table.faqTable th.lineSeparator {
        height: 0.75rem;
        width: 0.75rem;
    }
    table.faqTable > :not(caption) > tr > :nth-child(even) {
        padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    }

}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    div.startBackgroundImg {
        background-position: 50% 100%;
        background-size: 50% auto;
    }
    div.startTxtBox {
        padding-bottom: 20rem;
    }
    div.startLinksBox {
        max-width: 80%;
    }
    div.startLinksBox a.headerLabel {
        min-width: 190px;
    }
    div.headerB2B {
        padding-bottom: inherit;
    }
    button.scrollButtonLeft {
        left: -35px !important;
    }
    button.scrollButtonRight {
        right: -35px !important;
    }
    div.menuContainer div#scroll-container {
        justify-content: start;
    }
    div.headerB2BsprzetKomputer {
        display: none;
    }
    div.headerBackground,
    div.headerB2BBackground {
        background-image:
                url("../images/wesub-naglowek-b2b-businessman-logo.png"),
                url("../images/wesub-naglowek-b2b-sprzet.png"),
                url("../images/wesub-naglowek-b2b-tlo.jpg");
        background-position: 0 100%, 300px 100%, 50% 50%;
        background-size: auto auto, 430px auto, auto 100%;
    }
    div.headerB2CBackgroundImg {
        background-position: 0 125%, 50% 45%, 110% 100%;
        background-size: 60% auto, auto auto, auto auto;
    }
    div.tytulKontener {
        padding: 60px 0 300px 20px;
    }
    div.startExampleBox {
        padding: 1rem 1rem;
    }
    section#startSection div.borderLeft {
        border-left: 0;
    }
    div.wesubGradientBorderContainer {
        right: 0;
        width: 38%;
    }
    div.wesubGradientBorderContainerB2C {
        right: 0;
        width: 38%;
    }
    table.subscriptionTable {
        font-size: 0.95rem;
    }
    table.subscriptionTable th {
        padding: 0.5rem 0.5rem;
    }
    table.subscriptionTable td {
        padding: 0.5rem 0.5rem;
        height: inherit;
    }
    table.subscriptionTable img {
        max-width: 70%;
    }
    div.productsContainer {
        align-items: stretch;
        align-content: stretch;
    }
    a.productBox p {
        min-height: 40px;
    }
    div.productLinkBox {
        display: none;
    }
    a.productLinkMobile {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-left: 2%;
        margin-right: 2%;
        width: 30%;
        vertical-align: middle;
    }
    a.productBox,
    div.benefitsBox {
        margin-left: 1.5%;
        margin-right: 1.5%;
        width: 30%;
    }
    table.faqTable {
        font-size: 0.9rem;
    }
    table.faqTable th {
        white-space: inherit;
    }
    table.faqTable tr.lineSeparator,
    table.faqTable th.lineSeparator {
        height: 0.75rem;
        width: 0.75rem;
    }
    table.faqTable > :not(caption) > tr > :nth-child(even) {
        padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    }
}


@media only screen and (min-width: 576px) and (max-width: 768px) {
    div.startBackgroundImg {
        background-position: 50% 100%;
        background-size: 85% auto;
    }
    div.startTxtBox {
        padding-bottom: 25rem;
    }
    div.startLinksBox {
        max-width: 100%;
    }
    div.startLinksBox a.headerLabel {
        min-width: 190px;
    }
    div.headerB2B {
        padding-bottom: inherit;
    }
    button.scrollButtonLeft {
        left: -25px !important;
    }
    button.scrollButtonRight {
        right: -25px !important;
    }
    div.menuContainer div#scroll-container {
        justify-content: start;
    }
    div.headerB2BsprzetKomputer {
        display: none;
    }
    div.headerBackground,
    div.headerB2BBackground {
        background-image:
                url("../images/wesub-naglowek-b2b-businessman-logo.png"),
                url("../images/wesub-naglowek-b2b-sprzet.png"),
                url("../images/wesub-naglowek-b2b-tlo.jpg");
        background-position: 0 100%, 250px 100%, 50% 50%;
        background-size: auto auto, 430px auto, auto 100%;
    }
    div.headerB2CBackgroundImg {
        background-position: 0 120%, 45% 50%, 140% 100%;
        background-size: 70% auto, auto auto, auto auto;
    }
    div.tytulKontener {
        /*padding: 40px 0 300px 20px;*/
        padding: 50px 0 290px 20px;
    }
    div.startExampleBox {
        padding: 1rem 1rem;
    }
    section#startSection div.borderLeft {
        border-left: 0;
    }
    div.wesubGradientBorderContainer {
        right: 0;
        width: 34%;
    }
    div.wesubGradientBorderContainerB2C {
        right: 0;
        width: 36%;
    }
    table.subscriptionTable {
        font-size: 0.95rem;
    }
    table.subscriptionTable th {
        padding: 0.5rem 0.5rem;
    }
    table.subscriptionTable td {
        padding: 0.5rem 0.1rem;
        height: inherit;
    }
    table.subscriptionTable img {
        max-width: 90%;
    }
    div.subscriptionBox div.borderLeft {
        border-left: inherit;
    }
    div.subscriptionBox img {
        width: 80%;
        /*margin-bottom: 0 !important;*/
    }
    div.subscriptionBox h2 {
        font-size: 1.3rem;
    }
    div.productsContainer {
        align-items: stretch;
        align-content: stretch;
    }
    a.productBox p {
        min-height: 40px;
    }
    div.productLinkBox {
        margin-left: 2%;
        margin-right: 2%;
        width: inherit;
    }
    a.productBox,
    div.benefitsBox {
        margin-left: 2%;
        margin-right: 2%;
        width: 46%;
    }
    table.faqTable {
        font-size: 0.9rem;
    }
    table.faqTable th {
        white-space: inherit;
    }
    table.faqTable tr.lineSeparator,
    table.faqTable th.lineSeparator {
        height: 0.75rem;
        width: 0.75rem;
    }
    table.faqTable > :not(caption) > tr > :nth-child(even) {
        padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    }
}


@media only screen and (max-width: 576px) {
    div.startBackgroundImg {
        background-position: 50% 100%;
        background-size: 90% auto;
    }
    div.startTxtBox {
        padding-bottom: 25rem;
    }
    div.startLinksBox {
        max-width: 100%;
    }
    div.startLinksBox a.headerLabel {
        min-width: 190px;
    }
    div.headerMobile {
        display: block;
    }
    div.headerB2B,
    div.headerB2C {
        display: none;
    }
    button.scrollButtonLeft {
        left: -12px !important;
    }
    button.scrollButtonRight {
        right: -12px !important;
    }
    div.menuContainer div#scroll-container {
        justify-content: start;
    }
    /*    div.headerB2BsprzetKomputer {
            display: none;
        }*/
    /*div.headerBackground,
     div.headerB2BBackground {
        background-image:
                url("../images/wesub-naglowek-b2b-businessman-logo.png"),
                url("../images/wesub-naglowek-b2b-sprzet.png"),
                url("../images/wesub-naglowek-b2b-tlo.jpg");
        background-position: 0 100%, 250px 100%, 50% 50%;
        background-size: auto auto, 430px auto, auto 100%;
    }*/
    /*div.tytulKontener {
        padding: 40px 0 300px 20px;
    }*/

    div.startExampleBox {
        padding: 1rem 1rem;
    }
    section#startSection div.borderLeft {
        border-left: 0;
    }
    div.wesubGradientBorderContainer {
        right: 0;
        width: 33%;
    }
    div.wesubGradientBorderContainerB2C {
        right: 0;
        width: 42%;
    }
    table.subscriptionTable {
        font-size: 0.85rem;
    }
    table.subscriptionTable th {
        padding: 0.5rem 0.5rem;
    }
    table.subscriptionTable td {
        padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    }
    table.subscriptionTable h5 {
        font-size: 90%;
    }
    table.subscriptionTable img {
        max-width: 90%;
    }
    div.subscriptionBox div.borderLeft {
        border-left: inherit;
    }
    div.subscriptionBox img {
        width: 40%;
        margin-bottom: 0 !important;
    }
    div.subscriptionBox h2 {
        font-size: 1.3rem;
    }

    a.productBox p {
        min-height: 40px;
    }
    div.productLinkBox {
        margin-left: 2%;
        margin-right: 2%;
        width: inherit;
    }
    div.productTitleContainer span.greenDot {
        width: 20px;
        height: 20px;
    }
    div.productTitleContainer span.greenDotAnime1 {
        transform-origin: 10px 10px;
    }
    div.productTitleContainer span.greenDotAnime2 {
        transform-origin: 11px 11px;
    }
    div.productTitleContainer span.greenDotAnime3 {
        transform-origin: 8px 8px;
    }
    div.productTitleContainer span.greenDotAnime1,
    div.productTitleContainer span.greenDotAnime2,
    div.productTitleContainer span.greenDotAnime3 {
        /*transform-origin: inherit;*/
        /*animation: greenDotAnime1 1s ease-in-out infinite alternate;*/
        /*animation: none;*/
    }
    img.jakSprawdzicDesktop {
        display: none !important;
    }
    img.jakSprawdzicMobile {
        display: block !important;
    }
    a.productBox,
    div.benefitsBox {
        margin-left: 2%;
        margin-right: 2%;
        width: 46%;
    }
    div.stepRentpayContener {
        border-radius: var(--radius10);
        border: 2px solid var(--rentpayColor2);
    }
    table.faqTable {
        font-size: 0.9rem;
    }
    table.faqTable th {
        white-space: inherit;
    }
    table.faqTable tr.lineSeparator,
    table.faqTable th.lineSeparator {
        height: 0.75rem;
        width: 0.75rem;
    }
    table.faqTable > :not(caption) > tr > :nth-child(even) {
        padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    }

}

/* */