.newsletter_tlo {
	padding: 16px 0px;
	background: #242424;
}
.menu-modul-10 {
	width: 100%;
	max-width: 1232px;
	padding: 0px 16px;
	margin: 0px auto;
	background: url(../grafika/newsletter_tlo.png) 95% center no-repeat;
}
.menu-modul-10-tytul {
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	font-weight: 700;
	color: #fff;
	padding: 00px 0px 0px 0px;
	display: flex;
	flex-direction: column;
}
.menu-modul-10-tytul:after {
	content: "";
	width: 360px;
	height: 1px;
	margin: 16px 0px 0px 0px;
	background: #fff;
}
.subskrypcja-zawartosc{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	padding: 16px 0px 24px 0px;
	display: flex;
	flex-wrap: wrap;
}
.subskrypcja-tekst{
	flex: 0 0 100%;
	padding: 0px 8px 24px 0px;
	width: 100%;
}
.subskrypcja-zawartosc .subskrypcja-input-tlo {
	flex: 0 0 360px;
	margin: 0px 0px 0px 0px;
	display: flex;
}
.subskrypcja-btns-tlo{
	flex: 0 0 240px;
	display: flex;
	justify-content: center;
	margin: 0px 0px 0px 16px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 112px;
	position: relative;
	background: #424242;
	margin-right: 16px;
	height: 32px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 112px;
	position: relative;
	background: none;
	height: 32px;
}
.span-submit-modul:after	{
	display: block;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 16px 0px auto;
}
.span-submit-subskrypcja-dopisz::after	{
	content: "\f067";
}
.span-submit-subskrypcja-wypisz::after	{
	content: "\f00d";
}
.subskrypcja-zawartosc .btn-submit-modul{
	position: absolute;
	border: none !important;
	text-align: center;
	font-size: 14px !important;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
  padding: 0px 24px 0px 0px;
}

.subskrypcja-zawartosc .span-submit-modul:hover{
	opacity: 0.8;
}

.btn-submit-subskrypcja-dopisz, .btn-submit-subskrypcja-wypisz	{
	color: #fff !important;
	padding: 8px 0px 8px 16px;
	background: none;
}
.subskrypcja-input-tlo input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #6c6c6c;
	font-weight: 400;
	text-align: left;
	box-shadow: none;
	width: 100%;
	max-width: 360px;
	padding: 6px 16px 5px;
	margin: 0px auto;
	border: none;
	background: #fff;
	border: 1px solid #e1e4ea;
}
.subskrypcja-input-tlo input::placeholder{
	color: #6c6c6c;
}
.subskrypcja-zawartosc .subskrypcja-tekst-rodo {
	flex: unset;
	padding-top: 16px;
	color:#fff;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 16px 0px 0px 0px;
	margin: 28px 0px 0px 0px;
	position: relative;
}
.subskrypcja-tekst-rodo:before {
	position: absolute;
	top: -16px;
	content: "";
	width: 360px;
	height: 1px;
	margin: 16px 0px 0px 0px;
	background: #fff;
}
#subskrypcja-rodo	{
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

.subskrypcja-tekst-rodo a {
	color:#fff;
}
.subskrypcja-tekst-rodo a:hover {
	opacity: 0.65;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.subskrypcja-tekst {
		text-align: center;
		padding: 0px 0px 16px 0px;
	}
	.subskrypcja-input-tlo {
		flex: 0 0 90% !important;
    margin: 0px auto 16px !important;
	}
	.subskrypcja-btns-tlo {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px 0px;
	}
	.menu-modul-10-tytul:after, .subskrypcja-tekst-rodo:before {
		width: 100%;
	}
}
