.banner_form_wrapper{
	padding: 55px 20px 45px;
	border-radius: 10px;
	text-align: center;
}
.banner_form{
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner_form .font_hight{
	width: 100%;
	text-align: center;
	font-size: 45px;
	margin-bottom: 15px;
}
.banner_form_input{
	width: 47% !important;
	background-color: transparent !important;
	outline: none;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 24px !important;
	margin-bottom: 20px !important;
	color: #ebebeb !important;
}
.banner_form_input::placeholder{
	color: #ebebeb !important;
	background-color: transparent !important;
}
.banner_form_text{
	text-align: center;
	width: 100%;
}


.banner_form .for_email_responce  {
    color: #ffd203;
}

.banner_form .info_email_responce{
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
}


.banner_form_wrapper .agreement {
    display: block;
    margin: 0 auto;
}


@media(max-width: 768px){
	.banner_form_input{
		width: 100% !important;
	}
	.banner_form .font_hight{
		text-align: left;
		font-size: 30px;
	}
	.banner_form_text{
		text-align: left;
	}
	
	.banner_form .btn_my{
		width: 100%;
	}
	
	
}