.salescenter-app-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.salescenter-app-wrapper-fade {
	pointer-events: none;
	opacity: var(--ui-opacity-60);
}

.salescenter-app-wrapper .main-ui-loader {
	z-index: 1000;
}

.salescenter-app-left-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-width: 256px;
	border-right: 1px solid #edeef0;
	-ms-flex-preferred-size: 256px;
	    flex-basis: 256px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow-y: auto;
}

.salescenter-app-right-side {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
	min-width: 734px;
	max-width: 1100px;
	padding: 15px;
	background: #e6ebef;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: var(--ui-border-radius-md);
}

.salescenter-app-chat-wrapper .salescenter-app-right-side {
	max-width: initial;
}

/*region helper nav*/
.salescenter-app-helper-nav {
	margin-right: 18px;
	border-top: 1px solid #dadfe2;
	margin-bottom: 80px;
}

.salescenter-app-helper-nav-item,
.salescenter-app-helper-nav-item-sub {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: 140ms linear background;
	-o-transition: 140ms linear background;
	transition: 140ms linear background
}

.salescenter-app-helper-nav-item-sub {
	padding-left: 18px;
}

.salescenter-app-helper-nav-item-text {
	display: inline-block;
	padding: 4px 12px;
	color: var(--ui-color-base-50);
	text-decoration: none;
	font: 13px/18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.salescenter-app-helper-nav-item:hover,
.salescenter-app-helper-nav-item-sub:hover {
	background: #f5f6f7;
}

.salescenter-app-helper-nav-item.selected,
.salescenter-app-helper-nav-item-sub.selected {
	background: transparent;
}

.salescenter-app-helper-nav-item.selected .salescenter-app-helper-nav-item-text,
.salescenter-app-helper-nav-item-sub.selected .salescenter-app-helper-nav-item-text {
	color: var(--ui-color-base-90);
}

/*endregion*/

/*region form*/
.salescenter-app-page-header {
	padding: 0 4px 6px;
	line-height: 32px;
}

.salescenter-btn-action {
	opacity: .8;
}

.salescenter-app-page-header .salescenter-btn-action.ui-btn-icon-edit {
	padding-left: 0;
}

.salescenter-app-page-header .salescenter-btn-action.ui-btn-icon-edit::after {
	left: 93px;
}

.salescenter-app-page-header .salescenter-btn-delimiter {
	display: inline-block;
	height: 21px;
	width: 2px;
	background-color: rgb(83, 92, 105);
	top: 7px;
	position: relative;
	left: -5px;
	opacity: var(--ui-opacity-none).3;
}

.salescenter-app-form-wrapper {
	display: block;
	position: relative;
	margin-bottom: 14px;
	width: 100%;
}

.salescenter-app-counter {
	position: absolute;
	top: 42px;
	left: 0;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	font-size: var(--ui-font-size-sm);
	color: var(--ui-color-base-70);
}

.salescenter-app-remove {
	width: 24px;
	height: 39px;
	position: absolute;
	right: -13px;
	top: 32px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.salescenter-app-remove:hover {
	opacity: var(--ui-opacity-full);
}

.salescenter-app-remove:after,
.salescenter-app-remove:before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 2px;
	top: 50%;
	left: 50%;
	background-color: #979da5;
}

.salescenter-app-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.salescenter-app-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.salescenter-app-form-container {
	padding: 11px;
}

.salescenter-app-sale-container {
	padding: 11px;
}

.salescenter-app-ctl-label-text {
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.salescenter-app-form-block-title {
	padding-left: 7px;
}

.salescenter-app-form-row,
.salescenter-app-form-row-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.salescenter-app-form-row-discount {
	padding: 10px;
}

.salescenter-app-form-col {
	padding: 0 7px;
}

.salescenter-app-form-col-sm {
	overflow: hidden;
	max-width: 122px;
	min-width: 122px;
}

/*.salescenter-app-form-row-center {*/
/*-webkit-box-align: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*}*/

.salescenter-app-form-text {
	color: var(--ui-color-base-90);
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.salescenter-app-collapse-link-container {
	text-align: right;
	padding: 0 11px;
}

.salescenter-app-collapse-link {
	border-bottom: 1px dashed;
	color: #9b9b9b;
	cursor: pointer;
	text-decoration: none;
	font: 13px/20px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.salescenter-app-collapse-link-hide,
.salescenter-app-collapse-link-show,
.salescenter-app-collapse-link-pointer-event {
	display: inline-block;
	margin: 8px 0 0 1px;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-sm);
	color: #80868e;
	line-height: 20px;
	border: none;
	cursor: pointer;
	/*white-space: nowrap;*/
}

.salescenter-app-collapse-link-pointer-event {
	opacity: .7;
	pointer-events: none;
}

.salescenter-app-collapse-link-show:before,
.salescenter-app-collapse-link-hide:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 2px 5px 0 0;
	width: 15px;
	height: 15px;
	border: 2px solid rgba(0, 0, 0, .09);
	border-radius: var(--ui-border-radius-circle);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: center no-repeat;
}

.salescenter-app-collapse-link-show:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%3E%3Cpath%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2C0%20L4%2C3%20L7%2C3%20L7%2C4%20L4%2C4%20L4%2C7%20L3%2C7%20L3%2C4%20L0%2C4%20L0%2C3%20L3%2C3%20L3%2C0%20L4%2C0%20Z%22%20opacity%3D%22.7%22/%3E%3C/svg%3E');
	background-position: top 2px center;
}

.salescenter-app-collapse-link-hide:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%221%22%20viewBox%3D%220%200%207%201%22%3E%3Crect%20width%3D%227%22%20height%3D%221%22%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22/%3E%3C/svg%3E');
	background-position: top 5px center;
}

.salescenter-app-collapse-link-show:hover:before,
.salescenter-app-collapse-link-hide:hover:before {
	border: 2px solid rgba(0, 0, 0, .15);
}

.salescenter-app-collapse-link:hover {
	border-color: transparent;
	color: var(--ui-color-base-default);
}

.salescenter-app-form-collapse-container {
	overflow: hidden;
	width: 100%;
}

.salescenter-app-form-collapse-container.collapsed {
	max-height: 0;
}

.salescenter-app-form-collapse-container.collapsed {
	max-height: 100%;
}

.salsecenter-ctl-product-label .ui-ctl-element {
	padding-right: 65px;
}

.salsecenter-ctl-product-label.ui-ctl-after-icon .ui-ctl-element {
	padding-right: 80px;
}

.salescenter-ctl-label {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ui-ctl-after-icon .salescenter-ctl-label {
	right: 32px;
}

.salescenter-ctl-label-text {
	text-align: center;
	padding: 0 8px;
	height: 15px;
	border-radius: 7.5px;
	background-color: #c4f1ff;
	display: inline-block;
	color: rgba(var(--ui-color-base-90-rgb), 0.82);
	font: var(--ui-font-weight-bold) 7px/10px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	vertical-align: middle;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*endregion*/

.salescenter-app-add-item-container {
	margin-bottom: 10px;
	padding: 0 11px;
}

.salescenter-app-add-item-link {
	border-bottom: 1px dashed rgba(var(--ui-color-link-primary-base-rgb), .4);
	color: var(--ui-color-link-primary-base);
	text-decoration: none;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font: 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.salescenter-app-add-item-link:hover {
	text-decoration: none;
	border-color: rgba(var(--ui-color-link-primary-base-rgb), 1);
}

.salescenter-app-add-item-link-catalog {
	color: #80868e;
	border-color: rgba(128, 134, 142, .4);
	margin-left: 30px;
	white-space: nowrap;
}

.salescenter-app-add-item-link-catalog:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 2px;
	width: 13px;
	height: 13px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%2380868E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.07.518l.09.003c1.041.106%203.16.507%205.453%202.002l-.154-.098v10.46c-1.403-1.012-3.07-1.676-5.003-1.993l-.427-.064a.619.619%200%2001-.543-.609V1.136C.486.77.797.484%201.16.52zM12.71.486a.622.622%200%2001.702.613v9.044a.613.613%200%2001-.52.609c-1.098.167-3.708.7-5.585%202.179l.13-.1V2.423C8.772%201.453%2010.39.827%2012.287.543z%22/%3E%3C/svg%3E) no-repeat center;
}

.salescenter-app-add-item-link-catalog:hover {
	color: #80868e;
	border-color: rgba(128, 134, 142, 1);
}

/*region result container*/
.salescenter-app-result-container {
	/*border-top: 1px solid #edeef0;*/
	/*padding-top: 15px;*/
}

.salescenter-app-result-grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font: 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: var(--ui-color-base-90);
	margin-bottom: 5px;
}

.salescenter-app-result-grid-item--flex-100 {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: right;
	max-width: calc(100% - 160px);
}

.salescenter-app-result-grid-benefit {
	color: #6e881a;
}

.salescenter-app-result-grid-benefit .salescenter-app-result-grid-item {
	padding-bottom: 14px;
	margin-bottom: 7px;
	border-bottom: 1px solid #f0f3f5;
}

.salescenter-app-result-grid-total {
	color: var(--ui-color-base-90);
}

.salescenter-app-result-grid-total-big {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	font-size: 21px;
	color: var(--ui-color-base-90);
}

.salescenter-app-page-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}

/*endregion*/

/*region payment container*/
.salescenter-app-payment-container {
	border-top: 1px solid #edeef0;
	padding-top: 10px;
}

/*endregion*/

/*region demo*/

.salescenter-app-demo-container {
	position: relative;
	height: calc(100% - 20px);
}

.salescenter-app-demo {
	height: calc(100% - 20px);
	width: 100%;
}

.salescenter-app-demo-overlay {
	height: calc(100% - 20px);
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 20;
	pointer-events: none;
	background: none;
}

.salescenter-app-demo-overlay.salescenter-app-demo-overlay-loading {
	background-color: white;
}

/*endregion*/

/*region start wrapper*/

.salescenter-app-lost,
.salescenter-app-start-wrapper {
	min-height: 300px;
	padding: 0 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border: 1px solid rgba(var(--ui-color-base-90-rgb), 0.14);
}

.salescenter-title-5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
	font-size: 17px;
	margin-bottom: 25px;
}

.salescenter-app-lost-helper {
	position: absolute;
	top: 5px;
	left: 10px;
	right: 70px;
	min-height: 61px;
	padding-left: 70px;
	padding-top: 45px;
	font: 17px/23px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
	background: no-repeat left top url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2263%22%20height%3D%2258%22%20viewBox%3D%220%200%2063%2058%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%232FC6F6%22%20stroke-width%3D%222%22%20transform%3D%22matrix%28-1%200%200%201%2062%200%29%22%20opacity%3D%22.735%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1.93041133%2C58.7905093%20C32.289854%2C53.3260973%2048.737543%2C34.3026782%2051.2734784%2C1.72025211%22%20transform%3D%22rotate%284%2026.602%2030.255%29%22/%3E%0A%20%20%20%20%3Cpolyline%20points%3D%2243.58%209.66%2052.965%201.66%2061.58%209.573%22%20transform%3D%22rotate%287%2052.58%205.66%29%22/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A);
}

.salescenter-app-lost-helper.salescenter-app-not-active {
	left: 140px;
}

.salescenter-app-lost-block {
	background: no-repeat center top url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2266%22%20height%3D%2266%22%20viewBox%3D%220%200%2066%2066%22%3E%0A%20%20%3Cpath%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M306.570115%2C191.873515%20C308.259621%2C191.873515%20309.629088%2C190.504079%20309.629088%2C188.816101%20C309.629088%2C187.126635%20308.259621%2C185.7572%20306.570115%2C185.7572%20C304.88061%2C185.7572%20303.512631%2C187.126635%20303.512631%2C188.816101%20C303.512631%2C190.504079%20304.88061%2C191.873515%20306.570115%2C191.873515%20L306.570115%2C191.873515%20Z%20M308.962217%2C198.534627%20L301.266408%2C198.534627%20L301.266408%2C201.337505%20L304.755571%2C201.337505%20L304.755571%2C219.390236%20L301.373583%2C219.390236%20L301.373583%2C222.194601%20L312.19535%2C222.194601%20L312.19535%2C219.390236%20L308.962217%2C219.390236%20L308.962217%2C198.534627%20Z%20M306%2C234.538871%20C289.68548%2C234.538871%20276.459704%2C221.313399%20276.459704%2C204.999256%20C276.459704%2C188.683623%20289.68548%2C175.459641%20306%2C175.459641%20C322.316008%2C175.459641%20335.540296%2C188.683623%20335.540296%2C204.999256%20C335.540296%2C221.313399%20322.316008%2C234.538871%20306%2C234.538871%20L306%2C234.538871%20Z%20M306%2C172%20C287.774326%2C172%20273%2C186.773985%20273%2C204.999239%20C273%2C223.224494%20287.774326%2C238%20306%2C238%20C324.225674%2C238%20339%2C223.224494%20339%2C204.999239%20C339%2C186.773985%20324.225674%2C172%20306%2C172%20L306%2C172%20Z%22%20transform%3D%22translate%28-273%20-172%29%22/%3E%0A%3C/svg%3E%0A);
	padding-top: 70px;
	margin-top: 5px;
}

