#invalidSum,
#webpayUrl {
	display: none;
	color: green !important;
	text-transform: uppercase;
	text-align: center;
}

.center {
	text-align: center;
	width: 125px;
}

button[type="button"].webpay_now {
	display: block;
	background: linear-gradient(90deg, rgba(147, 29, 45, 1) 0%, rgba(104, 27, 33, 1) 100%);
	color: #fff;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 16px;
	margin: 20px auto;
}

input[type="submit"].webpay_now {
	display: block;
	background: linear-gradient(90deg, rgba(147, 29, 45, 1) 0%, rgba(104, 27, 33, 1) 100%);
	color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 16px;
}

.right p {
	text-align: center;
}

.online-pay {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.price__table .right {
	padding-right: 0px;
	text-align: center;
	width: 125px;
}

/* The Modal (background) */
.modalner {
	display: none;
	position: fixed;
	z-index: 1;      
	left: 0;
	top: 0;
	width: 100%;    
	height: 100%;    
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9999;
}

/* Modal Content/Box */
.modalner-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 0;
	border: 1px solid #888;
	max-width: 540px;
	border-radius: 4px;
}

/* The Close Button */
.close-btn {
	color: #506079;
	float: right;
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	right: 20px;
}

.close-btn:hover,
.close-btn:focus {
	opacity: .8;
	text-decoration: none;
	cursor: pointer;
}

.modalner-title {
	font-size: 16px;
	text-transform: uppercase;
}

.modalner-header {
	padding: 20px 25px 15px;
	color: #506079;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	position: relative;
}

.modalner-header h2 {margin-top: 10px}

.group-field {
	max-width: 80%;
	margin: 10px auto 15px;
}

.group-field-check {
	max-width: 80%;
	margin: 10px auto 15px;
}

.group-field-check label {
	display: inline;
	vertical-align: middle;
}

.group-field-check input[type="checkbox"] {
	position: initial;
	min-width: initial;
	background: initial;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.group-field-check input[type="checkbox"]:checked::before {
	position: absolute;
	display: inline-block;
	margin: 0;
	height: 20px;
	width: 20px;
}

.group-field label {
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	display: block;
}

.group-field input {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.group-field {
	margin-bottom: 25px;
}

.group-field input::placeholder {
	font-style: italic;
}

.group-field input.send-btn {
	padding: 8px 15px;
	margin: 10px 0 20px;
	border: 0;
	outline: 0;
	color: white;
	background-color: #7D2624;
	font-size: 16px;
	border-radius: 4px;
}

.send-btn:focus,
.send-btn:hover {
	opacity: .8;
	text-decoration: none;
	cursor: pointer;
}

.flex-row {
	max-width: 80%;
	margin: 10px auto 25px;
	display: flex;
	justify-content: space-between;
}

.flex-row input {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.flex-row label {
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	display: block;
}

.flex-row .flex-item:first-child {
	margin-right: 15px;
}