.modul-start-lista-subskrybentow, .menu-modul-10 {
	flex: 0 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 24px;
}
.modul-start-lista-subskrybentow-tytul, .menu-modul-10-tytul {
	font-family: var(--menu-font);
  font-size: 24px !important;
  line-height: 28px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
  text-decoration-color: transparent;
  min-height: unset;
  color: #000;
	margin: 0px 0px 12px;
}
.modul-start-lista-subskrybentow form, .menu-modul-10 form {
	width: clamp(320px, 100%, 400px);
	padding: 0px;
	margin: 0px;
	border: none;
}
.subskrypcja-zawartosc {
	flex: 1 1;
	font-family: var(--main-font);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
	color: #000;
	text-align: left;
	padding: 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 16px;
}
.subskrypcja-tekst {
	flex: 1 1 100%;
	padding: 0px 0px 24px 0px;
	width: 100%;
}
.subskrypcja-tekst label {
	display: flex;
	background-color: inherit;
	padding: 0px;
	text-align: left;
	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: 13px 20px 13px !important;
	margin: 0px 0px;
	background: #eeeeee;
	border: none;
	border-radius: 4px;
}
.subskrypcja-input-tlo input::placeholder{
	opacity: 1;
	color: #3c3c3c;
}
.subskrypcja-btns-tlo	{
	flex: 0 0 288px;
	display: flex;
	flex-direction: row !important;
	margin: 0px 0px 0px;
	gap: 0px 16px !important;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz	{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 0;
	height: 40px;
	position: relative;
	background: #217743;
	border: none;
	border-radius: 4px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz:after {
	content: "";
	width: 12px;
	height: 12px;
	margin: -1px 24px 0px 0px;
	background: url(../grafika/sub_d.png) center center no-repeat;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz:after {
	content: "";
	width: 11px;
	height: 12px;
	margin: -1px 24px 0px 0px;
	background: url(../grafika/sub_w.png) center center no-repeat;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz	{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 0;
	height: 40px;
	position: relative;
	background: #000000;
	border: none;
	border-radius: 4px;
}
.subskrypcja-zawartosc .btn-submit-modul {
	position: absolute;
	border: none !important;
	background: none;
	font-family: 'Open Sana', sans-serif;
	font-size: 16px !important;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-decoration-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	min-width: 0px;
	width: 100%;
	height: 100%;
  padding: 0px 32px 0px 0px;
}
.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-size: 14px;
	color: #000000;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0px 0px 0px;
	margin: 24px 0px 0px 0px;
	position: relative;
}
#subskrypcja-rodo	{
	opacity: 1;
  z-index: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.subskrypcja-tekst-rodo label {
	margin: 0px 0px 0px 8px !important;
}
.subskrypcja-tekst-rodo a {
	color: #000 !important;
}
.subskrypcja-tekst-rodo a:hover {
	opacity: 0.65;
}
