

/* Start:/bitrix/components/bitrix/salescenter.pub.payment.slip/templates/.default/style.css?17800665127931*/
/* Common styles */

.content {
	background: none !important;
	box-shadow: none !important;
}

.payment-slip-common-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 85vh;
	max-height: 100%;
}

.payment-slip-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 90px;
}

.payment-slip-footer__logo {
	display: block;
	border: none;
	margin-bottom: 3px;
	width: 100px;
	height: 20px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22100%22%20height%3D%2220%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M5.303%2015.932c1.927%200%202.89-.658%202.89-2.174%200-1.288-.963-2.02-2.56-2.02H3.527v4.194h1.775zm-.457-7.024c1.522%200%202.308-.86%202.308-1.946%200-1.137-.76-2.02-2.384-2.02H3.528v3.966h1.318zM.055%202.11h5.248c3.625%200%205.248%202.097%205.248%204.22%200%201.364-.685%202.703-1.978%203.36v.05c2.003.531%203.119%202.148%203.119%204.017%200%202.527-1.978%205.003-5.933%205.003H.055V2.111zM13.492%2018.761h3.423V6.811h-3.423v11.95zm-.355-15.639c0-1.086.887-1.97%202.08-1.97%201.165%200%202.053.833%202.053%201.97%200%201.112-.888%202.021-2.054%202.021-1.192%200-2.079-.884-2.079-2.021zM20.186%2015.654v-6.19H17.98V6.81h2.206V4.006l3.448-.985v3.79h3.625l-.786%202.653h-2.84v5.33c0%201.112.356%201.491%201.142%201.491a3.34%203.34%200%20001.774-.53l.99%202.324c-.888.606-2.46.935-3.652.935-2.282%200-3.701-1.264-3.701-3.36M28.476%206.81h2.89l.38%201.264c1.015-.935%201.979-1.566%203.272-1.566.583%200%201.293.176%201.825.555l-1.192%202.83a2.929%202.929%200%2000-1.52-.455c-.736%200-1.32.253-2.232.986v8.337h-3.423V6.811zM37.503%2018.761h3.423V6.811h-3.423v11.95zm-.355-15.639c0-1.086.887-1.97%202.079-1.97%201.166%200%202.053.833%202.053%201.97%200%201.112-.887%202.021-2.053%202.021-1.192%200-2.08-.884-2.08-2.021zM46.326%2012.748l-4.387-5.937h3.55l2.688%203.638%202.687-3.638h3.55l-4.437%205.937%204.487%206.013h-3.55l-2.763-3.74-2.789%203.74h-3.55zM64.504%206.868c0-1.434-1.185-1.936-2.447-1.936-1.69%200-3.078.553-4.364%201.131l-.884-2.64c1.439-.654%203.432-1.383%205.803-1.383%203.709%200%205.5%201.86%205.5%204.475%200%204.576-6.307%205.858-7.367%209.353h7.594v2.917H56.254c.682-8.171%208.25-8.649%208.25-11.917%22/%3E%3Cpath%20d%3D%22M73.662%2012.072h1.514v-1.785c0-1.282.1-2.766.151-3.093l-3.759%204.953a41.211%2041.211%200%20012.094-.075zm-5.928.578l8.325-10.56h2.473v9.982h2.472v2.765h-2.472v3.948h-3.356v-3.948h-7.442V12.65zM92.149%2011.028a4.825%204.825%200%2011-.001-9.65%204.825%204.825%200%20010%209.65m0-11.028a6.204%206.204%200%20100%2012.406%206.204%206.204%200%20100-12.406%22/%3E%3Cpath%20d%3D%22M92.838%203.446v2.067h2.068v1.38H91.46V3.445h1.379z%22/%3E%3C/g%3E%3C/svg%3E');
	background-repeat: no-repeat;
	cursor: pointer;
}

.payment-slip-footer__desc {
	font: var(--ui-font-weight-bold) 16px/19px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: white;
}

/* Default template styles */

.check-container {
	box-shadow: 0 9px 8px 0 rgb(51 51 51 / 9%);
	margin-bottom: 20px;
	width: 100%;
}

.check-container__tail {
	height: 12px;
	margin-bottom: -3px;
	transform: scaleY(0.5);
	width: 100%;
	max-width: 900px;
	background: url("/bitrix/components/bitrix/salescenter.pub.payment.slip/templates/.default/images/polygon.png") repeat-x 0 0;
}

.check-container__data {
	background-color: white;
	max-width: 900px;
	padding: 25px;
	font: 16px var(--ui-font-family-secondary, var(--ui-font-family-open-sans, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif));
	min-width: 250px;
}