.salescenter-app-demo-overlay-modification {
	background: var(--ui-color-background-primary);
	border: 1px #fefefe solid;
	border-radius: 100px;
	padding: 2px 20px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: var(--ui-color-base-90);
	font: 12px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	vertical-align: middle;
	z-index: 310;
	min-height: 22px;
	min-width: 38px;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

/*endregion*/

.ui-sidepanel-sidebar.salescenter-app-sidebar {
	width: 260px;
	margin: 0;
	padding-left: 4px;
}

.btn-send-crm {
	position: absolute;
	right: 35px;
}

.salescenter-app-menu-add-page {
	margin: 0 0 0 33px;
	padding: 0;
	text-transform: lowercase;
}

.salescenter-app-menu-add-page .salescenter-app-helper-nav-item-text {
	border-bottom: 1px dashed;
	margin: 4px 12px 4px 4px;
	padding: 0;
}

.salescenter-app-menu-add-page.salescenter-app-helper-nav-item:hover {
	background: inherit;
}

.salescenter-app-menu-add-page .salescenter-app-helper-nav-item-add.salescenter-app-helper-nav-item-text {
	padding: 0;
	margin: 0 0 0 12px;
	border-bottom: none;
}

.salescenter-app-sidebar .ui-sidepanel-submenu-active .ui-sidepanel-submenu-link .ui-sidepanel-menu-link-text {
	margin-left: 34px;
	margin-right: 26px;
}

.salescenter-app-sidebar .ui-sidepanel-menu-active .ui-sidepanel-menu-link .ui-sidepanel-menu-link-text {
	border-radius: inherit;
	background-color: inherit;
	font: inherit;
	color: inherit;
}

.salescenter-app-sidebar .salescenter-app-sidebar-menu-active .ui-sidepanel-menu-link .ui-sidepanel-menu-link-text {
	border-radius: 18px;
	background-color: rgba(94, 102, 117, .76);
	font: 15px/25px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: var(--ui-color-background-primary);
	padding: 0 11px;
}

.salescenter-app-sidebar .salescenter-app-sidebar-menu-active .ui-sidepanel-menu-link .ui-sidepanel-menu-link-text {
	margin: 0 0 0 -12px;
}

.salescenter-form-error {
	position: absolute;
	font-size: var(--ui-font-size-sm);
	color: #ff5752;
	line-height: 22px;
}

.salescenter-button-panel {
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.salescenter-button-panel .ui-alert {
	margin-bottom: 0
}

.salescenter-app-sidebar .ui-sidepanel-submenu-link:hover .ui-sidepanel-edit-btn {
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}

.salescenter-app-sidebar .ui-sidepanel-submenu-item.ui-sidepanel-submenu-edit-mode .ui-sidepanel-edit-btn {
	display: none;
}

.salescenter-app-text-line-through {
	text-decoration: line-through
}

.salescenter-app-sale-container .salescenter-app-text-line-through {
	margin-right: 5px;
}

.salescenter-app-banner {
	margin-top: 25px;
}

.salescenter-app-banner-inner {
	background: rgba(56, 197, 243, .1);
	border-radius: 1px;
	padding: 15px 14px 22px;
	min-height: 200px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.salescenter-app-banner-title {
	color: var(--ui-color-link-primary-base);
	font: 14px/20px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(var(--ui-color-base-90-rgb), .06);
	margin-bottom: 16px;
}

.salescenter-app-banner-content {
	padding-left: 145px;
	position: relative;
}

.salescenter-app-banner-content:before {
	position: absolute;
	top: 0;
	left: 10px;
	width: 108px;
	height: 115px;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%22108%22%20height%3D%22115%22%3E%3Cdefs%3E%3Cpath%20id%3D%22b%22%20d%3D%22M40.842%2046l2.618%206.633A1%201%200%200%201%2042.53%2054H20.47a1%201%200%200%201-.93-1.367L22.158%2046H2.862C1.424%2046%200%2044.529%200%2043V3c0-1.529%201.424-3%202.862-3h56.276C60.576%200%2062%201.471%2062%203v40c0%201.529-1.424%203-2.862%203H40.842z%22/%3E%3Cfilter%20id%3D%22a%22%20width%3D%22103.2%25%22%20height%3D%22107.4%25%22%20x%3D%22-1.6%25%22%20y%3D%22-1.9%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22/%3E%3CfeColorMatrix%20in%3D%22shadowOffsetOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.118687726%200%22/%3E%3C/filter%3E%3Crect%20id%3D%22d%22%20width%3D%2228%22%20height%3D%2218%22%20y%3D%221%22%20rx%3D%222%22/%3E%3Cfilter%20id%3D%22c%22%20width%3D%22107.1%25%22%20height%3D%22122.2%25%22%20x%3D%22-3.6%25%22%20y%3D%22-5.6%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22/%3E%3CfeColorMatrix%20in%3D%22shadowOffsetOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.189712631%200%22/%3E%3C/filter%3E%3C/defs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2254%22%20cy%3D%2254%22%20r%3D%2254%22%20fill%3D%22%232FC6F6%22%20opacity%3D%22.095%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M101.708%208.24c.001-.034.011-.066.011-.1%200-1.734-1.464-3.14-3.27-3.14a3.274%203.274%200%200%200-2.958%201.821%203.985%203.985%200%200%200-1.331-.24c-2.081%200-3.765%201.578-3.861%203.553-.08-.006-.158-.023-.24-.023-1.69%200-3.059%201.318-3.059%202.944C87%2014.682%2088.369%2016%2090.059%2016c.271%200%20.529-.045.78-.108.196.064.403.108.622.108h8.258c.17%200%20.333-.028.49-.067.228.038.461.067.701.067%202.259%200%204.09-1.754%204.09-3.919%200-1.902-1.415-3.485-3.292-3.841%22%20opacity%3D%22.5%22/%3E%3Cpath%20fill%3D%22%23B0ECFF%22%20d%3D%22M42.179%2096.275c0-4.017-3.4-7.275-7.593-7.275-3.05%200-5.66%201.733-6.87%204.22-.967-.341-1.998-.557-3.09-.557-4.832%200-8.742%203.656-8.965%208.232-.186-.014-.367-.053-.558-.053-3.924%200-7.103%203.054-7.103%206.821%200%203.77%203.179%206.823%207.103%206.823H40.3c5.246%200%209.498-4.064%209.498-9.08%200-4.407-3.286-8.074-7.645-8.9.003-.078.026-.152.026-.23z%22%20opacity%3D%22.5%22/%3E%3Cpath%20fill%3D%22%232FC6F6%22%20d%3D%22M22.88%2011.007c0-.052.016-.102.016-.154C22.896%208.173%2020.62%206%2017.81%206c-2.043%200-3.791%201.156-4.602%202.814a6.236%206.236%200%200%200-2.07-.37c-3.237%200-5.857%202.438-6.006%205.49-.125-.009-.246-.035-.374-.035C2.13%2013.899%200%2015.936%200%2018.449%200%2020.963%202.13%2023%204.758%2023c.422%200%20.823-.07%201.214-.167.305.099.627.167.967.167h12.846c.265%200%20.518-.043.762-.104a6.65%206.65%200%200%200%201.09.104C25.153%2023%2028%2020.29%2028%2016.943c0-2.94-2.201-5.386-5.12-5.936%22%20opacity%3D%22.2%22/%3E%3Cpath%20stroke%3D%22%23FFF%22%20d%3D%22M88.342%2085.535c.001-.038.012-.072.012-.11%200-1.891-1.626-3.425-3.633-3.425-1.459%200-2.708.816-3.287%201.987a4.501%204.501%200%200%200-1.478-.262c-2.313%200-4.184%201.721-4.29%203.876-.09-.007-.176-.025-.267-.025-1.878%200-3.399%201.437-3.399%203.211C72%2092.562%2073.521%2094%2075.399%2094a3.6%203.6%200%200%200%20.867-.118c.217.07.447.118.69.118h9.176c.19%200%20.37-.03.545-.073.253.041.512.073.779.073C89.966%2094%2092%2092.087%2092%2089.725c0-2.075-1.572-3.802-3.658-4.19%22%20opacity%3D%22.37%22/%3E%3Cg%20transform%3D%22translate%2823%2028%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%23FFF%22%20xlink%3Ahref%3D%22%23b%22/%3E%3Cpath%20fill%3D%22%230AE989%22%20d%3D%22M5%2040h52V4H5z%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17%2037h29V9H17z%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20opacity%3D%22.5%22%20d%3D%22M12%2033h-2V11h2z%22/%3E%3Cpath%20fill%3D%22%23BBED21%22%20d%3D%22M20%2015h18v-3H20zM20%2020h18v-3H20zM20%2025h12v-3H20z%22/%3E%3C/g%3E%3Cg%20transform%3D%22translate%2861%2041%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%232FC6F6%22%20xlink%3Ahref%3D%22%23d%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3%2011h5v5H3z%22/%3E%3Cpath%20fill%3D%22%232066B0%22%20d%3D%22M0%205h28v4H0z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
	background-repeat: no-repeat;
	content: '';
}

.salescenter-app-banner-text {
	color: var(--ui-color-base-90);
	margin-bottom: 25px;
}

.salescenter-app-banner-close {
	position: absolute;
	right: -9px;
	top: -9px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--ui-color-background-primary);
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.salescenter-app-banner-close:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	opacity: .4;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20opacity%3D%22127623%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.4%207L11.2%204.2L9.8%202.8L7%205.6L4.2%202.8L2.8%204.2L5.6%207L2.8%209.8L4.2%2011.2L7%208.4L9.8%2011.2L11.2%209.8L8.4%207Z%22%20fill%3D%22%23525C69%22/%3E%0A%3C/svg%3E%0A) no-repeat center;
}

.salescenter-app-banner-close:hover:before {
	opacity: .63;
}

.salescenter-app-wrapper .salescenter-limit-container {
	margin: 0 -20px;
}

.salescenter-app-wrapper .salescenter-limit-container .salescenter-limit-inner {
	padding: 20px 10px 175px 10px;
}

.salescenter-app-wrapper .salescenter-limit-container .salescenter-limit-inner .salescenter-limit-img {
	left: 10px;
	top: 10px;
}

.salescenter-app-wrapper .salescenter-limit-container .salescenter-limit-inner .salescenter-limit-desc {
	padding: 0 0 35px 150px;
}

.salescenter-app-wrapper .salescenter-limit-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.salescenter-app-payment-side {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: var(--ui-font-size-md);
}

.salescenter-app-payment-by-sms-title {
	padding: 7px 0 25px 7px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
	font-size: 22px;
	color: var(--ui-color-base-default);
	line-height: 28px;
}

/*salescenter-app-payment-by-sms-item*/

.salescenter-app-payment-by-sms-item {
	display: block;
	overflow: hidden;
	position: relative;
	min-height: 20px;
	padding: 16px 30px 5px 59px;
	margin-bottom: 5px;
	background: var(--ui-color-background-primary);
	border-radius: var(--ui-border-radius-sm);
}

.salescenter-app-payment-by-sms-item-disabled {
	background: rgba(255, 255, 255, 7);
}

.salescenter-app-payment-by-sms-item-disabled-bg {
	background: #f7f9fa;
}

/*.salescenter-app-payment-by-sms-item-disabled-bg .salescenter-app-payment-by-sms-item-counter,*/
.salescenter-app-payment-by-sms-item-disabled-bg .salescenter-app-payment-by-sms-item-counter:after {
	background: #f7f9fa !important;
}

.salescenter-app-payment-by-sms-item:last-of-type {
	margin-bottom: auto;
}

.salescenter-app-payment-by-sms-item-counter {
	position: absolute;
	left: 0;
	top: 0;
	width: 59px;
	bottom: 0;
	background: var(--ui-color-primary-alt);
}

.salescenter-app-payment-by-sms-item-current .salescenter-app-payment-by-sms-item-counter {
	background: var(--ui-color-accent-aqua);
}

.salescenter-app-payment-by-sms-item-disabled .salescenter-app-payment-by-sms-item-counter {
	background: #c9cfd3;
}

.salescenter-app-payment-by-sms-item-counter:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--ui-color-background-primary);
	pointer-events: none;
}

