#contact_form label {
	font-size: 0.875em;
	margin-bottom: 20px;
	font-weight: 500;
}

#contact_form input, #contact_form textarea, #contact_form select {
	width: 100%;
	border: 0px;
	border-bottom: solid 1px #E8EAED;
	padding-bottom: 8px;
	font-size: 0.875em;
}

#contact_form textarea {
	height: 80px;
}

#contact_form input::placeholder, #contact_form textarea::placeholder, #contact_form select::placeholder {
	color: #b5bac0;
}

#contact_form .file input {
	border: 0px;
}

#contact_form .acceptance {
	font-size: 0.85em;
	margin-top: 1em;
}

#contact_form .wpcf7-list-item {
    margin: 0px;
}

#contact_form .acceptance input {
	width: auto;
}

#contact_form .acceptance input[type=checkbox] {
	margin-right: 10px;
    float: left;
    margin-top: 2px;
}

#contact_form .post_title {
	font-size: 1.125em;
}

#contact_form .file_desc {
	font-size: 0.75em;
}

#contact_form .file .wpcf7-file {
	filter: opacity(0);
}

#contact_form .file:before {
	content: 'Attach file';
	position: absolute;
	color: #EC1E2D;
	font-size: 0.875em;
	font-weight: 500;
}

#contact_form .wpcf7-submit {
	width: auto;
	display: inline-block;
	padding: 20px 70px;
	background: #EC1E2D;
	border-radius: 50px;
	color: #fff;
	border: 0px;
	margin: 10px 0px 25px 0px;
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

#contact_form .wpcf7-submit:hover {
    transform: scale(0.7);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f00;
}

#map iframe {
	min-width: 100%;
	filter: sepia(80%) hue-rotate(190deg) saturate(200%) grayscale(0.7);
}

#application .wpcf7 input[type="file"] {
    min-width: 100%;
    margin: auto;
    margin-bottom: 67px;
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

.app_send input[type="file"]:hover {
    transform: scale(0.7);
}

#application .wpcf7-list-item {
    margin: 0 0 0 0;
}

.wpcf7-file {
	width: 100px;
	height: 80px;
    background: transparent;
    border: 0px;
    font-size: 0px;
}

.wpcf7-file:before {
	content: url(../img/upload.svg);
    display: block;
    position: absolute;
	min-width: 640px;
    width: 100%;
    margin-top: -20px;
}

.wpcf7-file:after {
	content: 'Dodaj plik';
    position: absolute;
    margin-top: 80px;
	margin-left: 10px;
	left: 140px;
	font-weight: 530;
}

.page-template-nocode .wpcf7-file:before {
	min-width: 500px;
}

.page-template-contact .wpcf7-file:after {
    margin-top: 35px;
    left: 95px;
}

.page-template-nocode .wpcf7-file:after {
    margin-top: 20px;
    left: 75px;
}

.page-template-contact .send_file, .page-template-nocode .send_file {
	margin-left: 1em;
}

@media (max-width: 1680px) {
	.wpcf7-file:after {
		margin-top: 35px;
		left: 100px;
	}
}

.file_sended p {
    margin-bottom: 0px;
}

.file_sended {
    border: solid 2px #f00;
    padding: 1em;
    border-radius: 5px;
}

.page-template-nocode .file_sended {
	margin-left: 1em;
}

.apply_sended {
	position: absolute;
	margin-top: -320px;
    z-index: 99;
    width: 98.8vw;
    left: 0px;
    text-align: center;
}

.page-template-contact .apply_sended, .page-template-nocode .apply_sended {
    margin-top: 300px;
    left: 110px;
}

.apply_sended_box {
    width: 50%;
    margin:auto;
    background: #fff;
    border: solid 2px #0d2a54;
    border-radius: 10px;
	padding: 4em;
	font-size: 1.5em;
	font-weight: 700;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.page-template-contact .formats {
	display: block;
	margin-top: 25px;
}

@media (max-width: 992px) {
	.apply_sended {
		left: 0px!important;
		left: 5px;
	}
	
	.apply_sended_box {
		width: 100%;
		padding: 3em;
	}
	
	.page-template-contact .apply_sended {
		margin-top: 1380px;
	}
}