@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Roboto:wght@400;700;900&display=swap');

body, html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, .top {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

h1, h2 {
    font-size: 34px;
    line-height: 35px;
}

.mobi {
    display: none !important;
}


#cookieNotice {
  display: none; /* Domyślnie ukryty, pokazywany przez JS */
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #333;
  padding: 0px;
  text-align: center;
  z-index: 1000; /* Wysoki z-index, aby był nad innymi elementami */
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}

#cookieNotice button#cookieUnderstand {
  background-color: #ff4836;
  color: white;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  width: 250px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

#cookieNotice button#cookieUnderstand:hover {
  background-color: #ff695a;
}


.footer {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #434343;
}

.footer a {
    color: #434343;
}

.footer p {
    font-family: 'Poppins', sans-serif;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #434343;
}

.powieksz:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease;
}

.overwhite {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.7);
}

.popup {
    box-shadow: 1px 1px 10px #777;
    background: #fff;
    position: fixed;
    width: 580px;
    top: 50%;
    left: 50%;
    height: 300px;
    margin: -200px -300px;
    z-index: 10001;
    padding: 20px;
}

a {
    text-decoration: none;
}

.clr {
    clear: both;
}

.w550 {
    width: 550px;
}

div.w50 {
    vertical-align: top;
    display: inline-block;
    width: 49%;
}

div.w25 {
    vertical-align: top;
    display: inline-block;
    width: 24%;
}

div.w20 {
    vertical-align: top;
    display: inline-block;
    width: 19%;
}

a.button, button, .kontakt input[type=submit] {
    font-family: 'Poppins', sans-serif;
    border: 0px;
    font-weight: 700;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #448Dff;
    font-size: 15px;
    margin: 15px 0px;
    display: inline-block;
    padding: 12px 45px;
}

.button.black {
    background: #201F22;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-align: left;
    border-radius: 5px;
    width: auto;
    max-width: 100%;
}

.button.black:hover {
    background: #f7210c;
    cursor: pointer;
}

a.button:hover, button:hover, .kontakt input[type=submit]:hover {
    cursor: pointer;
    background: #f7210c;
}

.kontakt input[type=submit]:hover, .top .button:hover {
    background: #f7ada6;
    cursor: pointer;
}

.wrapper {
    padding: 0;
    margin: 0 auto; /* Centrowanie wrappera */
    width: 100%;
   max-width: 1500px;
 
}

table.cenniknapraw td {
    line-height: 16px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 3px solid #EBEBEB;
    border-left: 0px;
    border-top: 0px;
    font-size: 14px;
}

table.cenniknapraw {
    width: 100%;
    border: 3px solid #EBEBEB;
    border-right: 0px;
    border-bottom: 0px;
}

/* Nagłówek */
header {
    padding: 10px 0; /* Jednolity padding pionowy */
    position: fixed;
    top: 0;
    z-index: 10000000;
    background: #fff;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Równomierne rozłożenie elementów */
    padding: 0 20px; /* Jednolite odstępy od krawędzi */
}

header .logo {
    height: 70px; /* Zachowanie wysokości logo */
    width: auto; /* Automatyczna szerokość dla proporcji */
    margin-right: 20px; /* Odstęp od menu */
}

header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px; /* Zwiększony odstęp między elementami menu */
    font-weight: 700;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-grow: 1; /* Menu zajmuje dostępną przestrzeń */
}

header ul li {
    padding: 0;
}

header a {
    text-transform: uppercase;
    padding: 8px 12px; /* Większe pola klikalne */
    color: #000;
    font-weight: 700;
    display: block; /* Linki wypełniają przestrzeń */
    transition: color 0.3s ease; /* Płynne przejście koloru */
}

header ul li a:hover {
    color: #FF4836;
}

header .telefon {
    background: url(images/telefon.svg) no-repeat left center;
    background-size: 30px; /* Stały rozmiar ikony */
    color: #FF4836;
    padding-left: 40px; /* Odstęp od ikony */
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    margin-left: 20px; /* Odstęp od menu */
    white-space: nowrap; /* Zapobiega zawijaniu tekstu */
}

/* Sekcja Top */

