.subskrypcja-zawartosc{
	font-size: 14px;
	color:#393939;
	display: block;
	max-width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    margin-top:16px;
    /*background-color: #f5f5f5;*/
}

.menu-modul-10{
     background-color: #fff;
     position: relative;

}

.modul-start-lista-subskrybentow-tytul{
    width: 100%;
    text-align: center;
}

.menu-modul-10-tytul{
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: left;
    /* padding-top: 0px; */
    /* border-bottom: 1px solid #e7e7e7; */
    font-weight: 400;
    padding: 16px 24px;
    position: relative;
    margin-top: -24px;
    /* padding-top: 0; */
    background: #0d66a8;
    margin-right: -24px;
    margin-left: -24px;
    border-radius: 10px 10px 0px 0px;
}
.menu-modul-10-tytul:before{
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    top: 0;
    left: 0px;
    padding-right: 8px;
}


/*.menu-modul-10-tytul:before{
	content: url(../grafika/newsletter_before.png);
	top:4px;
	left: 0;
	padding-right: 8px;
	position: relative;
    display: none;
}*/


.subskrypcja-tekst{
	padding: 0px 0px 16px 0px;
	width: 100%;
}

.subskrypcja-btns-tlo{
	display: flex;
	justify-content: space-between;
	margin:0px;
    width: 100%;
}

.span-submit-subskrypcja-dopisz{
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.span-submit-subskrypcja-wypisz{
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
	margin-left: 8px;
}

.subskrypcja-zawartosc .btn-submit-modul{
    /* border: none!important; */
    text-align: center;
    font-size: 14px!important;
    width: 115px;
    font-weight: 400;
    text-decoration-color:transparent;
    font-family: "Open Sans";
    position: relative;
    cursor: pointer;
    height: 38px;
    padding: 0;
    z-index: 1;
    border-radius: 8px;
}

.span-submit-subskrypcja-dopisz:hover, .span-submit-subskrypcja-wypisz:hover{
	opacity: 0.7;
}

.btn-submit-subskrypcja-dopisz{
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 400!important;
    background-color: #0d66a8;
    color: #fff!important;
   /* margin-right: 8px;*/
    padding: 10px 10px 10px 10px;
    border: 1px solid #0d66a8;
}


.span-submit-subskrypcja-dopisz::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding: 0px 0px 0px 0px;
    /* margin: 11px 0px 0px -29px; */
    content: "\f067";
    font-size: 13px!important;
    background: #fff;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    border: 1px solid #84f6a4;
    display: none;
}



.btn-submit-subskrypcja-wypisz{
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 400!important;
    background-color: transparent;
    color: #000!important;
    /*margin-right: 8px;*/
    padding: 10px 10px 10px 10px;
    border: 1px solid #e5e9ee;
}

.span-submit-subskrypcja-wypisz::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding: 0px 0px 0px 0px;
    /* margin: 11px 0px 0px -29px; */
    content: "\f00d";
    font-size: 13px!important;
    background: transparent;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    border: 1px solid transparent;
    display: none;
}

.subskrypcja-input-tlo{
	padding-bottom: 0px;
    width: 100%;
}

.subskrypcja-input-tlo input{
    box-shadow: none;
    height: 40px;
    background: #fff;
    width: 100%;
    padding: 9.5px 15px;
    position: relative;
    cursor: pointer;
    color: #555454;
    border: 1px solid #e5e9ee;
    border-radius: 8px;
    margin-bottom: 16px;
    /* box-shadow: 1.5px 1.5px 1.5px #0000004a; */
}

.subskrypcja-tekst-rodo{
	padding-top: 16px;
    color: #393939;
    width: 100%;
    margin-top: 0px;
    display: flex;
}

.subskrypcja-tekst-rodo a{
	color:#393939;
}


@media all and (min-width: 1024px) and (max-width: 1231px){
    .subskrypcja-zawartosc{
        width: 400px;
    }
    .subskrypcja-input-tlo input{
        width: 66%;
    }
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.subskrypcja-input-tlo{
		width: 100%;
		margin-bottom: 16px;
	}
    .subskrypcja-input-tlo input{
        width: 66%;
    }
}