.menu-modul-10 {
	width: 100%;
	max-width: 1232px;
	padding: 0px 24px;
	margin: 0px auto;
	background:  url(../grafika/newsletter_tlo.png) left top no-repeat;
	background-size: 100% 100%;
}
.menu-modul-10-tytul {
  font-family: 'Rubik', sans-serif;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	font-weight: 400;
	color: #007baa;
	padding: 24px 0px 0px 0px;
}
.subskrypcja-zawartosc{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #007baa;
	font-weight: 400;
	text-align: left;
	padding: 16px 0px 24px 0px;
	display: flex;
	flex-wrap: wrap;
}
.subskrypcja-tekst{
	flex: 0 0 100%;
	padding: 0px 0px 20px 0px;
	width: 100%;
}
.subskrypcja-zawartosc .subskrypcja-input-tlo {
	flex: 0 0 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	background:  url(../grafika/newsletter_email.png) left top no-repeat;
	background-size: 100% 100%;
}
.subskrypcja-btns-tlo{
	flex: 0 0 100%;
	display: flex;
	justify-content: flex-end;
	margin: 16px 0px 0px 0px;
	gap: 0px 16px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-dopisz	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 93px;
	position: relative;
	height: 44px;
}
.subskrypcja-zawartosc .span-submit-subskrypcja-wypisz	{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 93px;
	position: relative;
	background: none;
	height: 44px;
}
.subskrypcja-zawartosc .btn-submit-modul{
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	border: none !important;
	text-align: center;
	font-size: 14px !important;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
  padding: 0px 0px 4px 0px;
}

.subskrypcja-zawartosc .span-submit-modul:hover{
	opacity: 0.8;
}

.btn-submit-subskrypcja-dopisz	{
	color: #4d2d00 !important;
	background:  url(../grafika/dopisz.png) left top no-repeat;
}
.btn-submit-subskrypcja-wypisz	{
	color: #fff !important;
	background: rgba(0,123,170,0.01) url(../grafika/wypisz.png) left top no-repeat;
}
.subskrypcja-input-tlo input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #007baa;
	font-weight: 400;
	text-align: left;
	box-shadow: none;
	width: 100%;
	max-width: 360px;
	padding: 10px 16px 9px;
	margin: 0px auto;
	border: none;
	background: none;
	border: none;
	border-radius: 8px;
}
.subskrypcja-input-tlo input::placeholder{
	color: #007baa;
}
.subskrypcja-zawartosc .subskrypcja-tekst-rodo {
	flex: unset;
	padding-top: 14px;
	color:#007baa;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 0px;
	position: relative;
}
#subskrypcja-rodo	{
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

.subskrypcja-tekst-rodo a {
	color:#007baa;
}
.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%;
	}
}
