@charset "utf-8";
/* CSS Document */
select {
	border: 1px solid #efefef;
	width: 100%;
	padding: 10px;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #efefef;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, textarea {
	border: 1px solid #efefef;
	width: 100%;
	padding: 10px;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #efefef;
	border-radius: 0; 
}
input:focus, select:focus, textarea:focus {
	outline: none;
	border-radius: 0;
}
input[type="radio"] {
	width: unset;
}
textarea {
	resize: vertical;
	min-height: 150px;
}
select {
	max-height: 46px;
	height: 46px;
	background: url("/siteart/angle-down-solid.svg") no-repeat calc(100% - 10px) 13px;
	background-size: 18px;
	background-color: #efefef;
}
input[type='checkbox'] {
	width: unset;
	margin-right: 5px;
}
.CaptchaPanel {
	margin: 0!important;
	padding: 0!important;
}
.CaptchaAnswerPanel {
	max-width: 250px;
	margin: auto;
}