.xsd-form-table, .xsd-form-table td {
	border: none
}
.xsd-form-table input[type=text],
.xsd-form-table select
{
	border: none;
	border-bottom: var(--border-gray) 1px solid;
	width: 100%;
	padding: 0.5rem;
}
.xsd-form-table input[type=text]:focus-visible {
	outline: none;
	background: #fffce7;
}
.xsd-form-table td {
	vertical-align: bottom;
}

.designer-form-elem-text {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
input.SIMPLE_FORM_2__input {
	width: 100%;
	border: 2px #EBECEC solid;
	height: 53px;

	padding: 14px 20px;
	color: #2B2A29;
	font-size: 16px;

}
.SIMPLE_FORM_2__dropdown {
	width: 100%;
	border: 2px #EBECEC solid;
	height: 53px;


	padding: 14px 20px;
	color: #2B2A29;
	font-size: 16px;
}

.inputcheckbox {
	display: flex;
	flex-direction: row;
	font-size: 16px;

	margin-top: 30px;
}
.inputcheckbox input {
	margin-right: 10px;
}

.capcha {
	margin-top: 30px;
	margin-bottom: 30px;
}
input[type="reset"].reset-form {
	background: transparent;
	color:#979393;
	font-size: 16px;
}
.SIMPLE_FORM_2-submit{
	margin-top: 15px;
	padding: 0 !important;
	padding-right: 32px !important; 
}
.SIMPLE_FORM_2-submit-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.designers-form-elem--checkbox{
	display: flex;
    flex-direction: row;
    font-size: 16px;
    margin-top: 30px;
	gap: 8px;
}
@media(max-width: 1435px){
	.capcha-wrap{
		flex-direction: column !important;
		max-width: 250px;
	}
}