.salescenter-app-payment-by-sms-item-counter-rounder {
	display: none;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 10px;
	left: 12px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2C0%20L40%2C40%20L0%2C40%20L0%2C0%20L40%2C0%20Z%20M33.0123065%2C33.031034%20C30.3796037%2C35.7735235%2027.1166009%2C37.5090846%2023.6863237%2C38.2294586%20L23.9848323%2C39.708797%20C27.791456%2C38.9091904%2031.2911597%2C36.9812959%2034.0684581%2C34.0877984%20L33.0123065%2C33.031034%20Z%20M6.33423862%2C32.3151611%20L5.227496%2C33.3164065%20C5.58083391%2C33.7243627%205.94342283%2C34.1097121%206.38380451%2C34.5438579%20C8.86363532%2C36.9640551%2011.8542961%2C38.6459333%2015.1010327%2C39.494152%20L15.4671377%2C38.030755%20C12.5047646%2C37.2568208%209.69276892%2C35.7097291%207.33594895%2C33.3840432%20C6.98555989%2C33.0382829%206.65165062%2C32.6816477%206.33423862%2C32.3151611%20Z%20M38.9668933%2C14.4986674%20L37.5442506%2C14.9087391%20C38.5231662%2C18.4552289%2038.4563583%2C22.2442496%2037.3350857%2C25.7640679%20L38.7407553%2C26.2312776%20C39.9501733%2C22.4345378%2040.0272912%2C18.340329%2038.9668933%2C14.4986674%20Z%20M1.30873375%2C13.5824326%20C0.0694023672%2C17.3692865%20-0.0393498312%2C21.4626085%200.990830652%2C25.3127404%20L2.41663033%2C24.9142821%20C1.46614337%2C21.3619175%201.56115179%2C17.5740169%202.71039259%2C14.0620598%20L1.30873375%2C13.5824326%20Z%20M24.7456583%2C0.433428588%20L24.390965%2C1.89975731%20C27.4053965%2C2.66097657%2030.2696331%2C4.22013089%2032.6640542%2C6.58292117%20C32.9791779%2C6.89388199%2033.2809721%2C7.21363878%2033.5694241%2C7.54144705%20L34.6681177%2C6.53098742%20C34.346309%2C6.16529724%2034.0185237%2C5.81969952%2033.6153974%2C5.42232396%20C31.0963609%2C2.96413667%2028.0503537%2C1.26796005%2024.7456583%2C0.433428588%20Z%20M15.8610203%2C0.291203016%20C12.0623576%2C1.12146095%208.57897499%2C3.07687689%205.82269203%2C5.9934581%20L6.88599118%2C7.04271084%20C9.49977116%2C4.27692021%2012.7485867%2C2.51598042%2016.170771%2C1.76812598%20L15.8610203%2C0.291203016%20Z%22/%3E%3C/svg%3E') center center no-repeat;
	background-color: inherit;
	border-radius: var(--ui-border-radius-circle);
	z-index: 9;
}

.salescenter-app-payment-by-sms-item-current .salescenter-app-payment-by-sms-item-counter-rounder {
	background-color: var(--ui-color-accent-aqua);
	display: block;
	-webkit-animation: salescenter-app-payment-by-sms-item-counter-rounder 4s linear infinite;
	        animation: salescenter-app-payment-by-sms-item-counter-rounder 4s linear infinite;
}

@-webkit-keyframes salescenter-app-payment-by-sms-item-counter-rounder {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
		opacity: var(--ui-opacity-full);
	}
	25% {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
		opacity: .3;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		opacity: 3;
	}
	75% {
		-webkit-transform: rotate(270deg);
		        transform: rotate(270deg);
		opacity: .3;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		opacity: var(--ui-opacity-full);
	}
}

@keyframes salescenter-app-payment-by-sms-item-counter-rounder {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
		opacity: var(--ui-opacity-full);
	}
	25% {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
		opacity: .3;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		opacity: 3;
	}
	75% {
		-webkit-transform: rotate(270deg);
		        transform: rotate(270deg);
		opacity: .3;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		opacity: var(--ui-opacity-full);
	}
}

.salescenter-app-payment-by-sms-item-counter-number {
	display: block;
	position: relative;
	margin: 14px 0 0 16px;
	background: inherit;
	width: 31px;
	height: 31px;
	border-radius: var(--ui-border-radius-circle);
	z-index: 99;
}

.salescenter-app-payment-by-sms-item-current .salescenter-app-payment-by-sms-item-counter-number {
	background: var(--ui-color-accent-aqua) !important;
}

.salescenter-app-payment-by-sms-item-counter-number-checker {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	right: -5px;
	top: 0;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%226%22%20height%3D%225%22%20viewBox%3D%220%200%206%205%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20points%3D%222.166%202.576%20.993%201.481%200%202.421%202.112%204.405%202.113%204.404%202.167%204.455%205.875%20.94%204.883%200%22/%3E%3C/svg%3E') center center no-repeat;
	background-color: inherit;
	border: 2px solid var(--ui-color-background-primary);
	border-radius: var(--ui-border-radius-circle);
	z-index: 9;
}

.salescenter-app-payment-by-sms-item-counter-line {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	width: 3px;
	background: inherit;
	bottom: 0;
	opacity: var(--ui-opacity-50);
	z-index: 9;
}

.salescenter-app-payment-by-sms-item:first-of-type .salescenter-app-payment-by-sms-item-counter-line {
	top: 42px;
}

.salescenter-app-payment-by-sms-item-current .salescenter-app-payment-by-sms-item-counter-line {
	background: var(--ui-color-accent-aqua);
}

.salescenter-app-payment-by-sms-item-counter-number-text {
	display: block;
	position: relative;
	z-index: 9;
	text-align: center;
	font: var(--ui-font-size-xl)/31px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
	color: var(--ui-color-background-primary);
}

.salescenter-app-payment-by-sms-item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0 1px 17px 1px;
	border-bottom: 1px solid rgba(var(--ui-color-base-90-rgb), .1);
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	font-size: var(--ui-font-size-2xl);
	color: var(--ui-color-base-default);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.salescenter-app-payment-by-sms-item-title--prod {
	margin: 11px 11px 2px 11px;
	padding-right: 0;
}

.salescenter-app-payment-by-sms-item-title-collapsible {
	padding: 0 35px 17px 1px;
	cursor: pointer;
}

.salescenter-app-payment-by-sms-item-title-collapsible:after {
	content: '';
	position: absolute;
	right: -6px;
	top: 7px;
	width: 8px;
	height: 8px;
	border: 2px solid var(--ui-color-base-default);
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	opacity: 0.7;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.salescenter-app-payment-by-sms-item-hide .salescenter-app-payment-by-sms-item-title:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	opacity: .7;
}

.salescenter-app-payment-by-sms-item-hide .salescenter-app-payment-by-sms-item-title:hover:after {
	opacity: var(--ui-opacity-full);
	-webkit-transition: .05s;
	-o-transition: .05s;
	transition: .05s;
}

.salescenter-app-payment-by-sms-item-title-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.salescenter-app-payment-by-sms-item-title-info {
	float: right;
	height: 20px;
	margin-left: 30px;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-md);
	color: #80868e;
	line-height: 24px;
	border-bottom: 1px dashed rgba(var(--ui-color-base-70-rgb), var(--ui-opacity-40));
	border-top: 1px solid transparent;
	cursor: pointer;
	margin-right: 20px;
	white-space: nowrap;
}

.salescenter-app-payment-by-sms-item-title-info:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 -20px 0 5px;
	width: 14px;
	height: 14px;
	background: rgba(177, 183, 197, .74) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224%22%20height%3D%229%22%20viewBox%3D%220%200%204%209%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.29402252%2C2.84923094%20L2.294%2C2.85%20L2.92728351%2C2.85086719%20L2.927%2C7.166%20L3.90606431%2C7.1669153%20L3.90606431%2C8.02772537%20L2.08277839e-13%2C8.02772537%20L2.08277839e-13%2C7.1669153%20L1.147%2C7.166%20L1.147%2C3.723%20L2.08277839e-13%2C3.72367505%20L2.08277839e-13%2C2.84923094%20L2.29402252%2C2.84923094%20Z%20M1.94965327%2C2.48689958e-14%20C2.4917637%2C2.48689958e-14%202.93123103%2C0.435246983%202.93123103%2C0.972151347%20C2.93123103%2C1.50905571%202.4917637%2C1.94430269%201.94965327%2C1.94430269%20C1.40754283%2C1.94430269%200.968075498%2C1.50905571%200.968075498%2C0.972151347%20C0.968075498%2C0.435246983%201.40754283%2C2.48689958e-14%201.94965327%2C2.48689958e-14%20Z%22/%3E%3C/svg%3E') center center no-repeat;
	border-radius: var(--ui-border-radius-circle);
}

.salescenter-app-payment-by-sms-item-title-info:hover:after {
	background-color: rgba(177, 183, 197, .9);
}

.salescenter-app-payment-by-sms-item-title-info:hover {
	border-bottom: 1px dashed rgba(var(--ui-color-base-70-rgb), .7);
}


.salescenter-app-payment-by-sms-item-title-info--link {
	color: var(--ui-color-link-primary-base);
	border-bottom: 1px dashed rgba(var(--ui-color-link-primary-base-rgb), .4);
	margin-right: 0;
}

.salescenter-app-payment-by-sms-item-title-info--link:hover {
	border-bottom: 1px dashed rgba(var(--ui-color-link-primary-base-rgb), 1);
}

.salescenter-app-payment-by-sms-item-title-info--link:after {
	content: none;
}

.salescenter-app-payment-by-sms-item-title-info--link-gray {
	margin-right: 0;
}

.salescenter-app-payment-by-sms-item-title-info--link-gray:after {
	content: none;
}

.salescenter-app-payment-by-sms-item-disabled .salescenter-app-payment-by-sms-item-title {
	color: rgba(var(--ui-color-base-default-rgb), var(--ui-opacity-50));
}

