@media (min-width:320px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
        /* Płynne przewijanie */
    }

    body {
        /* font-family: Arial, sans-serif; */
        font-family: 'Open Sans', sans-serif;
        /* font-family: Open-Sans; */
    }

    .main-container {
        width: 100%;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgba(255, 255, 255, 1);
        padding: 0px 10px;
        z-index: 1000;
    }

    .header .logo {
        font-size: 11px;
        font-weight: bold;
    }

    .header .logo img {
        height: 45px;
        /* Ustaw wysokość logo */
    }

    .header .menu {
        display: flex;
        justify-content: center;
        /* Wyśrodkowanie linków w poziomie */
        /* gap: 5px; */
        flex: 1;
        /* Dodanie elastyczności, aby menu zajmowało dostępne miejsce */
    }

    .header .menu a {
        text-decoration: none;
        color: #333;
        /* font-weight: bold; */
        font-size: 10px;
        padding: 5px;
        border-radius: 5px;
        /* Dodanie zaokrąglenia */
        transition: background-color 0.3s ease;
        text-align: center;
        /* Płynne przejście koloru */
    }

    .header .menu a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        /* Kolor tła przy najechaniu */
    }

    .header .menu a.active {
        background-color: #67aaea;
        /* Kolor tła dla aktywnej opcji */
        color: white;
        /* Kolor tekstu dla aktywnej opcji */
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url('/img/main-banner-clr.jpg') no-repeat center center/cover;
    }

    .hero-section hr {
        width: 100% !important;
    }

    /* .hero-overlay {
            position: absolute;
            top: 0;
            left: 15%;
            width: 30%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        } */

    .hero-overlay {
        position: absolute;
        top: 14%;
        left: 15%;
        width: 30%;
        height: 80%;
        background: linear-gradient(to right, rgba(128, 128, 128, 0.5), rgba(0, 123, 255, 0.5));
        /* Gradient z lewej do prawej */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        align-items: flex-start;
        padding: 10px;
    }



    .hero-overlay h1 {
        margin-bottom: 10px;
        font-size: 13px;
        text-align: left;
    }

    .hero-overlay p {
        font-size: 11px;
        text-align: left;
    }

    .info-section {
        background-color: white;
        /* padding: 20px 20px; */
        text-align: center;
        margin: 0 5%;
    }

    .info-title {
        font-size: 18px;
        margin-bottom: 15px;
        color: #333;
    }

    .info-columns {
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .info-column {
        flex: 1;
        max-width: 45%;
        /* Każda kolumna zajmuje maksymalnie 30% szerokości */
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .info-icon {
        width: 70px;
        /* Ustaw szerokość ikony */
        height: 70px;
        /* Ustaw wysokość ikony */
        margin-bottom: 15px;
    }

    .info-column h2 {
        font-size: 12px;
        margin-bottom: 10px;
        color: black;
    }

    .info-column h4 {
        font-size: 13px;
        margin-bottom: 30px;
        color: black
    }

    .info-column p {
        font-size: 10px;
        color: #666;
        line-height: 1.3;
    }

    .two-column-section {
        display: flex;
        flex-direction: column;
        margin: 0 10%;
        background-color: white;
        padding: 40px 20px;
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .left-column,
    .right-column {
        flex: 1;
        max-width: 100%;
        /* Każda kolumna zajmuje maksymalnie 45% szerokości */
        box-sizing: border-box;
    }

    .left-column h2 {
        font-size: 14px;
        margin-bottom: 15px;
        color: black
    }

    .left-column p {
        font-size: 12px;
        margin-bottom: 20px;
        color: #333;
    }

    .more-button {
        padding: 10px 20px;
        background-color: white;
        color: black;
        border: 2px solid #007BFF;
        border-radius: 20px;
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }

    .more-button-b2b {
        margin: 20px;
    }

    .more-button:hover {
        background-color: #67aaea;
        color: white;
    }

    .right-column p {
        font-size: 12px;
        margin-bottom: 15px;
        color: #555;
        line-height: 1.3;
    }



    .layered-section {
        background-color: rgb(237, 242, 252);
        /* Błękitne tło */
        height: 600px;
        /* Wysokość sekcji */
        position: relative;
        overflow: hidden;
        /* Ukrywa elementy wychodzące poza sekcję */
    }

    .background-layer {
        position: relative;
        height: 100%;
        /* Dopasowanie wysokości do sekcji nadrzędnej */
        text-align: center;
        /* Wyśrodkowanie tekstu */
    }

    .background-layer h2 {
        font-size: 20px;
        color: black;
        margin: 0;
        /* line-height: 100px; */
        /* Wyśrodkowanie w pionie */
    }

    .background-image {
        position: absolute;
        /* Pozycjonowanie obrazu */
        bottom: 50;
        /* Przylega do dolnej krawędzi */
        right: 0;
        /* Przylega do prawej krawędzi */
        width: 80%;
        /* Szerokość obrazu */
        height: 60%;
        /* Wysokość obrazu */
        object-fit: cover;
        /* Dopasowanie obrazu */
    }

    .foreground-layer {
        position: absolute;
        bottom: 20px;
        /* Przylega do dolnej krawędzi */
        left: 80px;
        /* Odstęp od lewej krawędzi */
        background-color: white;
        padding: 10px;
        width: 60%;
        height: 75%;
        /* Szerokość sekcji */
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
        z-index: 2;
        /* Wyższy z-index, aby nachodziła na obraz */
    }

    .foreground-layer h2 {
        font-size: 12px;
        color: black;
        line-height: 1;
        /* Kolor tekstu */
    }

    .foreground-layer p {
        font-size: 11px;
        color: black;
        line-height: 1.5;
        /* Kolor tekstu */
    }

    .foreground-layer h2,
    .foreground-layer p {
        margin: 10px;
        /* Odstępy między elementami */
        color: #333;
        /* Kolor tekstu */
    }

    .foreground-layer h2 {
        font-size: 13px;
        color: black;
        text-align: center;
        /* Kolor tekstu */
    }

    #b2b,
    #home,
    #cooperation {
        position: relative;
    }

    #b2b:before,
    #home:before,
    #cooperation:before {
        content: '';
        display: block;
        height: 40px;
        /* Wysokość odstępu */
        margin-top: 0px;
        /* Przesunięcie sekcji w górę */
    }


    .icons-section {
        background-color: #f9f9f9;
        /* Jasne tło */
        padding: 10px;
        text-align: center;
    }

    .icons-section h2 {
        font-size: 20px;
        color: black;
        margin-bottom: 20px;
    }

    .icons-container {
        display: grid;
        grid-template-columns: repeat(2, 70px);
        /* 4 kolumny o szerokości 200px */
        justify-content: center;
        /* Wyśrodkowanie całej siatki */
        gap: 45px;
        /* Odstępy między boxami */
        margin: 5px;
    }

    .icon {
        width: 80px;
        /* Szerokość boxa */
        height: 80px;
        /* Wysokość boxa */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        /* Zaokrąglenie rogów */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
    }

    .icon img {
        max-width: 80%;
        /* Dopasowanie obrazu do kontenera */
        max-height: 80%;
    }




    .contact-section {
        height: 100vh;
        position: relative;
        background: url('/img/baner-formularz.jpg') no-repeat center center/cover;
        /* Obraz w tle */
        padding: 0 20px;
        /* Usuń górny i dolny padding */
        color: white;
        text-align: center;
        display: flex;
        /* Użycie Flexbox */
        flex-direction: column;
        /* Ustawienie elementów w kolumnie */
        justify-content: center;
        /* Wyśrodkowanie w pionie */
        align-items: center;
        /* Wyśrodkowanie w poziomie */
    }

    .contact-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .contact-form {
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        padding: 10px;
        border-radius: 15px;
        min-width: 250px;
        max-width: 320px;
        margin: 0 auto;
        color: #333;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 15px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 15px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        color: #333;
        /* Kolor tekstu */
    }

    textarea {
        resize: none;
        background-color: rgba(255, 255, 255, 0.5);
    }

    button {
        padding: 10px 20px;
        background-color: #67aaea;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #67aaea;
    }



    .footer {
        background-color: #fff;
        /* Białe tło */
        padding: 40px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* justify-content: space-between; */
        align-items: flex-start;
        gap: 20px;
    }

    .footer-left {

        width: 100%;
        /* Lewa strona zajmuje 60% szerokości */
        padding-left: 10%;
        /* Odsunięcie od lewej krawędzi */
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 75px !important;
    }

    .footer-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer-row a {
        text-decoration: none;
        color: grey;
        /* Kolor linków */
        font-weight: bold;
    }

    .footer a:hover {
        text-decoration: underline;
        color: rgb(56, 56, 56);
    }

    .footer-column {
        flex: 1;
    }

    .footer-column h3 {
        font-size: 12px;
        margin-bottom: 10px;
        color: black
    }

    .footer-column p {
        font-size: 12px;
        color: #333;
        line-height: 1.5;
    }

    .footer-contact {
        margin-top: 10px;
        font-size: 14px;
        color: #333;
        width: 100%;
        background-color: rgb(237, 242, 252);
        padding: 10px;
        border-radius: 15px;
    }


    .footer-right {
        margin-right: 0px;
        width: 100%;
        /* Prawa strona zajmuje 50% szerokości */
    }

    .footer-right iframe {
        width: 100%;
        /* Szerokość mapy */
        height: 300px;
        /* Wysokość mapy */
        border: none;
        /* Brak obramowania */
        border-radius: 10px;
        /* Zaokrąglenie rogów */
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
    }

    .footer-bottom p {
        font-size: 10px;
        color: #666;
    }

    .footer-bottom hr {
        margin: 10px 0;
        border: none;
        border-top: 1px solid #ccc;
    }
}

