.zapiszSie_a {
	background: #fff;
	padding: 20px;
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	display: flex;
	gap: 20px;
	align-items: center;
	color: inherit;
}
.zapiszSie_svg {
	color: #d63b33;
	width: 100px;
}
.zapiszSie_b {
	display: block;
	font-size: 120%;
}

.zapiszSie_a:hover {
	background: var(--czarny);
	color: #fff;
}

.reForm_p {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}

#mailpoet_form_2 {
	border: 0 !important;
	margin: 40px 0;
}

#mailpoet_form_2 .mailpoet-screen-reader-text {
    display: none;
}
#mailpoet_form_2 .mailpoet_form_columns {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-direction: column;
}
#mailpoet_form_2 .mailpoet_form_column {
	margin: 0 !important;
	max-width: 280px;
}

#mailpoet_form_2 .mailpoet_form {
	margin: 0;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mailpoet_form_columns {
	width: 100%;
	padding: 0 20px;
}
#mailpoet_form_2 .mailpoet_paragraph {
	margin: 0 !important;
}
.reForm_b {
	width: 140px;
}
#form_email_2 {
	line-height: 30px;
}
#form_email_2 {
	padding: 5px 10px !important;
	border: 2px solid #000;
}
#mailpoet_form_2 .mailpoet_submit {
    background: var(--czarny);
	color: #fff !important;
	font-family: inherit !important;
	transition: var(--transition5);
	line-height: 42px !important;
	padding: 0 20px !important;
	font-size: 95% !important;
	font-weight: bold;
    cursor: pointer;
	border-radius: 0;
}
#mailpoet_form_2 .mailpoet_submit:hover {
    background: var(--czerwony);
}

::-webkit-input-placeholder {color:#333}
:-moz-placeholder {color:#333;opacity:1}
::-moz-placeholder {color:#333;opacity:1}
:-ms-input-placeholder {color:#333}
::-ms-input-placeholder {color:#333}
::placeholder {color:#333}


#mailpoet_form_2 .mailpoet_validate_success {
	color: #00d084;
	font-weight: bold;
	text-align: center;
}

#mailpoet_form_2 .mailpoet_validate_error {
	color: red;
	font-weight: bold;
	text-align: center;
}


#mailpoet_captcha_form {
	background: #ccc;
	display: flex;
	padding: 20px;
	justify-content: center;
}

.reFormularz input {
	color: #000 !important;
}



#wpsl-search-wrap label,
#wpsl-wrap .wpsl-info-window p {
	color: #000;
}














footer {
	padding: 50px 20px;
	background: var(--czarny);
	color: #fff;
}
footer a {
	color: #E58A85;
	border-bottom: 1px solid #E58A85;
}
footer a:hover {
	color: #fff;
	border-bottom: 1px solid var(--czarny);
}

.footerFlex {
	max-width: 860px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	line-height: 2;
}


.footerP {
	font-weight: bold;
	font-size: 120%;
	width: 100%;
}

.footer_logo {
	width: 100px;
	margin: auto;
}



.foo_ikonki {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.fi_a {
	fill: #fff;
	border:0;
}
.fi_a:hover {
	fill: #d63b33;
	border:0;
}




.foo_dol {
	font-size: 87%;
	margin-top: 40px;
}
.foo_dol_span {
	padding: 0 10px;
}
.foo_mf {
	margin-top: 20px;
}




@media (min-width: 500px) {
#mailpoet_form_2 .mailpoet_form_column {
	max-width: 400px;
}
#form_email_2 {
	width: 400px !important;
	text-align: center;
}
.footerFlex {
	justify-content: center;
}
.footer_logo {
	margin: 0;
}
}
@media (min-width: 620px) {
.foo_dol {
	display: flex;
	justify-content: space-between;
	max-width: 860px;
	margin: 40px auto 0;
}
.foo_mf {
	margin-top: 0;
}


}
@media (min-width: 800px) {
.reFormularz {
	padding: 50px 0 60px;
}

}
@media (min-width: 1000px) {
  .footerFlex {
    gap: 20px 60px;
  }
}