.top {
    background: url(images/serwis-komputerowy-it-poznan.jpg) no-repeat center;
    background-size: auto 100%; /* Obraz skalowany do pełnej wysokości */
    height: 1000px; /* Stała wysokość równa wysokości obrazu na desktopie */
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Wyśrodkowanie zawartości w pionie */
    align-items: center; /* Wyśrodkowanie zawartości w poziomie */
    text-align: center;
    position: relative;
}

.top .wrapper {
    position: relative;
    width: 100%;
    padding: 0 0px; /* Jednolite odstępy od krawędzi */
    z-index: 1; /* Tekst nad tłem */
}

.top p {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 40px 0 0px 0; /* Odstęp dolny od przycisku */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Cień z HTML */
}

.capt {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 30px 0px 0px 0px; /* Odstęp dolny od przycisku */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Cień z HTML */
}


.top .button {
    color: #fff;
    padding: 20px 30px;
    width: 200px;
    text-align: center;
    display: inline-block;
    background: #448Dff;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.top .button:hover {
    background-color: #f7210c;
    color: #fff;
    cursor: pointer;
}


/* –––––––––––––– Responsywność –––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {

h1, h2 {
    font-size: 28px;
    line-height: 30px;
}

    header .wrapper {
        flex-direction: column;
        padding: 10px;
    }

    header .logo {
        margin: 0 auto 0px; /* Centrowanie logo i odstęp od menu */
    }

    header ul {
        gap: 0px;
        margin: 10px 0;
        justify-content: center;
    }

    header .telefon {
        margin: 0px 0 0;
        padding-left: 35px;
        font-size: 16px; /* Mniejszy rozmiar na mobile */
        background-size: 25px;
    }

    .top {
    height: 500px;
        margin: 150px 0px 0px 0px;
    }

    .top p {
 font-size: 30px;
    line-height: 35px;
   margin: 90px 0 -70px 0;
}


.capt {

    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
   margin: 80px 0 -90px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Cień z HTML */
}

}




#zarejestrujsie {
    display: none;
}

#zarejestrujsie div.field-label {
    width: 200px;
    text-align: right;
}

#zarejestrujsie div.field-label, #zarejestrujsie div.field-widget {
    display: inline-block;
}

#zarejestrujsie .form-row {
    display: inline-block;
    text-align: left;
}

#zarejestrujsie div.field-widget {
    display: inline-block;
    margin-left: 20px;
}

#zarejestrujsie .form-preview {
    text-align: center;
}

#zarejestrujsie input, #zarejestrujsie select {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    width: 280px;
    padding: 18px 30px;
    border-radius: 20px;
    border: 2px solid #E1E1E1;
    margin: 5px 10px;
}

#zarejestrujsie select {
    width: 340px !important;
}

.sprzedazdruk {
    font-size: 18px;
    font-weight: 300;
    padding: 20px 20px;
    background: #d7e0fe;
}

.sprzedazdruk img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.informacje .tab {
    margin: 5px 0px;
    border-top: 2px solid #ECF1F8;
    background: #ECF1F8;
}

.informacje .tab .label {
    cursor: pointer;
    background: url(images/arr-right.png) 20px no-repeat;
    padding: 15px 0px 15px 70px;
    width: 1080px;
    margin: 0px auto;
    font-size: 21px;
    font-weight: 500;
}

.informacje .tab.active {
    margin: 60px 0px 20px 0px;
    background: #fff;
}

.informacje .tab.active .label {
    margin: -55px auto 0px auto;
    background: url(images/arr-bottom.png) 20px no-repeat #fff;
    border: 2px solid #ECF1F8;
    border-bottom: 0px;
}

.informacje .tab.active .text {
    display: block;
}

.informacje .tab .text {
    padding: 20px 50px;
    display: none;
    width: 980px;
    margin: 0 auto;
}

.informacje .tab .text td.first {
    width: 300px;
}

.informacje .tab .text table {
    width: 100%;
}

.informacje .tab .text td {
    vertical-align: top;
}

.informacje .tab .text td iframe {
    width: 100%;
}

.newsletter {
    padding: 20px 0px;
}

.newsletter form {
    margin-left: 50px;
}

.newsletter form input {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    width: 280px;
    padding: 18px 30px;
    border-radius: 20px;
    border: 2px solid #E1E1E1;
    margin: 20px 10px;
}

.newsletter p {
    font-weight: 300;
}

.newsletter a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.app {
    margin: 15px 0px;
    font-size: 15px;
    font-family: Arial;
    background: url(images/bg-tel.jpg) no-repeat center;
}

