.subskrypcja-zawartosc{
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    color:#000;
    line-height: 20px;
	display: block;
	width: 100%;
	padding: 8px 0px 8px 0px;
}

.subskrypcja-tekst{
	padding: 0px 0px 16px 0px;
	width: 100%;
}

.subskrypcja-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
}

.subskrypcja-zawartosc .btn-submit-modul{
	border: none!important;
    text-align: center;
    font-size: 14px!important;
    width: 95px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Open Sans";
    position: relative;
    cursor: pointer;
}

.subskrypcja-zawartosc .btn-submit-modul:hover{
	opacity: 0.6;
}

#form-subskrypcja-dopisz{
    margin-top:-9px;
}

.btn-submit-subskrypcja-dopisz{
	background-color: #000;
    color: #fff!important;
    margin-right: 8px;
    padding: 10px 8px 10px 8px;
    border-radius: 4px;
    border: 1px solid #000;
}

/*.span-submit-subskrypcja-dopisz::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: red;
    padding: 0px 0px 0px 0px;
    margin: 11px 0px 0px -32px;
    content: "\f00c";
    font-size: 13px!important;
}*/

.btn-submit-subskrypcja-wypisz{
	background: transparent!important;
    color: #000!important;
    border-radius: 4px;
    padding: 10px 8px 10px 8px;
    border: 1px solid transparent;
}

/*.span-submit-subskrypcja-wypisz::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 11px 0px 0px -21px;
    content: "\f00d";
    font-size: 13px!important;
}
*/
.subskrypcja-input-tlo{
	padding-bottom: 16px;
}

.subskrypcja-input-tlo input{
	box-shadow: none;
	background: #fff;
	width: 100%;
	padding:11.5px 8px;
    border-radius: 4px;
}

.subskrypcja-tekst-rodo{
	padding-top: 16px;
	color:#000;
	width: 100%;
}

.subskrypcja-tekst-rodo a{
	color:#000;
}

.subskrypcja-tekst-rodo a:hover{
    opacity: 0.6;
}