.popup.popup-contacts {
	max-width: 330px;
}

.wholesale_question .wholesale_feedback legend {
	color: #FFF;
	font-size: 25px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: normal !important;
	margin-bottom: 20px !important;
}

.wholesale_question .wholesale_feedback p {
	color: #FFF;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 200 !important;
	line-height: 18px !important;
	max-width: 339px;
	width: 100%;
	margin-bottom: 40px;
}

.wholesale_question .wholesale_feedback .wholesale_feedback_form {
	width: 100%;
}

.wholesale_question .wholesale_feedback fieldset .textarea-form {
	display: none;
}

.wholesale_question .wholesale_feedback fieldset .input.input-form {
	background-color: transparent;
	padding: 0;
	border-bottom-color:rgba(255, 255, 255, 0.30); ;
}

.wholesale_question .wholesale_feedback fieldset .input.input-form::placeholder {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.wholesale_question .wholesale_feedback fieldset .checkbox .checkbox__text {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.wholesale_question .wholesale_feedback fieldset .checkbox .checkbox__text a {

	color: #fff;
}

.wholesale_question .wholesale_feedback fieldset .btn-custom-fill {
	background-color: #FFF;
	border: transparent;
	color: #000;
	text-align: center; 
	font-size: 14px;
	font-weight: 400;
	max-width: 370px;
	width: 100%;
	transition: all 0.5s;
}
.wholesale_question .wholesale_feedback fieldset .checkbox input[type="checkbox"]+.checkbox__box{
	border-color: #FFF;
	background-color: transparent;
}
.wholesale_top_left_form_buttom{
	width: 100%;
	display: flex;
    justify-content: center; 
}