.modul-start-lista-subskrybentow, .menu-modul-10 {
	flex: 0 0;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 36px 48px 44px;
	background: #f2f2f2;
}
.modul-start-lista-subskrybentow-tytul, .menu-modul-10-tytul {
	flex: 0 0;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
	color: #000;
  text-align: left;
  margin: 0px 0px 8px;
  display: flex;
	flex-direction: column;
}
.menu-modul-10-tytul:after {
	content: "";
	width: 22px;
	height: 2px;
	margin: 12px 0px 0px 0px;
	background: url(../grafika/kropki.png) left center no-repeat;
}
.modul-start-lista-subskrybentow form {
	padding: 0px;
	margin: 0px;
	border: none;
}
.subskrypcja-zawartosc {
	flex: 1 1;
	font-family: 'Jost', 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 16px 24px 0px;
	display: flex;
}
.subskrypcja-input-tlo input {
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 400;
	text-align: left;
	box-shadow: none;
	width: 100%;
	padding: 10px 24px 10px !important;
	margin: 0px 0px;
	border: none;
	background: #fff;
	border-radius: 40px;
	box-shadow: 2.677px 2.973px 0px 0px rgba(0, 0, 0, 0.05);
}
.subskrypcja-input-tlo input::placeholder{
	opacity: 1;
	color: #4b4b4b;
}
.subskrypcja-btns-tlo	{
	flex: 0 0 240px;
	display: flex;
	flex-direction: row !important;
	justify-content: center;
	margin: 0px 0px 0px 0px;
	gap: 0px 16px !important;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 0;
	height: 40px;
	position: relative;
	background: #005121;
	border-radius: 40px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz::after	{
	content: "";
	color: #fff;
	width: 9px;
	height: 9px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 20px;
	background: url(../grafika/btn_plus.png) left center no-repeat;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz::after	{
	content: "";
	color: #fff;
	width: 9px;
	height: 9px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 20px;
	background: url(../grafika/btn_x.png) left center no-repeat;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 0;
	height: 40px;
	position: relative;
	background: #000;
	border-radius: 40px;
}
.subskrypcja-zawartosc .btn-submit-modul {
	position: absolute;
	z-index: 1;
	border: none !important;
	background: none;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	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-modul:hover{
	opacity: 0.8;
}

.btn-submit-subskrypcja-wypisz	{
	color: #fff !important;
	padding: 0px 0px 0px 0px;
	background: none;
}
.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-zawartosc .subskrypcja-tekst-rodo::before {
	position: absolute;
	content: "";
	width: 320px;
	height: 1px;
	background: #dbdbdb;
}
#subskrypcja-rodo	{
	opacity: 1;
  z-index: 1;
	padding: 0px 0px 0px 0px;
	margin: 19px 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;
	}
}
