/* Style for contact form 7 */

.wpcf7 .screen-reader-response{position: absolute;overflow: hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;margin:0;padding:0;border:0;}.wpcf7 form .wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:0px solid #00a0d2;}.wpcf7 form.init .wpcf7-response-output{display: none;}.wpcf7 form.sent .wpcf7-response-output{border-color: #46b450;}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color: #dc3232;}.wpcf7 form.spam .wpcf7-response-output{border-color: #f56e28;}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color: #ffb900;}.wpcf7-form-control-wrap{position:relative;}.wpcf7-not-valid-tip{color: #dc3232;font-weight:normal;display:block;}.use-floating-validation-tip .wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;}span.wpcf7-list-item{display:inline-block;margin: 0 0 0 1em;}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after{content: " ";}div.wpcf7 .ajax-loader{visibility: hidden;display:inline-block;background-image:url('../../assets/ajax-loader.gif');width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle;}div.wpcf7 .ajax-loader.is-active{visibility:visible;}div.wpcf7 div.ajax-error {display:none;}div.wpcf7 .placeheld {color:#888;}div.wpcf7 input[type="file"]{cursor:pointer;}div.wpcf7 input[type="file"]:disabled{cursor:default;}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"] {direction:ltr;}.wpcf7 input, .wpcf7 optgroup, .wpcf7 select, .wpcf7 textarea{width:100%;border:1px solid #C5C5C5;line-height:25px;padding:10px;border-radius:0px;margin-bottom:10px;}.wpcf7 textarea {margin-bottom:0px;}.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {margin-left:-17px;width:15px;margin-bottom:0;}.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{margin-top:-1px;margin-left:10px;float:right;}.wpcf7-form-control.wpcf7-acceptance label{font-size:13px;line-height:20px;text-align:left;}div.wpcf7 .ajax-loader{}.wpcf7 form.sent .wpcf7-response-output{border:0;color:#46b450;padding:0;margin:0;}.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{border:0;color:red;padding:0;margin:0;}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.wpcf7-form-control.wpcf7-acceptance label {
    font-size: 10px;
    line-height: 16px;
    color: #9E9E9E;
}

.wpcf7-form.submitting .ajax-loader {visibility: visible !Important;}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    z-index: 2;
    position: relative;
}
.wpcf7-form-control.wpcf7-acceptance a {
    text-decoration: underline;
	color: #9E9E9E;
}
label {
    margin-bottom: 3px;
}

input.wpcf7-form-control.wpcf7-submit.btn {
	font-weight: 500;
	font-size: 16px;
}

.bg_contact.shadow {
	background: #fff;
	padding: 15px;
}
.contact_box h3,
.contact_box h4 {
	margin-bottom: 20px;
}
.contact_box  .wpcf7 input, .contact_box  .wpcf7 textarea {
	  margin-bottom: 10px;
}
.row.additional {
    margin-bottom: 15px;
}
.row.additional a {
	color: #3F3F3F;
}