.app .wrapper {
    padding: 30px 0px;
    padding-left: 200px;
    width: 950px;
}

.app .kod {
    font-size: 25px;
    margin: 10px 0px;
}

.app a img {
    float: right;
    margin: 30px -10px 30px 70px;
}

.app p {
    text-align: justify;
}

.start {
    padding: 40px 20px 0px 20px;
}

.start .table {
    width: 100%;
    display: table;
    max-width: 820px;
    height: 175px;
    margin: auto;
}

.start .time {
    display: table-row;
}

.start .time > div {
    position: relative;
    background: url(images/timer.png) no-repeat center center;
    background-size: contain;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0px;
    width: 25%;
    max-height: 175px;
    margin: 0px -2px;
    font-size: 18px;
    text-align: center;
}

.start .time > div strong {
    font-size: 71px;
    font-weight: 700;
    display: block;
}

.start .time > div p {
    width: 100%;
    position: absolute;
    bottom: -50px;
}

.wykladowcy {
    background: url(images/bg-informacje.png) no-repeat right 50px;
}

.wykladowcy ul.loga li {
    height: 100px;
}

.wykladowcy ul li {
    cursor: pointer;
    position: relative;
    width: 24.5%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.wykladowcy ul li img {
    max-width: 100%;
}

.wykladowcy ul li:hover div {
    display: block;
}

.wykladowcy ul li > div {
    font-weight: 300;
    font-size: 15px;
    display: none;
    position: absolute;
    top: 0px;
    margin-left: 5px;
    ;
    left: 100%;
    z-index: 1000;
    width: 200%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
}

.wykladowcy ul li > div > div {
    margin: 70px 25px;
}

.agenda {
    background: #294E8C;
    color: #fff;
    padding: 20px 0px 70px 0px;
}

.agenda h2 {
    color: #fff;
}

.agenda h3 {
    margin: 40px 0px;
}

.agenda table {
    border-spacing: 0px;
    border: 1px solid #fff;
    width: 100%;
}

.agenda table tr td, .agenda table tr th {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    font-size: 17px;
}

.kontakt {
    font-family: 'Poppins', sans-serif;
    background: #e4f3ff;
    color: #000;
    padding: 20px 20px 70px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kontakt p {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.kontakt p label {
    margin-bottom: 5px;
}

.kontakt input,
.kontakt textarea,
.kontakt select {
    font-family: 'Poppins', sans-serif;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    width: 400px;
    padding: 8px 15px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #FFF;
    box-sizing: border-box;
}

.kontakt textarea {
    height: 100px;
}

.kontakt input[type=submit] {
    background: #FF4836;
    color: #000;
    padding: 15px 30px;
    width: 400px;
    box-sizing: border-box;
}

.kontakt h2 {
    color: #fff;
}

.copyright a:hover {
    color: #FF4836;
}

.projekt-ml {
    color: #C6C6C6;
    float: right;
    position: relative;
    top: -3px;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid gray;
    border-radius: 5px;
    background-color: #fff;
}

.container:hover input ~ .checkmark {
    background-color: #2196f3;
}

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Mobile Styles */
@media (max-width: 768px) {
    .wrapper {
        padding: 0px 10px;
        margin: 0 auto;
        width: auto;
        text-align: center;
    }

    .nomobi {
        display: none !important;
        clear: both;
    }

    .mobi {
        display: block !important;
    }

    .copyright, .projekt-ml {
        font-size: 11px;
        float: none;
        margin: 25px 0px !important;
    }

    footer .wrapper {
        padding: 0px 20px;
    }

    footer {
        font-family: 'Poppins', sans-serif;
        padding: 0px 0px;
        font-size: 13px;
        font-weight: 600;
        color: #434343;
    }

    .w550 {
        width: auto;
    }

    div.w50, div.w25, div.w20 {
        vertical-align: top;
        display: inline-block;
        width: 100%;
    }

    img {
        max-width: 100%;
    }

    header {
        text-align: center;
        font-size: 13px;
        position: fixed;
        padding: 5px 0px;
    }

    header div.zaloguj {
        margin: 5px;
        padding: 0px;
        font-size: 13px;
    }

    header ul {
        float: none;
        margin: 10px 0px;
        padding: 0px;
        font-size: 13px;
    }

    header ul li {
        border: 0px;
        padding: 0px;
        font-size: 12px;
    }

    header ul li a {
        padding: 5px;
    }

    header div.zaloguj a {
        padding: 5px 0px;
        background: none;
    }

    header .telefon {
        float: none;
        display: block;
    }

    .start .time > div strong {
        font-size: 30px;
    }

    .start .time > div p {
        bottom: 0px;
    }

    .w50 {
        display: block;
        width: 100% !important;
    }

    h1, h2, h3, h4, h5, .top {
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    h1, h2 {
        font-size: 26px;
        line-height: 30px;
    }

    a.button, button, .newsletter form input, .kontakt select, .kontakt input[type=submit] {
        width: 100%;
        padding: 15px 0px;
        margin: 15px 0px;
        text-align: center !important;
        text-align-last: center;
    }

    .newsletter form {
        margin: 10px 0px;
    }

    table.cenniknapraw td {
        padding: 5px;
        font-size: 11px;
    }

    .newsletter {
        text-align: center;
    }

    .informacje .tab .text, .informacje .tab .label {
        width: auto;;
    }

    .informacje .tab .text td.first {
        width: auto;
    }

    .informacje .tab .text td {
        display: block;
    }

    .kontakt table, .informacje table {
        width: 100%;
    }

    .kontakt table tr td, .informacje table tr td {
        display: block;
        width: 100%;
    }

    .kontakt .w40,
    .kontakt .w60 {
        width: 100% !important;
    }

    #dzierzawa .w20 h4, #serwis .w25 h4 {
        display: inline;
        font-size: 13px;
    }

    #dzierzawa .w20 h4 br, #serwis .w25 h4 br {
        display: none;
    }

    #dzierzawa .w20, #serwis .w25 {
        margin-top: 25px;
        margin-bottom: 10px;
        text-align: left !important;
    }

    #dzierzawa .w20 img, #serwis .w25 img {
        float: left;
        width: 30px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .app p {
        text-align: center;
    }

    .app {
        text-align: center;
        background: #F0FBFF;
        padding-bottom: 20px;
    }

    .app .wrapper {
        width: auto;
        padding: 0 10px;
    }

    .app a img {
        float: none;@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Roboto:wght@400;700;900&display=swap');

/*  Ustawienia globalne */
:root {
    --primary-color: #448Dff; /* Kolor niebieski */
    --secondary-color: #f7210c; /* Kolor czerwony */
    --text-color: #434343;
    --background-color: #fff;
}

html {
    box-sizing: border-box; /* Ułatwia zarządzanie szerokościami elementów */
    scroll-behavior: smooth; /* Płynne przewijanie do kotwic */
}

*, *::before, *::after {
    box-sizing: inherit; /* Dziedziczenie box-sizing po html */
}

body, html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: var(--text-color); /* Użycie zmiennej dla koloru tekstu */
    background-color: var(--background-color);
}

/* Kontener główny */
.container {
    width: 100%;
    max-width: 1200px; /* Maksymalna szerokość kontenera */
    margin: 0 auto; /* Centrowanie kontenera */
    padding: 0 15px; /* Padding po bokach */
}

/* Nagłówki */
h1, h2, h3, h4, h5, .top {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600; /* Domyślna waga czcionki */
    margin-top: 1rem;  /* Dodaj margines górny */
    margin-bottom: 0.5rem; /* Dodaj margines dolny */

}

h1, h2 {
    font-size: 2.125rem; /* 34px */
    line-height: 1.03rem; /* 35px */
}

/* Ukrywanie elementu na desktopie */
.mobi {
    display: none !important;
}

/* Stopka */
.footer {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 1rem 1.25rem;  /* Padding 16px 20px */
    font-size: 0.75rem;   /* 12px */
    font-weight: 600;
    color: var(--text-color);
    text-align: center; /* Wyśrodkowanie tekstu */
}

.footer a {
    color: var(--text-color);
}

.footer p {
    font-family: 'Poppins', sans-serif;
    padding: 1rem 1.25rem; /* Padding 16px 20px */
    font-size: 0.75rem;  /* 12px */
    font-weight: 600;
    color: var(--text-color);
}

/* Efekt powiększenia */
.powieksz:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Warstwa zaciemniająca */
.overwhite {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

/* Popup */
.popup {
    box-shadow: 1px 1px 10px #777;
    background: var(--background-color);
    position: fixed;
    width: 580px;
    top: 50%;
    left: 50%;
    height: 300px;
    margin: -150px -290px; /* Poprawka dla centrowania */
    z-index: 10001;
    padding: 1.25rem; /* 20px */
}

/* Linki */
a {
    text-decoration: none;
}

/* Czyszczenie floatów */
.clr {
    clear: both;
}

/* Szerokości - do refaktoringu */
.w550 {
    width: 550px;
}

div.w50 {
    vertical-align: top;
    display: inline-block;
    width: 49%;
}

div.w25 {
    vertical-align: top;
    display: inline-block;
    width: 24%;
}

div.w20 {
    vertical-align: top;
    display: inline-block;
    width: 19%;
}

/* Przyciski */
a.button, button, .kontakt input[type=submit] {
    font-family: 'Poppins', sans-serif;
    border: 0;
    font-weight: 700;
    border-radius: 10px;
    color: var(--background-color);
    text-transform: uppercase;
    background: var(--primary-color);
    font-size: 0.9375rem;  /* 15px */
    margin: 0.9375rem 0; /* 15px */
    display: inline-block;
    padding: 0.75rem 2.8125rem; /* 12px 45px */
    transition: background-color 0.3s ease; /* Dodanie płynnego przejścia */
}

.button.black {
    background: #201F22;
    color: var(--background-color);
    display: inline-block;
    padding: 0.625rem 1.25rem;  /* 10px 20px */
    text-align: left;
    border-radius: 5px;
    width: auto;
    max-width: 100%;
}

.button.black:hover {
    background: var(--secondary-color);
    cursor: pointer;
}

a.button:hover, button:hover, .kontakt input[type=submit]:hover {
    cursor: pointer;
    background: var(--secondary-color);
}

.kontakt input[type=submit]:hover, .top .button:hover {
    background: #f7ada6;
    cursor: pointer;
}

/* Wrapper */
.wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
}

/* Cennik */
table.cenniknapraw td {
    line-height: 1rem;  /* 16px */
    padding: 1.25rem;  /* 20px */
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 3px solid #EBEBEB;
    border-left: 0;
    border-top: 0;
    font-size: 0.875rem; /* 14px */
}

table.cenniknapraw {
    width: 100%;
    border: 3px solid #EBEBEB;
    border-right: 0;
    border-bottom: 0;
    border-collapse: collapse; /* Usuwa podwójne obramowania */
}

/* Nagłówek */
header {
    padding: 0.5rem 0; /* Zmniejsz padding */
    position: fixed;
    top: 0;
    z-index: 10000000;
    background: var(--background-color);
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

header .logo {
    max-width: auto;
    height: 70px;
    display: inline-block;
}

header .telefon {
    margin-left: 0;
    display: inline-block;
    background: url(images/telefon.svg) no-repeat;
    background-size: contain;
    color: #FF4836;
    padding-left: 3.125rem;  /* 50px */
    font-size: 1.25rem;   /* 20px */
    font-weight: 900;
    line-height: 1.5625rem; /* 25px */
    margin-top: 0;
    margin-bottom: 0;
}

header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.625rem;  /* 10px */
    font-weight: 700;
    font-size: 0.75rem; /* 12px */
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul li {
    padding: 0;
    border-right: 0;
}

header a {
    text-transform: uppercase;
    padding: 0.3125rem;  /* 5px */
    color: #000;
    font-weight: 700;
    display: block; /* Rozciągnij linki na całą szerokość */
}

header ul li a:hover {
    color: #FF4836;
}

/* Formularz rejestracji */
#zarejestrujsie {
    display: none;
}

#zarejestrujsie div.field-label {
    width: 200px;
    text-align: right;
}

#zarejestrujsie div.field-label, #zarejestrujsie div.field-widget {
    display: inline-block;
}