.salescenter-app-payment-by-sms-item-container {
	display: block;
	padding: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.salescenter-app-payment-collapsible-block {
	max-height: 2000px;
	padding: 0;
	opacity: var(--ui-opacity-full);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.salescenter-app-payment-collapsible-block.salescenter-app-payment-collapsible-block-collapsed {
	max-height: 0;
	opacity: var(--ui-opacity-none);
	overflow: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.salescenter-app-payment-by-sms-item-hide .salescenter-app-payment-by-sms-item-container {
	opacity: var(--ui-opacity-none);
}

.salescenter-app-payment-by-sms-item-hide .salescenter-app-payment-by-sms-item-container {
	opacity: var(--ui-opacity-none);
	-webkit-animation: salescenter-app-payment-by-sms-item-show .15s linear forwards;
	        animation: salescenter-app-payment-by-sms-item-show .15s linear forwards;
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
}

@-webkit-keyframes salescenter-app-payment-by-sms-item-show {
	0% {
		opacity: var(--ui-opacity-none);
	}
	100% {
		opacity: var(--ui-opacity-full);
	}
}

@keyframes salescenter-app-payment-by-sms-item-show {
	0% {
		opacity: var(--ui-opacity-none);
	}
	100% {
		opacity: var(--ui-opacity-full);
	}
}

.salescenter-app-payment-by-sms-item-container:before,
.salescenter-app-payment-by-sms-item-container:after {
	content: '';
	display: block;
	overflow: hidden;
}

.salescenter-app-payment-by-sms-item-container:before {
	height: 20px;
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-container:before {
	height: 0;
}

.salescenter-app-payment-by-sms-item-container:after {
	height: 26px;
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-container:after {
	height: 16px;
}

.salescenter-app-payment-by-sms-item-container-offtop:before {
	height: 9px;
}

.salescenter-app-payment-by-sms-item-hide .salescenter-app-payment-by-sms-item-title {
	border-color: transparent;
}

.salescenter-app-payment-by-sms-item-container--inline {
	display: inline-block;
}

.salescenter-app-payment-by-sms-item-container-sms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0 4px 0;
}

.salescenter-app-payment-by-sms-item-container-sms-user {
	display: block;
	width: 60px;
}

.salescenter-app-payment-by-sms-item-container-sms-user-avatar {
	display: block;
	margin: 4px auto 2px auto;
	width: 40px;
	height: 40px;
	background: #7b8691 url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M72.7856666%2C62.2540935%20C72.7856666%2C59.9430795%2069.7566666%2C57.3030635%2063.7856666%2C55.7650542%20C61.7635193%2C55.2035354%2059.8406739%2C54.3318402%2058.0856666%2C53.1810386%20C57.7026666%2C52.9630373%2057.7606666%2C50.945025%2057.7606666%2C50.945025%20L55.8386666%2C50.6530233%20C55.8386666%2C50.4890223%2055.6746666%2C48.0690076%2055.6746666%2C48.0690076%20C57.9746666%2C47.299003%2057.7376666%2C42.7549755%2057.7376666%2C42.7549755%20C59.1976666%2C43.5619804%2060.1486666%2C39.9709586%2060.1486666%2C39.9709586%20C61.8766666%2C34.9769284%2059.2886666%2C35.2779302%2059.2886666%2C35.2779302%20C60.1106666%2C31.5399076%2059.2886666%2C26.0778745%2059.2886666%2C26.0778745%20C58.1386666%2C15.9618133%2040.8186666%2C18.7078299%2042.8716666%2C22.0128499%20C37.8096666%2C21.0788443%2038.9646666%2C32.5639138%2038.9646666%2C32.5639138%20L40.0646666%2C35.5329318%20C37.9086666%2C36.9249402%2039.4066666%2C38.6119504%2039.4796666%2C40.5529621%20C39.5856666%2C43.4179795%2041.3406666%2C42.8249759%2041.3406666%2C42.8249759%20C41.4496666%2C47.5530045%2043.7866666%2C48.1750083%2043.7866666%2C48.1750083%20C44.2266666%2C51.1440262%2043.9526666%2C50.6390232%2043.9526666%2C50.6390232%20L41.8706666%2C50.8890247%20C41.8989236%2C51.5642186%2041.8438415%2C52.240321%2041.7066666%2C52.9020369%20C39.2576666%2C53.9950435%2038.7356666%2C54.6290473%2036.3006666%2C55.6950538%20C31.6006666%2C57.7480662%2026.4926666%2C60.4180824%2025.5856666%2C64.0121041%20C24.6786666%2C67.6061259%2023.0006666%2C75.9951766%2023.0006666%2C75.9951766%20L76.0006666%2C75.9951766%20L72.7856666%2C62.2540935%20Z%22/%3E%3C/svg%3E%0A') center no-repeat;
	background-size: cover;
	border-radius: var(--ui-border-radius-circle);
}

.salescenter-app-payment-by-sms-item-container-sms-user-name {
	display: block;
	text-align: center;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-4xs);
	color: #969ba2;
}

.salescenter-app-payment-by-sms-item-container-sms-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	padding: 0 40px 0 22px;
}

.salescenter-app-payment-by-sms-item-container-sms-content-edit,
.salescenter-app-payment-by-sms-item-container-sms-content-lock {
	position: absolute;
	width: 40px;
	height: 46px;
	top: 0;
	right: -40px;
	opacity: var(--ui-opacity-40);
	cursor: pointer;
	-webkit-transition: .1s time;
	-o-transition: .1s time;
	transition: .1s time;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.4358633%2C5.03481936%20L18.9864331%2C7.61224176%20L9.00876666%2C17.563056%20L6.45819647%2C14.9856339%20L16.4358633%2C5.03481936%20Z%20M5.02558382%2C18.6726366%20C5.00146497%2C18.7639157%205.0273066%2C18.8603615%205.09277206%2C18.9275292%20C5.1599603%2C18.9946969%205.25643572%2C19.0205306%205.34774281%2C18.9946969%20L8.19893597%2C18.2265744%20L5.79394162%2C15.8223165%20L5.02558382%2C18.6726366%20Z%22%20transform%3D%22translate%28-5%20-5%29%22/%3E%3C/svg%3E') center no-repeat;
}

.salescenter-app-payment-by-sms-item-container-sms-content-save {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%226%22%20viewBox%3D%220%200%207%206%22%3E%3Cpolygon%20fill%3D%22%23525C6%22%20fill-rule%3D%22evenodd%22%20points%3D%222.446%203.435%201.013%202.002%200%203.015%202.391%205.406%202.447%205.46%206.894%201.013%205.881%200%22/%3E%3C/svg%3E');
	background-size: 12px;
}

.salescenter-app-payment-by-sms-item-container-sms-content-edit:hover {
	opacity: var(--ui-opacity-70);
}

.salescenter-app-payment-by-sms-item-container-sms-content-lock,
.salescenter-app-payment-by-sms-item-container-sms-content-lock:hover {
	opacity: var(--ui-opacity-full);
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%229%22%20height%3D%2213%22%20viewBox%3D%220%200%209%2013%22%3E%3Cpath%20fill%3D%22%2316B9EB%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.01239287%2C11.1799674%20L4.98278772%2C11.1799674%20L4.98278772%2C9.89734992%20C4.7974873%2C9.74836266%204.67886335%2C9.520731%204.67886335%2C9.26552192%20C4.67886335%2C8.81664196%205.04544143%2C8.45275834%205.49760613%2C8.45275834%20C5.94973915%2C8.45275834%206.31631723%2C8.81664196%206.31631723%2C9.26552192%20C6.31631723%2C9.520731%206.19772496%2C9.74836266%206.01239287%2C9.89734992%20L6.01239287%2C11.1799674%20Z%20M3.25607289%2C4.44717692%20C3.25607289%2C3.21820494%204.25964095%2C2.22192728%205.49757445%2C2.22192728%20C6.73553963%2C2.22192728%207.7391077%2C3.21820494%207.7391077%2C4.44717692%20L7.7391077%2C6.05671995%20L3.25607289%2C6.05671995%20L3.25607289%2C4.44717692%20Z%20M8.92370002%2C6.05671995%20L8.92370002%2C4.44717692%20C8.92370002%2C2.56870473%207.38976098%2C1.04594043%205.49757445%2C1.04594043%20C3.60541961%2C1.04594043%202.07148056%2C2.56870473%202.07148056%2C4.44717692%20L2.07148056%2C6.05671995%20L1.03135922%2C6.05671995%20L1.03135922%2C13.0090392%20L9.96382137%2C13.0090392%20L9.96382137%2C6.05671995%20L8.92370002%2C6.05671995%20Z%22%20transform%3D%22translate%28-1%20-1%29%22/%3E%3C/svg%3E') center no-repeat;
}

.salescenter-app-payment-by-sms-item-container-sms-content-message {
	float: left;
	position: relative;
	padding: 13px 17px;
	background: #ddf4fd;
	border-radius: var(--ui-border-radius-3xl);
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-md);
	color: #0c0c0c;
	line-height: 20px;
}

.salescenter-app-payment-by-sms-item-container-sms-content-message-text {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.salescenter-app-payment-by-sms-item-container-sms-content-message-text-edit {
	margin: -3px -5px;
	padding: 3px 5px;
	background: #fbfeff;
	border-radius: var(--ui-border-radius-md);
	outline: none;
}

.salescenter-app-payment-by-sms-item-container-sms-content-message-link {
	color: #0b66c3;
}

.salescenter-app-payment-by-sms-item-container-sms-content-message-link-ref {
	color: rgba(128, 134, 142, .7);
}

.salescenter-app-payment-by-sms-item-container-sms-content-message:before {
	content: '';
	width: 19px;
	height: 17px;
	position: absolute;
	top: 20px;
	left: -12px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2219%22%20height%3D%2217%22%20viewBox%3D%220%200%2019%2017%22%3E%3Cpath%20fill%3D%22%23ddf4fd%22%20d%3D%22M0.00637011437%2C12.8138411%20C-0.317530323%2C13.9953315%2011.7965124%2C18.9660587%2016.716914%2C15.5718904%20C21.6373155%2C12.1777221%2014.4385337%2C-4.41509258%2012.7422864%2C1.12094297%20C11.0460392%2C6.65697853%200.330270552%2C11.6323507%200.00637011437%2C12.8138411%20Z%22/%3E%3C/svg%3E') center center no-repeat;
}

.salescenter-app-payment-by-sms-item-container-sms-content-info {
	clear: both;
	display: block;
	padding: 3px 17px;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-xs);
	color: rgba(128, 134, 142, .7);
	line-height: 16px;
}

.salescenter-app-payment-by-sms-item-container-sms-content-info span {
	display: inline-block;
	color: rgba(128, 134, 142, .7);
	border-bottom: 1px dashed rgba(128, 134, 142, .4);
	cursor: pointer;
}

.salescenter-app-payment-by-sms-item-container-sms-content-info select {
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-xs);
	/*color: rgba(128,134,142,1);*/
	color: #0b66c3;
	line-height: 16px;
	background: none;
	border: none !important;
	border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	outline: none !important;
	cursor: pointer;
}

.salescenter-app-payment-by-sms-item-container-sms-content-info a:hover {
	color: rgba(128, 134, 142, .7);
	border-bottom: 1px dashed rgba(128, 134, 142, .8);
}

.salescenter-app-payment-by-sms-item-container-payment {
	margin: -7px -7px -14px -7px;
	font-size: 0;
}

.salescenter-app-payment-by-sms-item-container-payment-item {
	width: calc(20% - 14px);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	background: var(--ui-color-background-primary);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
	border-radius: var(--ui-border-radius-sm);
	margin: 7px;
	cursor: pointer;
	-webkit-transition: 180ms;
	-o-transition: 180ms;
	transition: 180ms;
}

.salescenter-app-payment-by-sms-item-container-payment-item:before {
	content: '';
	display: block;
	padding-top: 55%;
	pointer-events: none;
}

.salescenter-app-payment-by-sms-item-container-payment-item-contet {
	position: absolute;
	padding: 13px;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}

