.page-contacts-block {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

.contact_body {
	margin: 30px 0 0 0;
}

.contact_page_data {
	background: #fff;
	padding: 16px;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
	display: inline-flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin: 50px 0 0 0;
}

.cpd_block {
	display: inline-flex;
	flex-direction: row;
	align-items: flex-start;
	font-size: 12px;
}

.cpd_block .contact_icon {
	margin: 0 10px 0 0;
}

.cpd_block p {
	margin: 0;
}

.contact_page_form {
	margin: 30px 0 0 0;
}

.feedback_title {
	display: block;
	font-size: 1.33em;
	line-height: 20px;
	margin: 40px 0 26px;
	font-weight: bold;
	color: #383838;
}


#webform-submission-kontakty-node-5-add-form .form-wrapper {
	align-items: flex-start;
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
}

#webform-submission-kontakty-node-5-add-form #edit-all-wrapper > .webform-flex:first-child {
	width: 65%;
}

#webform-submission-kontakty-node-5-add-form #edit-all-wrapper > .webform-flex:last-child {
	width: 35%;
}

#webform-submission-kontakty-node-5-add-form #edit-flexbox-contacts {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}

#webform-submission-kontakty-node-5-add-form #edit-flexbox-contacts > .webform-flex {
	margin: 0 0 29px 0;
	width: 100%;
}

#webform-submission-kontakty-node-5-add-form #edit-flexbox-contacts input {
	width: 100%;
}

#webform-submission-kontakty-node-5-add-form input,
#webform-submission-kontakty-node-5-add-form textarea {
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 2px;
	box-shadow: none;
	color: #383838;
	height: auto;
	font-size: 13px;
	padding: 8px 13px 7px;
	width: 100%;
}

#webform-submission-kontakty-node-5-add-form textarea {
	resize: none;
	min-height: 193px;
}

#webform-submission-kontakty-node-5-add-form label {
	color: #888;
	font-size: 13px;
	margin-bottom: 6px;
	line-height: 1.428571429;
}

#webform-submission-kontakty-node-5-add-form input[type="submit"] {
	background-color: #ffad00;
	border-color: #ffad00;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	margin: 0;
	border: 1px solid;
	border-radius: 2px;
	padding: 7px 18px 9px;
	overflow: hidden;
	transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
	-webkit-appearance: button;
	cursor: pointer;
	width: auto;
}

#webform-submission-kontakty-node-5-add-form input[type="submit"]:hover {
	background-color: #ffb71f;
	border-color: #ffb71f;
}

#contact_maps {
	margin: 50px 0 0 0;
}

#contact_maps iframe {
	width: 100%;
}

/*------------------------- Responsive -----------------------------*/

@media only screen and (max-width: 550px),
only screen and (max-device-width: 550px) {
	#webform-submission-kontakty-node-5-add-form .form-wrapper.
	.contact_page_data {
		flex-direction: column;
	}

	#webform-submission-kontakty-node-5-add-form #edit-all-wrapper > .webform-flex:first-child,
	#webform-submission-kontakty-node-5-add-form #edit-all-wrapper > .webform-flex:last-child {
		width: 100%;
	}

	.cpd_block {
		margin: 0 0 20px 0;
	}

}