@media (min-width:480px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
        /* Płynne przewijanie */
    }

    body {
        /* font-family: Arial, sans-serif; */
        font-family: 'Open Sans', sans-serif;
        /* font-family: Open-Sans; */
    }

    .main-container {
        width: 100%;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgba(255, 255, 255, 1);
        padding: 0px 10px;
        z-index: 1000;
    }

    .header .logo {
        font-size: 11px;
        font-weight: bold;
    }

    .header .logo img {
        height: 75px;
        /* Ustaw wysokość logo */
    }

    .header .menu {
        display: flex;
        justify-content: center;
        /* Wyśrodkowanie linków w poziomie */
        /* gap: 5px; */
        flex: 1;
        /* Dodanie elastyczności, aby menu zajmowało dostępne miejsce */
    }

    .header .menu a {

        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 11px;
        padding: 5px;
        border-radius: 5px;
        /* Dodanie zaokrąglenia */
        transition: background-color 0.3s ease;
        /* Płynne przejście koloru */
    }

    .header .menu a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        /* Kolor tła przy najechaniu */
    }

    .header .menu a.active {
        background-color: #67aaea;
        /* Kolor tła dla aktywnej opcji */
        color: white;
        /* Kolor tekstu dla aktywnej opcji */
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url('/img/main-banner-clr.jpg') no-repeat center center/cover;
    }

    .hero-section hr {
        width: 100% !important;
    }

    /* .hero-overlay {
            position: absolute;
            top: 0;
            left: 15%;
            width: 30%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        } */

    .hero-overlay {
        position: absolute;
        top: 14%;
        left: 15%;
        width: 35%;
        height: 80%;
        background: linear-gradient(to right, rgba(128, 128, 128, 0.5), rgba(0, 123, 255, 0.5));
        /* Gradient z lewej do prawej */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        align-items: flex-start;
        padding: 10px;
    }

    #dystrybucja {
        font-size: 25px;
    }



    .hero-overlay h1 {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
    }

    .hero-overlay p {
        font-size: 13px;
        text-align: left;
    }

    .info-section {
        background-color: white;
        /* padding: 20px 20px; */
        text-align: center;
        margin: 0 5%;
    }

    .info-title {
        font-size: 20px;
        margin-bottom: 15px;
        color: #333;
    }

    .info-columns {
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .info-column {
        flex: 1;
        max-width: 30%;
        /* Każda kolumna zajmuje maksymalnie 30% szerokości */
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .info-icon {
        width: 90px;
        /* Ustaw szerokość ikony */
        height: 90px;
        /* Ustaw wysokość ikony */
        margin-bottom: 15px;
    }

    .info-column h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: black;
    }

    .info-column h4 {
        font-size: 18px;
        margin-bottom: 30px;
        color: black
    }

    .info-column p {
        font-size: 14px;
        color: #666;
        line-height: 1.3;
    }

    .two-column-section {
        display: flex;
        flex-direction: row;
        margin: 0 10%;
        background-color: white;
        padding: 40px 20px;
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .left-column,
    .right-column {
        flex: 1;
        max-width: 40%;
        /* Każda kolumna zajmuje maksymalnie 45% szerokości */
        box-sizing: border-box;
    }

    .left-column h2 {
        font-size: 20px;
        margin-bottom: 15px;
        color: black
    }

    .left-column p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #333;
    }

    .left-column p b {
        font-size: 16px !important;
    }

    .more-button {
        padding: 10px 20px;
        background-color: white;
        color: black;
        border: 2px solid #007BFF;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }

    .more-button-b2b {
        margin: 20px;
    }

    .more-button:hover {
        background-color: #67aaea;
        color: white;
    }

    .right-column p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #555;
        line-height: 1.3;
    }



    .layered-section {
        background-color: rgb(237, 242, 252);
        /* Błękitne tło */
        height: 600px;
        /* Wysokość sekcji */
        position: relative;
        overflow: hidden;
        /* Ukrywa elementy wychodzące poza sekcję */
    }

    .background-layer {
        position: relative;
        height: 100%;
        /* Dopasowanie wysokości do sekcji nadrzędnej */
        text-align: center;
        /* Wyśrodkowanie tekstu */
    }

    .background-layer h2 {
        font-size: 22px;
        color: black;
        margin: 0;
        line-height: 100px;
        /* Wyśrodkowanie w pionie */
    }

    .background-image {
        position: absolute;
        /* Pozycjonowanie obrazu */
        bottom: 50;
        /* Przylega do dolnej krawędzi */
        right: 0;
        /* Przylega do prawej krawędzi */
        width: 80%;
        /* Szerokość obrazu */
        height: 60%;
        /* Wysokość obrazu */
        object-fit: cover;
        /* Dopasowanie obrazu */
    }

    .foreground-layer {
        position: absolute;
        bottom: 20px;
        /* Przylega do dolnej krawędzi */
        left: 100px;
        /* Odstęp od lewej krawędzi */
        background-color: white;
        padding: 10px;
        width: 60%;
        height: 65%;
        /* Szerokość sekcji */
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
        z-index: 2;
        /* Wyższy z-index, aby nachodziła na obraz */
    }

    .foreground-layer h2 {
        font-size: 18px;
        color: black;
        line-height: 1;
        /* Kolor tekstu */
    }

    .foreground-layer p {
        font-size: 12px;
        color: black;
        line-height: 1.3;
        /* Kolor tekstu */
    }

    .foreground-layer h2,
    .foreground-layer p {
        margin: 20px;
        /* Odstępy między elementami */
        color: #333;
        /* Kolor tekstu */
    }

    .foreground-layer h2 {
        font-size: 20px;
        color: black;
        /* Kolor tekstu */
    }

    #b2b,
    #home,
    #cooperation {
        position: relative;
    }

    #b2b:before,
    #home:before,
    #cooperation:before {
        content: '';
        display: block;
        height: 40px;
        /* Wysokość odstępu */
        margin-top: 0px;
        /* Przesunięcie sekcji w górę */
    }


    .icons-section {
        background-color: #f9f9f9;
        /* Jasne tło */
        padding: 10px;
        text-align: center;
    }

    .icons-section h2 {
        font-size: 20px;
        color: black;
        margin-bottom: 20px;
    }

    .icons-container {
        display: grid;
        grid-template-columns: repeat(4, 100px);
        /* 4 kolumny o szerokości 200px */
        justify-content: center;
        /* Wyśrodkowanie całej siatki */
        gap: 5px;
        /* Odstępy między boxami */
        margin: 5px;
    }

    .icon {
        width: 80px;
        /* Szerokość boxa */
        height: 80px;
        /* Wysokość boxa */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        /* Zaokrąglenie rogów */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
    }

    .icon img {
        max-width: 80%;
        /* Dopasowanie obrazu do kontenera */
        max-height: 80%;
    }




    .contact-section {
        height: 100vh;
        position: relative;
        background: url('/img/baner-formularz.jpg') no-repeat center center/cover;
        /* Obraz w tle */
        padding: 0 20px;
        /* Usuń górny i dolny padding */
        color: white;
        text-align: center;
        display: flex;
        /* Użycie Flexbox */
        flex-direction: column;
        /* Ustawienie elementów w kolumnie */
        justify-content: center;
        /* Wyśrodkowanie w pionie */
        align-items: center;
        /* Wyśrodkowanie w poziomie */
    }

    .contact-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .contact-form {
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        padding: 10px;
        border-radius: 15px;
        min-width: 320px;
        max-width: 470px;
        margin: 0 auto;
        color: #333;
    }

    .form-row {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 15px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 15px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        color: #333;
        /* Kolor tekstu */
    }

    textarea {
        resize: none;
        background-color: rgba(255, 255, 255, 0.5);
    }

    button {
        padding: 10px 20px;
        background-color: #67aaea;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #67aaea;
    }



    .footer {
        background-color: #fff;
        /* Białe tło */
        padding: 40px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-left {
        width: 60%;
        /* Lewa strona zajmuje 60% szerokości */
        padding-left: 10%;
        /* Odsunięcie od lewej krawędzi */
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 75px !important;
    }

    .footer-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer-row a {
        text-decoration: none;
        color: grey;
        /* Kolor linków */
        font-weight: bold;
    }

    .footer a:hover {
        text-decoration: underline;
        color: rgb(56, 56, 56);
    }

    .footer-column {
        flex: 1;
    }

    .footer-column h3 {
        font-size: 12px;
        margin-bottom: 10px;
        color: black
    }

    .footer-column p {
        font-size: 12px;
        color: #333;
        line-height: 1.5;
    }

    .footer-contact {
        margin-top: 10px;
        font-size: 14px;
        color: #333;
        width: 160%;
        background-color: rgb(237, 242, 252);
        padding: 10px;
        border-radius: 15px;
    }


    .footer-right {
        margin-right: 0px;
        width: 50%;
        /* Prawa strona zajmuje 50% szerokości */
    }

    .footer-right iframe {
        width: 400px;
        /* Szerokość mapy */
        height: 300px;

        /* Wysokość mapy */
        border: none;
        /* Brak obramowania */
        border-radius: 10px;
        /* Zaokrąglenie rogów */
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
    }

    .footer-bottom p {
        font-size: 10px;
        color: #666;
    }

    .footer-bottom hr {
        margin: 10px 0;
        border: none;
        border-top: 1px solid #ccc;
    }
}


