.feedback-form input, textarea, select {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	vertical-align: middle;
	-webkit-appearance: none;
}
.feedback-form form,
.feedback-form fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.feedback-form textarea:focus::-webkit-input-placeholder,
.feedback-form input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
.feedback-form textarea:focus:-moz-placeholder,
.feedback-form input:focus:-moz-placeholder {
	color: transparent !important;
}
.feedback-form textarea:focus:-ms-input-placeholder,
.feedback-form input:focus:-ms-input-placeholder {
	color: transparent !important;
}
.feedback-form textarea:focus::-moz-placeholder,
.feedback-form input:focus::-moz-placeholder {
	color: transparent !important;
}
.feedback-form ::-webkit-input-placeholder {
	color: #6e6e6e;
}
.feedback-form :-moz-placeholder {
	color: #6e6e6e;
}
.feedback-form ::-moz-placeholder {
	color: #6e6e6e;
}
.feedback-form :-ms-input-placeholder {
	color: #6e6e6e;
}
.feedback-form input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
.feedback-form .clear:after {
	content: '';
	clear: both;
	display: block;
	overflow: hidden;
}
#feedback-popup {
	display: none;
}
.feedback-form * {
	box-sizing: border-box;
}
.feedback-form {
	padding: 35px 0;
	background-color: #fff;
	max-width: 700px;
	border-radius: 9px;
	border: 2px solid #000;
}
.feedback-form .h2 {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 0 28px;
	padding: 0 0 7px;
	font: 700 19px/23px 'museo', sans-serif;
	letter-spacing: -0.025em;
}
.feedback-form .h2:after {
	content: '';
	position: absolute;
	top: 32px;
	bottom: 39px;
	left: 0;
	right: 0;
	background-color: #d7d7d7;
	z-index: 5;
}
.feedback-form .h2 .pic {
	position: relative;
	z-index: 10;
	float: left;
	margin: 0 35px;
}
.feedback-form .h2 span {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 10;
	border: 2px solid #a1a1a1;
	-webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.22);
	box-shadow: 0 5px 7px 0 rgba(0,0,0,0.22);
	border-radius: 8px;
	margin: 0 35px 0 0;
	padding: 20px 30px;
	background-color: #fff;
}
.feedback-form .fields {
	float: right;
	width: 204px;
	margin: 0 0 0 35px;
}
.feedback-form .textar {
	overflow: hidden;
}
.feedback-form .clear {
	padding: 0 35px;
}
.feedback-form .form-group {
	position: relative;
	margin: 0 0 20px;
}
.feedback-form input,
.feedback-form textarea {
	display: block;
	width: 100%;
	font: 300 15px/17px 'museo', Arial, Helvetica, sans-serif;
	color: #2e2e2f;
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	padding: 4px 8px;
}
.feedback-form input:focus {
	-webkit-box-shadow: inset 0 0 4px rgba(96, 160, 239, 0.64), 0 0 4px rgba(96, 160, 239, 0.64);
	box-shadow: inset 0 0 4px rgba(96, 160, 239, 0.64), 0 0 4px rgba(96, 160, 239, 0.64);
}
.feedback-form textarea {
	height: 222px;
	resize: none;
}
.feedback-form .help-block {
	display: none;
	position: absolute;
	bottom: -14px;
	left: 0;
	font-weight: 300;
	font-size: 11px;
	line-height: 11px;
	color: #f00;
}
.feedback-form .has-error .help-block {
	display: block;
}
.feedback-form .has-error input {
	-webkit-box-shadow: inset 0 0 4px rgba(215, 57, 46, 0.64), 0 0 4px rgba(215, 57, 46, 0.64);
	box-shadow: inset 0 0 4px rgba(215, 57, 46, 0.64), 0 0 4px rgba(215, 57, 46, 0.64);
}
.feed-button {
	display: block;
	width: 100%;
	background-color: #175ee6;
	color: #fff;
	text-align: center;
	font: 500 16px/36px 'museo', sans-serif;
	border-radius: 8px;
	border: none;
	-webkit-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.feed-button:hover {
	background-color: #00aff4;
}
.feedbacking .fancybox-close {
	position: absolute;
	top: 14px;
	right: 15px;
	background: url(/images/main/close.png) no-repeat 50% 50% / contain;
	cursor: pointer;
	z-index: 8040;
	width: 14px;
	height: 14px;
}
.feedback-popup-success{
	text-align: center;
	font-size: 20px;
	margin: 100px 0;
}

@media screen and (max-width: 740px) {
	.feedback-form {
		padding: 20px 0;
	}
	.feedback-form .h2 {
		margin-bottom: 20px;
	}
	.feedback-form .h2:after {
		top: 22px;
		bottom: 29px;
	}
	.feedback-form .h2 .pic {
		margin: 0 20px;
	}
	.feedback-form .h2 span {
		margin-right: 20px;
		padding: 10px 20px;
	}
	.feedback-form .clear {
		padding: 0 20px;
	}
	.feedback-form .fields {
		margin-left: 25px;
	}
	.feedbacking .fancybox-close {
		top: 9px;
		right: 10px;
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 670px) and (orientation: landscape) {
	.feedback-form .h2,
	.feedback-form .row {
		margin-bottom: 15px;
	}
	.feedback-form .h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.feed-button {
		line-height: 32px;
	}
	.feedback-form textarea {
		height: 200px;
	}
	.feedback-form .has-error .help-block {
		display: none;
	}
}
@media screen and (max-width: 570px) and (orientation: landscape) {
	.feedback-form {
		padding: 15px 0 5px;
	}
	.feedback-form .clear {
		padding: 0 15px;
	}
	.feedback-form .h2 {
		font-size: 15px;
		line-height: 18px;
	}
	.feedback-form .h2 .pic {
		margin: 0 15px;
	}
	.feedback-form .h2 span {
		margin-right: 15px;
	}
	.feedback-form .form-group,
	.feedback-form .h2,
	.feedback-form .row {
		margin-bottom: 10px;
	}
	.feedback-form textarea {
		height: 180px;
	}
}