

/* Start:/local/templates/hockey_one/components/bitrix/sale.personal.order.list/.default/style.css?177129429724540*/
.bx_my_order{
	margin-bottom: 20px;
}
.bx_my_order_status_desc{
	margin: 20px 0 20px 0;
}
.bx_my_order_status_desc h2{
	margin-top: 0;
	margin-bottom: 5px;
}
.bx_mos_desc{
	font-size: 12px;
}
.bx_my_order h3{
	font-weight: var(--ui-font-weight-bold);
	font-size:24px;
	color: #3f3f3f;
}
.bx_my_order .bx_my_order_table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}
.bx_my_order .bx_my_order_table tr td{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.bx_my_order .bx_my_order_table thead tr td{
	padding: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 15px;
	color: #3d4345;
	border-bottom: 1px solid #d9d9d9;
	/*box-shadow: 0 -1px 1px 0 rgba(255,255,255,1);*/

	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:   -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:    -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:     -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:        linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}
.bx_my_order .bx_order_action{
	margin-bottom: 20px;
}
.bx_my_order .bx_my_order_table td a{font-size: 13px;color: #0073a3}
.bx_my_order .bx_my_order_table td a:hover{text-decoration: none;}
.bx_my_order .bx_my_order_table tbody tr td{
	padding: 15px 10px 5px;
	color: #3f3f3f;
	font-size: 13px;
	vertical-align: top;
	line-height:30px;
}
.bx_my_order .bx_my_order_table tbody tr td:first-child{width: 65%}
/*.bx_my_order .bx_my_order_table tbody tr td[colspan="2"]{
	padding: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 15px;
	color: #3d4345;
	background: #fafafa;
}*/

.bx_my_order .bx_item_list{
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	list-style: decimal;
}

.bx_my_order .bx_my_order_status{
	width: 100%;
	font-weight: var(--ui-font-weight-bold);
	padding: 10px 5px;
	line-height: normal;
	margin-bottom: 20px;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5)
}
.bx_my_order .bx_my_order_status.yellow{background: #ffd34e}
.bx_my_order .bx_my_order_status.red   {background: #fb7474}
.bx_my_order .bx_my_order_status.green {background: #ade421}
.bx_my_order .bx_my_order_status.gray  {background: #bbbbbb}


@media (max-width: 550px){
	.bx-touch .bx_my_order .bx_my_order_table tr,
	.bx-touch .bx_my_order .bx_my_order_table tbody,
	.bx-touch .bx_my_order .bx_my_order_table tbody td{display: block;width: 100% !important;}
	.bx-touch .bx_my_order .bx_my_order_table tbody{border-top: 1px solid #e8e8e8;}
	.bx-touch .bx_my_order .bx_my_order_table thead td{display: inline-block; white-space: nowrap;width: auto !important;background: transparent !important;border: none;box-shadow: none}
	.bx_my_order .bx_my_order_status{
		padding: 10px;
		position: relative;
		margin-left: -10px;
	}
}

.bx_my_order .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	color: #3f3f3f !important;
}
.bx_my_order .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_my_order .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}

.bx_my_order .bx_bt_button_type_2 		{
	border:1px solid #e9e9e9;
	background:#fcfcfc;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
	background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:   -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:    -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:     -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:        linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_my_order .bx_bt_button_type_2:hover 	{background:#fff}
.bx_my_order .bx_bt_button_type_2:active {
	background:#f1f1f1;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:   -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:    -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:     -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:        linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_my_order .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
/* empty states removed */

.bx_my_order .bx_medium.bx_bt_button_type_2	{
	padding:0 13px;
	height:25px;
	font-weight:var(--ui-font-weight-bold);
	line-height:25px;
}

.bx_my_order .bx_medium.bx_bt_button_type_2 		 {font-weight:var(--ui-font-weight-bold)}
/* empty states removed */

.bx_my_order .bx_big.bx_bt_button_type_2	{
	padding:0 13px;
	height:34px;
	font-weight:var(--ui-font-weight-bold);
	line-height:34px;
}

/* empty states removed */

.bx_my_order_switch {
	margin-bottom: 15px;
	line-height: 30px;
}
.bx_my_order_switch .bx_mo_link{
	margin-right: 20px;
}

.sale-order-link,
.sale-order-history-link {
	display: inline-block;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a90e2;
	padding: 0 34px 0 0;
	margin-bottom: 22px;
}

.sale-order-title {
	margin-top:40px;
	font: 20px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	color: #262626;
}

.sale-order-description {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}

.sale-order-list-title-container {
	background: rgba(194,243,136, .5);
}

.sale-order-list-title,
.sale-order-list-accomplished-title {
	margin-top: 10px;
	font: var(--ui-font-weight-bold) 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2f3435;
}

.sale-order-list-container {
	margin: 0 0 34px 0;
}

.sale-order-list-inner-container {
	padding: 0 15px 15px 15px;
	border: 1px solid #efecec;
}

/* ==========================================================
   Custom "orders" layout (template.php uses .orders/.item)
   States: .is-collapsed / .is-open (set by order-list-inline.js)
   ========================================================== */
.orders [data-order-row] {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin: 0 0 12px;
	border: none;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.orders [data-order-row] .flex {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
}

.orders [data-order-row] .top-info h3 {
	margin: 0 0 6px;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 15px;
	line-height: 19.02px;
	letter-spacing: -0.75px;
	color: #1b1b1c;
}

.orders [data-order-row] .top-info p {
	margin: 0;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
}
.orders [data-order-row] .top-info p + p { margin-top: 4px; }




.orders [data-order-row] .status {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.orders [data-order-row] .order-card__review {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.orders [data-order-row] .order-card__divider {
	height: 1px;
	background: #e6e6e7;
	margin: 30px 0;
}
.orders [data-order-row] .order-card__divider--bottom {
	margin: 30px 0 0;
}

.orders [data-order-row] .order-card__section-title {
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 12px;
	line-height: 15.216px;
	letter-spacing: 0;
	color: #6d6d6d;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.orders [data-order-row] .order-card__section-strong {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 600;
	font-size: 15px;
	line-height: 17.25px;
	letter-spacing: 0;
	color: #1b1b1c;
	margin: 0 0 18px;
}

.orders [data-order-row] .order-card__section-text {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
	margin: 0 0 6px;
}

.orders [data-order-row] .order-card__sumValue {
	color: #1b1b1c;
    font-weight: 500;
}

.orders [data-order-row] .order-card__value {
	color: #1b1b1c;
    font-weight: 500;
}

.orders [data-order-row] .order-card__section-link {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 13px;
	line-height: 14.95px;
	color: #fe272c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* В макете в свёрнутом виде нет “карточек” выбора внутри секций */
.orders [data-order-row] [data-order-summary] .order-delivery__cards,
.orders [data-order-row] [data-order-summary] .order-pay__cards {
	/*display: none !important;*/
}

.orders [data-order-row] .bottom.flex {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-top: 30px;
}

.orders [data-order-row].is-open {
	box-shadow: 0 10px 30px rgba(27,27,28,0.08);
}

.orders [data-order-row] .bottom.flex .buttons {
	display: flex;
	gap: 10px;
	align-items: center;
}

.orders [data-order-row] .order-list-btn {
	height: 35px;
	border-radius: 5px;
	/*padding: 0 15px;*/
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/*gap: 8px;*/
	cursor: pointer;
	text-decoration: none;
	user-select: none;
	white-space: nowrap;
}

.orders [data-order-row] .order-list-btn--pay {
	min-width: 138px;
	background: #fe272c;
	border: 1px solid #fe272c;
	color: #fff;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 700;
	font-size: 12px;
	line-height: 15.216px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.orders [data-order-row] .order-list-btn--more {
	min-width: 101px;
	background: #fff;
	border: 1px solid #ff7073;
	color: #ff7073;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 12px;
	line-height: 15.216px;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* Если кнопки "Оплатить" нет — "Подробнее" не должно становиться "первой" (сдвигаем вправо) */
.orders [data-order-row] .bottom.flex .buttons .order-list-btn--more {
	margin-left: auto;
}

/* На всякий — даже если "Подробнее" единственная кнопка, она остаётся вторичной (не красной) */
.orders [data-order-row] .bottom.flex .buttons .order-list-btn--more:only-child {
	background: #fff;
	border-color: #ff7073;
	color: #ff7073;
}

.cabinet-page .orders .sort form.status-filter .choices::after{

    background: url(/upload/arrow_black.svg) no-repeat center !important;
    transform: translateY(-50%) rotate(0deg) ;

}

/* Базовая стрелка для всех кнопок (и "Оплатить", и "Подробнее") */
.bottom.flex .buttons .order-list-btn > span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: url(/local/templates/hockey_one/img/warrow.svg) center / cover;
	margin: 0px 0 0 4px;
	transform: none;
}

/* Поворот стрелки только у "Подробнее" */
.bottom.flex .buttons [data-order-inline-toggle] > span {
	transform-origin: 50% 50%;
	transition: transform 0.15s ease;
	/* В свернутом состоянии "Подробнее" — стрелка вниз */
	transform: rotate(180deg);
}

/* Когда "Подробнее" единственная кнопка — используем отдельную стрелку (arrow14.svg) */
.bottom.flex .buttons .order-list-btn--more:only-child > span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 4px;
	background: url(/local/templates/hockey_one/img/arrow14.svg) center / cover;
	margin: -2px 0 0 4px;
	rotate: 180deg;
	transform: rotate(180deg);
}

/* В раскрытом состоянии ("назад") — стрелка вверх */
.orders [data-order-row].is-open .bottom.flex .buttons [data-order-inline-toggle] > span {
	transform: rotate(0deg);
}

/* "Подробнее" всегда вторичная (даже когда одна) — фиксируем от внешних стилей */
.orders [data-order-row] .order-list-btn--more,
.orders [data-order-row] .bottom.flex .buttons .order-list-btn--more:only-child {
	background: #fff !important;
	border-color: #ff7073 !important;
	color: #ff7073 !important;
}
/* стрелочки у кнопок оставляем "как было" — их рисуют штатные стили проекта */

.orders [data-order-row] .links {
	display: flex;
	gap: 35px;
	align-items: center;
}

.orders [data-order-row] .order-card__repeat {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #fe272c;
	text-decoration: underline;
	text-underline-offset: 3px;
	position: relative;
	padding-left: 20px;
}
/* .orders [data-order-row] .order-card__repeat::before — intentionally removed (no icon) */

.orders [data-order-row] .order-card__cancel {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Когда открыт inline-detail — скрываем summary-блоки, чтобы не было дублей */
.orders [data-order-row].is-open [data-order-summary] {
	display: none !important;
}

/* Дивайдеры должны быть видны в детальном просмотре */
.orders [data-order-row].is-open [data-order-summary].order-card__divider__inline,
.orders [data-order-row].is-open [data-order-detail] .order-card__divider__inline,
.orders [data-order-row].is-open [data-order-detail] .order-product__divider {
	display: block !important;
}

/* Показываем "Сумма оплаты по счету" только когда заказ развернут (inline режим) */
.orders [data-order-row] .order-card__pay-sum {
	display: none;
}
.orders [data-order-row].is-open .order-card__pay-sum {
	display: block !important;
}

.sale-order-list-inner-title-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 0 14px 0;
	text-transform: uppercase;
}

.sale-order-list-inner-title-line-item {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
	font: var(--ui-font-weight-bold) 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9b9b9b;
}

.sale-order-list-inner-title-line-border {
	display: inline-block;
	margin: 6px 0;
	height: 1px;
	width: 100%;
	vertical-align: middle;
	background: #f2f2f2;
}

.sale-order-list-inner-row {
	padding: 0;
	position: relative;
}

.sale-order-list-inner-row-template{
	display: none;
}

.sale-order-list-payment-title,
.sale-order-list-shipment-title {
	font: var(--ui-font-weight-bold) 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.sale-order-list-payment-about-link,
.sale-order-list-payment-repeat-link,
.sale-order-list-payment-cancel-link {
	padding: 21px 0 0 0;
}

.sale-order-list-shipment-button,
.sale-order-list-repeat-link,
.sale-order-list-cancel-link,
.sale-order-list-about-link,
.sale-order-list-change-payment {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4a90e2;
	text-decoration: underline;
	cursor: pointer;
}

.sale-order-list-cancel-link {
	display: inline-block;
	color: #9b9b9b;
	/*vertical-align: middle;*/
}

div.sale-order-list-repeat-container {
	padding: 0;
}

.sale-order-list-repeat-link {
	display: inline-block;
	padding: 0 0 0 13px;
	vertical-align: middle;
}

.sale-order-list-repeat-link:before {
	content: "";
	display: inline-block;
	margin: 0 3px 4px 0;
	width: 10px;
	height: 13px;
	background: url(/local/templates/hockey_one/components/bitrix/sale.personal.order.list/.default/images/sale-order-repeat.svg) no-repeat;
	vertical-align: middle;
}

.sale-order-link-accomplished {
	padding: 0;
	text-decoration: none;
}

.sale-order-list-shipment-button:hover,
.sale-order-list-repeat-link:hover,
.sale-order-list-cancel-link:hover,
.sale-order-list-cancel-payment:hover,
.sale-order-list-about-link:hover,
.sale-order-list-cancel-payment,
.sale-order-list-change-payment:hover{
	text-decoration: none;
	cursor: pointer;
}

.sale-order-list-cancel-payment{
	margin-top: 20px;
	display: block;
}

.sale-order-list-about-link {
	font: var(--ui-font-weight-bold) 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sale-order-list-status-restricted,
.sale-order-list-status-alert,
.sale-order-list-status-success {
	display: inline-block;
	padding: 4px 10px 5px 8px;
	border: 1px solid #eab3b9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #ffe5e8;
	font: var(--ui-font-weight-bold) 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d0021b;
}

.sale-order-list-status-success {
	background: #e3f0bd;
	border: 1px solid #bed277;
	color: #597707;
}

.sale-order-list-status-restricted {
	background: #f3f4f5;
	border: 1px solid rgba(128,134,142,0.20);
	color: #535c69;
}

.sale-order-list-status-restricted-message-block{
	padding-top:10px;
}

.sale-order-list-status-restricted-message{
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #9e9fa2;
}

.sale-order-list-payment-check ,
.sale-order-list-payment-price {
	padding: 4px 0 0 0;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sale-order-list-payment-check{
	width:100%;
	float: left;
}

.sale-order-list-payment-check-left{
	display: inline;
	float: left;
	padding-right: 5px;
}

.sale-order-list-change-payment {
	display: block;
	margin: 6px 0 0 0;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*.sale-order-list-button-container {*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*right: 15px;*/
	/*-webkit-transform: translateY(-50%);*/
	/*-moz-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/
/*}*/

.sale-order-list-button {
	display: block;
	padding: 0 17px;
	float: right;
	max-width: 115px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 38px;
	background: #70bb18;
	color: #fff;
	font: var(--ui-font-weight-bold) 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

.sale-order-list-button:hover {
	color: #fff;
	background: #7bd314;
	-webkit-transition: background ease-out 0.5s;
	-moz-transition: background ease-out 0.5s;
	-o-transition: background ease-out 0.5s;
	transition: background ease-out 0.5s;
}

.sale-order-list-button.inactive-button {
	background: #dff0d8;
	cursor: pointer;
}

.sale-order-list-button.inactive-button:hover{
	color: #FFFFFF;
}


.sale-order-list-shipment {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
}

.sale-order-list-shipment-item {
	padding: 6px 0 0 0;
}

.sale-order-list-shipment-list-item-link {
	padding: 16px 0 0 0;
	text-decoration: underline;
}

.sale-order-list-shipment-id {
	font-weight: var(--ui-font-weight-bold);
}

.sale-order-list-shipment-id-icon {
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url("/local/templates/hockey_one/components/bitrix/sale.personal.order.list/.default/images/sale-order-order-list-options-methods-shipment-list-item-id-element.svg") center no-repeat;
	cursor: pointer;
}

.sale-order-list-top-border {
	width: auto;
	height: 1px;
	margin: 18px 15px 21px 15px;
	background: #f2f2f2;
}

.sale-order-list-accomplished-title-container {
	background: #f2f2f2;
}

.sale-order-list-accomplished-date-container {
	text-align: right;
}

.sale-order-list-accomplished-date {
	padding: 0 8px 0 0;
}

.sale-order-list-accomplished-date,
.sale-order-list-accomplished-date-number {
	display: inline-block;
	margin: 10px 0 0 0;
	font: var(--ui-font-weight-bold) 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sale-order-list-accomplished-date {
	color: #4b8c03;
}
.sale-order-list-accomplished-date.canceled-order {
	color: #ff0000;
}

.sale-order-list-accomplished-date-number {
	color: #888;
}

.sale-order-list-repeat-accomplished {
	text-align: right;
}

.sale-order-list-inner-accomplished {
	border: 1px solid #efecec;
	padding: 13px 15px 15px 15px;
}

.sale-order-list-shipment-status {
	margin: 2px 0 0 0;
}

.sale-order-list-shipment-status-item {
	display: inline-block;
	margin: 6px 0 5px 0;
	vertical-align: middle;
}

.sale-order-list-shipment-status-block {
	display: inline-block;
	padding: 5px;
	border: 1px solid rgba(128,134,142,0.20);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f3f4f5;
	font: var(--ui-font-weight-bold) 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	vertical-align: middle;
}

/* state's */

.sale-order-state-green {
	background: #c2f388;
}
.sale-order-state-yellow {
	background: #d7dd39;
}
.sale-order-state-red {
	background: #dd6239;
}
.sale-order-state-grey {
	background: #f2f2f2;
}

@media (max-width: 991px) {
	.sale-order-list-accomplished-date-container,
	.sale-order-list-repeat-accomplished {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.sale-order-list-button {
		margin: 10px 0 0 0;
		max-width: none;
		float: none;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.css?17189989656552*/
/*pay*/
.sale-order-payment-change-pp.row{
	margin-right: 0;
	margin-left: 0;
}

.sale-order-payment-change-pp-list{
	opacity:0;
}

.sale-order-payment-change-pp-company {
	height:40px;
	padding-bottom: 20px;
	z-index: 100;
	position: relative;
}

.sale-order-payment-change-pp .sale-order-payment-change-pp-company {
	padding: 7px;
	border: 1px solid transparent;
	height: auto;
	margin-bottom: 15px;
	-webkit-transition: all 100ms ease;
	   -moz-transition: all 100ms ease;
		-ms-transition: all 100ms ease;
		 -o-transition: all 100ms ease;
			transition: all 100ms ease;
}

.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	border-color: #159ebb;
}

.sale-order-payment-change-pp-company-graf-container {
	border: 2px solid #c3cace;
	border-radius: 2px;
	position: relative;
	background: #fff;
	width: auto;
	height: 0;
	padding-top: 50%;
}

.sale-order-payment-change-pp-company-image {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sale-order-payment-change-pp-company-smalltitle {
	padding-top: 9px;
	color: #a3a3a3;
	font-size: 11px;
	text-align: center;
	padding-bottom: 5px;
}

.sale-order-payment-change-pp-field .form-control { background: #fff; }

.sale-order-payment-change-pp-price {
	text-align: right;
	padding: 4px 0;
}

.sale-order-payment-change-service-small {
	color: #a3a3a3;
	font-size: 11px;
}

@media (min-width: 1200px) {
	.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1),
	.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1) {
		clear: both;
		padding-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(3n+1),
	.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(3n+1) {
		clear: both;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.sale-order-payment-change-pp,
	.sale-order-payment-change-pp-item-container { max-width: 450px; }
	.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1),
	.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(2n+1) {
		clear: both;
		padding-left: 0;
	}
}

.sale-order-payment-change-inner-row {
	padding: 0;
	position: relative;
}

.sale-order-payment-change-payment{
	padding-bottom: 20px;
}

.sale-order-payment-change-payment-title{
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.sale-order-payment-change-status-alert,
.sale-order-payment-change-status-restricted,
.sale-order-payment-change-status-success {
	display: inline-block;
	padding: 4px 10px 5px 8px;
	border: 1px solid #eab3b9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #ffe5e8;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d0021b;
}

.sale-order-payment-change-status-restricted {
	background: #f3f4f5;
	border: 1px solid rgba(128,134,142,0.20);
	color: #535c69;
}

.sale-order-payment-change-status-success {
	background: #e3f0bd;
	border: 1px solid #bed277;
	color: #597707;
}

.sale-order-payment-change-payment-price {
	padding: 4px 0 0 0;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sale-order-payment-change-payment-form-group{
	display: table;
}
.sale-order-payment-change-payment-form-cell{
	display: table-cell;
	vertical-align: middle;

	text-align:center;
}
.sale-order-inner-payment-button {
	display: block;
	cursor: pointer;
	padding: 0 17px;
	max-width: 115px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 38px;
	background: #1485ce;
	color: #fff;
	font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	float: left;
}

.sale-order-inner-payment-button:hover {
	color: #fff;
	background: #53a4d8;
	-webkit-transition: background ease-out 0.5s;
	-moz-transition: background ease-out 0.5s;
	-o-transition: background ease-out 0.5s;
	transition: background ease-out 0.5s;
}

.sale-order-inner-payment-button.inactive-button {
	opacity: 0.2;
	cursor: pointer;
}

.sale-order-inner-payment-button.inactive-button:hover{
	background: #1485ce;
	color: #FFFFFF;
}
.sale-order-inner-padding-bottom{
	padding-bottom:15px;
}
.sale-paysystem-wrapper {
	position: relative;
	padding: 24px 38px 24px 38px;
	margin: 0 -15px 0 0;
	border: 1px solid #3bc8f5;
	font: 14px "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #424956;
}
.sale-paysystem-wrapper {
	position: relative;
	padding: 24px 38px 24px 38px;
	margin: 0 -15px 0 0;
	border: 1px solid #3bc8f5;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #424956;
}

.sale-paysystem-close {
	position: absolute;
	top: 7px;
	right: 7px;
}

.sale-paysystem-close-item {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/bitrix/components/bitrix/sale.order.payment.change/templates/.default/../../components/bitrix/sale.personal.order.detail/templates/.default/images/sale-personal-order-sprite.svg) 1px 1px no-repeat;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	cursor: pointer;
}

.sale-paysystem-close-item:hover {
	opacity: .5;
}

.sale-paysystem-description {
	margin: 0 0 11px 0;
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #bcbdc0;
}

.sale-paysystem-yandex-button {
	display: inline-block;
	margin: 26px 10px 26px 0;
}

.sale-paysystem-yandex-button-item {
	padding: 0 22px;
	height: 38px;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f59023;
	font: bold 13px/35px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

.sale-paysystem-yandex-button-item:hover {
	background: #ff911a;
	color: #fff;
	text-decoration: none;
}

.sale-paysystem-yandex-checkout-button-item {
	padding: 10px 22px;
}

.sale-paysystem-yandex-button-item:focus {
	color: #fff;
	text-decoration: none;
}

.sale-paysystem-yandex-button-descrition {
	display: inline-block;
	margin: 0 0 15px 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #80868e;
}
/* End */


/* Start:/local/templates/hockey_one/components/bitrix/sale.personal.order.detail/.default/order-detail.v2.css?176612651720291*/
/* ==========================================================
   Order Detail — mobile-first layout 1:1 to screenshot
   ========================================================== */

.order-detail {
	max-width: 770px;
	margin: 0 auto;
	/*padding: 30px;*/
	background: #fff;
	border-radius: 15px;
	font-family: var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	color: #111;
}

.order-detail__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px;
	padding: 10px 16px;
	border: 1px solid #ff7073;
	border-radius: 5px;
	background: #fff;
	color: #ff7073;
	text-decoration: none;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 12px;
	line-height: 15.216px;
	letter-spacing: 0;
	width: fit-content;
}

.order-detail__header {
	padding: 0 0 20px;
	border-bottom: 1px solid #e6e6e7;
	margin-bottom: 20px;
}

.order-detail__header-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 10px;
}

.order-detail__header-left {
	flex: 1;
}

.order-detail__title {
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 15px;
	line-height: 19.02px;
	letter-spacing: -0.75px;
	color: #1b1b1c;
	margin-bottom: 4px;
}

.order-detail__subtitle {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
}

.order-detail__status {
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #fb974f;
	background: #fff;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 9px;
	line-height: 11.412px;
	letter-spacing: 0;
	text-transform: lowercase;
	color: #fb974f;
	white-space: nowrap;
}
.order-detail__status.is-await-pay { border-color: #fb974f; color: #fb974f; }
.order-detail__status.is-await-approve { border-color: #0b4f6c; color: #0b4f6c; }
.order-detail__status.is-paid { border-color: #2f6f2e; color: #2f6f2e; }
.order-detail__status.is-canceled { border-color: #b11c2f; color: #b11c2f; }
.order-detail__status.is-unknown { border-color: #535c69; color: #535c69; }

.order-detail__meta {
	margin-top: 10px;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
}
.order-detail__meta-row + .order-detail__meta-row { margin-top: 4px; }

/* Sections */
.order-section {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e6e6e7;
}
.order-section__title {
	margin: 0 0 8px;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 12px;
	line-height: 15.216px;
	letter-spacing: 0;
	text-transform: lowercase;
	color: #6d6d6d;
}
.order-section__subrow {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
	margin-bottom: 10px;
    flex-direction: column;
}
.order-section__subrow-strong {
	font-weight: 400;
	color: #6d6d6d;
}
.order-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

/* Product card */
.order-product {
	background: #fff;
	border: 1px solid #b8b8b8;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 12px;
}

.order-product__top {
	display: grid;
	grid-template-columns: 50px 1fr auto;
	gap: 20px;
	align-items: start;
}

.order-product__img {
	width: 50px;
	height: 50px;
	border-radius: 3px;

	background: #fff center / contain no-repeat;
	display: block;
}

.order-product__main {
	position: relative;
	min-width: 0;
}

.order-product__title {
	display: block;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 12px;
	line-height: 15.216px; /* 100% of 12px ≈ 15.216px from Figma */
	letter-spacing: -0.6px;
	text-transform: uppercase;
	color: #1b1b1c;
	text-decoration: none;
	margin-bottom: 8px;
}

.order-product__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.order-product__qty {
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 100px;
	padding: 0;
	width: 66px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 700;
	font-size: 13px;
	line-height: 15.729px;
	text-transform: lowercase;
	color: #1b1b1c;
	white-space: nowrap;
}

.order-product__prices {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}
.order-product__oldPrice {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	color: #b8b8b8;
	text-decoration: line-through;
	line-height: 18.9px;
}
.order-product__price {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 700;
	font-size: 16px;
	line-height: 21.75px; /* 136% of 16px */
	letter-spacing: 0;
	color: #1a1a25;
}

.order-product__discount {
	margin-top: 6px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.order-product__discount-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.order-product__discount-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.order-product__discount-text {
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 10px;
	line-height: 12.68px; /* 100% of 10px */
	letter-spacing: -0.5px;
	text-transform: uppercase;
	color: #f96f24;
}

.order-product__propsTitle {
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 10px;
	line-height: 12.68px; /* 100% of 10px */
	letter-spacing: -0.5px;
	color: #fe272c;
	text-transform: uppercase;
}

.order-product__chips {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.order-product__divider {
	margin: 10px 0;
	height: 1px;
	background: #e6e6e7;
}

.order-card__divider__inline {
	margin: 30px 0;
	height: 1px;
	background: #e6e6e7;
}

.order-product__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.order-product__chipsBlock {
	min-width: 0;
}

.order-chip {
	border: 1px solid #6d6d6d;
	background: #fff;
	border-radius: 5px;
	padding: 2px 10px;
	color: #6d6d6d;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	text-align: center;
	min-height: 34px;
}

.order-chip__name {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0;
	text-align: center;
	color: #6d6d6d;
	white-space: nowrap;
}

.order-chip__value {
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 10px;
	line-height: 12.68px; /* 100% of 10px */
	letter-spacing: 0;
	text-transform: uppercase;
	color: #6d6d6d;
	white-space: nowrap;
	transform: translateY(0.5px);
}

/* Order info */
.order-info__summary {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
	/*margin-top: 6px;*/
}
.order-info__summary > div + div { margin-top: 4px; }

.order-info__details {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e7;
}

.order-info__toggle {
	margin-top: 8px;
}
.order-info__blockTitle {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 600;
	font-size: 15px;
	line-height: 17.25px;
	margin-bottom: 8px;
	color: #1b1b1c;
}

.order-kv {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2px;
	margin-bottom: 8px;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
}
.order-kv__k {
	font-size: 14px;
	color: #6d6d6d;
}
.order-kv__v {
	font-size: 14px;
	font-weight: 500;
	color: #1B1B1C;
}

.order-link {
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	color: #fe272c;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 13px;
	line-height: 14.95px;
	cursor: pointer;

	/*text-decoration: none;*/
}
.order-link--muted {
	color: #6d6d6d;
}
.order-link:hover { text-decoration: none; }
.order-section.order-section--pay .order-pay a.order-link.back-step {
    padding: 5px 0 30px 0;
}
.order-section.order-section--pay .order-pay a.order-link.change-pay{
    padding: 0px 0 20px 0;
}
/* Payment */
.order-pay {

	border-radius: 14px;

	background: #fff;
	margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.order-pay__bill-title {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 600;
	font-size: 15px;
	line-height: 17.25px;
	color: #1b1b1c;
	margin-bottom: 8px;
}
.order-pay__bill-sub {
	margin-top: 8px;
	display: grid;
	gap: 6px;
}
.order-pay__status {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 800;
	border: 1px solid transparent;
	width: fit-content;
}
.order-pay__status.is-paid { background: #e8f7e5; color: #2f6f2e; border-color: #c8eac2; }
.order-pay__status.is-unpaid { background: #ffe5e8; color: #b11c2f; border-color: #f2bcc5; }
.order-pay__sum {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
}

.order-pay__change {
	margin-top: 10px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.order-pay__buffer {
	margin-top: 10px;
}

/* Карточка оплаты с логотипом из Bitrix */
.order-pay-card {
	margin-top: 12px;
	width: 150px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
}

.order-pay-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	padding: 10px;
	background: #fff;
	border: 1px solid #e6e6e7;
	border-radius: 5px;
	overflow: hidden;
}
.order-pay-card--selected .order-pay-card__img { border-color: #fe272c; }

.order-pay-card__img img {
	max-width: 100%;
	max-height: 50px;
	object-fit: contain;
}

.order-pay-card__footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 0;
	color: #1b1b1c;
}
.order-pay-card--selected .order-pay-card__footer { color: #fe272c; }

.order-pay-card__check {
	flex-shrink: 0;
}

.order-pay-card__footer-text {
	font-family: "Inter Tight";
	font-weight: 500;
	font-size: 11px;
	line-height: 12.68px;
	letter-spacing: 0;
}

/* Buttons */
.order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	padding: 0px 15px;
	height: 35px;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 700;
	font-size: 12px;
	line-height: 15.216px;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
    gap: 10px;
}
.order-btn--primary {
	background: #fe272c;
	color: #fff;
}
.order-btn--secondary {
	background: #fff;
	color: #ff7073;
	border-color: #ff7073;
}
.order-btn.is-disabled {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.order-actions {
	margin-top: 12px;
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

/* Delivery */
.order-delivery {
	margin-bottom: 20px;
}

.order-delivery__header {
	margin-bottom: 20px;
}

.order-delivery__title {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 600;
	font-size: 15px;
	line-height: 17.25px;
	color: #1b1b1c;
}

.order-delivery__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	/*margin-bottom: 20px;*/
}

.order-delivery-card {
	width: 150px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	gap: 6px;
}

.order-delivery-card:hover .order-delivery-card__img { border-color: #fe272c; }
.order-delivery-card--selected .order-delivery-card__img { border-color: #fe272c; }

.order-delivery-card__img {
	width: 100%;
	height: 70px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid #e6e6e7;
	border-radius: 5px;
}

.order-delivery-card__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.order-delivery-card__footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 0;
	color: #1b1b1c;
}
.order-delivery-card--selected .order-delivery-card__footer { color: #fe272c; }

.order-delivery-card__footer-text {
	font-family: "Inter Tight";
	font-weight: 500;
	font-size: 11px;
	line-height: 12.68px;
	letter-spacing: 0;
}

.order-delivery-card__price {
	display: none;
}

.order-delivery__empty {
	padding: 20px;
	text-align: center;
	color: #6d6d6d;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-size: 14px;
}

.order-delivery__pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.order-delivery__pagination-dots {
	display: flex;
	gap: 6px;
	align-items: center;
}

.order-delivery__pagination-dot {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #f6f6f6;
	border: 1px solid #e6e6e7;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 700;
	font-size: 10px;
	line-height: 13.59px;
	color: #b8b8b8;
}

.order-delivery__pagination-dot--active {
	background: #fe272c;
	border-color: #fe272c;
	color: #fff;
}

.order-delivery__pagination-arrows {
	display: flex;
	gap: 4px;
	background: #f6f6f6;
	border: 1px solid #e6e6e7;
	border-radius: 140px;
	padding: 4px;
}

.order-delivery__pagination-arrow {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative;
}

.order-delivery__pagination-arrow--prev {
	background: #ff7073;
}

.order-delivery__pagination-arrow--next {
	background: #fe272c;
}

.order-delivery__pagination-arrow::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
}

.order-delivery__pagination-arrow--prev::before {
	border-width: 6px 8px 6px 0;
	border-color: transparent #fff transparent transparent;
}

.order-delivery__pagination-arrow--next::before {
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}

.order-delivery__change {
	margin-top: 10px;
	display: inline-block;
}

.order-delivery__change-body {
	margin-top: 10px;
}

.order-delivery__divider {
	height: 1px;
	background: #e6e6e7;
	margin-bottom: 20px;
}

.order-delivery__footer-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.order-delivery__status {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
    margin-top: 20px;
}

.order-delivery__back {
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 13px;
	line-height: 14.95px;
	color: #fe272c;
}

/* ==========================================================
   Pay modal (iframe) — used for online payments (epay etc.)
   ========================================================== */
.pay-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}
.pay-modal.is-open { display: block; }
.pay-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(27, 27, 28, 0.6);
}
.pay-modal__dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(920px, calc(100vw - 32px));
	height: min(720px, calc(100vh - 32px));
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.pay-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid #e6e6e7;
}
.pay-modal__title {
	font-family: "Druk Text Wide Cyr", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 12px;
	line-height: 15.216px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #1b1b1c;
}
.pay-modal__close {
	position: relative;
	border: 1px solid #e6e6e7;
	background: #fff;
	border-radius: 8px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.pay-modal__close:before,
.pay-modal__close:after{
	content:"";
	position:absolute;
	width:16px;
	height:2px;
	background:#1b1b1c;
	top:50%;
	left:50%;
	transform-origin:center;
}
.pay-modal__close:before{ transform:translate(-50%,-50%) rotate(45deg); }
.pay-modal__close:after{ transform:translate(-50%,-50%) rotate(-45deg); }
.pay-modal__body { flex: 1; position: relative; }
.pay-modal__loader {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: rgba(255,255,255,0.92);
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 500;
	font-size: 14px;
	line-height: 16.1px;
	color: #1b1b1c;
	z-index: 2;
}
.pay-modal__loader:before{
	content:"";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #e6e6e7;
	border-top-color: #fe272c;
	animation: payModalSpin 0.9s linear infinite;
}
@keyframes payModalSpin { to { transform: rotate(360deg); } }
.pay-modal__iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: #fff;
	position: relative;
	z-index: 1;
}
.pay-modal__hint {
	padding: 10px 16px;
	border-top: 1px solid #e6e6e7;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: #6d6d6d;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.pay-modal__openLink {
	color: #fe272c;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

/* Inline mode */
.order-detail--inline {
	position: relative;

	font-size: 20px;
	color: #6d6d6d;
}

.order-detail-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

.order-detail-loading,
.order-detail-error {
	padding: 20px;
	text-align: center;
	color: #6d6d6d;
	font-family: "Inter Tight", var(--ui-font-family-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-size: 14px;
}

.order-detail-error {
	color: #fe272c;
}

/* Bottom */
.order-bottom {
	margin-top: 18px;
	padding-top: 0;
	border-top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.order-bottom__links {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
	margin-left: auto;
}

@media (max-width: 420px) {
	.order-detail { padding: 16px 12px 28px; border-radius: 0; background: transparent; }
	.order-product__top { grid-template-columns: 1fr; }
	.order-product__img { width: 100%; height: 180px; }
}



/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?171899897664*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/hockey_one/components/bitrix/sale.personal.order.list/.default/style.css?177129429724540 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.css?17189989656552 */
/* /local/templates/hockey_one/components/bitrix/sale.personal.order.detail/.default/order-detail.v2.css?176612651720291 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?171899897664 */
