.wrap-pay-form {
	text-align: center;
	margin-top: 70px;
	width: 100%;
	min-height: 300px;
	background: #fff;
	margin-bottom: 3rem;
	border-radius: 1em;
	padding: 2rem 0 2rem 0;
}

.help-trig {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.help-trig img {
	height: 1.4em;
	margin-bottom: -0.4em;
}

#ls-input {
	width: 40%;
	padding: 1rem;
	text-align: center;
	font-size: 3rem;
	outline: none;
	border-radius: 1rem;
	border: 3px solid #6a9bab;
	font-weight: bold;
	color: #6f6565;
	margin-bottom: 2rem;
}
#ls-input:focus{
	border: 3px solid #4d8496;
	color: #4d4d4d;
}

.g-recaptcha {
	display: inline-block;
}

.receipt {
	display:  inline-block;
	padding: 1rem;
	width:30%;
	font-size: 1.2rem;
	font-weight: 600;
}

.check-ls-button {
	margin-top: 3rem;
	vertical-align: middle;
	width: 25%;
	font-family: Tahoma;
	display: inline-block;
	padding: 10px 40px;
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	line-height: 1;
	border:0;
	background-color: rgb(242, 102, 41);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 94, 12)), to(rgb(229, 48, 3)));
	background-image: -o-linear-gradient(top, rgb(249, 94, 12) 0%, rgb(229, 48, 3) 100%);
	background-image: linear-gradient(to bottom, rgb(249, 94, 12) 0%, rgb(229, 48, 3) 100%);
	outline: none;
	border-radius: 1rem;
}
#push-data-pay{
	width: 350px;
	height: 50px;
}

.check-ls-button:disabled {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#deaeae), to(#ebd4d4));
	background-image: -o-linear-gradient(top, #deaeae 0%, #ebd4d4 100%);
	background-image: linear-gradient(to bottom, #deaeae 0%, #ebd4d4 100%);
}


.check-ls-button:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(255, 114, 52);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 94, 12)), to(rgb(205, 42, 2)));
	background-image: -o-linear-gradient(top, rgb(249, 94, 12) 0%, rgb(205, 42, 2) 100%);
	background-image: linear-gradient(to bottom, rgb(249, 94, 12) 0%, rgb(205, 42, 2) 100%);
	cursor: pointer;
}
.check-ls-button:hover:disabled{
	cursor: not-allowed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#deaeae), to(#ebd4d4));
	background-image: -o-linear-gradient(top, #deaeae 0%, #ebd4d4 100%);
	background-image: linear-gradient(to bottom, #deaeae 0%, #ebd4d4 100%);
}

.title-acq {
	font-weight: bold;
	display: inline-block;
	width: 100%;
	font: 2.5rem Tahoma, sans-serif;
	margin-bottom: 4rem;
}

.bot-acq {
	display: inline-block;
	width: 100%;
	margin: 4rem 0 0 0;
	background: url('logo.png') no-repeat center;
	background-size: contain;
	height: 40px;
}

.receipt-input {
	width: 130px;
	text-align: right;
}
.hr-order {
	display: inline-block;
	height: 4px;
	width: calc(60% + 2rem);
	background: #4d8496;
	margin-bottom: 2rem;
}
.sum-pos {
	padding: 1rem;
	display: inline-block;
	width: 30%;
	font-size: 1.7rem;
}
.title-order {
	margin-top: 2rem;
	width: calc(60% + 2rem);
	text-align:left;
	display:inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.ext-inp {
	width: calc(25% - 1rem);
	padding: 0.8rem;
}
.waiting {
	padding: 4rem 0 6rem 0;
	font-size: 1.2rem;
}
#find-fail {
	padding: 4rem 0 4rem 0;
	text-align: center;
	font-size: 1.7rem;
}
#find-fail a {
	color: #0785de;
	text-decoration: none;
	border-bottom: 1px dashed #0785de;
	font-size: 1.2rem;
}

#find-fail a:hover {
	color:#23587e;
	border-bottom: 1px dashed #23587e;
}
#adr {
	display: inline-block;
	text-align: left;
	padding: 2rem;
	width: calc(60% + 2rem);
	font-size: 16px;
}

.sup-link {
	font-size: 1.2em;
	color: #af9898;
	text-decoration: none;
	border-bottom: 1px dashed #af9898;
}
.sup-link:hover {
	color: #292860;
	border-bottom: 1px dashed transparent;
}
.closebt {
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.closebt:hover {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#closebt-container {
	position: relative;
	width:100%;
	margin-top:40px;
}
.modal-content {
	margin-top: 4em;
	text-align:center;
	line-height: 1.4em;
	color: #fff;
	font-size: 2em;
	padding: 0 10em 0 10em;
}
.modal-title {
	font-size: 1.6em !important;
	display: inline-block;
	width: 100%;
	margin-bottom: 1.3em;
}

.warning-message {
	width: 70%;
	text-align: center;
	font-size: 1.1em;
	border: 1px dashed #4d4d4d;
	padding: 1em;
	margin: 1em auto;
	border-radius: 5px;
	margin-bottom: 2em;
}

.redirect-link {
	color: #0facf3;
	font-size: 1.5em;
	text-decoration: none;
	padding-bottom: .2em;
	border-bottom: 2px dashed #0facf3;
}

.redirect-link:hover {
	color: #3c4859;
	border-bottom: 2px dashed #3c4859;
}


.issupererror {
	border: 2px solid red;
	border-radius: 3px;
}
.pay_sliz_container{
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pay_sliz_item{
	width: 35%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pay_sliz_item>img{
	width: 75%;
	cursor: pointer;
	border-radius: 20px;
	padding: 5px;
}
.pay_sliz_item>img.active{
	background-color: #e9e9e9;
}
.pay_sliz_item>img:hover{
	background-color: #e9e9e9;
}
.alert_err.hidden{
	display: none;
}
.vtb_pay_link {
	margin-top: 1rem;
	cursor: pointer;
	padding: 0;
	border: none;
	background-color: white;
	transition: all 0.3s ease-in-out;
}
.vtb_pay_link:hover,.pay_btn:focus{

}
.vtb_pay_link.disabled{
	opacity: 0.5;
	cursor: not-allowed;
}
.pay_btn{
	display: inline-block; padding: 10px 20px;
	font-family: Tahoma;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	background-color: #71B03A; /* Основной цвет бренда */
	border-radius: 1rem;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border:none;
}
.pay_btn:hover:not([disabled]), .pay_btn:focus:not([disabled]) {
	background-color: #5D9E2F;

}
.pay_btn:active {
	background-color: #4C8B25;
}

.pay_btn:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}