.aditional_icon1, .aditional_icon2, .aditional_icon3, .aditional_icon4 {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.aditional_icon1:before,
.aditional_icon2:before,
.aditional_icon3:before, 
.aditional_icon4:before {
    content: '';
    position: absolute;
    width: 15px;
	height: 15px;
    left: 0;
	filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(344deg) brightness(93%) contrast(93%);
}
.aditional_icon1:before {
	background: url(../../img/location_icon.png) no-repeat;
	top: 8px;
}
.aditional_icon2:before {
	background: url(../../img/envelope_icon.png) no-repeat;
	top: 9px;
}
.aditional_icon3:before {
	background: url(../../img/hours_icon.png) no-repeat;
	top: 8px;
}
.aditional_icon4:before {
	background: url(../../img/tel_footer.png) no-repeat;
	top: 8px;
}

.wpcf7-form p {
	margin-bottom: 0 !Important;
}

@media (max-width: 991px) {
.contact_box h2 {
    text-align: center;
} 
input.wpcf7-form-control.wpcf7-submit.btn {
	margin-top: 30px;
}	
}

@media (min-width: 992px) {
label {
    margin-bottom: 8px;
}
.row.additional {
    margin-bottom: 15px;
}
}

@media (min-width: 991px) {
.wpcf7-form p {
	margin-bottom: 0 !Important
}	
}

@media (min-width: 1200px) {
.contact_box h2 {
    padding-bottom: 30px;
} 	
.contact_box h3,
.contact_box h4 {
	margin-bottom: 20px;
}
.bg_contact.shadow {
	padding: 30px;
}
.contact_box  .wpcf7 input, .contact_box  .wpcf7 textarea {
	  margin-bottom: 20px;
}
.row.additional {
    margin-bottom: 30px;
}
.aditional_icon1, .aditional_icon2, .aditional_icon3, .aditional_icon4 {
	margin-bottom: 20px;
}
}
@media (min-width: 1600px) {
.contact_box h2 {
    padding-bottom: 50px;
} 
.contact_box h3,
.contact_box h4 {
	margin-bottom: 30px;
}
.bg_contact.shadow {
	padding: 60px;
}
.contact_box  .wpcf7 input, .contact_box  .wpcf7 textarea {
	  margin-bottom: 20px;
}

label {
    margin-bottom: 12px;
}
.row.additional {
    margin-bottom: 50px;
}

}

.contact_box.wersja1 {
	background: #EEECE5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact_box.wersja1 .formularz_contact_box h3 {
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 48px */
	color: #4A4343;
	margin-bottom: 40px;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta h3 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    color: #8C7869;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
    text-align: left;
	position: relative;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta h3:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    aspect-ratio: 1 / 1;
    background: #8C7869;
    border-radius: 100%;
    top: 4px;
    left: 0;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta h4 {
	color: #2F2F2F;
	font-size: 28px;
	font-style: normal;
	font-weight: 450;
	line-height: 120%; /* 33.6px */
	margin-bottom: 20px;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta img {
	margin-top: 40px;
}

.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a {
    padding-left: 40px;
    display: inline-block;
    line-height: 32px;
    color: #8C7869;
    text-decoration: none;
    position: relative;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a:hover {
    color: #4A4343;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a:before {
    content: '';
    position: absolute;
    background-color: transparent;
    border: 1px solid #8C7869;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    border-radius: 100%;
    background-position: center;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    left: 10px;
    background-position: center;
    transition: none !important;
}

.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a[href^="tel:"]:after {
	-webkit-mask: url("../../img/a_tel_v44.svg")no-repeat !Important;
	mask: url("../../img/a_tel_v44.svg")no-repeat !Important;
	background-color: #8C7869;
    background-repeat: no-repeat;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a[href^="mailto:"]:after {
	-webkit-mask: url("../../img/a_mail_v44.svg")no-repeat !Important;
	mask: url("../../img/a_mail_v44.svg")no-repeat !Important;
	background-color: #8C7869;
    background-repeat: no-repeat;
    height: 9px;
    top: 11px;
    left: 10px;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a[href^="tel:"]:hover:after,
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta a[href^="mailto:"]:hover:after {
	background-color: #4A4343;
}

@media (max-width: 991px) {
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta h3,	
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta h4,	
.contact_box.wersja1 .formularz_contact_box h3,	
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta p {
    text-align: center;
}
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta h3:before {
    top: 4px;
    left: calc(50% + -85px);
}
.contact_box.wersja1 .row.reverse {
    flex-direction: column-reverse;
}
.contact_box.wersja1 .wpcf7 .btn-primary {
    margin: 60px auto 80px;
    display: table;
}
}


@media (min-width: 992px) {
.contact_box.wersja1 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact_box.wersja1 .row.reverse {
    justify-content: space-between;
}	
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.more_mobile_cta {
    max-width: 292px !important;
} 
.contact_box.wersja1 .col-sm-12.col-md-12.col-lg-6.formularz_contact_box {
    max-width: 65% !important;
    width: 65% !important;
    flex: unset;
}
}


@media (min-width: 1200px) {
.contact_box.wersja1 {
	padding-top: 100px;
	padding-bottom: 100px;
}	
}

@media (min-width: 1440px) {
.contact_box.wersja1 {
	padding-top: 130px;
	padding-bottom: 130px;
}	
}

@media (min-width: 1600px) {
.contact_box.wersja1 {
	padding-top: 160px;
	padding-bottom: 160px;
}	
}





























.contact_box.wersja1 .formularz_kontaktowy_modal {
	text-align: left !important;
	max-width: 1355px;
}
.contact_box.wersja1  .zgody_css {
    padding-left: 31px;
}
.contact_box.wersja1  .wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    align-items: baseline;
}
.contact_box.wersja1  .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    top: -7px;
	position: relative;
	color: #4A4343;
    margin-left: 0;
}
.contact_box.wersja1  .wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    width: 19px;
}
.contact_box.wersja1  .wpcf7-acceptance input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
	position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    background: #ECE9E0;
    border: 1px solid #4A4343;
    border-radius: 0px;
}
.contact_box.wersja1  .wpcf7-acceptance input[type="checkbox"]:checked:before {
    background-image: linear-gradient(to right, #ECE9E0, #ECE9E0, #ECE9E0, #ECE9E0, #ECE9E0) !Important;
    border-color: #4A4343;
}
.contact_box.wersja1  .wpcf7-acceptance  input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
.contact_box.wersja1  .wpcf7-acceptance  input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
.contact_box.wersja1  .wpcf7-acceptance  input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
	left: 0px;
    top: -2px;
    width: 16px;
    height: 16px;
	background: url(../../img/check_icon.png) no-repeat;
	filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(576%) hue-rotate(177deg) brightness(96%) contrast(91%);
	background-size: 9px auto !Important;
	background-position: center;	
}
.contact_box.wersja1  .wpcf7-acceptance span.wpcf7-list-item{
   margin: 10px 0 0 0;
}


.contact_box.wersja1  .wpcf7 textarea,
.contact_box.wersja1  .wpcf7 input {
	border-color: #BAAFA7 !Important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	margin-bottom: 32px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding-left: 0;
    padding-right: 0;
	padding-bottom: 16px;
	color: #4A4343;
}
.contact_box.wersja1  .zgody {
    padding-left: 32px;
}
.contact_box.wersja1  .wpcf7 label {
    color: #BAAFA7;
    font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 1;
	margin-bottom: 0;
}
.contact_box.wersja1  .wpcf7 .zgody label {
    color: #4A4343 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 14.4px */
	letter-spacing: 0.24px;
	opacity: 1;
}
.contact_box.wersja1 .wpcf7 form.invalid .wpcf7-response-output {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
    color: #D70000 !important;	
	padding-left: 34px;
	background: url(../../img/con_min_icon.svg) no-repeat;
	padding-top: 2px;
	position: absolute;
    bottom: 84px;
}
.contact_box.wersja1 .wpcf7-acceptance {
    margin-bottom: 10px;
}


.contact_box.wersja1 .wpcf7-not-valid input[type="checkbox"]:before,
.contact_box.wersja1 textarea.wpcf7-not-valid,
.contact_box.wersja1 input.wpcf7-not-valid {
    border-color: #FF4646 !Important;
}

.contact_box.wersja1 textarea.wpcf7-not-valid,
.contact_box.wersja1 input.wpcf7-not-valid {
    color: #FFF !Important;
}


.contact_box.wersja1 .wpcf7-acceptance.wpcf7-not-valid label {
	color: #FF4646 !Important;
}

.contact_box.wersja1 .wpcf7-not-valid-tip {
   display: none;
}

.contact_box.wersja1  .wpcf7 .btn-primary { 
	margin-top: 60px;
	background: #8C7869;
}
.contact_box.wersja1 .wpcf7 .btn-primary:hover { 
	background: #62574F;
	color: #fff !Important;
}

@media (min-width:992px) {
.contact_box.wersja1 -fix {
    padding: 0 80px;
}
}

@media (min-width:1600px) {
.contact_box.wersja1  .wpcf7-acceptance  input[type="checkbox"]:checked:after {
    top: 0px;
}

}











.contact_box.wersja1 .wpcf7 .checkboxes {
	margin-bottom: 24px;
}
.contact_box.wersja1 .wpcf7 .checkboxes input {
	width: 15px;
	height: 15px;
	margin: 0;
	margin-right: 8px;
}
.contact_box.wersja1 .wpcf7 .checkboxes .wpcf7-list-item {
	margin: 0;
}
.contact_box.wersja1 .wpcf7 .checkboxes label {
	display: flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	color: #fff;
	align-items: center;
	margin-right: 12px;
}
.contact_box.wersja1 .wpcf7 .checkboxes input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    width: 15px;
}
.contact_box.wersja1 .wpcf7 .checkboxes input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
	position: relative;
    top: -4px;
    width: 16px;
    height: 16px;
    background: #94763E;
    border: 1px solid #fff;
    border-radius: 0px;
}
.contact_box.wersja1 .wpcf7 .checkboxes input[type="checkbox"]:checked:before {
    background-image: linear-gradient(to right, #94763E, #94763E, #94763E, #94763E, #94763E) !Important;
    border-color: #fff;
}
.contact_box.wersja1 .wpcf7 .checkboxes input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
.contact_box.wersja1 .wpcf7 .checkboxes input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
.contact_box.wersja1.wpcf7 .checkboxes input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
	left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
	background: url(../../img/check_icon_kwadrat.png) no-repeat;
	background-size: 6px auto !Important;
	background-position: center;
	
}




