h1, h2, h3, h4, h5, h6 {
	text-transform: initial;
}

hr {
	display: none;
}

h1 {
	font-size: 28px;
}

.header-row-2 {
	margin-top: 25px;
	margin-bottom: 75px;
}

.header-row-3 {
	display: none;
}

h1.entry-title {
	display: none;
}

.mlw_qmn_question_number {
	float: left;
	margin-right: 10px;
}

.report_list {
	margin-top: 35px;
}

.report_item {
	font-size: 18px;
	margin: 15px 0;
}

.report_mails {
	margin-top: 60px;
}

.report_mails .email_but {
	padding: 20px 50px;
	background: #a6ce39;
	border-radius: 35px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.report_mails .email_but:hover {
	background: #6dab3c;
	text-decoration: none;
}

.wpcf7-form {
	display: inline-block;
	text-align: left;
}

.wpcf7 {
	text-align: center;
}

.form-wrapper {
	display: inline-block;
}

.form-wrapper label {
	float: left;
}

.wpcf7-form-control {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px
}

.wpcf7-submit {
	background: #a6ce39;
	border: none;
	color: #ffffff;
	letter-spacing: 2px;
	padding: 15px;
	font-size: 16px;
	border-radius: 35px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wpcf7-submit:hover {
	background: #6dab3c;
}

.logo {
	text-align: left;
}

.logo img.custom-logo {
	height: 30px;
	width: auto;
}

.footer-wrapper {
	margin-top: 55px;
	background: #000000;
	padding: 40px 0 0;
}

.footer-widgets p {
	color: #ffffff;
	font-size: 18px;
}

.footer_subwrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer-title {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}

.footer-wrapper #lang_choice_polylang-2 {
	background: #000000;
	color: #ffffff;
	padding: 4px 15px;
	font-size: 17px;
}

.footer-title a {
	color: #a6ce39;
}

.footer_list {
	color: #ffffff;
}

.footer-row-2-widget ul {
	display: table;
	margin: auto;
	font-size: 18px;
	color: #ffffff;
}

.footer-row-2-widget ul li a {
	color: #ffffff;
	font-size: 18px;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
	border-color: #a6ce39;
	background-color: #a6ce39;
}

.vc_btn3.vc_btn3-size-md {
	padding: 18px 50px;
	border-radius: 35px;
	font-size: 17px;
}

@media only screen and (min-width: 768px) {
	.form-wrapper {
		width: 740px;
	}

	.footer_subwrapper {
		width: 750px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.footer_subwrapper {
		width: 970px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.footer_subwrapper {
		width: 1170px;
		margin: 0 auto;
	}
}

@media (min-width: 1500px) {
	.footer_subwrapper {
		width: 1230px;
		margin: 0 auto;
	}
}