.salescenter-app-payment-by-sms-item-container-payment-item-added {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: rgba(var(--ui-color-background-primary-rgb), .66);
	border: 1px dashed rgba(var(--ui-color-base-90-rgb), .18);
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.salescenter-app-payment-by-sms-item-container-payment-item-added:hover {
	border: 1px dashed rgba(var(--ui-color-base-90-rgb), .25);
}

.salescenter-app-payment-by-sms-item-container-payment-item-added-text {
	opacity: .64;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	font-size: var(--ui-font-size-sm);
	color: var(--ui-color-base-90);
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.salescenter-app-payment-by-sms-item-container-payment-item-added:hover .salescenter-app-payment-by-sms-item-container-payment-item-added-text {
	opacity: var(--ui-opacity-80);
}

.salescenter-app-payment-by-sms-item-container-payment-item-title-text {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	font-size: var(--ui-font-size-md);
	color: var(--ui-color-base-90);
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	padding: 10px 0 0 0;
}

.salescenter-app-payment-by-sms-item-container-payment-item-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 110px;
	max-height: 70px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.salescenter-app-payment-by-sms-item-container-payment-item-added:hover {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.salescenter-app-payment-by-sms-item-container-payment-item-added .salescenter-app-payment-by-sms-item-container-payment-item-contet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.salescenter-app-payment-by-sms-item-container-payment-item-added .salescenter-app-payment-by-sms-item-container-payment-item-contet:before {
	content: '';
	width: 42px;
	height: 42px;
	border-radius: var(--ui-border-radius-circle);
	margin-bottom: 7px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	background: rgba(var(--ui-color-base-90-rgb), .04) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%2C0%20L11%2C7%20L18%2C7%20L18%2C11%20L11%2C11%20L11%2C18%20L7%2C18%20L7%2C10.999%20L0%2C11%20L0%2C7%20L7%2C6.999%20L7%2C0%20L11%2C0%20Z%22%20opacity%3D%22.363%22/%3E%3C/svg%3E') center no-repeat;
}

.salescenter-app-payment-by-sms-item-container-payment-item-added:hover .salescenter-app-payment-by-sms-item-container-payment-item-contet:before {
	background-color: rgba(var(--ui-color-base-90-rgb), .06);
}

.salescenter-app-payment-by-sms-item-container-payment-item:hover {
	-webkit-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	        transform: translateY(-3px);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
}

.salescenter-app-payment-by-sms-item-container-payment-item-info {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 14px;
	height: 14px;
	background: rgba(177, 183, 197, .74) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224%22%20height%3D%229%22%20viewBox%3D%220%200%204%209%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.29402252%2C2.84923094%20L2.294%2C2.85%20L2.92728351%2C2.85086719%20L2.927%2C7.166%20L3.90606431%2C7.1669153%20L3.90606431%2C8.02772537%20L2.08277839e-13%2C8.02772537%20L2.08277839e-13%2C7.1669153%20L1.147%2C7.166%20L1.147%2C3.723%20L2.08277839e-13%2C3.72367505%20L2.08277839e-13%2C2.84923094%20L2.29402252%2C2.84923094%20Z%20M1.94965327%2C2.48689958e-14%20C2.4917637%2C2.48689958e-14%202.93123103%2C0.435246983%202.93123103%2C0.972151347%20C2.93123103%2C1.50905571%202.4917637%2C1.94430269%201.94965327%2C1.94430269%20C1.40754283%2C1.94430269%200.968075498%2C1.50905571%200.968075498%2C0.972151347%20C0.968075498%2C0.435246983%201.40754283%2C2.48689958e-14%201.94965327%2C2.48689958e-14%20Z%22/%3E%3C/svg%3E') center center no-repeat;
	border-radius: var(--ui-border-radius-circle);
	z-index: 1;
}

.salescenter-app-payment-by-sms-item-container-payment-item-text,
.salescenter-app-payment-by-sms-item-container-payment-item-text:hover,
.salescenter-app-payment-by-sms-item-container-payment-item-text-add,
.salescenter-app-payment-by-sms-item-container-payment-item-text-add:hover,
.salescenter-app-payment-by-sms-item-container-payment-title-item-text {
	display: inline-block;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-md);
	color: var(--ui-color-base-90);
	border-bottom: 1px dashed rgba(var(--ui-color-base-70-rgb), var(--ui-opacity-40));
	text-decoration: none;
	cursor: pointer;
}

.salescenter-app-payment-by-sms-item-container-payment-item-text {
	margin: 0 8px 8px 0;
}

.salescenter-app-payment-by-sms-item-container-payment-item-text:first-of-type {
	margin-left: 0;
}

.salescenter-app-payment-by-sms-item-container-payment-item-text:hover {
	border-bottom-color: rgba(var(--ui-color-base-70-rgb), var(--ui-opacity-80));
}

.salescenter-app-payment-by-sms-item-container-payment-item-text-add {
	color: rgba(var(--ui-color-base-70-rgb), .7);
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}

.salescenter-app-payment-by-sms-item-container-payment-item-text-add:hover {
	color: rgba(var(--ui-color-base-70-rgb), 1);
}

.salescenter-app-payment-by-sms-item-container-payment-item-text-add + .salescenter-app-payment-by-sms-item-container-payment-item-text-add {
	margin-left: 15px;
}

.salescenter-app-payment-by-sms-item-container-payment-title-item-wrapper {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	max-width: 50%;
	margin-right: -22px;
}

.salescenter-app-payment-by-sms-item-container-payment-title-item-text {
	display: inline;
	height: 20px;
	line-height: 24px;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	margin-left: 8px;
}

.salescenter-app-payment-by-sms-item-container-payment-inline {
	margin: 5px 7px 10px 7px;
}

.salescenter-app-payment-by-sms-timeline {
	background: #edf1f3;
	padding: 21px 12px 21px 16px;
	border-radius: var(--ui-border-radius-sm);
}

.salescenter-app-payment-by-sms-timeline .salescenter-app-payment-by-sms-item-counter:after {
	background: #edf1f3;
}

.salescenter-app-payment-by-sms-timeline .salescenter-app-payment-by-sms-item-counter {
	background: #10c13e;
	width: 30px;
}

.salescenter-app-payment-by-sms-timeline .salescenter-app-payment-by-sms-item-counter-number {
	margin: 4px 0 0 0;
}

.salescenter-app-payment-by-sms-timeline .salescenter-app-payment-by-sms-item-counter-line {
	width: 1px;
	background: #d1d6da;
	left: 15px;
	top: -22px;
	opacity: var(--ui-opacity-full);
}

.salescenter-app-payment-by-sms-timeline-item {
	position: relative;
	padding-left: 44px;
	color: #57616c;
}

.salescenter-app-payment-by-sms-timeline-item + .salescenter-app-payment-by-sms-timeline-item {
	margin-top: 11px;
}

.salescenter-app-payment-by-sms-timeline-item:last-child .salescenter-app-payment-by-sms-item-counter-line {
	height: 50px;
}

.salescenter-app-payment-by-sms-timeline-content {
	background: var(--ui-color-background-primary);
	border-radius: 25px;
	padding: 12px 21px;
	position: relative;
}

.salescenter-app-payment-by-sms-timeline-item-payment {
	color: var(--ui-color-background-primary);
}

.salescenter-app-payment-by-sms-timeline-item-payment .salescenter-app-payment-by-sms-timeline-content {
	background: #10c13e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 14px;
	padding-bottom: 14px;
}

.salescenter-app-payment-by-sms-timeline-item-payment .salescenter-app-payment-by-sms-timeline-content::before {
	top: 22px;
}

.salescenter-app-payment-by-sms-timeline-item-payment .salescenter-app-payment-by-sms-item-counter-icon {
	margin-top: 7px;
}

.salescenter-app-payment-by-sms-timeline-content:before {
	content: '';
	position: absolute;
	top: 20px;
	left: -15px;
	width: 15px;
	height: 1px;
	background: #d1d6da;
}

.salescenter-app-payment-by-sms-timeline-content-text + a {
	margin-left: 7px;
}

.salescenter-app-payment-by-sms-item-counter-icon {
	width: 30px;
	height: 30px;
	border-radius: var(--ui-border-radius-circle);
	z-index: 99;
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #10c13e;
}

.salescenter-app-payment-by-sms-item-counter-icon-sent {
	background-position: 9px center;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2217%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.357.722L13.135%208.5l-7.778%207.778v-4.556H.579v-6h4.778v-5z%22/%3E%3C/svg%3E);
}

.salescenter-app-payment-by-sms-item-counter-icon-cash {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.233%204.523c.364.223.617.593.664%201.02l.008.145v1.336h-4.303a2%202%200%2000-1.994%201.851l-.006.15v.999a2%202%200%20001.85%201.994l.15.006%204.302-.001v1.566c0%20.72-.583%201.313-1.327%201.38l-.14.007H1.952A1.85%201.85%200%2001.11%2013.271l-.006-.145V4.524l14.13-.001zm.671%203.521v2.959H9.64V8.045l5.265-.001zm-2.775.42a.925.925%200%20100%201.85.925.925%200%20000-1.85zm.117-8.44l.932%203.48H1.947l-.18-.672L12.246.024z%22/%3E%3C/svg%3E);
	background-position: top 7px center;
}

.salescenter-app-payment-by-sms-item-counter-icon-watch {
	background-position: center 6px;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2217%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.473.9a7.634%207.634%200%20016.385%2011.821l2.176%202.177c.391.391.389%201.028.004%201.413l-.427.427a1%201%200%2001-1.414-.004l-2.114-2.114A7.634%207.634%200%20118.473.9zm0%202.181a5.453%205.453%200%20103.487%209.645.966.966%200%2001.241-.398l.427-.427a.99.99%200%2001.28-.196%205.453%205.453%200%2000-4.435-8.623zm.001%201.904l.031.011L11.75%206.28c.083.039.115.113.113.238v4.076c0%20.093-.047.182-.11.207l-3.225%201.274a.21.21%200%2001-.135-.003l-3.196-1.264c-.063-.024-.111-.112-.112-.204V6.491c.002-.097.031-.18.112-.217l3.228-1.278c.007-.003.014-.008.021-.01.02-.005.038%200%20.06.01zm-.01.44l-2.68%201.06%202.68%201.06%202.679-1.057-2.679-1.064z%22/%3E%3C/svg%3E);
}

.salescenter-app-payment-by-sms-item-counter-icon-check {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAANElEQVQokWNgoAT8////wn/SwAKYRpIBikYiXUcDjTidRoTGBnQ86tSho5EUANNIau7YAACRzsg+rE9//wAAAABJRU5ErkJggg==);
}

.salescenter-app-payment-by-sms-item-counter-icon-check-sent {
	background-position: 8px 6px;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2219%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.94%208.878l4.652%204.651-4.652%204.652v-2.725H8.242v-3.588h4.696v-2.99zM12.892.984a1%201%200%20011%20.994l.014%202.503v.006l.001%203.645a7.03%207.03%200%2000-2.001.04V5.244l-.032-2.26H2.906v11h3.257a7.015%207.015%200%2000-.016%202.001h-4.24a1%201%200%2001-1-1v-13a1%201%200%20011-1h10.985zm-2.986%207v.84c-.412.209-.8.457-1.16.74h-3.84v-1.58h5zm0-3v1.58h-5v-1.58h5z%22/%3E%3C/svg%3E);
}

