.form-kontakt-100{
    background-image: url(../grafika/kontakt-tlo.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: black;
}

.form-kontakt .informacje-tlo{
    width: 100%;
    padding: 80px 40px;
}

.form-kontakt .modul-tytul2{
    text-align: center;
    font-family: 'Barriecito', cursive;
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 48px;
    margin-bottom: 0px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* opacity: 0; */
    transition: 0.8s;
}

#formularz-kontaktowy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#formularz-kontaktowy .formline label{
    display: none;
}

.formWeryfikacja label{ 
    display: block!important;
}

#formularz-kontaktowy .formline > input, select#db_Jednostka{
    width: 100%;
    padding: 20px 24px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.24);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.685);
    font-weight: 500;
    font-size: 16px;
    appearance: none; /* Dla usunięcia domyślnej strzałki */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */

    position: relative;
}
select#db_Jednostka{
    background: url(../grafika/menu-top-arrow.png) no-repeat right 16px center;
}
select#db_Jednostka > option{
    color: black!important;
}
#db_Jednostka{
    cursor: pointer;
}
#formularz-kontaktowy .formline textarea{
    padding: 20px 24px;

    text-align: left;
    background-color: rgba(0, 0, 0, 0.24);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.685);
    font-weight: 500;
    font-size: 16px;
    min-height: 164px;
    font-family: 'Open Sans', sans-serif;
}

.formImieNazwisko{
    order: 1;
    width: 31%;
    margin-bottom: 32px;
}
.formMail{
    order: 2;
    width: 31%;
    margin-bottom: 32px;
}
.formWiadomosc{
    order: 4;
}
.formJednostka{
    order: 3;
    width: 31%;
}
.formnodb_Weryfikacja{
    order: 5!important;
    color: white;
}
.formWeryfikacja{
    order: 6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-kontakt .btns{
    order: 7;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.form-kontakt .spaceline{
    order: 8;
}
.formWeryfikacja input{
    width: 80%!important;
}
.formWiadomosc{
    width: 100%;
}
#formularz-kontaktowy > div:nth-child(2){
    order: 1;
    font-size: 18px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 0 170px;
}
.formWiadomosc textarea{
    width: 100%;
}
.fa-comment-alt{
    display: none;
}
.form-kontakt .btns .btn_zapisz{
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: rgb(209, 209, 209);
    color: black;
    width: 151px;
    height: 72px;
    border: none;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
}
.form-kontakt .btns .btn_zapisz:hover{
    opacity: 0.6;
}
.form-kontakt .spaceline{
    color: white;
}
.formWeryfikacja > label > span{
    color: white;
}
.form-kontakt .modul-tytul2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* .form-kontakt .modul-tytul2:after{
    content: 'Jeśli masz jakieś pytania, nie krępuj się i skontaktuj się z nami. Możesz to zrobić za pomocą formularza kontaktowego. Wybierz czy pytanie dotyczy ŚOK czy Kinoteatru Słonko, a my postaramy się odpowiedzieć jak najszybciej to będzie możliwe';
    font-size: 18px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-top: 48px;
    padding: 0 170px;
} */

.form-kontakt .modul-tytul2:hover{
    opacity: 1;
}

.formWeryfikacja label span{
    border: 0px none transparent!important;
}

.sms-tlo{
    margin-top: -16px;
}