.start {
    position: relative;
    height: 25vh;
    overflow: hidden;
    width: 95%;
    margin: auto;
    margin-top: 30px;
}

.start-tlo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ustala obraz w kontenerze, zachowując proporcje i nie deformując obrazu */
}

body > .delete {
    display: none;
}

.nakladka {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaeaea; /* Czarna nakładka z 50% przezroczystości */
}

.tresc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1; /* Umieść tekst na wierzchu */
}

.tresc h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.tresc p {
    font-size: 1.2em;
}

/* Styl dla linku */
.tresc a {
    color: white;
    text-decoration: underline;
}


.tresc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    z-index: 1;
    
}

.tresc h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.tresc p {
    font-size: 1.2em;
}

/* Styl dla linku */
.tresc a {
    color: black;
    text-decoration: underline;
    text-align: center;
    display: flex;
    justify-content: center;
}
   


.zapisindywid, .zapisygrupowe {
    display: none;
}

button.white {
    background: white;
    color: black;
}

.przyciski {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    /* background: #eaea; */
    width: 95%;
    margin: auto;
    margin-top: 30px;
}

.przyciski button {
    border-radius: 0px;
    padding: 10px 40px;
    border: 3px solid var(--czerwony);
}

.flex {
    display: flex;
    align-items: center;
}
.flexs{
    display: flex;
    align-items: center;
}

.przyciskis {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
}

input {
    padding: 8px;
    margin: 5px 0;
}

button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

.zapisindywid {
    width: 95%;
    margin: auto;
    background: #eaeaea;
    margin-top: 30px;
}

.zapisindywida{
    width: 95%;
    margin: auto;
    background: #eaeaea;
    margin-top: 30px;
}

.zapisygrupowe{
    margin: auto;
    background: #eaeaea;
    margin-top: 30px;
    width: 1600px;
    max-width: 95%;
}



div#komunikatdwa {
    background: var(--czerwony);
    color: white;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 30px;
    margin-top: 30px;
}   
div#komunikatdwa p {
    padding: 24px 10px;
}

.komunikat {
    background: var(--czerwony);
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.komunikat p{
    padding: 20px 10px;
    background: var(--czerwony);
    color: white;
    font-weight: bold;

}


.szczego {
    display: flex;
    justify-content: space-between;
}

.dana_personalna {
    text-align: center;
    font-weight: bold;
}

.szczego {
    padding: 0 30px;
}


/* .komunikat {
    background: var(--czerwony);
    text-align: center;
    color: white;
    width: 60%;
    margin: auto;
    margin-top: 30px;
    font-weight: bold;
    padding: 30px;
} */     



.flex input {
    border: none;
    border-bottom: 3px var(--czerwony) solid;
    background: none;
    margin: 0 20px;
    padding: 0 0px;
    margin: 0px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: black !important;
}


.flexs input {
    border: none;
    border-bottom: 3px var(--czerwony) solid;
    background: none;
    margin: 0 20px;
    padding: 0 0px;
    margin: 0px;
    margin-top: 30px;
    padding-bottom: 10px;
    font-weight: bold;
    color: black !important;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin: 0 20px;
    width: 11%;
}

.flexs  .form-group {
    width: 19%;
}
.kontet {
    padding: 30px;
    padding-top: 10px;
}


.button {
    text-align: right;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    width: 97%;
    margin: auto;
    margin-top: 30px;
}


.button {
    text-align: right;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}   



.popup .form-group {
    width: 90%;
}      


form.zapisygrupowe-grupowe {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.active{
    display: block  !important;
}

div#komunikat-grup {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: var(--czerwony);
    font-weight: bold;
}


 .flexs .form-group {
    width: 16%;
}
.szkolenie{
    padding: 10px;
    background-color: var(--czerwony);
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    /* width: 112px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s;
    margin-bottom: 5px;
    margin: auto;
    margin-top: 10px
    
}