textarea {resize: none;}

.mf-popup-container {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.mf-popup-window {
	background-color: #ffffff;
	width: 711px;
	height: 499px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-top: 11px solid #0e94c0;
}

.mf-title-popup {
	text-align: center;
	font-size: 26px;
	line-height: 100px;
}

.mf-popup-input {
	display: block;
	width: 441px;
	margin-right: auto;
	margin-left: auto;
	height: 33px;
	line-height: 33px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	box-shadow: none;
}

.mf-popup-input:focus::placeholder,
.mf-popup-input:focus::-webkit-input-placeholder {
	color: #0e94c0;
	opacity: 1;
}

.mf-popup-input:-moz-ui-invalid:not(output) {
	color: #e51111;
	opacity: 1;
	border-color: #e51111;
}

.mf-popup-input:focus {
	border-color: #0e94c0;
	color: #0e94c0;
	outline: none;
	box-shadow: none;
}

.mf-popup-textarea {
	display: block;
	width: 441px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cacaca;
	padding: 25px;
	margin-top: 50px;
	font-size: 18px;
	box-shadow: none;
}

.mf-popup-textarea:focus::placeholder,
.mf-popup-textarea:focus::-webkit-input-placeholder {
	color: #0e94c0;
	opacity: 1;
}

.mf-popup-textarea:-moz-ui-invalid:not(output) {
	color: #e51111;
	opacity: 1;
	border-color: #e51111;
}

.mf-popup-textarea:focus {
	border-color: #0e94c0;
	color: #0e94c0;
	outline: none;
	box-shadow: none;
}

.mf-popup-window .btn {
	display: block;
	width: 181px;
	height: 51px;
	line-height: 1px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	text-align: center;
}

.mf-close {
	position: absolute;
	top: 40px;
	right: 30px;
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/mf-close.png) no-repeat 0 0;
	cursor: pointer;
}

@media (max-width: 768px) {
	.mf-popup-window {
		width: 100%;
		padding: 30px;
	}

	.mf-popup-input {
		width: 100%;
	}

	.mf-popup-textarea {
		width: 100%;
	}

	.mf-title-popup {
		line-height: 40px;
	}
}