.salescenter-app-payment-by-sms-timeline-content-price {
	position: relative;
	margin: -3px 13px 0 0;
	display: inline-block;
	font: 23px/25px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.salescenter-app-payment-by-sms-timeline-content-price:before {
	content: '+';
}

.salescenter-app-payment-by-sms-timeline-content-price-cur {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	color: rgba(var(--ui-color-background-primary-rgb), var(--ui-opacity-80));
}

.salescenter-app-payment-by-sms-timeline-content-price-cur-ruble {
	font-family: 'rubleBitrix', var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
}

.salescenter-app-payment-by-sms-timeline-content-sum {
	color: var(--ui-color-background-primary);
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.salescenter-app-payment-by-sms-timeline-content-text-strong {
	font-weight: var(--ui-font-weight-bold);
	margin-right: 12px;
}

.salescenter-app-payment-by-sms-timeline-item-disabled .salescenter-app-payment-by-sms-timeline-content {
	opacity: var(--ui-opacity-60);
	pointer-events: none;
}

.salescenter-app-payment-by-sms-timeline-item-disabled .salescenter-app-payment-by-sms-item-counter-icon {
	background-color: #c9cfd3;
}

.salescenter-app-payment-by-sms-item-container-select {
	font-size: var(--ui-font-size-md);
	line-height: 20px;
	color: var(--ui-color-base-90);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 7px 17px;
}

.salescenter-app-payment-by-sms-item-container-select-text {
	margin-right: 18px;
}

.salescenter-app-payment-by-sms-item-container-select-inner {
	border-radius: 17px;
	background: #e4e7ea;
	padding: 7px 15px 7px 19px;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: auto;
}

.salescenter-app-payment-by-sms-item-container-select-arrow {
	opacity: var(--ui-opacity-50);
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	position: relative;
	top: -1px;
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid;
	border-left: 2px solid;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	border-color: var(--ui-color-base-90);
	margin-left: 9px;
}

.salescenter-app-payment-by-sms-item-container-select-inner:hover .salescenter-app-payment-by-sms-item-container-select-arrow {
	opacity: .8;
}

.salescenter-app-payment-by-sms-item-container-select-item,
.salescenter-app-payment-by-sms-select-popup-option {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	color: var(--ui-color-base-90);
}

.salescenter-app-payment-by-sms-select-popup {
	padding: 5px 0;
}

.salescenter-app-payment-by-sms-select-popup-option {
	border-radius: 15px;
	background: #e4e7ea;
	padding: 5px 13px;
	cursor: pointer;
	color: var(--ui-color-base-90);
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.salescenter-app-payment-by-sms-select-popup-option + .salescenter-app-payment-by-sms-select-popup-option {
	margin-top: 9px;
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-container {
	padding-top: 6px;
	padding-bottom: 10px;
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-container-payment-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-add-item-link {
	margin-left: 24px;
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-counter-number {
	margin-top: 29px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.433%208.487L4.515%206.569%203.159%207.925l3.2%203.2.002-.001.073.073%205.953-5.952-1.356-1.356-4.598%204.598zm1.018%206.415A7.451%207.451%200%20117.451%200a7.451%207.451%200%20010%2014.902z%22/%3E%3C/svg%3E);
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-counter-line {
	width: 1px;
	left: 31px;
	top: -5px;
	bottom: -5px;
	background: #d1d6da;
	opacity: var(--ui-opacity-full);
}

.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-counter-number:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -15px;
	width: 15px;
	height: 1px;
	background: #e0e2e4;
}

.salescenter-app-payment-by-sms-item-disabled.salescenter-app-payment-by-sms-item-send,
.salescenter-app-payment-by-sms-item-disabled.salescenter-app-payment-by-sms-item-send .salescenter-app-payment-by-sms-item-counter:after {
	background: #edf1f3;
}

.salescenter-app-payment-by-sms-item-disabled.salescenter-app-payment-by-sms-item-send .salescenter-app-add-item-link {
	display: none;
}

.salescenter-app-payment-by-sms-item-disabled.salescenter-app-payment-by-sms-item-send .ui-btn {
	opacity: var(--ui-opacity-60);
	pointer-events: none;
}

.salescenter-app-input-counter {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 30px;
	z-index: 9;
}

.salescenter-app-input-counter-up,
.salescenter-app-input-counter-down {
	position: absolute;
	width: 100%;
	left: 0;
	height: 50%;
	opacity: var(--ui-opacity-40);
	cursor: pointer;
}

.salescenter-app-input-counter-up:hover,
.salescenter-app-input-counter-down:hover {
	opacity: var(--ui-opacity-full);
}

.salescenter-app-input-counter-up {
	top: 0;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%3E%3Cpath%20fill%3D%22%23828B95%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.89431692%2C5.70654635e-13%20L9.78863384%2C4.89431692%20L8.56505461%2C6.11789615%20L4.894%2C2.446%20L1.22357923%2C6.11789615%20L4.7206683e-13%2C4.89431692%20L3.671%2C1.223%20L3.67073769%2C1.22357923%20L4.89431692%2C5.70654635e-13%20Z%22/%3E%3C/svg%3E') center center no-repeat;
	background-position-y: 9px;
}

.salescenter-app-input-counter-down {
	bottom: 0;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%3E%3Cpath%20fill%3D%22%23828B95%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.67073769%2C4.89431692%20L3.671%2C4.894%20L1.24344979e-14%2C1.22357923%20L1.22357923%2C-9.48130463e-14%20L4.894%2C3.671%20L8.56505461%2C-4.20061311e-13%20L9.78863384%2C1.22357923%20L4.89431692%2C6.11789615%20L3.67073769%2C4.89431692%20Z%22/%3E%3C/svg%3E') center center no-repeat;
	background-position-y: 4px;
}

.ui-sidepanel-menu-item-border .ui-sidepanel-menu-link {
	height: auto;
	border-top: 1px solid rgba(var(--ui-color-base-90-rgb), var(--ui-opacity-10));
	border-bottom: 1px solid rgba(var(--ui-color-base-90-rgb), var(--ui-opacity-10));
	padding: 10px 0;
	margin: 10px 27px 13px 29px;
}

.ui-sidepanel-menu-item-sm .ui-sidepanel-menu-link {
	padding-top: 1px;
}

.ui-sidepanel-menu-item-sm .ui-sidepanel-menu-link-text {
	font-size: var(--ui-font-size-sm);
	line-height: normal;
	color: #828a94;
}

.ui-sidepanel-menu-item-sm .ui-sidepanel-menu-link {
	height: 27px;
}

.ui-sidepanel-menu-item-separate {
	position: relative;
	margin-top: 20px;
}

.ui-sidepanel-menu-item-separate:before {
	content: '';
	position: absolute;
	top: -9px;
	left: 26px;
	height: 1px;
	width: calc(100% - 59px);
	background: #dde2e6;
}

.salescenter-app-ctl-label-text-link:hover span {
	border-bottom: 1px dashed rgba(var(--ui-color-base-70-rgb), var(--ui-opacity-80));
}

.salescenter-app-ctl-label-text-link span,
.salescenter-app-ctl-label-text-link select {
	color: #80868e;
	display: inline-block;
	border-bottom: 1px dashed rgba(var(--ui-color-base-70-rgb), var(--ui-opacity-40));
	cursor: pointer;
}

.salescenter-app-ctl-label-text-link select {
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-sm);
	/* color: rgba(128,134,142,1); */
	color: #0b66c3;
	line-height: 16px;
	background: none;
	border: none !important;
	border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	outline: none !important;
	cursor: pointer;
}

.salescenter-app-col-currency {
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: initial;
	    -ms-flex-align: initial;
	        align-items: initial;
}

.salescenter-app-col-currency .ui-ctl-element {
	text-align: right;
	border-right: none;
	border-radius: 2px 0 0 2px;
	padding-right: 0 !important;
}

.salescenter-app-col-currency-symbol {
	display: block;
	line-height: 37px;
	text-align: center;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	/*display: flex;*/
	/*flex-direction: column;*/
	/*align-content: center;*/
	/*justify-content: center;*/
	max-width: 25px;
	min-width: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px 0 3px;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-md);
	color: rgba(var(--ui-color-base-90-rgb), var(--ui-opacity-50));
	border: 1px solid #c6cdd3;
	border-left: none;
	border-radius: 0 2px 2px 0;
	background-color: var(--ui-color-background-primary);
	-webkit-transition: border .3s ease, background-color .3s ease, color .3s ease, padding .3s ease;
	-o-transition: border .3s ease, background-color .3s ease, color .3s ease, padding .3s ease;
	transition: border .3s ease, background-color .3s ease, color .3s ease, padding .3s ease;
	cursor: pointer;
}

.salescenter-app-col-currency-symbol-link span {
	color: #0b66c3;
	border-top: 1px solid transparent;
	border-bottom: 1px dashed rgba(39, 107, 179, .4);
	cursor: pointer;
	pointer-events: none;
}

.salescenter-app-col-currency-symbol-link:hover span {
	border-color: rgba(39, 107, 179, .8);
}

.ui-ctl-element:focus + .salescenter-app-col-currency-symbol,
.ui-ctl-element:hover + .salescenter-app-col-currency-symbol {
	border-color: #66afe9;
}

.ui-ctl-element[disabled] + .salescenter-app-col-currency-symbol {
	border-color: #c6cdd3;
	background-color: #f4f4f4;
	color: #a9adb2;
	cursor: not-allowed;
}

.salescenter-app-col-currency .salescenter-app-col-select-hidden {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	z-index: 9;
	opacity: var(--ui-opacity-none);
	cursor: pointer;
}

.salescenter-app-result-grid-total-big .salescenter-app-result-grid-item-currency {
	-ms-flex-preferred-size: 95px;
	    flex-basis: 95px;
	text-align: right;
	white-space: nowrap;
	padding-left: 5px
}

.salescenter-app-result-grid-total-sm .salescenter-app-result-grid-item-currency {
	-ms-flex-preferred-size: 95px;
	    flex-basis: 95px;
	text-align: right;
	white-space: nowrap;
	padding-left: 5px;
}

.salescenter-app-result-grid-item-currency-symbol {
	color: rgba(var(--ui-color-base-90-rgb), var(--ui-opacity-50));
}

.salescenter-ui-ctl-element {
	line-height: 39px;
}

.salescenter-app-payment-by-sms-item-container-alert {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	padding: 11px 24px 11px 11px;
	min-width: calc(100% - 40px);
	margin-top: 6px;
}

.salescenter-app-payment-by-sms-item-container-alert a {
	margin-left: 12px;
	border-bottom: 1px dashed rgba(var(--ui-color-link-primary-base-rgb), .4);
	color: var(--ui-color-link-primary-base);
	text-decoration: none;
	cursor: pointer;
	position: relative;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	font: var(--ui-font-size-lg) var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.salescenter-app-payment-by-sms-item-container-alert a:hover {
	text-decoration: none;
	border-color: rgba(var(--ui-color-link-primary-base-rgb), 1);
}

.salescenter-app-payment-by-sms-item-container-alert .ui-alert-message {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.salescenter-app-payment-by-sms-item-container-alert-config {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
	text-transform: uppercase;
	font-size: var(--ui-font-size-xs);
	color: #535c69;
	text-align: center;
	cursor: pointer;
}

.salescenter-app-payment-by-sms-item-container-payment-item-img-del {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
}

.salescenter-app-payment-by-sms-item-container-payment-item-img-del img {
	max-width: 100%;
	max-height: 100%;
}

.salescenter-app-payment-by-sms-item-container-payment-item-img-del--contain {
	background-size: auto;
}

.salescenter-app-payment-by-sms-item-container-payment-item-img-del-title {
	bottom: 30px;
}

.salescenter-app-payment-by-sms-item-container-payment-item-img-del-title +
.salescenter-app-payment-by-sms-item-container-payment-item-title-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	padding: 0 5px;
}

.salescenter-app-form-col-disabled {
	pointer-events: none;
}

.salescenter-app-form-col-prod {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.salescenter-app-form-col-img {
	margin-left: 12px;
}

.salescenter-app-form-container .adm-fileinput-drag-area,
.salescenter-app-form-container .adm-fileinput-wrapper-single .adm-fileinput-drag-area {
	width: 37px;
	height: 37px;
}

.salescenter-app-form-container div.adm-fileinput-item div.adm-fileinput-item-preview {
	width: 39px;
	height: 39px !important;
	border: 1px solid #c6cdd3;
	border-radius: var(--ui-border-radius-3xs);
	background: var(--ui-color-background-primary);
}

.salescenter-app-form-container div.adm-fileinput-item div.adm-fileinput-item-preview:before {
	height: 39px;
}

.salescenter-app-form-container .ui-image-input-container,
.salescenter-app-form-container div.adm-fileinput-item-wrapper {
	height: 39px !important;
}

.salescenter-app-form-container .adm-fileinput-item-preview canvas {
	border: none;
	border-radius: 0;
}

.salescenter-app-form-container .ui-image-item-shadow {
	height: 39px !important;
	width: 39px !important;
	bottom: 0;
	left: 52%;
	top: 50%;
}

.salescenter-app-form-container .ui-image-item-shadow:after {
	-webkit-transform: rotate(14deg);
	    -ms-transform: rotate(14deg);
	        transform: rotate(14deg);
	top: 0;
	left: 1px;
	right: 0;
	height: 101%;
}

.salescenter-app-form-container .ui-image-input-img-add {
	width: 22px;
	height: 22px;
	background-size: 10px;
}

.salescenter-app-form-container .ui-image-input-img {
	max-width: 37px;
	max-height: 37px;
	border: none;
	border-radius: 0;
}

.salescenter-app-form-container .ui-image-input-img-inner {
	width: 39px;
	height: 39px;
	border: 1px solid #c6cdd3;
	border-radius: var(--ui-border-radius-3xs);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: auto;
	background: var(--ui-color-background-primary);
	pointer-events: none;
}

.salescenter-app-form-container .ui-image-input-img-inner:before,
.salescenter-app-form-container .ui-image-input-img-inner:after {
	border-radius: 1px;
}

.salescenter-app-form-container .ui-image-input-img-inner:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: -2px;
	-webkit-transform: rotate(6deg);
	    -ms-transform: rotate(6deg);
	        transform: rotate(6deg);
}

.salescenter-app-form-container .ui-image-input-img-inner:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: -3px;
	-webkit-transform: rotate(13deg);
	    -ms-transform: rotate(13deg);
	        transform: rotate(13deg);
	height: 101%;
}

.salescenter-app-form-container .ui-image-input-img-block {
	z-index: 1;
	position: relative;
}

.salescenter-app-form-col-input {
	width: calc(100% - 100px);
	max-width: 540px;
	min-width: 200px;
}

@media (max-width: 1400px) {
	.salescenter-app-payment-by-sms-item-container-payment-item {
		width: calc(25% - 14px);
	}
}

@media (max-width: 1200px) {
	.salescenter-app-payment-by-sms-item-container-payment-item {
		width: calc(33.333% - 14px);
	}
}

@media (max-width: 1300px) {
	.salescenter-app-form-col-input {
		min-width: calc(100% - 50px);
	}

	.salescenter-app-form-col-sm {
		max-width: none;
		min-width: 65px;
	}

	.salescenter-app-payment-by-sms-item-container-payment-item-title-text {
		font-size:var(--ui-font-size-xs);
		bottom: 12px !important;
	}
}

@media (max-width: 900px) {
	.salescenter-app-payment-by-sms-item-container-payment-item-title-text {
		font-size: var(--ui-font-size-3xs);
		bottom: 7px !important;
	}
}

/* salescenter-app-payment-side-table */

.salescenter-app-payment-side-table {
	width: 100%;
	font: 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: var(--ui-color-base-90);
}

.salescenter-app-payment-side-table-td-border {
	padding-bottom: 14px;
	margin-bottom: 7px;
	border-bottom: 1px solid #f0f3f5;
}

.main-ui-loader.main-ui-loader-custom {
	position: absolute;
	display: inline-block;
	width: 110px;
	height: 110px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	z-index: 5000;
}

.salescenter-delivery-selector-head,
.salescenter-delivery-selector-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.salescenter-delivery-selector-head {
	margin-bottom: 20px;
}

.salescenter-delivery-selector-logo {
	display: inline-block;
	margin-right: 11px;
	min-width: 46px;
	min-height: 30px;
	width: 46px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.salescenter-delivery-selector-info .salescenter-delivery-selector-logo {
	margin-right: 13px;
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
}

.salescenter-delivery-selector-text-light {
	display: block;
	margin-bottom: 3px;
	font: var(--ui-font-size-sm) var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: var(--ui-color-base-default);
	opacity: var(--ui-opacity-50);
}

.salescenter-delivery-selector-text-dark {
	display: block;
	font: var(--ui-font-size-md) var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: var(--ui-color-base-default);
}

.salescenter-delivery-selector-main .salescenter-delivery-selector-text-light {
	margin-bottom: 5px;
}

.salescenter-delivery-selector-list {
	padding: 0;
	margin: 0 0 23px 0;
}

.salescenter-delivery-selector-list .salescenter-delivery-selector-list-item {
	margin-bottom: 3px;
	list-style: none;
}


.salescenter-delivery-selector-line {
	display: block;
	height: 1px;
	margin: 26px 0 19px 0;
	background: rgba(var(--ui-color-base-90-rgb), var(--ui-opacity-10));
}

.catalog-pf-result-padding-bottom {
	padding-bottom: 14px;
}

.salescenter-app-order-selector {
	width: 100%;
	font-size: var(--ui-font-size-md);
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	line-height: normal;
	color: #828a94;
	margin: -20px 0 15px 7px;
}

.salescenter-app-order-selector.is-hidden {
	display: none;
}

.salescenter-app-order-selector-text {
	border-bottom: 1px dashed #828a94;
	cursor: pointer;
	position: relative;
}

.salescenter-app-order-selector-text:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 5px;
	width: 5px;
	height: 5px;
	border: 2px solid #828a94;
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	opacity: var(--ui-opacity-none).7;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.salescenter-app-payment-item-container-document-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0 4px 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.salescenter-app-payment-item-container-document-selector-selector-file {
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.salescenter-app-payment-item-container-document-selector-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.salescenter-app-payment-item-container-document-selector-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.salescenter-app-payment-item-container-document-selector-title-button {
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-md);
	color: var(--ui-color-base-90);
	line-height: 20px;
	margin: 0;
	cursor: pointer;
}

.salescenter-app-payment-item-container-document-selector-edit-button,
.salescenter-app-payment-item-container-document-selector-title-sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: var(--ui-font-size-sm);
	text-decoration: none;
	color: var(--ui-color-base-70);
	cursor: pointer;
	-webkit-transition: 180ms linear all;
	-o-transition: 180ms linear all;
	transition: 180ms linear all;
}

.salescenter-app-payment-item-container-document-selector-edit-button:hover,
.salescenter-app-payment-item-container-document-selector-title-sign:hover {
	color: var(--ui-color-base-default);
}

.salescenter-app-payment-item-container-document-selector-edit-button svg {
	opacity: var(--ui-opacity-50);
	margin-right: 9px;
	-webkit-transition: 180ms linear all;
	-o-transition: 180ms linear all;
	transition: 180ms linear all;
}

.salescenter-app-payment-item-container-document-selector-edit-button:hover svg {
	opacity: var(--ui-opacity-full);
}

.salescenter-app-payment-item-container-document-selector-title-sign {
	border-bottom: 1px dashed rgba(var(--ui-color-base-70-rgb), 0.4);
}

.salescenter-app-catalog-facebook-connection-popup .salescenter-app-catalog-facebook-connection-popup--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 3px 4px 3px;
}

.salescenter-app-catalog-facebook-connection-popup .salescenter-app-catalog-facebook-connection-popup--title {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	font: var(--ui-font-weight-bold) 14px/17px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	text-align: center;
}

.salescenter-app-catalog-facebook-connection-popup .salescenter-app-catalog-facebook-connection-popup--button-container {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(var(--ui-color-base-90-rgb), var(--ui-opacity-10));
	text-align: center;
}

.salescenter-app-explanation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	margin: 15px 0 0 0;
}

.salescenter-app-explanation:last-child {
	margin-bottom: 30px;
}

.salescenter-app-explanation-img {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 3px;
	background: var(--ui-color-base-solid);
	border-radius: var(--ui-border-radius-circle);
	margin-right: 16px;
	background: url(data:image/png;base64,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) center no-repeat;
	background-size: cover;
}

.salescenter-app-explanation-area {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	max-width: 420px;
	padding: 10px 16px;
	background: var(--ui-color-background-primary);
	border: 1px solid var(--ui-color-primary);
	border-radius: 24px;
	min-height: 25px;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-system));
	font-size: var(--ui-font-size-md);
	line-height: 20px;
	color: var(--ui-color-palette-black-base);
}

