.subskrypcja-zawartosc{
	font-weight: 400;
	display: block;
	width: 100%;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	color: white;
}

.span-submit-subskrypcja-dopisz
{
	color: black;
}

.subskrypcja-tekst{
	padding: 0px 0px 24px 0px;
	width: 100%;
	color: white;
}

.subskrypcja-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
}

.subskrypcja-zawartosc .btn-submit-modul{

	text-align: center;
	font-size: 16px!important;
	font-weight: 400;
	text-decoration-color: transparent;
	font-family: 'Hind', sans-serif;
	position: relative;
	height: 40px;
	cursor:pointer;
}

.subskrypcja-zawartosc .btn-submit-modul:hover{
	opacity: 0.8;
}

.span-submit-subskrypcja-dopisz, .span-submit-subskrypcja-wypisz{
	position: relative;
}


.span-submit-subskrypcja-wypisz{
	/*border:1px solid #d3dce4!important;*/
	/*width: 32px;*/
}

.btn-submit-subskrypcja-dopisz{
	font-family: 'Roboto', sans-serif !important;
	background-color: #e3ba22;
	color: transparent;
	margin-right: 8px;
	margin-left: 8px;
	height: 40px;
	width: 40px;
	font-size: 0;
	padding: 8px 16px 8px 16px;
	border: none;
	font-size: 14px;
	position: relative;
}


.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: transparent !important;
	height: 40px;
	width: 40px;
	font-size: 0;
	padding: 7px 16px 7px 16px;
	background: black;
	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: 112px;
	padding-right: 11px;
	float: left;
}

.subskrypcja-input-tlo input{
    box-shadow: none;
    border: 1px solid #f1f1f1;
    min-width: 238px;
	max-width: 238px;
    padding: 12px 15px;
	height: 40px;
}

.subskrypcja-tekst-rodo{
	padding-top: 8px;
    width: max-content;
	margin: 0 auto;    
    margin-top: 32px;
	position: relative;
	padding-left: 24px;
}

.subskrypcja-tekst-rodo
{
	font-size: 14px;
}

.subskrypcja-tekst-rodo input 
{
	position: absolute;
	left: 0;
}

.subskrypcja-tekst-rodo a{
	color:white;
}

.subskrypcja-tekst-rodo a:hover 
{
	opacity: 0.6;
}

.newsletter-tlo
{
	width: 100%;
	height: 376px;
}

.newsletter-tlo .modul-start-lista-subskrybentow
{
	width: 100%;
	height: 100%;
	border: 0px none transparent;
	background-image: url(../grafika/newsletter.jpg);
	background-attachment: fixed;
	background-color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media all and (min-width: 0px) and (max-width: 639px){
	.subskrypcja-input-tlo{
		width: 100%;
	}
	.subskrypcja-btns-tlo{
		display: block;
	}
}

@media all and (min-width: 1024px) and (max-width: 1279px)
{
	.subskrypcja-btns-tlo
	{
	}
	.subskrypcja-input-tlo
	{
	}
	.subskrypcja-input-tlo input
	{
		max-width:none;
	}
	.menu-modul-55
	{
		background-position: 218px;
	}
}