.faq_pop {
	width: 425px;
	display: block;
	padding: 25px 25px 16px 25px;
	background: #ecefee;
	position: relative;
}

.faq_pop form .form-group textarea.form-control {
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #ddd;
	color: #3c3c3c;
	font-size: 17px;
	width: calc(100% - 28px);
	height: 96px;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
}

.faq_pop .error-msg {
	color: #f00;
	padding-top: 10px;
	margin-bottom: 30px;
}

.faq_pop .modal_mes {
	padding-bottom: 30px;
}

.faq_pop .modal_mes {
	display: flex;
}

.faq_pop .captcha, .faq_pop .send {
	margin-top: 23px;
}

.faq_pop .jq-selectbox {
	width: 100%;
	margin-bottom: 23px;
}

.faq_pop .jq-selectbox__select {
	height: 42px;
}

.faq_pop .jq-selectbox__select-text {
	font-size: 17px;
	padding: 7px
}
