.newsletter-tlo{
    background-color: #c4cec5;
    padding: 80px 0px;

}
.newsletter{
    display: flex;
    justify-content: flex-end!important;
    padding: 0px 104px;
    position: relative;
}
.newsletter:before{
    content: url(../grafika/newsletter.png);
    position: absolute;
    left: -332px;
}
.modul-start-lista-subskrybentow{
    background-color: white;
    padding: 32px 48px;
    max-width: 569px;
    color: #3b3b3b;
}
.btn-submit-subskrypcja-dopisz{
    background-color: #9cb69b;
    border: 0px none transparent;
    height: 56px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
}
.btn-submit-subskrypcja-wypisz{
    background-color: #dde7de;
    border: 0px none transparent;
    font-size: 18px;
    height: 56px;
    width: 100%;
    cursor: pointer;
}
.btn-submit-subskrypcja-dopisz:hover, .btn-submit-subskrypcja-wypisz:hover{
    opacity: 0.6;
}
.subskrypcja-input{
    width: 100%;
    height: 56px;
    border: 1px solid #ededed; 
    margin-bottom: 16px;
    font-size: 18px;
    padding: 0 24px;
}
.subskrypcja-btns-tlo{
    display: flex;
    gap: 32px;
}
.span-submit-modul{
    width: 100%;
}
.modul-start-lista-subskrybentow-tytul{
    font-size: 60px;
    font-weight: 500;
}
.subskrypcja-tekst{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.modul-start-lista-subskrybentow-tytul, .subskrypcja-tekst{
    margin-bottom: 20px;
    margin-left: 0px!important;

}
.subskrypcja-tekst-rodo{
    margin-top: 24px;
}
.subskrypcja-tekst-rodo a{
    color: #3b3b3b;
}
.subskrypcja-tekst-rodo a:hover{
    opacity: 0.6;
}

/* Mobilka */
@media all and (min-width: 0px) and (max-width: 639px) {

}

@media all and (min-width: 320px) and (max-width: 1023px) {
    .newsletter:before{
        display: none;
    }
    .newsletter-tlo{
        padding: 24px 0px;
    }
    .newsletter{
        padding: 0 16px;
    }
    .start-0 .modul-start-tytul, .modul-start-lista-subskrybentow-tytul{
        margin: 0px;
        margin-bottom: 16px;
        font-size: 32px;
    }
    .modul-start-lista-subskrybentow{
        padding: 24px;
    }
}