.subskrypcja-zawartosc{
	font-size: 12px;
	color:white;
	display: block;
	width: 100%;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 40px 0;
}

.newsletter
{
	display: flex;
	justify-content: center!important;
	align-items: center!important;
	background-image: url(../grafika/newsletter.jpg);
	background-color: black;
	background-attachment: fixed;
	background-size: cover;
}

.subskrypcja-tekst{
	padding: 0px 24px 24px 24px;
	width: 100%;
}

.subskrypcja-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
}

.subskrypcja-zawartosc .btn-submit-modul{

	text-align: center;
	font-size: 0px;
	font-weight: 400;
	text-decoration-color: transparent;
	position: relative;
	cursor:pointer;
}

.subskrypcja-zawartosc .btn-submit-modul:hover{
	opacity: 0.6;
}

.span-submit-subskrypcja-dopisz, .span-submit-subskrypcja-wypisz{
	position: relative;
}
.span-submit-subskrybcja-dopisz{
	border:1px solid #98cfee!important;
}

.btn-submit-subskrypcja-dopisz{
	font-family: 'Roboto', sans-serif!important;
	background-color: #e3ba22;
    color: black!important;
    margin-right: 8px;
	margin-left: 8px;
	height: 38px;
	width: 38px;
	font-size: 0;
    padding: 8px 16px 8px 16px;
    border:none;
    font-size: 14px;
	border-radius: 0.3rem;
    position: relative;
}
.span-submit-subskrypcja-wypisz
{
	margin-left: 8px;

}


.span-submit-subskrypcja-dopisz::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	color: black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	content: "\f067";
	font-size: 16px !important;
	top: 10px;
	left: 20px;
}



.btn-submit-subskrypcja-wypisz{
	font-family: 'Open Sans', sans-serif!important;
	color:white!important;
	height: 38px;
	width: 38px;
	font-size: 0;
	padding: 7px 16px 7px 16px;
	background: black;
	border-radius: 0.3rem;
	border: 0px none transparent;
}

.span-submit-subskrypcja-wypisz::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	content: "\f00d";
	font-size: 16px !important;
	top: 10px;
	left: 14px;
}

.subskrypcja-input-tlo{
	padding-bottom: 16px;
	padding-left: 170px;
	padding-right: 11px;
    float: left;
}

.subskrypcja-input-tlo input{
    box-shadow: none;
    width: 240px;
	height: 38px;
    padding: 8px 12px;
	font-size: 14px;
	border-radius: 0.3rem;
}

.subskrypcja-tekst-rodo{
	padding-left: 24px;
	padding-right: 24px;
    color: white;
    width: 100%;    
    margin-top: 16px;
	text-align: center;
	position: relative;
}

.subskrypcja-tekst-rodo input 
{
	position: absolute;
	left: 148px;
}

.subskrypcja-tekst-rodo label 
{
	padding-left: 26px;
	display: block;
}

.subskrypcja-tekst-rodo a{
	color:white;
}

@media all and (min-width: 0px) and (max-width: 639px){
	.subskrypcja-input-tlo{
		width: 100%;
	}
	.subskrypcja-btns-tlo{
		display: block;
	}
}
