

/* Start:/local/components/yks/payment/templates/.default/style.css?17649280803751*/
.ykspayment__page {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #F3F7FB;
}

.ykspayment__form--column {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ykspayment__font {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.ykspayment__container {
	width: 100%;
	padding: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.ykspayment__form {
	max-width: 640px;
	width: 100%;
}

.ykspayment__banner {
	flex: 1;
	height: 354px;
	border-radius: 20px;
	overflow: hidden;
}

.ykspayment__banner-img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.ykspayment__back {
	display: inline-flex;
	align-items: center;
	color: #253036;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 16px;
	gap: 8px
}

.ykspayment__body {
	width: 100%;
	min-height: 354px;
	border-radius: 20px;
	background-color: #fff;
	padding: 32px;
}

.ykspayment__body-status-title {
	font-family: "Rubik";
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
}

.ykspayment__body-status-success {
	color: #6FC700;
}

.ykspayment__body-status-failure {
	color: #FF6666;
}

.ykspayment__body-status-desc {
	margin: 16px 0;
	text-align: center;
	color: #686868;
}

.ykspayment__body-status-details {
	margin-bottom: 20px;
}

.ykspayment__body-status-info {
	text-align: center;
	color: #6F9CB7;
	margin-bottom: 16px;
}

.ykspayment__body-status-item {
	padding: 20px;
	display: flex;
	gap: 24px;
	border-bottom: 1px solid #E5EFF8;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.ykspayment__body-status-item-content {
	flex-grow: 1;
	text-align: right;
	font-weight: 500;
}

.ykspayment__form-header_text {
	color: #253036;
	font-family: "Rubik";
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 16px;
}

.ykspayment__form-header_desc {
	color: #686868;
}

.ykspayment__form-body {
	display: flex;
}

.ykspayment__form-row {
	position: relative;
}

.ykspayment__form-row-text {
	font-family: "Rubik";
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 16px;
}

.ykspayment__form-row-input {
	width: 100%;
	height: 52px;
	padding: 14px 20px 14px 20px;
	gap: 4px;
	border-radius: 4px;
	border: 1px solid #92C2DC80;
	background-color: #F3F7FB;
}

.ykspayment__form-row-input_loader {
	background: url(/local/components/yks/payment/templates/.default/images/loader.svg);
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	bottom: 14px;
	display: none;
}

.ykspayment__form-row-error {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #FF6666;
	margin-top: 3px;
	display: none;
}

.ykspayment__form-price, .ykspayment__form-check {
	display: none;
}

.ykspayment__form-price-rub {
	position: absolute;
	right: 20px;
	bottom: 14px;
	color: #686868;
}

.ykspayment__form-submit,
.ykspayment__body-status-submit {
	margin-top: 8px;
	width: 100%;
	height: 52px;
	border-radius: 26px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	cursor: pointer;
}

.ykspayment__form-submit:disabled {
	opacity: 0.5;
}

.ykspayment__form-group {
	width: 100%;
}

.ykspayment__form-row-flex {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

@media (max-width: 1200px) {
	.ykspayment__container {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.ykspayment__container {
		align-items: center;
		flex-direction: column;
		max-width: 640px;
	}
}

@media (max-width: 640px) {
	.ykspayment__container {
		max-width: 100%;
	}
}

@media (max-width: 600px) {
	.ykspayment__body-status-br {
		display: none;
	}

	.ykspayment__page {
		padding: 15px;
	}

	.ykspayment__form-row-flex {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}

/* End */
/* /local/components/yks/payment/templates/.default/style.css?17649280803751 */