@media (min-width:620px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
        /* Płynne przewijanie */
    }

    body {
        /* font-family: Arial, sans-serif; */
        font-family: 'Open Sans', sans-serif;
        /* font-family: Open-Sans; */
    }

    .main-container {
        width: 100%;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgba(255, 255, 255, 1);
        padding: 0px 20px;
        z-index: 1000;
    }

    .header .logo {
        font-size: 24px;
        font-weight: bold;
    }

    .header .logo img {
        height: 75px;
        /* Ustaw wysokość logo */
    }

    .header .menu {
        display: flex;
        justify-content: center;
        /* Wyśrodkowanie linków w poziomie */
        /* gap: 5px; */
        flex: 1;
        /* Dodanie elastyczności, aby menu zajmowało dostępne miejsce */
    }

    .header .menu a {
        text-decoration: none;
        color: #333;
        /* font-weight: bold; */
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
        /* Dodanie zaokrąglenia */
        transition: background-color 0.3s ease;
        /* Płynne przejście koloru */
    }

    .header .menu a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        /* Kolor tła przy najechaniu */
    }

    .header .menu a.active {
        background-color: #67aaea;
        /* Kolor tła dla aktywnej opcji */
        color: white;
        /* Kolor tekstu dla aktywnej opcji */
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url('/img/main-banner-clr.jpg') no-repeat center center/cover;
    }

    .hero-section hr {
        width: 100% !important;
    }

    /* .hero-overlay {
            position: absolute;
            top: 0;
            left: 15%;
            width: 30%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        } */

    .hero-overlay {
        position: absolute;
        top: 14%;
        left: 15%;
        width: 40%;
        height: 80%;
        background: linear-gradient(to right, rgba(128, 128, 128, 0.5), rgba(0, 123, 255, 0.5));
        /* Gradient z lewej do prawej */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        align-items: flex-start;
        padding: 20px;
    }

    #dystrybucja {
        font-size: 30px;
    }



    .hero-overlay h1 {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: left;
    }

    .hero-overlay p {
        font-size: 14px;
        text-align: left;
    }

    .info-section {
        background-color: white;
        /* padding: 20px 20px; */
        text-align: center;
        margin: 0 5%;
    }

    .info-title {
        font-size: 30px;
        margin-bottom: 30px;
        color: #333;
    }

    .info-columns {
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .info-column {
        flex: 1;
        max-width: 30%;
        /* Każda kolumna zajmuje maksymalnie 30% szerokości */
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .info-icon {
        width: 100px;
        /* Ustaw szerokość ikony */
        height: 100px;
        /* Ustaw wysokość ikony */
        margin-bottom: 15px;
    }

    .info-column h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: black;
    }

    .info-column h4 {
        font-size: 18px;
        margin-bottom: 30px;
        color: black
    }

    .info-column p {
        font-size: 14px;
        color: #666;
        line-height: 1.3;
    }

    .two-column-section {
        margin: 0 10%;
        background-color: white;
        padding: 40px 20px;
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .left-column,
    .right-column {
        flex: 1;
        max-width: 40%;
        /* Każda kolumna zajmuje maksymalnie 45% szerokości */
        box-sizing: border-box;
    }

    .left-column h2 {
        font-size: 30px;
        margin-bottom: 15px;
        color: black;
        text-align: center;
    }

    .left-column p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #333;
    }

    .more-button {
        padding: 10px 20px;
        background-color: white;
        color: black;
        border: 2px solid #007BFF;
        border-radius: 20px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }

    .more-button-b2b {
        margin: 20px;
    }

    .more-button:hover {
        background-color: #67aaea;
        color: white;
    }

    .right-column p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #555;
        line-height: 1.3;
    }



    .layered-section {
        background-color: rgb(237, 242, 252);
        /* Błękitne tło */
        height: 600px;
        /* Wysokość sekcji */
        position: relative;
        overflow: hidden;
        /* Ukrywa elementy wychodzące poza sekcję */
    }

    .background-layer {
        position: relative;
        height: 100%;
        /* Dopasowanie wysokości do sekcji nadrzędnej */
        text-align: center;
        /* Wyśrodkowanie tekstu */
    }

    .background-layer h2 {
        font-size: 25px;
        color: black;
        margin: 0;
        line-height: 100px;
        /* Wyśrodkowanie w pionie */
    }

    .background-image {
        position: absolute;
        /* Pozycjonowanie obrazu */
        bottom: 50;
        /* Przylega do dolnej krawędzi */
        right: 0;
        /* Przylega do prawej krawędzi */
        width: 80%;
        /* Szerokość obrazu */
        height: 60%;
        /* Wysokość obrazu */
        object-fit: cover;
        /* Dopasowanie obrazu */
    }

    .foreground-layer {
        position: absolute;
        bottom: 20px;
        /* Przylega do dolnej krawędzi */
        left: 100px;
        /* Odstęp od lewej krawędzi */
        background-color: white;
        padding: 10px;
        width: 60%;
        height: 60%;
        /* Szerokość sekcji */
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
        z-index: 2;
        /* Wyższy z-index, aby nachodziła na obraz */
    }

    .foreground-layer h2 {
        font-size: 25px;
        color: black;
        line-height: 1;
        margin: 5px;
        /* Kolor tekstu */
    }

    .foreground-layer p {
        font-size: 13px;
        color: black;
        line-height: 1.5;
        /* Kolor tekstu */
    }

    .foreground-layer h2,
    .foreground-layer p {
        margin: 20px;
        /* Odstępy między elementami */
        color: #333;
        /* Kolor tekstu */
    }

    .foreground-layer h2 {
        font-size: 25px;
        color: black;
        /* Kolor tekstu */
    }

    #b2b,
    #home,
    #cooperation {
        position: relative;
    }

    #b2b:before,
    #home:before,
    #cooperation:before {
        content: '';
        display: block;
        height: 40px;
        /* Wysokość odstępu */
        margin-top: 0px;
        /* Przesunięcie sekcji w górę */
    }


    .icons-section {
        background-color: #f9f9f9;
        /* Jasne tło */
        padding: 20px;
        text-align: center;
    }

    .icons-section h2 {
        font-size: 20px;
        color: black;
        margin-bottom: 20px;
    }

    .icons-container {
        display: grid;
        grid-template-columns: repeat(4, 120px);
        /* 4 kolumny o szerokości 200px */
        justify-content: center;
        /* Wyśrodkowanie całej siatki */
        gap: 5px;
        /* Odstępy między boxami */
        margin: 10px;
    }

    .icon {
        width: 110px;
        /* Szerokość boxa */
        height: 110px;
        /* Wysokość boxa */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        /* Zaokrąglenie rogów */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
    }

    .icon img {
        max-width: 80%;
        /* Dopasowanie obrazu do kontenera */
        max-height: 80%;
    }




    .contact-section {
        height: 100vh;
        position: relative;
        background: url('/img/baner-formularz.jpg') no-repeat center center/cover;
        /* Obraz w tle */
        padding: 0 20px;
        /* Usuń górny i dolny padding */
        color: white;
        text-align: center;
        display: flex;
        /* Użycie Flexbox */
        flex-direction: column;
        /* Ustawienie elementów w kolumnie */
        justify-content: center;
        /* Wyśrodkowanie w pionie */
        align-items: center;
        /* Wyśrodkowanie w poziomie */
    }

    .contact-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .contact-form {
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        padding: 20px;
        border-radius: 15px;
        min-width: 600px;
        max-width: 800px;
        margin: 0 auto;
        color: #333;
    }

    .form-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 15px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 15px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        color: #333;
        /* Kolor tekstu */
    }

    textarea {
        resize: none;
        background-color: rgba(255, 255, 255, 0.5);
    }

    button {
        padding: 10px 20px;
        background-color: #67aaea;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #67aaea;
    }



    .footer {
        background-color: #fff;
        /* Białe tło */
        padding: 40px 20px;
        width: 80%;
        box-sizing: border-box;
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-left {
        width: 60%;
        /* Lewa strona zajmuje 60% szerokości */
        padding-left: 10%;
        /* Odsunięcie od lewej krawędzi */
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 75px !important;
    }

    .footer-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer-row a {
        text-decoration: none;
        color: grey;
        /* Kolor linków */
        font-weight: bold;
    }

    .footer a:hover {
        text-decoration: underline;
        color: rgb(56, 56, 56);
    }

    .footer-column {
        flex: 1;
    }

    .footer-column h3 {
        font-size: 12px;
        margin-bottom: 10px;
        color: black
    }

    .footer-column p {
        font-size: 12px;
        color: #333;
        line-height: 1.5;
    }

    .footer-contact {
        margin-top: 10px;
        font-size: 14px;
        color: #333;
        width: 300px;
        background-color: rgb(237, 242, 252);
        padding: 10px;
        border-radius: 15px;
    }


    .footer-right {
        margin-right: 0px;
        width: 100%;
        /* Prawa strona zajmuje 50% szerokości */
    }

    .footer-right iframe {
        width: 100%;
        /* Szerokość mapy */
        height: 300px;
        /* Wysokość mapy */
        border: none;
        /* Brak obramowania */
        border-radius: 10px;
        /* Zaokrąglenie rogów */
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
    }

    .footer-bottom p {
        font-size: 10px;
        color: #666;
    }

    .footer-bottom hr {
        margin: 10px 0;
        border: none;
        border-top: 1px solid #ccc;
    }
}

