.page-description {
	color: #868693;
	font: 16px/18px "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.bx-dark,
.bx-dark p {
	color: #ccccd3;
}

.bx-dark hr {
	border-color: rgba(255, 255, 255, .1);
}

.order-list-header {
	padding: 18px 15px;
}

.order-list-header-title {
	font: 24px "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
	font-weight: bold;
	color: #333;
}

.bx-dark .order-list-header-title {
	color: #fff;
}

.order-list-header-order {
	font: 19px/23px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #9e9eae;
}

.bx-dark .order-list-header-order {
	color: #acacb4;
}

.order-list-container {
	position: relative;
	z-index: 20;
	width: auto;
	background-color: #fff;
}

.bx-dark .order-list-container {
	background-color: #242426;
}

.order-list-title {
	text-align: center;
	padding: 21px;
	color: #333;
	font: 16px/19px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-dark .order-list-title {
	color: #fff;
}

.order-list-item {
	padding: 20px 15px;
	border-bottom: 1px solid #eeeff0;
}

.order-list-item:last-child {
	border-color: #dcdee1;
}

.bx-dark .order-list-item {
	border-color: #3a3a3c;
}

.bx-dark .order-list-item:last-child {
	border-color: #666667;
}

.order-item-image-container.col-auto {
	width: 60px;
	height: 80px;
}

.order-item-image {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

.order-item-properties {
	margin-top: 8px;
}

.order-item-type,
.order-item-quantity {
	color: #acacb4;
	font: 12px/14px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-dark .order-item-type,
.bx-dark .order-item-quantity {
	color: #acacb4;
}

.order-item-title {
	color: #2c2c36;
	font: 16px/14px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-dark .order-item-title {
	color: #fff;
}

.order-item-property {
	font-size: 14px;
	line-height: 19px;
	color: #9e9eae;
	text-overflow: ellipsis;
}

.bx-dark .order-item-property {
	color: #acacb4;
}

.order-item-quantity {
	margin-top: 8px;
	text-align: right;
}

.order-total-container {
	position: relative;
}

.order-total-price-row,
.order-total-price-old-row,
.order-total-tax-row {
	background-color: #fff;
}

.bx-dark .order-total-price-row,
.bx-dark .order-total-price-old-row,
.bx-dark .order-total-tax-row {
	background-color: #242426;
}

.order-total table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.order-total-item {
	width: 100%;
	padding: 0 0 15px 15px;
	vertical-align: middle;
	text-align: right;
	color: #9e9eae;
	font: 14px/18px "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.bx-dark .order-total-item {
	color: #acacb4;
}

.order-total-item.order-total-item-total-price {
	vertical-align: top;
}

.order-total-value {
	padding: 0 15px 18px;
	color: #93939b;
	text-align: right;
	font: 500 14px/18px "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.bx-dark .order-total-value {
	color: #fff
}

.order-total-price-row td {
	padding-top: 18px;
}

.order-total-delivery-row td {
	padding-top: 18px;
}

.order-total-delivery-row .order-total-price {
	padding: 6px 0;
}

.order-total-delivery-row .order-total-item {
	font-size: 16px;
	text-align: left;
}

.order-total-delivery-row td {
	border-bottom: 1px solid #e6e7eb;
}

.bx-dark .order-total-delivery-row td {
	border-color: #333;
}

.order-item-price, .order-total-price {
	color: #2c2c36;
	text-align: right;
	white-space: nowrap;
	font: 600 16px/19px "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.order-item-price {
	font-weight: normal;
	line-height: 14px;
}

.order-total-container .rub,
.order-item-price .rub {
	font-family: 'rubleBitrix';
}

.order-item-price-old,
.order-total-price-old {
	opacity: .7;
	color: #4e8b9e;
	text-decoration: line-through;
	white-space: nowrap;
	font: 16px/19px "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
	text-align: right;
	margin-top: 8px;
}

.bx-dark .order-item-price,
.bx-dark .order-total-price {
	color: #fff;
}

.bx-dark .order-item-price-old,
.bx-dark .order-total-price-old {
	color: #8cc8db;
	opacity: .5;
}

.order-total-sale-price,
.order-total-delivery-price {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #ffcd4d;
	color: #333;
	vertical-align: middle;
	white-space: nowrap;
	font: 600 16px/19px "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.bx-dark .order-total-sale-price,
.bx-dark .order-total-delivery-price {
	background-color: #1457a3;
	color: #fff;
}

.order-total-delivery-price {
	font: 500 15px/18px "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
	background-color: #d0e8c7;
}

.bx-dark .order-total-delivery-price {
	background-color: #086022;
}

/**/
.order-total-result {
	padding: 15px;
}

.order-total-result-name {
	color: #333;
	font: 500 20px/24px "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.bx-dark .order-total-result-name {
	color: #fff;
}

.order-total-result-value {
	color: #333;
	font: 500 24px/29px "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.bx-dark .order-total-result-value {
	color: #fff;
}

.checkout-basket-title {
	font: 500 18px/21px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	margin-bottom: 16px;
}

.bx-dark .checkout-basket-title { color: #fff; }

.alert.alert-danger {
	background: rgba(255,87,82,.2);
	border-color: transparent;
	color: #cf2823;
}

.alert {
	padding: 13px 17px;
	font: 500 16px/21px Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.checkout-payment-title {
	font: 500 18px/21px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #121212;
	margin-bottom: 16px;
}

.bx-dark .checkout-payment-title {
	color: #fff;
}
/*endregion*/

/*region contacts*/
.contacts-phone {
	font: 500 16px/24px "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.bx-dark .contacts-phone {
	color: #fff;
}

.contacts-maps-button {
	padding: 15px 10px;
	text-align: center;
}

/*endregion*/

/*region Appointments*/
.appointments-form-container {
}

.appointments-form-days {
	overflow-x: auto;
	min-height: 60px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.appointments-form-day-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: left;
	margin-left: 10px;
	min-width: 60px;
	width: 60px;
	height: 47px;
	border-radius: 4px;
	background-color: rgba(172, 172, 180, 0.2);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.appointments-form-day-date {
	color: #6e6e79;
	letter-spacing: 0.05em;
	font: 500 16px/18px "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.appointments-form-day-of-week {
	color: #acacb4;
	letter-spacing: 0.05em;
	font: 500 11px/15px "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
}

.page-section.order-document-container
{
	margin-bottom: 15px;
}
.order-document-container .page-section-title
{
	margin-bottom: 4px;
}

.order-document {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}

.order-document-file-icon {
	padding: 10px 16px 10px;
}

.order-document-title {
	font: 16px/19px "SF UI Display", "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
	color: #333;
	opacity: 0.8;
}

.bx-dark .order-document-title {
	color: #acacb4;
}

.order-document-actions {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 18px;
	gap: 16px;
}

.order-document-actions-action a {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	min-height: 36px;
	padding: 8px 15px;
	color: #333;
	font: 500 16px/19px "SF UI Display", "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*tmp hack*/
	font-family: "Roboto", Arial, sans-serif;
	border: 1px solid rgba(0, 174, 52, 0.5);
	border-radius: 18px;
}

.bx-dark .order-document-actions-action a {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}


.order-document-actions-action a:hover {
	text-decoration: none;
}

/* region gray-theme */

.salescenter-order-details {
	padding-bottom: 15px;
	font-family: "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #ffffff;
	z-index: 1;
}

.salescenter-order-details::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 100vw;
	height: 334px;
	transform: translate(-50%, 0);
	/*background: url(./images/salescenter_bg.png) no-repeat center;*/
	background-size: cover;
	pointer-events: none;
}

.salescenter-order-details__header {
	padding: 18px 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.2);
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
}

.salescenter-order-details__header-text_color {
	color: #2fc6f6;
}

.salescenter-order-details__info-order {
	padding: 14px 0;
	margin-bottom: 17px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.15px;
	color: rgba(255,255,255,.5);
	overflow: hidden;
	text-overflow: ellipsis;
}

.salescenter-order-details__section {
	padding: 0 10px;
	margin-bottom: 22px;
	border-radius: 6px;
	background: #31313b;
}

.salescenter-order-details__section.--internal-gap {
	padding: 10px 18px;
}

.salescenter-order-details__product_items {
	z-index: 1;
	position: relative;
	margin: 10px 0 22px;
}

.salescenter-order-details__product_items::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: -13px;
	left: -20px;
	display: block;
	width: calc(100% + 40px);
	height: calc(100% + 24px);
	padding: 20px;
	border-radius: 10px;
	background: linear-gradient(180deg, #1D6890 0%, #1D587A 100%);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	pointer-events: none;
}

.salescenter-order-details__product_item {
	position: relative;
	display: flex;
	padding: 9px 0;
	margin-top: 16px;
}

.salescenter-order-details__product_item::before {
	content: '';
	position: absolute;
	left: 0;
	top: -9px;
	display: block;
	width: 100%;
	height: 1px;
	background: #ffffff;
	opacity: .1;
}

.salescenter-order-details__product_item:first-of-type {
	margin-top: 0;
}

.salescenter-order-details__product_item:first-of-type::before {
	display: none;
}

.salescenter-order-details__product_image {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 16px;
}

.salescenter-order-details__product_img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.salescenter-order-details__product_info {
	flex: 1;
	margin-right: 15px;
	font-family: "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: -0.35px;
	word-wrap: break-word;
	overflow: hidden;
}

.salescenter-order-details__product_name {
	font-size: 16px;
}

.salescenter-order-details__product_additional {
	font-size: 14px;
	color: #a8adb4;
}

.salescenter-order-details__product_additional span {
	border-right: 1px solid #a8adb4;
	padding-right: 3px;
	margin-right: 4px;
}

.salescenter-order-details__product_additional span:last-child {
	border-right: none;
}

.salescenter-order-details__product_total {
	flex-shrink: 0;
	margin-left: auto;
	padding-right: 5px;
}

.salescenter-order-details__product_price {
	margin-bottom: 5px;
	font-family: "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: right;
	letter-spacing: -0.24px;
}

.salescenter-order-details__product_old-price {
	margin-bottom: 6px;
	font-family: "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	letter-spacing: -0.2px;
	text-decoration-line: line-through;
	color: #ffa900;
	opacity: .8;
}

.salescenter-order-details__order-info_details .salescenter-order-details__product_old-price {
	margin-right: 6px;
}

.salescenter-order-details__product_quantity {
	font-family: "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	letter-spacing: -0.2px;
	color: #a8adb4;
}

.salescenter-order-details__order-info {
	display: flex;
	padding: 4px 7px;
	justify-content: space-between;
	font-family: "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.salescenter-order-details__order-info_name {
	flex: 1;
	margin-right: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.37;
	letter-spacing: -0.15px;
	color: #a8adb4;
}

.salescenter-order-details__order-info_name span{
	color: #ffffff;
}

.salescenter-order-details__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 14px 0;
	margin: 14px 7px 0;
	border-top: 1px solid rgba(255,255,255,.1);
	font-family: "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.salescenter-order-details__total_text {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.15px;
}

.salescenter-order-details__total_sum {
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	text-align: right;
	letter-spacing: -0.37px;
}

.salescenter-order-details__order-info_details {
	font-family: "SF UI Display", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: right;
	letter-spacing: -0.24px;
}

.salescenter-order-details__product_saving {
	color: #78be1f;
}

.gray-theme .salescenter-order-details__item-button {
	flex-shrink: 0;
	padding: 6px 20px;
	border-radius: 99rem;
	font-family: "SF Pro Text", "SF UI Text", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2px;
	text-transform: uppercase;

	background: #326446;
	transition: .2s;
	cursor: pointer;
}

.gray-theme .salescenter-order-details__item-button:hover {
	background: #348856;
}

.gray-theme .salescenter-order-details__item-button a  {
	color: rgba(255,255,255,.8);
}

.gray-theme .salescenter-order-details__item-button a:hover  {
	color: rgba(255,255,255,.8);
	text-decoration: none;
}


.gray-theme .page-section-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.15px;
}

.gray-theme .order-document-title {
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	padding-right: 10px;
}

@media (max-width: 780px) {
	.gray-theme {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {
	.salescenter-order-details__title {
		padding: 10px 3px;
		font-size: 14px;
	}

	.salescenter-order-details__product_items::before {
		left: -15px;
		width: calc(100% + 30px);
	}

	.salescenter-order-details__payment_item::before {
		width: 100%;
		left: 0;
	}
}