.modul-start-lista-subskrybentow, .menu-modul-10 {
	position: relative;
	display: flex;
  flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 32px 16px 16px;
	margin: 0px auto;
}
.modul-start-lista-subskrybentow-tytul, .menu-modul-10-tytul {
	flex: 1 1 100%;
	display: flex;
	align-items: center;
	gap: 0px 28px;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	font-weight: 900;
	color: #cc2100;
	text-decoration-color: transparent;
	padding: 0px 0px 24px 0px;
	margin: 0px 0px;
}
.modul-start-lista-subskrybentow form, .menu-modul-10 form {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}
.subskrypcja-zawartosc {
	flex: 1 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 16px;
}
.subskrypcja-tekst {
	flex: 0 1 auto;
	width: 100%;
	padding: 0px 0px 28px 0px;
}
.subskrypcja-tekst label {
	display: flex;
	background-color: inherit;
	padding: 0px;
	text-align: center;
	width: 100%;
	margin: 0px 0px;
}
.subskrypcja-zawartosc .subskrypcja-input-tlo {
	flex: 0 1 100%;
	margin: 0px 0px 28px 0px;
	display: flex;
}
.subskrypcja-input-tlo input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 400;
	text-align: left;
	box-shadow: none;
	width: 100%;
	padding: 10px 16px 9px !important;
	margin: 0px 0px;
	border: none;
	background: #fff;
	border: none;
	border-radius: 8px;
}
.subskrypcja-input-tlo input::placeholder{
	opacity: 1;
	color: #3c3c3c;
}
.subskrypcja-btns-tlo	{
	flex: 0 0 232px;
	display: flex;
	flex-direction: row !important;
	justify-content: center;
	margin: 0px auto;
	gap: 0px 8px !important;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz	{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 0;
	height: 40px;
	position: relative;
	background: #323232;
	border-radius: 8px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz	{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 0;
	height: 40px;
	position: relative;
	background: #cc2100;
	border-radius: 8px;
}

.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz:after {
	content: "";
	width: 12px;
	height: 12px;
	margin: 0px 16px 0px 0px;
	background: url(../grafika/sub_d.png) center center no-repeat;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz:after {
	content: "";
	width: 10px;
	height: 10px;
	margin: 0px 16px 0px 0px;
	background: url(../grafika/sub_w.png) center center no-repeat;
}

.subskrypcja-zawartosc .btn-submit-modul {
	position: absolute;
	border: none !important;
	background: none;
	font-family: 'Lato', sans-serif;
	font-size: 14px !important;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration-color: transparent;
	cursor: pointer;
	min-width: 0px;
	width: 100%;
	height: 100%;
  padding: 0px 16px 0px 0px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz .btn-submit-modul	{
	color: #fff;
}
.subskrypcja-zawartosc .span-submit-modul:hover{
	opacity: 0.65;
}

.btn-submit-subskrypcja-dopisz, .btn-submit-subskrypcja-wypisz	{
	padding: 0px 0px 0px 0px;
	background: none;
}
.subskrypcja-zawartosc .subskrypcja-tekst-rodo {
	flex: unset;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px 0px 0px;
	margin: 24px 0px 0px 0px;
	position: relative;
}
.subskrypcja-zawartosc .subskrypcja-tekst-rodo .rodo_bef {
	flex: 1 1 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: center;
	padding: 0px 4px 16px;
	margin: 0px 0px 16px 0px;
	border-bottom: 1px solid #eecd15;
}
#subskrypcja-rodo	{
	opacity: 1;
  z-index: 1;
	padding: 0px 0px 0px 0px;
	margin: -18px 0px 0px 0px;
}
.subskrypcja-tekst-rodo label {
	flex: 0 1 90%;
	margin: 0px 0px 0px 8px !important;
}
.subskrypcja-tekst-rodo a {
	color: #000000 !important;
}
.subskrypcja-tekst-rodo a:hover {
	opacity: 0.65;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.subskrybcja_tlo	{
		padding: 64px 16px 32px;
	}
	.menu-modul-10-tytul {
    justify-content: center;
		padding: 0px 0px 64px 0px;
	}
	.subskrypcja-tekst label {
		text-align: center;
	}
	.subskrypcja-btns-tlo {
    flex: 0 0 312px;
		margin: 0px auto;
	}
}