.salescenter-app-explanation-area:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -10px;
	width: 18px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.439 15.852a1.063 1.063 0 01-1.295-.553c-.931-1.924-3.545-6.612-8.091-9.533-.624-.401-.689-1.316-.04-1.676C9.762.897 17.22 2.54 18.925 2.98c.235.061.429.212.558.418l4.652 7.446a1 1 0 01-.52 1.474L13.44 15.852z' fill='%23fff'/%3E%3Cpath d='M13.275 15.38a.563.563 0 01-.681-.3c-.944-1.95-3.608-6.738-8.27-9.735a.575.575 0 01-.269-.453.377.377 0 01.2-.365c2.767-1.536 5.969-1.92 8.719-1.854a26.9 26.9 0 015.827.792.432.432 0 01.258.198l4.653 7.445a.5.5 0 01-.26.738l-10.177 3.533z' stroke='%232FC6F6'/%3E%3C/svg%3E") center no-repeat;
}

.salescenter-app-explanation-area:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 23px 0 0 0;
	background: var(--ui-color-background-primary);
	z-index: 1;
}

.salescenter-app-explanation-text {
	position: relative;
	z-index: 2;
}

.salescenter-responsible-block-responsible-header {
	color: var(--ui-color-base-50);
	margin-top: -10px;
	margin-bottom: 13px;
}

.salescenter-responsible-block-contact {
	color: var(--ui-color-base-50);
}

.salescenter-responsible-block-contact-info {
	margin-top: 10px;
	color: var(--ui-color-base-80);
	margin-bottom: -3px;
}

.salescenter-responsible-block-responsible-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.salescenter-responsible-block-responsible-name-wrapper {
	margin-left: 10px;
}

.salescenter-responsible-block-responsible-position {
	color: var(--ui-color-base-50);
}

.salescenter-responsible-block-add-employee {
	color: var(--ui-color-base-50);
	margin-top: 10px;
	margin-bottom: -13px;
}

.salescenter-responsible-block-add-employee-link {
	color: var(--ui-color-base-80);
	cursor: pointer;
}

