.newsletter_tlo{
    width: 100%;
    background-color: #ededed;
    background-image:url(../grafika/tlo_newsletter.png);
    background-size: cover;
    padding: 40px 24px 60px 24px;
    position: relative;
}

.newsletter_tlo_l{
    background-image: url(../grafika/nlewo.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 352px;
    height: 1000px;
    background-repeat: no-repeat;
    background-position: center 20px;
}

.newsletter_tlo_p{
    background-image: url(../grafika/nprawo.png);
    position: absolute;
    right: 0;
    top: 20%;
    width: 350px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 500px;
}

.modul-start-lista-subskrybentow{
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 21;
}


.modul-start-lista-subskrybentow-tytul{
    color: #000!important;
    padding: 24px 40px 40px 40px!important;
    margin: 0px!important;
    font-size: 36px!important;
    text-align: center;
}



.subskrypcja-zawartosc{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 300;
    /* line-height: 24px; */
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    /* max-width: 270px; */
    flex-wrap: wrap;
    text-align: center;
   /* width: 640px;*/
    margin: auto;
}

.subskrypcja-tekst{
    padding: 0px 90px 40px 90px;
    max-width: 828px;
    width: 100%;
}

.subskrypcja-btns-tlo{
    display: flex;
    justify-content: flex-start;
    margin:0px;
   /* position: relative;*/
}

.subskrypcja-btns-tlo span{
/*    width: 40px;
    height: 40px;*/
    margin-left: 16px;
    position: relative;
    cursor: pointer;
}

.subskrypcja-btns-tlo span:hover{
    opacity: 0.7;
}

.subskrypcja-zawartosc .btn-submit-modul{
    border: none;
    text-align: center;
    font-size: 14px!important;
    font-weight: 400;
    text-decoration-color:transparent;
    font-family: "Open Sans";
    /*position: relative;*/
    cursor: pointer;
    z-index: 22;
}

.subskrypcja-zawartosc .btn-submit-modul:hover{
   /* opacity: 0.1;*/
}



.btn-submit-subskrypcja-dopisz{
    background-color: #ededed;
    color: #000!important;
    margin-right: 0px;
    padding: 16px 60px 16px 42px;
    height: 64px;
    border-radius: 30px;
    border: 1px solid #f20300!important;
}
.span-submit-subskrypcja-dopisz{
    opacity: 1!important;
}

.span-submit-subskrypcja-dopisz:hover .btn-submit-subskrypcja-dopisz{
    background: #f20300;
    opacity:1!important;
}

.span-submit-subskrypcja-dopisz::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0;
    content: "\f304";
    font-size: 12px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 26px;
    /* display: none; */
    z-index: 22;
    right: 32px;
}

.btn-submit-subskrypcja-wypisz{
    background-color: #ededed;
    color: #000!important;
    margin-right: 16px;
    padding: 16px 60px 16px 42px;
    height: 64px;
    border-radius: 30px;
    border: 1px solid #d7d7d7!important;
}

.span-submit-subskrypcja-wypisz::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0;
    content: "\f00d";
    font-size: 12px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 26px;
    /* display: none; */
    z-index: 22;
    right: 44px;
}

.span-submit-subskrypcja-wypisz:hover .btn-submit-subskrypcja-wypisz{
    background: #d7d7d7;
    opacity:1!important;
}

.subskrypcja-input-tlo{
    padding-bottom: 16px;
    width: 420px;
    margin-right: 0px;
}

.subskrypcja-input-tlo input{
    box-shadow: none;
    background: #fff;
    width: 100%;
    padding: 21.5px 24px;
    border-radius: 0px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Open Sans";
}

.subskrypcja-tekst-rodo{
    padding-top: 24px;
    color: #000;
    width: 100%;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;

}

.subskrypcja-tekst-rodo a{
	color:#000;
}

.subskrypcja-tekst-rodo a:hover{
    opacity: 0.6;
}

@media all and (min-width: 0px) and (max-width: 1023px){
    .modul-start-lista-subskrybentow{
        width: 100%;
        padding-bottom: 24px;
    }
    .subskrypcja-zawartosc{
        padding: 8px 0px;
        min-width: 100%;
        justify-content: center;
    }
    .modul-start-lista-subskrybentow-tytul{
        padding: 40px 24px 0px 24px!important;
    }
    .subskrypcja-input-tlo{
        width: 100%;
    }
    .subskrypcja-tekst{
        padding: 0px 16px 24px 16px;
    }
    .newsletter_tlo_l, .newsletter_tlo_p{
        display: none;
        position: relative;
        height: auto;
    }
}