.modul-start-lista-subskrybentow,
.menu-modul-10 {
	flex: 0 0;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #f0f0f0;
}
.modul-start-lista-subskrybentow-tytul,
.menu-modul-10-tytul {
	flex: 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
	color: #456d00;
  text-align: left;
  margin: 0px 0px 24px 0px;
  display: flex;
	flex-direction: column;
}

.modul-start-lista-subskrybentow form {
	padding: 0px;
	margin: 0px;
	border: none;
}
.subskrypcja-zawartosc {
	flex: 1 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 400;
  text-align: left;
	max-width: 100%;
	padding: 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.subskrypcja-tekst {
	flex: 1 1 100%;
	padding: 0px 0px 16px 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: 1 1 auto;
	margin: 0px 0px 0px 0px;
	display: flex;
}
.subskrypcja-input-tlo input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 400;
	text-align: left;
	box-shadow: none;
	width: 100%;
	margin: 6px 0px 16px 0px;
	padding: 8px 0px 8px 8px;
	border: 1px solid #dbdbdb;
}
.subskrypcja-input-tlo input::placeholder{
	opacity: 1;
	color: #4b4b4b;
}
.subskrypcja-btns-tlo	{
	display: flex;
	flex-direction: row !important;
	justify-content: flex-end;
	margin: 0px 0px 0px 0px;
	gap: 0px 16px !important;
	width:100%;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz	{
	height: 40px;
	position: relative;
}

.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz	{
	height: 40px;
	position: relative;
}
.subskrypcja-zawartosc .btn-submit-modul {
	display: inline-block;
	font-family: "Open Sans";
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	width: 112px;
	height: 40px;
	vertical-align: middle;
	padding: 0px 0px 0px 14px;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.subskrypcja-zawartosc .span-submit-modul:hover,
.btn-submit-subskrypcja-dopisz:hover,
.btn-submit-subskrypcja-wypisz:hover{
	opacity: 0.8;
	cursor:pointer;
}

.btn-submit-subskrypcja-dopisz	{
	color: #fff !important;
	padding: 0px 0px 0px 0px;
	background: #456d00 url(../grafika/btn_dodaj.png) center center no-repeat;
}
.btn-submit-subskrypcja-wypisz	{
	color: #fff !important;
	padding: 0px 0px 0px 0px;
	background: #456d00 url(../grafika/btn_wypisz.png) center center no-repeat;
}
.subskrypcja-zawartosc .subskrypcja-tekst-rodo {
	flex: 1 1 100%;
	font-size: 14px;
	color: #000;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: flex-start;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#subskrypcja-rodo	{
	opacity: 1;
  z-index: 1;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 0px;
}
.subskrypcja-tekst-rodo label {
	margin: 12px 0px 0px 8px !important;
}
.subskrypcja-tekst-rodo a {
	color: #000 !important;
}
.subskrypcja-tekst-rodo a:hover {
	opacity: 0.65;
}

@media all and (min-width: 320px) and (max-width: 639px) {
	.modul-start-lista-subskrybentow, .menu-modul-10 {
		max-width: 100%;
		padding: 24px 24px;
		background-attachment: inherit;
		background-size: cover;
	}
	.subskrypcja-zawartosc {
    flex: 0 1 100%;
    max-width: 100%;
		padding: 0px;
	}
	.subskrypcja-input-tlo {
		flex: 0 0 100% !important;
    margin: 0px auto 16px !important;
	}
	.subskrypcja-zawartosc .subskrypcja-tekst-rodo {
    max-width: none;
		margin: 16px 0px 0px;
	}
}
@media all and (min-width: 640px) and (max-width: 1023px) {
	.modul-start-lista-subskrybentow, .menu-modul-10 {
		max-width: 100%;
		padding: 24px 24px;
		background-attachment: inherit;
		background-size: cover;
	}
	.subskrypcja-zawartosc {
		flex: 0 1 100%;
    max-width: 100%;
		padding: 0px;
	}
	.subskrypcja-tekst {
		text-align: center;
	}
	.subskrypcja-input-tlo {
		flex: 0 0 100% !important;
		max-width: 70%;
    margin: 0px auto 16px !important;
	}
	.subskrypcja-input-tlo input {
		max-width: 100%;
	}
	.subskrypcja-zawartosc .subskrypcja-tekst-rodo {
		max-width: none;
		margin: 16px 0px 0px;
	}
}
