.item-image {
	line-height: 0;
}

.aKontakt_wasko {
	padding: var(--o);
}

.aKontakt_pr {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.contact-miscinfo {
	margin: var(--o) 0;
}
.kontaktowy {
	width: 100%;
}

legend {
	visibility: hidden;
	height: 0;
}
#jform_spacer-lbl {
	display: none;
}



.control-group {
	margin-top: 10px;
	position: relative;
}
.control-label {
	margin-bottom: 5px;
}


input,
textarea {
     padding: 5px;
     font-size: 16px;
     border: 1px solid #CCC;
     background-color: #FFF;
     color: #000;
	 width: 100%;
}

.red,
.star {
	color: #cc1f1f;
}
.form-control-feedback {
	color: #cc1f1f;
	padding-left: 10px;
}


.kontaktowy_fieldsetxxxxxxxxxxxxx .control-group:last-child {
	display: flex;
	flex-direction: row-reverse;
	gap: var(--o);
	justify-content: flex-end;
	margin: var(--o) 0 40px;
}


.wysylanie {
	margin: 40px 0;
}

#jform_consentbox {
	position: relative;
	padding-left: 40px;
}
#jform_consentbox0 {
	position: absolute;
	left: 0;
	width: var(--o);
	height: var(--o);
	cursor: pointer;
}

.btn_wysylam {
	cursor: pointer;
	display: block;
	background-color: var(--kolor-zielony);
	width: 200px;
	text-align: center;
	color: var(--kolor-bialy);
	text-decoration: unset;
	transition: var(--trans);
	line-height: var(--o-x2);
	margin: var(--o-x2) auto 0;
}
.btn_wysylam:hover,
.btn_wysylam:focus {
	background-color: var(--kolor-czarny);
	color: #fff;
}





/* end */