.discount_card{
	margin-bottom: 40px;
}
.form-warring{
	font-size: 16px;
}
.discount_text{
	font-size: 14px;
	line-height: 24px;
}
.discount_text ul{
	margin-top: 5px;
	list-style: square outside;
}
.inputtext.error{
    border: 1px solid red!important;
}
.text-center{
	text-align: center;
	margin-bottom: 30px;
}
.submit_center {
    text-align: center;
    margin-top: 5px;
}
.discount_container .send_form {
    display: inline-block;
    background: #144295;
    color: white;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 70px;
	cursor: pointer;
}
.discount_container .send_form:hover{
	background: #9cb5e2
}
.main-user-consent-request-popup-text{
	max-height: 100%!important
}
.label_form img{
    margin-bottom: 10px;
}
.label_form label{
    font-size: 14px;
    color: #212121;
    margin-bottom: 6px;
    display: block;
}
input[type=email]{
    border: 1px solid #e3e3e3;
    font: 13px 'Open Sans',sans-serif;
    color: #292d34;
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    outline: 0;
}
.discount_container {
    max-width: 900px;
	display: table;
	margin: 0 auto
}
div[id="wait_*"]{
	display: none;
}
.contacts-list{
	display: none;
	position: absolute;
    top: 39px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 0px;
	width: 100%;
	overflow-y: scroll;
	height: 300px;
	z-index: 20;
}
.location-input.active .contacts-list{
	display: block;
}
.contacts-list .contact{
	padding: 5px 10px;
	cursor: pointer
}
.contacts-list .contact:hover{
	background: #9cb5e2
}
.location-input{
	position: relative;
}
.location-input input:focus ~ .contacts-list{
	display: block;
}
.results{
	font-size: 16px;
}
.error{
	color: red;
	font-size: 16px;
	margin-bottom: 20px;
}