.contact_box.wersja1 ::-webkit-input-placeholder { /* WebKit browsers */
color: #4A4343 !important;
opacity: 1;
}
.contact_box.wersja1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #4A4343 !important;
opacity: 1;
}
.contact_box.wersja1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #4A4343 !important;
opacity: 1;
}
.contact_box.wersja1 :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #4A4343 !important;
opacity: 1;
}
.contact_box.wersja1 .wpcf7-not-valid ::-webkit-input-placeholder,
.contact_box.wersja1 .wpcf7-not-valid::-webkit-input-placeholder { 
color: #D70000 !important;
opacity: 1;
}
.contact_box.wersja1 .wpcf7-not-valid ::-moz-placeholder,
.contact_box.wersja1 .wpcf7-not-valid::-moz-placeholder { 
color: #D70000 !important;
opacity: 1;
}
.contact_box.wersja1 .wpcf7-not-valid ::-moz-placeholder,
.contact_box.wersja1 .wpcf7-not-valid::-moz-placeholder { 
color: #D70000 !important;
opacity: 1;
}
.contact_box.wersja1 .wpcf7-not-valid ::-ms-input-placeholder,
.contact_box.wersja1 .wpcf7-not-valid::-ms-input-placeholder { 
color: #D70000 !important;
opacity: 1;
}