#zarejestrujsie .form-row {
    display: inline-block;
    text-align: left;
}

#zarejestrujsie div.field-widget {
    display: inline-block;
    margin-left: 1.25rem;  /* 20px */
}

#zarejestrujsie .form-preview {
    text-align: center;
}

#zarejestrujsie input, #zarejestrujsie select {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: 300;
    width: 280px;
    padding: 1.125rem 1.875rem; /* 18px 30px */
    border-radius: 20px;
    border: 2px solid #E1E1E1;
    margin: 0.3125rem 0.625rem;  /* 5px 10px */
}

#zarejestrujsie select {
    width: 340px !important;
}

/* Sekcja Top */
.top {
    margin-top: 0;
    background: url(images/serwis-komputerowy-it-poznan.jpg) no-repeat center;
    background-size: cover;
    height: 650px;
    color: var(--background-color);
    text-transform: uppercase;
    display: flex;                /* Włącz flexbox */
    flex-direction: column;       /* Ustaw elementy w kolumnie */
    justify-content: center;      /* Wyśrodkuj w pionie */
    align-items: center;         /* Wyśrodkuj w poziomie */
    text-align: center;           /* Wyśrodkuj tekst */
}

.top .container {
    position: relative;
    padding: 0; /* Usuń padding z kontenera wewnątrz .top */
}

