#body section.section_left {
    padding: 0 5% 0 0;
    width: 40%;
}
#body aside {
	box-sizing: border-box;
    float: left;
    padding: 0 0 10px 0;
    width: 60%;
}
#body section h1 {
	font-size: 18px;
}
.iforms_container {
    position: relative;
    padding: 15px;
	margin: 0 0 30px;
    border: 1px solid #aaa;
	color: #2c2c2c;
}
.input, .date-input, .city-input, .textarea, select {
    border: 1px solid #bbb;
    box-shadow: none;
    color: #2c2c2c;
}
#f_message_text_8 {
	float: right;
	width: 56%;
	margin-bottom: 28px;
}
#f_your_name_8,
#f_your_mail_8,
#f_your_phone_8,
#f_department_8 {
	float: left;
	width: 40%;
}
#f_department_8 select {
	background-color: #f1f1f1;
}
#f_department_8 select option {
	background-color: #fff;
}
#f_contact_form_agreement {
	clear: both;
	padding: 5px 15px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.iforms_container form .field label > input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}
#f_contact_form_agreement label .input-checkbox + .agreement-text {
	position: relative;
	padding-left: 25px;
	display: inline-block;
	padding-top: 1px;
}
#f_contact_form_agreement label .input-checkbox + .agreement-text::after {
    content: "";
	box-sizing: border-box;
	z-index: 4;
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    transition: .3s;
    position: absolute;
    top: 0;
    left: -1px;
    transition: 100ms ease-in-out;
    border-radius: 50%;
}
#f_contact_form_agreement .input-checkbox + .agreement-text::before {
    content: "";
	box-sizing: border-box;
	z-index: 3;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    left: -1px;
    background: #E1B866;
    border-radius: 50%;
    border: 4px solid #fff;
	opacity: 0;
}
#f_contact_form_agreement .input-checkbox:checked + .agreement-text::before {
	opacity: 1;
}
#f_contact_form_agreement .input-checkbox:checked + .agreement-text::after {
	border-color: #777;
}
.iforms_basic form.iforms input.button_submit {
	padding: 24px 36px;
	background-color: #e4b669;
	border-radius: 3px;
	font-size: 30px;
}
.iforms_basic form.iforms input.button_submit:hover {
	background-color: #e2a43f;
}
.iforms_container .iforms .buttons {
	position: absolute;
	bottom: 16px;
	right: 26px;
	width: 201px;
}
.iforms_container form .field label {
	color: #2c2c2c;
}
.kontakty
.kontakty p {
	line-height: 1.3;
}
.kontakty p {
	margin-bottom: 10px;
	position: relative;
}
.kontakty p:last-child {
	margin-bottom: 0;
}
.kontakty p span {
	margin-right: 5px;
}
.kontakty h2 {
	font-size: 16px;
	font-weight: 700;
}
.my-address,
.my-phone,
.my-mail,
.my-fax,
.my-site {
	padding-left: 42px;
	display: flex;
	align-items: center;
	min-height: 32px;
}
.my-address::before,
.my-phone::before,
.my-mail::before,
.my-fax::before,
.my-site::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 32px;
	height: 32px;
	margin-top: -16px;
}
.my-address::before {
	background-image: url("../../images/main_img/kontakty/my-address.png");
}
.my-phone::before {
	background-image: url("../../images/main_img/kontakty/my-phone.png");
}

.my-mail::before {
	background-image: url("../../images/main_img/kontakty/my-mail.png");
}
.my-fax::before {
	background-image: url("../../images/main_img/kontakty/.my-fax.png");
}
.my-site::before {
	background-image: url("../../images/main_img/kontakty/my-site.png");
}
.chza #body {
	overflow: visible;
	width: 100%;
	clear: both;
}
#over-footer {
	padding: 30px 0 45px;
	background-color: #fff;
	border-width: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}
#breadcrumbs {
    margin-bottom: 60px;
}
#over-footer .limiter {
	max-width: 100% !important;
}
@media screen and (max-width: 980px) {
	#body section.section_left,
	#body aside	{
		float: none;
		width: 100%;
	}
	#body section.section_left	{
		padding: 0;
	}
	#body aside	{
		padding: 0 0 20px;
	}
	#body section article {
		padding: 0 0 10px;
	}
	.kontakty {
		font-size: 1.1em;
	}
	.kontakty p {
		margin-bottom: 15px;
	}
	.iforms_basic > h2 {
		text-transform: uppercase;
	}
	#over-footer {
		padding: 10px 0 45px;
	}
	#breadcrumbs {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 639px) {
	#f_contact_form_agreement {
		width: 100%;
	}
	#f_contact_form_agreement label .input-checkbox + .agreement-text {
		font-size: 12px;
		padding-top: 3px;
	}
	.iforms_container .iforms .buttons {
		position: static;
	}
	.iforms_container .iforms .buttons,
	.iforms_basic form.iforms input.button_submit {
		width: 100%;
	}
	.iforms_container form fieldset.captcha_data {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 518px) {
	#f_message_text_8 #message_text {
		min-height: 217px !important;
	}
	#over-footer {
		padding: 0 0 45px;
	}
	.kontakty h2 + p span {
		display: block;
	}
}