.modul-start-lista-subskrybentow, .menu-modul-10 {
	position: relative;
	display: flex;
  flex-direction: column;
	justify-content: center;
	width: clamp(320px, 100%, 1232px);
	padding: 0px 0px 0px;
	margin: 32px auto 0px;
	border-top: 2px solid #e5e9ee;
	background: rgba(229,233,238,1);
}
.modul-start-lista-subskrybentow::before, .menu-modul-10::before {
	position: absolute;
	left: 56px;
	content: "";
	width: clamp(80px, 14vw, 229px);
	height: 14vw;
	max-height: 160px;
	background: url(../grafika/newsletter_1.png) center center no-repeat;
	background-size: contain;
}
.modul-start-lista-subskrybentow::after, .menu-modul-10::after {
	position: absolute;
	right: 42px;
	content: "";
	width: clamp(80px, 14vw, 249px);
	height: 14vw;
	max-height: 170px;
	background: url(../grafika/newsletter_2.png) center center no-repeat;
	background-size: contain;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.modul-start-lista-subskrybentow, .menu-modul-10 {
		align-items: center;
		padding: 0px 16px 0px;
	}
	.menu-modul-10::before, .menu-modul-10::after {
		display: none;
	}
}
.modul-start-lista-subskrybentow-tytul, .menu-modul-10-tytul {
	display: flex;
	justify-content: center;
	gap: 0px 0px;
	font-family: var(--main-font);
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: 700;
	text-align: center;
	color: #225f94;
	padding: 0px;
	margin: 40px 0px 16px;
}
.modul-start-lista-subskrybentow form, .menu-modul-10 form {
	width: clamp(320px, 100%, 608px);
	padding: 0px;
	margin: 0px auto;
	border: none;
}
.subskrypcja-zawartosc {
	flex: 1 1;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	color: #565656;
	padding: 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 16px;
}
.subskrypcja-tekst {
	flex: 0 1 auto;
	width: clamp(320px, 100%, 100%);
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
.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 456px;
	margin: 0px 0px 0px 0px;
}
.subskrypcja-input-tlo input {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	color: #565656;
	font-weight: 400;
	text-align: left;
	box-shadow: none;
	width: clamp(300px, 100%, 100%);
	padding: 11px 20px 10px !important;
	margin: 0px 0px;
	border: none;
	background: #fff;
	border: 1px solid #ced5df;
}
.subskrypcja-input-tlo input::placeholder{
	opacity: 1;
	color: #565656;
}
.subskrypcja-btns-tlo	{
	flex: 0 0 96px;
	display: flex;
	flex-direction: row !important;
	justify-content: center;
	margin: 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: #225f94;
	border: none;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz::before {
	display: block;
	content: "+";
	font-size: 1.8rem !important;
	font-weight: 700;
	color: #fff;
	margin: 0px 0px 0px 2px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 0;
	height: 40px;
	position: relative;
	background: #282828;
	border: none;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz::before {
	display: block;
	content: "x";
	font-size: 1.8rem !important;
	font-weight: 700;
	color: #fff;
	margin: 0px 0px 0px 2px;
}
.subskrypcja-zawartosc .btn-submit-modul {
	position: absolute;
	border: none !important;
	background: none;
	font-family: 'Barlow', sans-serif;
	font-size: 0rem !important;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-decoration-color: transparent;
	cursor: pointer;
	min-width: 0px;
	width: 100%;
	height: 100%;
  padding: 0px 0px 2px 0px;
}
.subskrypcja-zawartosc .span-submit-modul:hover{
	opacity: 0.65;
}
.subskrypcja-zawartosc .subskrypcja-tekst-rodo {
	flex: unset;
	font-size: 1.4rem;
	color: #555454;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 36px 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: #555454 !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 16px 0px;
	}
	.subskrypcja-tekst label {
		text-align: center;
	}
	.subskrypcja-btns-tlo {
    flex: 0 0 312px;
		margin: 0px auto;
	}
}
