@font-face {
	font-family:Flama;
	src:url('/fonts/Flama.woff2');
	font-weight:400;
	font-style:normal;
}

.ep_payment {
	margin: 0;
	background-color: #f8f8f8;
	font-family: Flama;
}

.ep_background {
	/*background-color: #ffffff;*/
	/*border-top-left-radius: 92%;
	border-top-right-radius: 92%;*/
	height: 180px;
	display: flex;
	margin-top: 20px;
	/*background: radial-gradient(ellipse at 50% 100%, #FFFFFF 73%, transparent 68%);*/
	position: relative;
	overflow: hidden;
}

.ep_white_curve {
	background-image: url('/images/curve.svg');
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 185px;
	background-size: cover;
	z-index: -1;
	background-position: center center;
}

.ep_header {
	height: 80px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding-left: 40px;
}

.ep_payment_container {
	background-color: #ffffff;
	display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    min-height: 500px;
}

.ep_container_header {
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #000000;
}

.ep_input .ep_amount_input {
	text-align: right;
}

.ep_terms_header {
	font-size: 52px;
	text-align: center;
	color: #ca1744;
    padding-top: 40px;
    width: 100%;
    font-weight: bold;
}

.terms {
	max-width: 770px;
	padding: 0 20px;
	margin: 0 auto;
}

.terms p {
	line-height: 23px;
}

.terms p a {
	color: #ca1744;
}

.terms h1 {
	color: #ca1744;
	font-weight: bold;
	text-align: center;
}

.terms h3 {
	text-align: left;
	font-size: 30px;
	color: #ca1744;
	font-weight: bold;
}

.ep_container {
	margin: 0 auto 20px auto;
	/*width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;*/
}

.ep_input .input_error {
	border: 2px solid #ca1744;
	outline: none;
}

.ep_goback {
	text-align: center;
	margin: 0 auto 20px auto;
}

.ep_goback a {
	color: #ca1744;
}

.ep_label {
	display: flex;
}

.ep_error {
    width: 100%;
    color: #ca1744;
    font-size: 12px;
    text-align: center;
    position: relative;
    /*top: -10px;*/
    height: 15px;
}

.ep_error p{
	margin: 0;
}

.ep_db_error {
	width: 100%;
	color:  #ca1744;
	font-size: 15px;
	text-align: center;
	position: relative;
	height: 15px;
	margin-top: 20px;
}

.ep_db_error p{
	margin: 0;
}

.ep_input_container {
    display: flex;
    width: 300px;
    justify-content: space-between;
    align-items: center;
}

.ep_container.required .ep_label:after {
	content: '*';
	display: block;
	color: #ca1744;
	margin-left: 2px;
}

.ep_container.required .ep_label.ep_invoice_nubmer_label:after {
	position: relative;
	left: -52px;
}

.ep_terms a {
	text-decoration: none;
	color: rgb(205, 16, 65);
}

.ep_input,
.ep_input select {
	width: 185px;
}

.ep_input input,
.ep_input select {
	border: 2px solid #e0e0e0;
	border-radius: 100px;
	padding: 5px 2px;
	background-color: inherit;
}

.ep_input input:focus {
	outline: none;
	border: 2px solid #ca1744;
}

.ep_input select:focus {
	outline: none;
}

.ep_input a {
	text-decoration: none;
	color: rgb(205, 16, 65);
}

.ep_next_button {
	color: #fff;
	background-color: #ca1744;
	border: 0;
	padding: 20px 40px;
	border-radius: 30px;
	margin: 0 auto;
	font-family: inherit;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

.ep_payment_footer {
	display: flex;
	overflow: hidden;
	font-size: 14px;
}

.ep_footer_half_container {
	width: 50%;
}

.ep_footer_half_container.ep_red:before {
	content: '';
	display: block;
	width: 30px;
	background-image: url(/images/ellipse.svg);
	height: 300px;
	position: absolute;
	background-position: center;
	left: -26px;
	background-size: 29px 300px;
	top: -49px;
	background-repeat: no-repeat;
}

.ep_footer_half_container.ep_red {
	margin-left: 30px;
	position: relative;
	background-color: #ca1744;
	/*height: 200px;*/
	color: #ffffff;
	padding: 10px 10px 10px 30px;
}

.ep_footer_half_container div {
	margin: 10px 0;
}

.ep_footer_half_container a {
	color: inherit;
}

.ep_footer_half_container.ep_transparent {
	padding: 10px 0 10px 10px;
}

.ep_footer_half_container.ep_transparent div {
	width: 150px;
	display: flex;
	margin-right: 0;
    margin-left: auto;
}

@media only screen and (max-width: 702px) {

	.ep_footer_half_container.ep_red:before {
		top: -30px;
	}
}
@media only screen and (max-width: 669px) {
	
	.ep_footer_half_container.ep_red:before {
		width: 34px;
		background-size: 34px 300px;
		top: -12px;
	}
}

@media only screen and (max-width: 400px) {
	
	.ep_footer_half_container.ep_red {
		padding: 10px 10px 10px 8px;
	}
}