@media (min-width:768px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
        /* Płynne przewijanie */
    }

    body {
        /* font-family: Arial, sans-serif; */
        font-family: 'Open Sans', sans-serif;
        /* font-family: Open-Sans; */
    }

    .main-container {
        width: 100%;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgba(255, 255, 255, 1);
        padding: 0px 20px;
        z-index: 1000;
    }

    .header .logo {
        font-size: 24px;
        font-weight: bold;
    }

    .header .logo img {
        height: 75px;
        /* Ustaw wysokość logo */
    }

    .header .menu {
        display: flex;
        justify-content: center;
        /* Wyśrodkowanie linków w poziomie */
        gap: 5px;
        flex: 1;
        /* Dodanie elastyczności, aby menu zajmowało dostępne miejsce */
    }

    .header .menu a {
        text-decoration: none;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 5px;
        /* Dodanie zaokrąglenia */
        transition: background-color 0.3s ease;
        /* Płynne przejście koloru */
    }

    .header .menu a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        /* Kolor tła przy najechaniu */
    }

    .header .menu a.active {
        background-color: #67aaea;
        /* Kolor tła dla aktywnej opcji */
        color: white;
        /* Kolor tekstu dla aktywnej opcji */
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url('/img/main-banner-clr.jpg') no-repeat center center/cover;
    }

    .hero-section hr {
        width: 100% !important;
    }

    #dystrybucja {
        font-size: 30px;
    }

    /* .hero-overlay {
            position: absolute;
            top: 0;
            left: 15%;
            width: 30%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        } */

    .hero-overlay {
        position: absolute;
        top: 12%;
        left: 15%;
        width: 30%;
        height: 80%;
        background: linear-gradient(to right, rgba(128, 128, 128, 0.5), rgba(0, 123, 255, 0.5));
        /* Gradient z lewej do prawej */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        align-items: flex-start;
        padding: 20px;
        line-height: 1.1;

    }



    .hero-overlay h1 {
        margin-bottom: 10px;
        font-size: 25px;
        text-align: left;
    }

    .hero-overlay p {
        font-size: 14px;
        text-align: left;
    }

    .info-section {
        background-color: white;
        /* padding: 20px 20px; */
        text-align: center;
        margin: 0 5%;
    }

    .info-title {
        font-size: 30px;
        margin-bottom: 30px;
        color: #333;
    }

    .info-columns {
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .info-column {
        flex: 1;
        max-width: 30%;
        /* Każda kolumna zajmuje maksymalnie 30% szerokości */
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .info-column h2 {
        font-family: "Inter", sans-serif;
        font-weight: bold;
    }

    .info-icon {
        width: 90px;
        /* Ustaw szerokość ikony */
        height: 90px;
        /* Ustaw wysokość ikony */
        margin-bottom: 15px;
    }

    .info-column h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: black;
    }

    .info-column h4 {
        font-size: 18px;
        margin-bottom: 30px;
        color: black
    }

    .info-column p {
        font-size: 14px;
        color: #666;
        line-height: 1.3;
    }

    .two-column-section {
        margin: 0 10%;
        background-color: white;
        padding: 40px 20px;
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .left-column,
    .right-column {
        flex: 1;
        max-width: 40%;
        /* Każda kolumna zajmuje maksymalnie 45% szerokości */
        box-sizing: border-box;
    }

    .left-column h2 {
        font-size: 30px;
        margin-bottom: 15px;
        color: black
    }

    .left-column p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #333;
    }

    .more-button {
        padding: 10px 20px;
        background-color: white;
        color: black;
        border: 2px solid #007BFF;
        border-radius: 20px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }

    .more-button-b2b {
        margin: 20px;
    }

    .more-button:hover {
        background-color: #67aaea;
        color: white;
    }

    .right-column p {
        font-size: 14px;
        margin-bottom: 15px;
        color: #555;
        line-height: 1.3;
    }



    .layered-section {
        background-color: rgb(237, 242, 252);
        /* Błękitne tło */
        height: 65vh;
        /* Wysokość sekcji */
        position: relative;
        overflow: hidden;
        /* Ukrywa elementy wychodzące poza sekcję */
    }

    .background-layer {
        position: relative;
        height: 100%;
        /* Dopasowanie wysokości do sekcji nadrzędnej */
        text-align: center;
        /* Wyśrodkowanie tekstu */
    }

    .background-layer h2 {
        font-size: 30px;
        color: black;
        margin: 0;
        line-height: 100px;
        /* Wyśrodkowanie w pionie */
    }

    .background-image {
        position: absolute;
        /* Pozycjonowanie obrazu */
        bottom: 0;
        /* Przylega do dolnej krawędzi */
        right: 0;
        /* Przylega do prawej krawędzi */
        width: 80%;
        /* Szerokość obrazu */
        height: 80%;
        /* Wysokość obrazu */
        object-fit: cover;
        /* Dopasowanie obrazu */
    }

    .foreground-layer {
        position: absolute;
        bottom: 10px;
        /* Przylega do dolnej krawędzi */
        left: 100px;
        /* Odstęp od lewej krawędzi */
        background-color: white;
        padding: 10px;
        width: 60%;
        height: 45%;
        /* Szerokość sekcji */
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
        z-index: 2;
        /* Wyższy z-index, aby nachodziła na obraz */
    }

    .foreground-layer h2 {
        font-size: 28px;
        color: black;
        line-height: 1;
        /* Kolor tekstu */
    }

    .foreground-layer p {
        font-size: 11px;
        color: black;
        line-height: 1.5;
        /* Kolor tekstu */
    }

    .foreground-layer h2,
    .foreground-layer p {
        margin: 10px;
        /* Odstępy między elementami */
        color: #333;
        /* Kolor tekstu */
    }

    .foreground-layer h2 {
        font-size: 25px;
        color: black;
        /* Kolor tekstu */
    }

    #b2b,
    #home,
    #cooperation {
        position: relative;
    }

    #b2b:before,
    #home:before,
    #cooperation:before {
        content: '';
        display: block;
        height: 40px;
        /* Wysokość odstępu */
        margin-top: 0px;
        /* Przesunięcie sekcji w górę */
    }


    .icons-section {
        background-color: #f9f9f9;
        /* Jasne tło */
        padding: 40px 20px;
        text-align: center;
    }

    .icons-section h2 {
        font-size: 28px;
        color: black;
        margin-bottom: 20px;
    }

    .icons-container {
        display: grid;
        grid-template-columns: repeat(4, 150px);
        /* 4 kolumny o szerokości 200px */
        justify-content: center;
        /* Wyśrodkowanie całej siatki */
        gap: 20px;
        /* Odstępy między boxami */
        margin: 10px;
    }

    .icon {
        width: 140px;
        /* Szerokość boxa */
        height: 140px;
        /* Wysokość boxa */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        /* Zaokrąglenie rogów */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
    }

    .icon img {
        max-width: 80%;
        /* Dopasowanie obrazu do kontenera */
        max-height: 80%;
    }




    .contact-section {
        height: 100vh;
        ;
        position: relative;
        background: url('/img/baner-formularz.jpg') no-repeat center center/cover;
        /* Obraz w tle */
        padding: 0 20px;
        /* Usuń górny i dolny padding */
        color: white;
        text-align: center;
        display: flex;
        /* Użycie Flexbox */
        flex-direction: column;
        /* Ustawienie elementów w kolumnie */
        justify-content: center;
        /* Wyśrodkowanie w pionie */
        align-items: center;
        /* Wyśrodkowanie w poziomie */
    }

    .contact-section h2 {
        font-size: 30px;
        margin-bottom: 20px;
        color: #fff;
    }

    .contact-form {
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        padding: 20px;
        border-radius: 15px;
        min-width: 600px;
        max-width: 800px;
        margin: 0 auto;
        color: #333;
    }

    .form-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 15px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 15px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        color: #333;
        /* Kolor tekstu */
    }

    textarea {
        resize: none;
        background-color: rgba(255, 255, 255, 0.5);
    }

    button {
        padding: 10px 20px;
        background-color: #67aaea;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #67aaea;
    }



    .footer {
        background-color: #fff;
        /* Białe tło */
        padding: 40px 20px;
        width: 80%;
        box-sizing: border-box;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
        ;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-left {
        width: 60%;
        /* Lewa strona zajmuje 60% szerokości */
        padding-left: 10%;
        /* Odsunięcie od lewej krawędzi */
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 75px !important;
    }

    .footer-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer-row a {
        text-decoration: none;
        color: grey;
        /* Kolor linków */
        font-weight: bold;
    }

    .footer a:hover {
        text-decoration: underline;
        color: rgb(56, 56, 56);
    }

    .footer-column {
        flex: 1;
    }

    .footer-column h3 {
        font-size: 12px;
        margin-bottom: 10px;
        color: black
    }

    .footer-column p {
        font-size: 12px;
        color: #333;
        line-height: 1.5;
    }

    .footer-contact {
        margin-top: 10px;
        font-size: 14px;
        color: #333;
        width: 300px;
        background-color: rgb(237, 242, 252);
        padding: 10px;
        border-radius: 15px;
    }


    .footer-right {
        margin-right: 0px;
        width: 50%;
        /* Prawa strona zajmuje 50% szerokości */
    }

    .footer-right iframe {
        width: 100%;
        /* Szerokość mapy */
        height: 300px;
        /* Wysokość mapy */
        border: none;
        /* Brak obramowania */
        border-radius: 10px;
        /* Zaokrąglenie rogów */
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
    }

    .footer-bottom p {
        font-size: 10px;
        color: #666;
    }

    .footer-bottom hr {
        margin: 10px 0;
        border: none;
        border-top: 1px solid #ccc;
    }
}

