#title-block {
	font-family: FRAMDCN;
	line-height: normal;
	font-size: 20px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #d20000;
}
div .mfeedback {
    margin-top: 0px;
}
.form_comment {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color:#707070;
	font-size: 1.1em;
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.elemnt_form {
	display: block;
	margin-bottom: 15px;
}
.elemnt_form span {
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
.elemnt_form div {
	display: inline-block;
	width: 60%;
}
.table_time {
	display: inline-block;
	width: 55%;
	padding-top: 20px;
}
.times td {
	text-align: center;
}
.table_check { 
	display: inline-block;
	margin-left: 30px;
}
.table_check div {
	display: inline-block;
	vertical-align: top;
}
input:checked ~ span {
	border-bottom: 2px solid #25c019;
}
.table_check article label {
	display: inline-block;
	width: 33px;
	text-align: center;
}
.paying article {
	opacity: 0.6;
}
.inputtext {
	height: 25px;
-webkit-appearance: none;
	font-size: 16px;
}
.inputtext, 
.inputtextarea, 
.mfeedback select {
	border-radius: 2px;
-webkit-appearance: none;
	font-size: 16px;
}
.captcha_form {
	display: block;
	margin-left: 170px;
	width: 60%;
}
.submit_form {
	cursor: pointer;
	border: none;
	background: none;
	font-weight: bold;
	padding: 1em 1.5em;
	color: #fff;
	border-radius: 2px;
	background: #24c019;
	background-color: rgb(36, 192, 25);
-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
-webkit-appearance: none;
}
.submit_form:hover {
	background-color: #1f700d;
}
@media only screen and (max-width : 420px) {
.elemnt_form span {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.elemnt_form div {
	display: block;
	width: 100%;
}
.form_comment {
	font-size: 0.9em;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.captcha_form {
	display: block;
	margin-left: 0px;
	width: 100%;
}
.table_time {
	display: block;
	width: 100%;
	padding-top: 0px;
}
table .inputtext {
	width: 55px;
}
.table_check { 
	margin-left: 0px;
	margin-bottom: 20px;
	line-height: 2;
}
}