.newsletter-tlo{
    background-color: #6c712e;
    display: flex;
    justify-content: center;
    padding: 48px 0px;
}
.modul-start-lista-subskrybentow{
    text-align: center;
}
.modul-start-lista-subskrybentow-tytul{
    color: white;
    font-family: "mostra-nuova",sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.subskrypcja-tekst{
    color: white;
    font-family: "century-gothic",sans-serif;
    font-weight: 300;
    line-height: 34px;
    font-size: 22px;
    width: 100%;
    padding: 0 114px;
    margin-bottom: 28px
}
.subskrypcja-tekst-rodo{
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    color: white;
    font-family: "century-gothic",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subskrypcja-tekst-rodo input{
    width: 20px;
    height: 20px;
}
.subskrypcja-tekst-rodo a{
    color: white;
    text-decoration-color: transparent;
}
.subskrypcja-zawartosc{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: center;
}
.subskrypcja-input-tlo{
    width: max-content;
}
.subskrypcja-input-tlo input{
    width: 409px;
    height: 44px;
    border: 0px none transparent;
    border-radius: 0.2rem;
    padding-left: 16px;
    font-family: "century-gothic",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #282520;
}
.subskrypcja-btns-tlo{
    width: max-content;
    display: flex;
    gap: 8px;
    margin-left: 8px;
}
.span-submit-modul input{
    height: 44px;
    width: 146px;
    border: 0px none transparent;
    border-radius: 0.2rem;
    color: white;
    font-family: "century-gothic",sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.span-submit-modul input:hover{
    opacity: 0.6;
}
.span-submit-subskrypcja-dopisz input{
    background-color: #262626;
}
.span-submit-subskrypcja-wypisz input{
    background-color: #848484;
}
.span-submit-subskrypcja-wypisz{
    display: none;
}
#rejestracja-nowego-uzytkownika, .modul-tytul2{
    max-width: 1512px;
    margin: 0 auto;
}
