@font-face {
	font-family: "GothamProRegular";
	src: url("../fonts/GothamProRegular/GothamProRegular.eot");
	src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
		url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "GothamProBold";
	src: url("../fonts/GothamProBold/GothamProBold.eot");
	src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/GothamProBold/GothamProBold.woff") format("woff"),
		url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/*.contacts-page {
	font-family: GothamProregular;
}*/
.form.form-main-page {
	position: relative;
	z-index: 2;
	background-color: #FFBA00;
	padding: 20px 20px;
	border-radius: 10px;
}
.contacts__tel.ftr__tel a{
    color: black;
}
.form__text1_1 {
	font-family: GothamProregular;
	font-size: 24px;
	text-align: center;
	line-height: 106%;
	color: white;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 35px;
}

.form__text1_1 span {
	font-family: GothamProblack;
}

.form__text2_1 {
	font-size: 12px;
	text-align: center;
	font-family: GothamProregular;
	line-height: 120%;
	color: white;
	margin: 0 auto;
	margin-bottom: 20px;
}

.form-control {
	border-radius: 0 !important;
	border: 0 !important;
	font-size: 20px !important;
	font-family: GothamProregular !important;
	height: 50px !important;
	padding-left: 40px !important;
}


.i-name {
	background: url(../img/main-page/user_icon.png) no-repeat 10px center #fff !important;
}

.i-mob {
	background: url(../img/main-page/phone_icon.png) no-repeat 10px center #fff !important;
}

.form-btn_1 {
	border-radius: 0;
	height: 50px;
	font-size: 18px;
	font-family: GothamProBold;
	background-color: #353535;
	border-color: #353535;
}

.form-btn_1:hover {
	background-color: black;
	border-color: black;
}

.modal-content {
	background-color: transparent;
}

.form-main-page .form-control::-webkit-input-placeholder {
	color: #bfbfbf;
	font-size: 16px;
}

 input.wpcf7-form-control.wpcf7-text {
	margin-top: 0px;
}
.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	margin-top: 0px;
}

.wpcf7-form-control.wpcf7-submit.form-btn_1 {
	border-radius: 0;
	height: 50px;
	font-size: 18px;
	font-family: GothamProBold;
	background-color: #353535 !important;
	border-color: #353535 !;
	padding: 0;
	color: white;
	margin-top: 15px;
	margin-bottom: 5px;
}
.wpcf7-form-control.wpcf7-submit.form-btn_1:hover {
	background-color: black !important;
}

/* WebKit, Blink, Edge */
.form-main-page .form-control:-moz-placeholder {
	color: #bfbfbf;
}

/* Mozilla Firefox 4 to 18 */
.form-main-page .form-control::-moz-placeholder {
	color: #bfbfbf;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
	color: #bfbfbf;
}

/* Internet Explorer 10-11 */
.form-main-page .form-control::-ms-input-placeholder {
	color: #bfbfbf;
}

/* Microsoft Edge */

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}