.salescenter-amount-block-amount-wrapper {
	padding-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.salescenter-amount-block-amount-result {
	width: 60%;
	overflow: hidden;
	text-align: right;
	font-size: var(--ui-font-size-3xl);
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.salescenter-amount-block-amount-result-cell {
	/*padding-top: 14px;*/
}

.salescenter-amount-block-amount-result-text {
	font-size: var(--ui-font-size-md);
	color: var(--ui-color-base-90);
	line-height: 20px;
}

.salescenter-amount-block-amount-result-symbol {
	min-width: 25px;
	text-align: left;
	padding-right: 10px;
	color: rgba(var(--ui-color-palette-gray-90-rgb), var(--ui-opacity-50));
}

.salescenter-amount-block-amount-result-symbol--total, .salescenter-amount-block-amount-result-text--total {
	font-size: 21px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.salescenter-amount-block-stub-wrapper {
	background-color: #fcfcfd;
	border-radius: 12px;
	padding: 14px 4px 18px 4px;
	font-size: var(--ui-font-size-sm);
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.salescenter-amount-block-stub-icon {
	width: 42px;
	height: 42px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.637 8.686a1 1 0 00-1.366.366l-4.158 7.202H9.126a1 1 0 00-.97 1.24l3.55 14.324a1 1 0 00.972.76h16.645a1 1 0 00.971-.76l3.551-14.323a1 1 0 00-.97-1.24h-3.38l-4.157-7.203a1 1 0 00-1.366-.366l-.939.542a1 1 0 00-.366 1.366l3.268 5.66H15.675l3.268-5.66a1 1 0 00-.366-1.366l-.939-.542zm-4.679 11.183a.47.47 0 00-.47.47v2.107c0 .26.21.47.47.47h3.875V19.87h-3.875zm6.398 0v3.048h3.041v-3.048h-3.04zm0 5.448h3.041v3.048h-3.04v-3.048zm5.564 0v3.048h2.76c.26 0 .47-.21.47-.47v-2.107a.47.47 0 00-.47-.471h-2.76zm0-5.448v3.048h4.065c.26 0 .471-.211.471-.471v-2.107a.47.47 0 00-.47-.47H24.92zm-8.087 5.448h-2.511a.47.47 0 00-.471.47v2.107c0 .26.21.471.47.471h2.512v-3.048z' fill='%23A8ADB4'/%3E%3C/svg%3E");
}

.salescenter-amount-block-stub-text-wrapper {
	margin-left: 16px;
}

.salescenter-amount-block-stub-title {
	font-weight: var(--ui-font-weight-medium, 500);
	font-size: var(--ui-font-size-xl);
	color: var(--ui-color-palette-gray-70);
	margin: 0;
}

.salescenter-amount-block-stub-text {
	font-size: var(--ui-font-size-sm);
	color: var(--ui-color-palette-gray-50);
	margin: 0;
}

.salescenter-mobile-link-sent-popup-content {
	padding: 0 7px;
	border-bottom: 1px solid var(--ui-color-palette-gray-10);
}

.salescenter-mobile-link-sent-popup-content h3 {
	color: #535c69;
	margin: 7px 0 12px 0;
}

.salescenter-mobile-link-sent-popup-text {
	margin-bottom: 38px;
	color: #535c69;
}

.salescenter-button-panel-hidden {
	-webkit-transform: translateY(130%);
	    -ms-transform: translateY(130%);
	        transform: translateY(130%);
}

.salescenter-app-pinner-anchor-hidden {
	display: none;
}

.salescenter-app-terminal-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100%;
}

.salescenter-app-teminal-products-item {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

/* region QR Popup */

.salescenter-popup-qr__wrap {
	--icon-phone-width: 241px;
	--icon-phone-width-minus: -241px;
	--padding-right: 32px;
}

.salescenter-popup-qr__wrap.popup-window {
	padding: 36px calc(14px + var(--icon-phone-width)) 15px 19px;
	overflow: hidden;
}

.salescenter-popup-qr__wrap .popup-window-content {
	overflow-x: initial!important;
}

.salescenter-popup-qr__title {
	display: block;
	margin-bottom: 20px;
	padding: 0 var(--padding-right) 0 23px;
	font-size: var(--ui-font-size-4xl);
	font-weight: var(--ui-font-weight-semi-bold);
	color: var(--ui-color-text-primary);
	letter-spacing: -.9px;
}

.salescenter-popup-qr__desc {
	display: block;
	margin-bottom: 17px;
	padding: 0 var(--padding-right) 0 23px;
	font-size: var(--ui-font-size-sm);
	font-weight: var(--ui-font-weight-semi-bold);
	color: var(--ui-color-base-90);
	line-height: 18px;
	letter-spacing: -.2px;
}

.salescenter-popup-qr__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 21px 8px 21px 20px;
	border-radius: var(--ui-border-radius-lg) 0 0 var(--ui-border-radius-lg);
	border: 1px solid var(--ui-color-palette-blue-40);
	border-right: 0;
}

.salescenter-popup-qr__list {
	padding-left: 35px;
	margin: 0;
}

.salescenter-popup-qr__list_item {
	margin-bottom: 6px;
	font-size: var(--ui-font-size-sm);
	color: var(--ui-color-base-90);
	list-style: decimal;
	letter-spacing: -.5px;
}

.salescenter-popup-qr__list_item:last-child {
	margin-bottom: 0;
}

.salescenter-popup-qr__icon_box {
	position: absolute;
	top: -163px;
	right: calc(var(--icon-phone-width-minus) + 14px);
	z-index: 2;
}

.salescenter-popup-qr__icon {
	width: var(--icon-phone-width);
	height: 478px;
	background: url(image/salescenter-qr-popup-phone.svg) no-repeat;
}

.salescenter-popup-qr__icon.--ru {
	background: url(image/salescenter-qr-popup-phone-ru.svg) no-repeat;
}

.salescenter-popup-qr__wrap .popup-window-buttons {
	padding: 24px var(--padding-right) 10px 24px;
	text-align: left;
}

/* endregion */

/* region Mobile Popup */

.salescenter-popup-mobile.popup-window {
	padding-bottom: 25px;
}

.salescenter-popup-mobile__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 21px 50px 3px 3px;
}

.salescenter-popup-mobile__icon-box {
	margin-right: 16px;
}

.salescenter-popup-mobile__icon {
	width: 158px;
	height: 130px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='158' height='129' fill='none'%3E%3Cpath fill='%23E5F9FF' fill-rule='evenodd' d='M113.818 4.338a1.734 1.734 0 100-3.468 1.734 1.734 0 000 3.468zM28.24 19.32a3.76 3.76 0 100-7.52 3.76 3.76 0 000 7.52zm0-2.097a1.664 1.664 0 100-3.327 1.664 1.664 0 000 3.327zm-19.1 38.8a5.064 5.064 0 100-10.128 5.064 5.064 0 000 10.128zm0-2.643a2.421 2.421 0 100-4.842 2.421 2.421 0 000 4.842zm128.563 66.36a3.605 3.605 0 100-7.21 3.605 3.605 0 000 7.21zm0-1.876a1.729 1.729 0 100-3.458 1.729 1.729 0 000 3.458zM80 129c34.242 0 62-27.758 62-62 0-34.242-27.758-62-62-62-34.242 0-62 27.758-62 62 0 34.242 27.758 62 62 62zm-62.03-4.334H5.917c-.103 0-.205-.004-.306-.011-2.724-.064-4.913-2.353-4.913-5.168 0-1.372.531-2.687 1.476-3.656a5.034 5.034 0 011.68-1.14 5.536 5.536 0 011.542-4.281 5.238 5.238 0 013.755-1.596c1.804.002 3.397.929 4.354 2.345a4.229 4.229 0 011.454-.256c2.252.003 4.102 1.768 4.317 4.024 2.157.483 3.772 2.459 3.77 4.821-.002 2.722-2.15 4.928-4.8 4.926-.092 0-.184-.002-.276-.008zm127.734-95.88h8.554c.065.003.13.005.196.005 1.88 0 3.405-1.503 3.406-3.36.002-1.61-1.144-2.957-2.676-3.286-.152-1.539-1.465-2.742-3.063-2.744-.362 0-.709.061-1.032.174a3.774 3.774 0 00-3.09-1.598c-.999 0-1.958.39-2.665 1.088a3.697 3.697 0 00-1.095 2.919 3.566 3.566 0 00-1.191.777A3.503 3.503 0 00142 25.254c0 1.919 1.553 3.48 3.487 3.523.072.005.144.008.217.008z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.5' d='M61.425 21.581l4.68 2.497 4.682-2.497 4.68 2.497 4.681-2.497 4.681 2.497 4.681-2.497 4.681 2.497 4.68-2.497v20.805H61.426V21.58z'/%3E%3Cpath fill='%232FC6F6' fill-rule='evenodd' d='M61.24 21.273a.36.36 0 01.354-.01l.586.313-.34.636-.055-.03v.143h-.72v-.743a.36.36 0 01.175-.31zm37.817 0a.36.36 0 01.175.309v.743h-.72v-.143l-.055.03-.34-.636.585-.312a.36.36 0 01.355.009zm-28.44-.01a.36.36 0 01.34 0l.584.313-.339.636-.415-.222-.416.222-.34-.636.586-.312zm9.362 0a.36.36 0 01.34 0l.584.313-.34.636-.415-.222-.415.222-.34-.636.586-.312zm9.362 0a.36.36 0 01.339 0l.585.313-.34.636-.415-.222-.415.222-.34-.636.586-.312zm-21.65 1.56l1.17-.623.34.636-1.17.624-.34-.636zm9.362 0l1.17-.623.34.636-1.17.624-.34-.636zm9.362 0l1.17-.623.34.636-1.17.624-.34-.636zm9.362 0l1.17-.623.34.636-1.171.624-.34-.636zM63.35 22.2l1.17.624-.34.636-1.17-.624.34-.636zm9.362 0l1.17.624-.34.636-1.17-.624.34-.636zm9.361 0l1.17.624-.339.636-1.17-.624.34-.636zm9.362 0l1.17.624-.339.636-1.17-.624.34-.636zm-25.33 1.47l-.415-.222-.339.636.585.312a.36.36 0 00.34 0l.585-.312-.34-.636-.415.222zm9.363 0l-.416-.222-.34.636.586.312a.36.36 0 00.34 0l.584-.312-.339-.636-.415.222zm9.361 0l-.415-.222-.34.636.586.312a.36.36 0 00.339 0l.585-.312-.34-.636-.415.222zm9.362 0l-.415-.222-.34.636.585.312a.36.36 0 00.34 0l.585-.312-.34-.636-.415.222zm5.041.14v1.487h-.72V23.81h.72zm-38.167 1.487V23.81h.72v1.486h-.72zm38.167 1.486v1.486h-.72v-1.486h.72zm-38.167 1.486v-1.486h.72v1.486h-.72zm0 2.972v-1.486h.72v1.486h-.72zm38.167-1.486v1.486h-.72v-1.486h.72zm-38.167 4.458v-1.486h.72v1.486h-.72zm38.167-1.486v1.486h-.72v-1.486h.72zm-38.167 4.458v-1.486h.72v1.486h-.72zm38.167-1.486v1.486h-.72v-1.486h.72zm0 2.972v1.486h-.72V38.67h.72zm-38.167 1.486V38.67h.72v1.486h-.72zm38.167 1.486v.743a.36.36 0 01-.36.36h-.72v-.72h.36v-.383h.72zm-38.167.743v-.743h.72v.382h.36v.721h-.72a.36.36 0 01-.36-.36zm3.96.36h-1.44v-.72h1.44v.72zm2.881 0h-1.44v-.72h1.44v.72zm2.88 0h-1.44v-.72h1.44v.72zm2.881 0h-1.44v-.72h1.44v.72zm2.88 0h-1.44v-.72h1.44v.72zm2.881 0h-1.44v-.72h1.44v.72zm2.88 0h-1.44v-.72h1.44v.72zm2.881 0h-1.44v-.72h1.44v.72zm2.88 0h-1.44v-.72h1.44v.72zm2.882 0h-1.44v-.72h1.44v.72zm2.88 0h-1.44v-.72h1.44v.72zm2.88 0h-1.44v-.72h1.44v.72z' clip-rule='evenodd'/%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='%23fff' d='M100.149 34.01a5.614 5.614 0 015.575 5l.032.608V69.35c0 .172-.293.696-.7 1.357l-1.673 2.65c-.345.561-.616 1.037-.711 1.303a1.453 1.453 0 00-.036.322l-.001 30.041a5.614 5.614 0 01-5 5.575l-.608.032h-33.53a5.613 5.613 0 01-5.576-5l-.033-.607V74.55c0-.175-.294-.703-.701-1.367L55.27 70.12c-.226-.384-.396-.703-.467-.903a1.465 1.465 0 01-.037-.324V39.618a5.614 5.614 0 015-5.575l.608-.033h39.774z'/%3E%3C/g%3E%3Cpath fill='%232FC6F6' fill-rule='evenodd' d='M103.383 73.356l1.673-2.65c.407-.66.7-1.184.7-1.356V39.618l-.032-.608a5.614 5.614 0 00-5.575-5H60.375l-.607.033a5.614 5.614 0 00-5 5.575v29.276c0 .109.012.217.036.323.07.201.24.52.467.904l1.916 3.062c.407.664.701 1.191.701 1.367v30.473l.033.607a5.613 5.613 0 005.575 5h33.531l.608-.032a5.614 5.614 0 005-5.575l.001-30.041c0-.108.012-.216.036-.322.095-.266.366-.742.711-1.304zm-5.813 36.458a4.826 4.826 0 004.279-4.791l.001-30.041c0-.167.019-.334.056-.497l.011-.045.015-.043c.128-.36.449-.91.782-1.452l.005-.008 1.668-2.642.003-.004c.2-.325.363-.602.474-.813a3.28 3.28 0 00.107-.218V39.64l-.03-.565a4.828 4.828 0 00-4.792-4.28H60.397l-.565.031a4.828 4.828 0 00-4.28 4.792v29.276a.67.67 0 00.01.106c.054.131.178.37.38.713l1.914 3.059c.206.336.393.652.53.912.068.13.13.26.179.379.036.09.109.278.109.487V105l.03.565a4.828 4.828 0 004.792 4.279h33.51l.564-.031z' clip-rule='evenodd'/%3E%3Cpath fill='%232FC6F6' d='M61.256 50.419a4.326 4.326 0 014.325-4.326H95.14a4.326 4.326 0 014.325 4.326v10.814a4.326 4.326 0 01-4.325 4.325H65.58a4.326 4.326 0 01-4.325-4.325V50.419z'/%3E%3Cpath fill='%23fff' d='M84.82 50.183a1.989 1.989 0 012.761 2.865l-8.647 8.346c-.4.387-1.035.387-1.436 0l-3.956-3.824a1.99 1.99 0 012.761-2.868l1.913 1.835 6.605-6.354z'/%3E%3Cpath fill='%232FC6F6' d='M93.504 38.555a1.554 1.554 0 00-.241-.019H67.337c-.575 0-1.035.635-1.035 1.43 0 .623.284 1.15.685 1.346a.828.828 0 00.23.064c.08.012.16.018.241.018h25.926c.575 0 1.034-.635 1.034-1.429 0-.624-.284-1.15-.685-1.347a.797.797 0 00-.23-.063z'/%3E%3Cpath d='M70.357 94.16h-3.99a2.554 2.554 0 000 5.106h3.99a2.554 2.554 0 000-5.106zm11.915 0h-3.989a2.554 2.554 0 000 5.106h3.99a2.553 2.553 0 000-5.107zm11.916-.001h-3.99a2.554 2.554 0 00-.459 5.065l.46.041h3.989a2.554 2.554 0 00.458-5.065l-.459-.041zm-23.831-9.308h-3.99a2.554 2.554 0 000 5.107h3.99a2.554 2.554 0 000-5.107zm11.915-.001h-3.989a2.554 2.554 0 00-.459 5.066l.46.041h3.988a2.553 2.553 0 00.46-5.065l-.46-.041zm11.916 0h-3.99a2.554 2.554 0 000 5.107h3.99a2.554 2.554 0 000-5.107zm-11.916-9.335h-3.989a2.554 2.554 0 000 5.107h3.99a2.554 2.554 0 000-5.107zm-11.915.001h-3.99a2.554 2.554 0 00-.458 5.065l.459.041h3.99a2.554 2.554 0 00.458-5.065l-.459-.041zm23.831-.001h-3.99a2.554 2.554 0 00-.459 5.065l.46.041h3.989a2.554 2.554 0 00.458-5.065l-.459-.041z' fill='%232FC6F6' opacity='.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M54.767 21.581h50.99v89.05h-50.99z'/%3E%3C/clipPath%3E%3Cfilter id='b' width='74.069' height='99.7' x='43.227' y='24.74' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='2.27'/%3E%3CfeGaussianBlur stdDeviation='5.77'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.392157 0 0 0 0 0.427451 0 0 0 0 0.482353 0 0 0 0.16 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_736_158823'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_736_158823' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat;
}

.salescenter-popup-mobile__content {
	margin-top: 5px;
}

.salescenter-popup-mobile__title {
	display: block;
	margin-bottom: 11px;
	font-size: var(--ui-font-size-2xl);
	color: var(--ui-color-base-solid);
	line-height: 21px;
	letter-spacing: -.5px;
}

.salescenter-popup-mobile__desc {
	display: block;
	margin-bottom: 12px;
	font-size: var(--ui-font-size-lg);
	color: var(--ui-color-base-solid);
	line-height: 21px;
	letter-spacing: -.6px;
}

.salescenter-popup-mobile__service {
	margin-bottom: 3px;
}

.salescenter-popup-mobile__service-box,
.salescenter-popup-mobile__service-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.salescenter-popup-mobile__service-name {
	margin-right: 4px;
	font-size: var(--ui-font-size-lg);
	color: var(--ui-color-base-60);
	letter-spacing: -.7px;
}

.salescenter-popup-mobile__service-value {
	border-bottom: 1px dashed rgba(var(--ui-color-link-primary-base-rgb), var(--ui-opacity-40));
	font-size: var(--ui-font-size-lg);
	color: var(--ui-color-base-80);
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	line-height: 20px;
	cursor: pointer;
}

.salescenter-popup-mobile__service-value:hover {
	border-color: var(--ui-color-background-transparent);
}

.salescenter-popup-mobile__service-inline .ui-icon-set.--chevron-down {
	--ui-icon-set__icon-size: 14px;
	--ui-icon-set__icon-color: var(--ui-color-base-90);
}

.salescenter-app-payment-by-sms-message-sender-empty-state-image {
	background: url(image/empty-state.png) no-repeat;
	background-size: cover;
	width: 250px;
	height: 234px;
}

.salescenter-app-payment-by-sms-message-sender-empty-state-text {
	color: #0075FF;
	font-weight: 500;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: -0.2px;
	width: 290px;
	margin-bottom: 18px;
	margin-top: 22px;
}

.salescenter-app-payment-by-sms-message-sender-empty-state-right-block {
	margin-left: 10px;
}

.salescenter-app-payment-by-sms-message-sender-empty-state {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

/* endregion */