.check-container__data span,
.check-container__data b {
	display: block;
}

.check-container-separator {
	width: 100%;
	height: 2px;
	border-bottom: 2px dashed #242424;
	margin: 15px 0;
}

.check-container-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.check-container-center span,
.check-container-center b {
	text-align: center;
	margin-bottom: 15px;
}

.check-container-center span:last-child, b:last-child {
	margin-bottom: 0;
}

.check-container-fields {
	display: flex;
	flex-direction: column;
}

.check-container-field {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.check-container-field span:last-child,
.check-container-field b:last-child {
	text-align: right;
}

.check-container-field span:first-child,
.check-container-field b:first-child {
	text-align: left;
	min-width: 135px;
}

/* Error template styles */


.payment-slip-error-container {
	background: white;
	padding: 40px 50px;
	border-radius: 20px;
	box-shadow: 0 9px 8px 0 rgb(51 51 51 / 9%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.payment-slip-error-container__title {
	max-width: 320px;
	font: 19px/27px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	text-align: center;
	color: #cd1a15;
}

.payment-slip-error-container__logo {
	display: block;
	margin: 0 auto 9px auto;
	width: 114px;
	height: 114px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22114%22%20height%3D%22114%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Cfilter%20x%3D%22-13.2%25%22%20y%3D%22-10.5%25%22%20width%3D%22126.3%25%22%20height%3D%22126.3%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22a%22%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22/%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22/%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%20%20%200%200%200%200%200%20%20%200%200%200%200%200%20%200%200%200%200.0741641171%200%22%20in%3D%22shadowBlurOuter1%22/%3E%3C/filter%3E%3Cfilter%20x%3D%22-9.8%25%22%20y%3D%22-7.8%25%22%20width%3D%22119.6%25%22%20height%3D%22119.6%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22c%22%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22/%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22/%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%20%20%200%200%200%200%200%20%20%200%200%200%200%200%20%200%200%200%200.0741641171%200%22%20in%3D%22shadowBlurOuter1%22/%3E%3C/filter%3E%3Cpath%20d%3D%22M51%2089c-20.987%200-38-17.013-38-38s17.013-38%2038-38%2038%2017.013%2038%2038-17.013%2038-38%2038z%22%20id%3D%22b%22/%3E%3Cpath%20d%3D%22M51%200c28.167%200%2051%2022.833%2051%2051s-22.833%2051-51%2051S0%2079.167%200%2051%2022.833%200%2051%200zm0%202C23.938%202%202%2023.938%202%2051s21.938%2049%2049%2049%2049-21.938%2049-49S78.062%202%2051%202z%22%20id%3D%22d%22/%3E%3C/defs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20opacity%3D%22.866%22%20fill-rule%3D%22nonzero%22%20transform%3D%22translate%286%204%29%22%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23a%29%22%20xlink%3Ahref%3D%22%23b%22/%3E%3Cuse%20fill%3D%22%23FF5752%22%20xlink%3Ahref%3D%22%23b%22/%3E%3C/g%3E%3Cg%20opacity%3D%22.1%22%20fill-rule%3D%22nonzero%22%20transform%3D%22translate%286%204%29%22%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23c%29%22%20xlink%3Ahref%3D%22%23d%22/%3E%3Cuse%20fill%3D%22%23FF5752%22%20xlink%3Ahref%3D%22%23d%22/%3E%3C/g%3E%3Cpath%20d%3D%22M75.16%2064.386L59.612%2038.491c-1.198-1.988-4.052-1.988-5.225%200L38.84%2064.386c-1.223%202.04.255%204.614%202.625%204.614H72.56c2.345%200%203.823-2.575%202.6-4.614zM54.77%2047.514c0-1.147.917-2.065%202.064-2.065h.28c1.147%200%202.065.918%202.065%202.065v7.722a2.056%202.056%200%2001-2.064%202.065h-.28a2.056%202.056%200%2001-2.065-2.065v-7.722zM59.587%2062.5a2.61%202.61%200%2001-2.6%202.6%202.61%202.61%200%2001-2.6-2.6%202.61%202.61%200%20012.6-2.6%202.61%202.61%200%20012.6%202.6z%22%20fill%3D%22%23FFF%22/%3E%3C/g%3E%3C/svg%3E') no-repeat;
}

.check-container-title {
	font-size: 20px;
}
/* End */
/* /bitrix/components/bitrix/salescenter.pub.payment.slip/templates/.default/style.css?17800665127931 */