@media (min-width: 1024px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
        /* Płynne przewijanie */
    }

    body {
        /* font-family: Arial, sans-serif; */
        font-family: 'Open Sans', sans-serif;
        /* font-family: Open-Sans; */
    }

    .main-container {
        width: 100%;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgba(255, 255, 255, 1);
        padding: 0px 20px;
        z-index: 1000;
    }

    .header .logo {
        font-size: 24px;
        font-weight: bold;
    }

    .header .logo img {
        height: 75px;
        /* Ustaw wysokość logo */
    }

    .header .menu {
        display: flex;
        justify-content: center;
        /* Wyśrodkowanie linków w poziomie */
        gap: 35px;
        flex: 1;
        /* Dodanie elastyczności, aby menu zajmowało dostępne miejsce */
    }

    .header .menu a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 18px;
        padding: 5px 10px;
        border-radius: 5px;

        /* Dodanie zaokrąglenia */
        transition: background-color 0.3s ease;
        /* Płynne przejście koloru */
    }

    .header .menu a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        /* Kolor tła przy najechaniu */
    }

    .header .menu a.active {
        background-color: #67aaea;
        /* Kolor tła dla aktywnej opcji */
        color: white;
        /* Kolor tekstu dla aktywnej opcji */
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url('/img/main-banner-clr.jpg') no-repeat center center/cover;
    }

    /* .hero-overlay {
            position: absolute;
            top: 0;
            left: 15%;
            width: 30%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        } */

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 15%;
        width: 40%;
        height: 100%;
        background: linear-gradient(to right, rgba(128, 128, 128, 0.5), rgba(0, 123, 255, 0.5));
        /* Gradient z lewej do prawej */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        align-items: flex-start;
        padding: 20px;
    }

    #dystrybucja {
        font-size: 60px;
    }



    .hero-overlay h1 {
        margin-bottom: 10px;
        font-size: 50px;
        text-align: left;
    }

    .hero-overlay p {
        font-size: 18px;
        text-align: left;
    }

    .info-section {
        background-color: white;
        padding: 40px 20px;
        text-align: center;
        margin: 5% 10%;
        /* height: 100vh; */
    }

    .info-title {
        font-size: 45px;
        margin-bottom: 30px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
    }

    .info-columns {
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        /* Zapewnia responsywność */
    }

    .info-column {
        flex: 1;
        max-width: 30%;
        /* Każda kolumna zajmuje maksymalnie 30% szerokości */
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .info-column h2 .background-layer h2 {
        font-family: "Inter", sans-serif;
        font-weight: bold;
    }

    .info-column h4 {
        font-family: "Inter", sans-serif;
        font-weight: semi-bold;
        font-size: 20px;
    }

    .info-icon {
        width: 150px;
        /* Ustaw szerokość ikony */
        height: 150px;
        /* Ustaw wysokość ikony */
        margin-bottom: 30px;
    }

    .info-column h2 {
        font-size: 65px;
        margin-bottom: 10px;
        color: black;

    }

    .info-column h4 {
        /* font-size: 18px; */
        margin-bottom: 30px;
        color: black;
        font-family: "Inter", sans-serif;
        font-weight: semi-bold;
        font-size: 24px;
    }

    .info-column p {
        font-size: 16px;
        color: #666;
        line-height: 1.5;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
    }

    .two-column-section {
        margin: 0 10%;
        background-color: white;
        padding: 40px 20px;
        display: flex;
        justify-content: space-between;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 50px;
        /* Zapewnia responsywność */
    }

    .left-column,
    .right-column {
        flex: 1;
        max-width: 40%;
        /* Każda kolumna zajmuje maksymalnie 45% szerokości */
        box-sizing: border-box;
    }

    .left-column h2 {
        font-size: 50px;
        margin-bottom: 15px;
        color: black
    }

    .left-column p {
        font-size: 16px;
        margin-bottom: 20px;
        color: #333;
    }

    /* .left-column div {
        margin-top: -100px;
    } */

    .more-button {
        padding: 10px 20px;
        background-color: white;
        color: black;
        border: 2px solid #007BFF;
        border-radius: 20px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }

    .more-button-b2b {
        margin: 20px;
    }

    .more-button:hover {
        background-color: #67aaea;
        color: white;
    }

    .right-column p {
        font-size: 16px;
        margin-bottom: 15px;
        color: #555;
        line-height: 1.5;
    }



    .layered-section {
        background-color: rgb(237, 242, 252);
        /* Błękitne tło */
        height: 900px;
        /* Wysokość sekcji */
        position: relative;
        overflow: hidden;
        /* Ukrywa elementy wychodzące poza sekcję */
    }

    .background-layer {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        position: relative;
        height: 70%;
        /* Dopasowanie wysokości do sekcji nadrzędnej */
        text-align: center;
        width: 80%;
        margin: auto;

        /* Wyśrodkowanie tekstu */
    }

    .background-layer-header {
        position: absolute;
        top: 20px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        display: block;
        margin: 0;
    }

    .background-layer h2 {
        font-family: "Open Sans", sans-serif !important;
        font-weight: normal;
        font-size: 45px;
        color: black;
        margin: 0;
        /* line-height: 100px; */
        /* Wyśrodkowanie w pionie */
    }

    .background-image {
        position: absolute;
        /* Pozycjonowanie obrazu */
        bottom: 10px;
        /* Przylega do dolnej krawędzi */
        right: 0;
        /* Przylega do prawej krawędzi */
        width: 75%;
        /* Szerokość obrazu */
        height: 75%;
        /* Wysokość obrazu */
        object-fit: cover;
        /* Dopasowanie obrazu */
    }

    .foreground-layer {
        font-family: 'Open Sans', sans-serif;
        position: absolute;
        bottom: 100px;
        /* Przylega do dolnej krawędzi */
        left: 200px;
        /* Odstęp od lewej krawędzi */
        background-color: white;
        padding: 10px;
        width: 40%;
        height: 47%;
        /* Szerokość sekcji */
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
        z-index: 2;
        /* Wyższy z-index, aby nachodziła na obraz */
    }

    .foreground-layer p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }


    .foreground-layer h2,
    .foreground-layer p {
        margin: 20px;
        /* Odstępy między elementami */
        color: #333;
        /* Kolor tekstu */
    }

    .foreground-layer h2 {
        font-size: 40px;
        color: black;
        /* Kolor tekstu */
    }

    #b2b,
    #home,
    #cooperation {
        position: relative;
    }

    #b2b:before,
    #home:before,
    #cooperation:before {
        content: '';
        display: block;
        height: 30px;
        /* Wysokość odstępu */
        margin-top: 0px;
        /* Przesunięcie sekcji w górę */
    }


    .icons-section {
        background-color: #f9f9f9;
        /* Jasne tło */
        padding: 40px 20px;
        text-align: center;
    }

    .icons-section h2 {
        font-family: "Open Sans", sans-serif !important;
        font-weight: normal;
        font-size: 45px;
        color: black;
        margin: 0;
    }

    .icons-container {
        display: grid;
        grid-template-columns: repeat(4, 200px);
        /* 4 kolumny o szerokości 200px */
        justify-content: center;
        /* Wyśrodkowanie całej siatki */
        gap: 20px;
        /* Odstępy między boxami */
        margin: 10px;
    }

    .icon {
        width: 200px;
        /* Szerokość boxa */
        height: 200px;
        /* Wysokość boxa */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 10px;
        /* Zaokrąglenie rogów */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* Subtelny cień */
    }

    .icon img {
        max-width: 80%;
        /* Dopasowanie obrazu do kontenera */
        max-height: 80%;
    }




    .contact-section {
        height: 100vh;
        position: relative;
        background: url('/img/baner-formularz.jpg') no-repeat center center/cover;
        /* Obraz w tle */
        padding: 0 20px;
        /* Usuń górny i dolny padding */
        color: white;
        text-align: center;
        display: flex;
        /* Użycie Flexbox */
        flex-direction: row;
        /* Ustawienie elementów w kolumnie */
        justify-content: center;
        /* Wyśrodkowanie w pionie */
        align-items: center;
        /* Wyśrodkowanie w poziomie */
    }

    .contact-section h2 {
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 45px;
        margin-bottom: 20px;
        color: #fff;
    }

    .contact-form {
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        padding: 20px;
        border-radius: 15px;
        min-width: 900px;
        max-width: 1400px;
        margin: 0 auto;
        color: #333;
    }

    .form-row {
        font-family: 'Inter', sans-serif;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 15px;
    }

    .form-row input,
    /* .form-row input::placeholder, */
    .form-row select,
    .form-row textarea {
        font-family: 'Inter', sans-serif;
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 15px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.5);
        /* Półprzezroczyste tło */
        color: #333;
        /* Kolor tekstu */
    }

    textarea {
        resize: none;
        background-color: rgba(255, 255, 255, 0.5);
    }

    button {
        padding: 10px 20px;
        background-color: #67aaea;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #67aaea;
    }



    .footer {
        background-color: #fff;
        /* Białe tło */
        padding: 40px 20px;
        width: 80%;
        box-sizing: border-box;
        margin: auto;
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        display: flex;
        flex-direction: row;
    }

    .footer-left {
        width: 60%;
        /* Lewa strona zajmuje 60% szerokości */
        padding-left: 10%;
        /* Odsunięcie od lewej krawędzi */
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer-row a {
        text-decoration: none;
        color: grey;
        /* Kolor linków */
        font-weight: bold;
    }

    .footer a:hover {
        text-decoration: underline;
        color: rgb(56, 56, 56);
    }

    .footer-column {
        flex: 1;
    }

    .footer-column h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: black
    }

    .footer-column p {
        font-size: 14px;
        color: #333;
        line-height: 1.5;
    }

    .footer-contact {
        margin-top: 20px;
        font-size: 14px;
        color: #333;
        width: 300px;
        background-color: rgb(237, 242, 252);
        padding: 30px;
        border-radius: 15px;
    }


    .footer-right {
        margin-right: 0px;
        width: 50%;
        /* Prawa strona zajmuje 50% szerokości */
    }

    .footer-right iframe {
        width: 100%;
        /* Szerokość mapy */
        height: 600px;
        /* Wysokość mapy */
        border: none;
        /* Brak obramowania */
        border-radius: 10px;
        /* Zaokrąglenie rogów */
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
    }

    .footer-bottom p {
        font-size: 14px;
        color: #666;
    }

    .footer-bottom hr {
        margin: 10px 0;
        border: none;
        border-top: 1px solid #ccc;
    }
}