.top p {
    font-size: 3.125rem;  /* 50px */
    font-weight: 600;
    line-height: 3.4375rem;  /* 55px */
    letter-spacing: 2px;
    margin: 0;               /* Usuń domyślne marginesy */
}

.top .button {
    color: var(--background-color);
    padding: 1.25rem 1.875rem; /* 20px 30px */
    width: 200px;
    text-align: center;
    display: inline-block;
}

.top .button:hover {
    background-color: var(--secondary-color);
    color: var(--background-color);
    cursor: pointer;
}

/* Sprzedaż i druk */
.sprzedazdruk {
    font-size: 1.125rem;  /* 18px */
    font-weight: 300;
    padding: 20px 20px;
    background: #d7e0fe;
    text-align: center; /* Wyśrodkowanie */
}

.sprzedazdruk img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Informacje - Tab */
.informacje .tab {
    margin: 0.3125rem 0;  /* 5px 0 */
    border-top: 2px solid #ECF1F8;
    background: #ECF1F8;
}

.informacje .tab .label {
    cursor: pointer;
    background: url(images/arr-right.png) 20px no-repeat;
    padding: 0.9375rem 0 0.9375rem 4.375rem; /* 15px 0 15px 70px */
    width: 100%;
    margin: 0 auto;
    font-size: 1.3125rem;  /* 21px */
    font-weight: 500;
    text-align: left; /* Wyrównanie tekstu do lewej */
}

.informacje .tab.active {
    margin: 3.75rem 0 1.25rem 0;  /* 60px 0 20px 0 */
    background: var(--background-color);
}

.informacje .tab.active .label {
    margin: -3.4375rem auto 0 auto;  /* -55px auto 0 auto */
    background: url(images/arr-bottom.png) 20px no-repeat var(--background-color);
    border: 2px solid #ECF1F8;
    border-bottom: 0;
}

.informacje .tab.active .text {
    display: block;
}

.informacje .tab .text {
    padding: 1.25rem 3.125rem; /* 20px 50px */
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: left; /* Wyrównanie tekstu do lewej */
}

.informacje .tab .text td.first {
    width: 300px;
}

.informacje .tab .text table {
    width: 100%;
}

.informacje .tab .text td {
    vertical-align: top;
}

.informacje .tab .text td iframe {
    width: 100%;
}

/* Newsletter */
.newsletter {
    padding: 1.25rem 0; /* 20px 0 */
    text-align: center; /* Wyśrodkowanie */
}

.newsletter form {
    margin-left: 0;
}

.newsletter form input {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: 300;
    width: 100%; /* Dostosowanie szerokości */
    max-width: 280px; /* Maksymalna szerokość */
    padding: 1.125rem 1.875rem; /* 18px 30px */
    border-radius: 20px;
    border: 2px solid #E1E1E1;
    margin: 1.25rem 0.625rem; /* 20px 10px */
}

.newsletter p {
    font-weight: 300;
}

.newsletter a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

/* Aplikacja */
.app {
    margin: 0.9375rem 0; /* 15px 0 */
    font-size: 0.9375rem;  /* 15px */
    font-family: Arial;
    background: url(images/bg-tel.jpg) no-repeat center;
    background-size: cover; /* Ustawienie pokrycia */
    color: var(--background-color);
}

.app .container {
    padding: 1.875rem 0; /* 30px 0 */
    text-align: center; /* Wyśrodkowanie */
}

.app .kod {
    font-size: 1.5625rem;  /* 25px */
    margin: 0.625rem 0; /* 10px 0 */
}

.app a img {
    margin: 1.875rem 0.625rem; /* 30px -10px 30px 70px */
    max-width: 100%;
}

.app p {
    text-align: center;
}

/* Start */
.start {
    padding: 3.125rem 0 0; /* 50px 0 0 */
}

.start .table {
    width: 100%;
    display: table;
    max-width: 820px;
    height: 175px;
    margin: auto;
}

.start .time {
    display: table-row;
}

.start .time > div {
    position: relative;
    background: url(images/timer.png) no-repeat center center;
    background-size: contain;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    width: 25%;
    max-height: 175px;
    margin: 0 -2px;
    font-size: 1.125rem;  /* 18px */
    text-align: center;
}

.start .time > div strong {
    font-size: 4.4375rem;  /* 71px */
    font-weight: 700;
    display: block;
}

.start .time > div p {
    width: 100%;
    position: absolute;
    bottom: -3.125rem;  /* -50px */
}

/* Wykładowcy */
.wykladowcy {
    background: url(images/bg-informacje.png) no-repeat right 50px;
    background-size: contain;  /* Dodano */
}

.wykladowcy ul.loga li {
    height: 100px;
}

.wykladowcy ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wykladowcy ul li {
    cursor: pointer;
    position: relative;
    width: 24%; /* Zmniejszono */
    text-align: center;
    display: flex; /* Zmieniono na flex */
    justify-content: center; /* Wyśrodkowanie */
    align-items: center;    /* Wyśrodkowanie */
    margin: 0.25%; /* Dodano mały margines */
}

.wykladowcy ul li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.wykladowcy ul li:hover div {
    display: block;
}

.wykladowcy ul li > div {
    font-weight: 300;
    font-size: 0.9375rem;  /* 15px */
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    width: 200%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: var(--background-color);
    text-align: left;
}

.wykladowcy ul li > div > div {
    margin: 4.375rem 1.5625rem; /* 70px 25px */
}

/* Agenda */
.agenda {
    background: #294E8C;
    color: var(--background-color);
    padding: 1.25rem 0 4.375rem 0; /* 20px 0 70px 0 */
}

.agenda h2 {
    color: var(--background-color);
}

.agenda h3 {
    margin: 2.5rem 0; /* 40px 0 */
}

.agenda table {
    border-spacing: 0;
    border: 1px solid var(--background-color);
    width: 100%;
    border-collapse: collapse; /* Usuwa podwójne obramowania */
}

.agenda table tr td, .agenda table tr th {
    border: 1px solid var(--background-color);
    padding: 0.625rem;  /* 10px */
    text-align: center;
    font-size: 1.0625rem;  /* 17px */
}

/* Kontakt */
.kontakt {
    font-family: 'Poppins', sans-serif;
    background: #e4f3ff;
    color: #000;
    padding: 1.25rem; /* 20px */
    display: flex;
    flex-direction: column;
    gap: 0.625rem;  /* 10px */
}

.kontakt p {
    margin: 0 0 0.625rem 0; /* 0 0 10px 0 */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.kontakt p label {
    margin-bottom: 0.3125rem; /* 5px */
}

.kontakt input,
.kontakt textarea,
.kontakt select {
    font-family: 'Poppins', sans-serif;
    color: #777;
    font-size: 0.875rem;  /* 14px */
    font-weight: 500;
    width: 100%;        /* Dostosowanie */
    max-width: 400px;   /* Maksymalna */
    padding: 0.5rem 0.9375rem; /* 8px 15px */
    background: var(--background-color);
    border-radius: 10px;
    border: 2px solid var(--background-color);
    box-sizing: border-box;
}

.kontakt textarea {
    height: 6.25rem;  /* 100px */
}

.kontakt input[type=submit] {
    background: #FF4836;
    color: var(--background-color);
    padding: 0.9375rem 1.875rem; /* 15px 30px */
    width: 100%;       /* Dostosowanie */
    max-width: 400px;  /* Maksymalna */
    box-sizing: border-box;
}

/* Copyright */
.copyright {
    text-align: center; /* Wyśrodkowanie */
    margin-top: 20px;
}

.copyright a:hover {
    color: #FF4836;
}

/* Projekt ML */
.projekt-ml {
    color: #C6C6C6;
    float: right;
    position: relative;
    top: -3px;
}

/* Checkbox */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid gray;
    border-radius: 5px;
    background-color: var(--background-color);
}

.container:hover input ~ .checkmark {
    background-color: #2196f3;
}

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--background-color);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* –––––––––––––– Responsywność –––––––––––––––––––––––––––––––––– */

@media (max-width: 768px) {
    .container {
        padding-left: 2rem; 
    }

    .container {
        padding: 0 1rem; 
    }

    .wrapper {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .nomobi {
        display: none !important;
        clear: both;
    }

    .mobi {
        display: block !important;
    }

    .copyright, .projekt-ml {
        font-size: 0.6875rem;  /* 11px */
        float: none;
        margin: 1.5625rem 0 !important; /* 25px 0 */
    }

    footer .container {
        padding: 0 1.25rem; /* 0 20px */
    }

    footer {
        font-family: 'Poppins', sans-serif;
        padding: 0;
        font-size: 0.8125rem;  /* 13px */
        font-weight: 600;
        color: var(--text-color);
    }

    .w550 {
        width: auto;
    }

    div.w50, div.w25, div.w20 {
        vertical-align: top;
        display: inline-block;
        width: 100%;

    }

    img {
        max-width: 100%;
    }

    header {
        text-align: center;
        font-size: 0.8125rem;  /* 13px */
        position: fixed;
        padding: 0.3125rem 0;  /* 5px 0 */
    }

    header div.zaloguj {
        margin: 0.3125rem; /* 5px */
        padding: 0;
        font-size: 0.8125rem;  /* 13px */
    }

    header ul {
        float: none;
        margin: 0.625rem 0; /* 10px 0 */
        padding: 0;
        font-size: 0.8125rem;  /* 13px */
    }

    header ul li {
        border: 0;
        padding: 0;
        font-size: 0.75rem;  /* 12px */
    }

    header ul li a {
        padding: 0.3125rem;  /* 5px */
    }

    header div.zaloguj a {
        padding: 0.3125rem 0;  /* 5px 0 */
        background: none;
    }

    header .telefon {
        float: none;
        display: block;
        padding-left: 2rem;
        font-size: 1rem;
        line-height: 1.2rem;

    }

    .start .time > div strong {
        font-size: 1.875rem;  /* 30px */
    }

    .start .time > div p {
        bottom: 0;
    }

    .w50 {
        display: block;
        width: 100% !important;
    }

    a.button, button, .newsletter form input, .kontakt select, .kontakt input[type=submit] {
        width: 100%;
        padding: 0.9375rem 0;  /* 15px 0 */
        margin: 60px 0;  /* 15px 0 */
        text-align: center !important;
        text-align-last: center;
    }

    .newsletter form {
        margin: 0.625rem 0; /* 10px 0 */
    }

    table.cenniknapraw td {
        padding: 0.3125rem;  /* 5px */
        font-size: 0.6875rem;  /* 11px */
    }

    .newsletter {
        text-align: center;
    }

    .informacje .tab .text, .informacje .tab .label {
        width: auto;;
    }

    .informacje .tab .text td.first {
        width: auto;
    }

    .informacje .tab .text td {
        display: block;
    }

    .kontakt table, .informacje table {
        width: 100%;
    }

    .kontakt table tr td, .informacje table tr td {
        display: block;
        width: 100%;
    }

    .kontakt .w40,
    .kontakt .w60 {
        width: 100% !important;
    }

    #dzierzawa .w20 h4, #serwis .w25 h4 {
        display: inline;
        font-size: 0.8125rem;  /* 13px */
    }

    #dzierzawa .w20 h4 br, #serwis .w25 h4 br {
        display: none;
    }

    #dzierzawa .w20, #serwis .w25 {
        margin-top: 1.5625rem;  /* 25px */
        margin-bottom: 0.625rem; /* 10px */
        text-align: left !important;
    }

    #dzierzawa .w20 img, #serwis .w25 img {
        float: left;
        width: 1.875rem;  /* 30px */
        margin-right: 0.625rem; /* 10px */
        vertical-align: middle;
    }

    .app p {
        text-align: center;
    }

    .app {
        text-align: center;
        background: #F0FBFF;
        padding-bottom: 1.25rem;  /* 20px */
    }

    .app .container {
        width: auto;
        padding: 0 0.625rem; /* 0 10px */
    }

    .app a img {
        float: none;
        margin: 20px;
    }
}