

/* Start:/local/templates/proporcelain/components/bitrix/sale.personal.section/client-personal/style.css?1564379020938*/
.personal-index {
	margin: 0 0 60px 0;
}
.personal-index-block {
	height: 200px;
	margin: 0 0 30px 0;
}
.personal-index-block a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-decoration: none;
}
.personal-index-block a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border: 0 solid #f9690e;
	cursor: pointer;
	transition: all 0.25s;
}
.personal-index-block a:hover,
.personal-index-block a:focus {
	text-decoration: none;
}
.personal-index-block a:hover:after,
.personal-index-block a:focus:after {
	border-width: 3px;
}
.personal-index-block-icon {
	width: 60px;
	height: 60px;
	margin: 30px auto 15px auto;
}
.personal-index-block-icon img {
	display: block;
	width: 100%;
	height: 100%:
}
.personal-index-block-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #333;
	text-align: center;
	text-decoration: none;
}
/* End */


/* Start:/local/templates/proporcelain/components/bitrix/sale.personal.section/client-personal/bitrix/sale.personal.order.list/custom/style.css?15643790205323*/
.content-tabs-wrap {
	position: relative;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #e0e0e0;
}
.content-tabs-tab {
	position: relative;
	display: block;
	height: 48px;
	padding: 12px 24px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.15s ease-out;
}
.content-tabs-tab:hover,
.content-tabs-tab:focus {
	color: #f9690e;
	text-decoration: none;
}
.content-tabs-tab.active {
	color: #f9690e;
	border: 1px solid #e0e0e0;
}
.content-tabs-tab.active:after {
	content: '';
	position: absolute;
	z-index: 99;
	bottom: -10px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: #fff;
}
@media (max-width: 767px) {
	.content-tabs-wrap {
		border: none;
	}
	.content-tabs-tab {
		margin: 0 0 10px 0;
		border: 1px solid #e0e0e0;
	}
	.content-tabs-tab:hover,
	.content-tabs-tab:focus {
		border: 1px solid #f9690e;
	}
	.content-tabs-tab.active {
		color: #f9690e;
	}
	.content-tabs-tab.active:after {
		display: none;
	}
}
.order-detail {
	margin: 0 -15px;
}
.order-detail-item {
	margin: 0 0 30px 0;
}
.order-detail-item:last-child {
	margin: 0;
}
.order-detail-item-heading,
.order-list-item-heading {
	display: block;
	padding: 12px 45px 12px 15px;
	color: #333;
	text-decoration: none;
	background: #f8f8f8;
}
.order-detail-item-heading span,
.order-list-item-heading span {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
a.order-detail-item-heading,
a.order-list-item-heading {
	position: relative;
}
a.order-detail-item-heading:hover,
a.order-list-item-heading:hover,
a.order-detail-item-heading:focus,
a.order-list-item-heading:focus {
	color: #f9690e;
	text-decoration: none;
}
a.order-detail-item-heading:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border: 2px solid;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transition: all 0.25s ease;
}
a.order-detail-item-heading.active:after {
	margin: 0;
	transform: rotate(-135deg);
}
a.order-detail-item-heading ~ .order-detail-table {
	display: none;
}
.order-detail-table table,
.order-detail-table table tbody,
.order-detail-table table tr,
.order-detail-table table tr td {
	display: block
}
.order-detail-table table tr {
	padding: 20px 15px;
}
.order-detail-table.with-numbers table tr {
	border-bottom: 1px solid #eee;
}
.order-detail-table table tr td {
	font-size: 14px;
	line-height: 20px;
}
.order-detail-table table tr td.number-position {
	float: left;
	margin: 0 5px 0 0;
	color: #a0a4a8;
}
.order-detail-table table tr td.number-position:after {
	content: ".";
}
.order-detail-table table tr td.name-position {
	display: table;
	margin: 0 0 10px 0;
	font-size: 16px;
}
.order-detail-table .name-position a {
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.order-detail-table .name-position a:hover,
.order-detail-table .name-position a:focus {
	color: #f9690e;
	text-decoration: none;
}
.status-green {
	color: #71bc90;
}
.status-red {
	color: #e53935;
}
.order-detail-button {
	display: inline-block;
	padding: 4px 12px;
	margin: 5px 10px 0 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
	background: #fff;
	border: 2px solid #5b5b5b;
	transition: all 0.25s ease;
}
.order-detail-button:hover,
.order-detail-button:focus {
	color: #f9690e;
	text-decoration: none;
	border-color: #f9690e;
}
.order-detail-link {
	display: inline-block;
	padding: 5px 0;
	margin: 5px 10px 0 0;
	text-decoration: none;
	vertical-align: top;
}
.order-detail-link:hover,
.order-detail-link:focus {
	text-decoration: none;
}
.order-detail-link span {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	vertical-align: top;
	border-bottom: 1px solid;
}
.order-detail-link:hover span,
.order-detail-link:focus span {
	color: #f9690e;
}

@media (min-width: 576px) {
	.order-detail {
		margin: 0;
	}
	.order-detail-table {
		border: 1px solid #f8f8f8;
	}
}
@media (min-width: 768px) {
	.text-md-center {
		text-align: center;
	}
	.order-detail-item-heading {
		display: block;
		padding: 24px 45px 24px 22px;
	}
	.order-list-item-heading {
		padding: 18px 22px;
	}
	.order-detail-item-heading span,
	.order-list-item-heading span {
		font-size: 16px;
		line-height: 22px;
	}
	.order-detail-table table {
		display: table;
		width: 100%;
	}
	.order-detail-table table tbody {
		display: table-row-group;
	}
	.order-detail-table table tr {
		display: table-row;
		padding: 0;
	}
	.order-detail-table table tr td {
		display: table-cell;
		padding: 24px 0 24px 22px;
		vertical-align: top;
	}
	.order-detail-table.with-numbers table tr:first-child td {
		vertical-align: top;
	}
	.order-detail-table table tr td:last-child {
		padding: 24px 22px;
	}
	.order-detail-table table tr td.links-position {
		width: 25%;
		padding: 18px 22px 18px 22px;
	}
	.order-detail-table table tr td.number-position {
		float: none;
		margin: 0;
	}
	.order-detail-table table tr td.number-position:after {
		content: "";
		display: none;
	}
	.order-detail-table table tr td.name-position {
		display: table-cell;
		margin: 0;
		font-size: 14px;
	}
	.order-detail-button {
		margin: 2px 10px 2px 0;
	}
	.order-detail-link {
		margin: 2px 10px 2px 0;
	}
}
/* End */
/* /local/templates/proporcelain/components/bitrix/sale.personal.section/client-personal/style.css?1564379020938 */
/* /local/templates/proporcelain/components/bitrix/sale.personal.section/client-personal/bitrix/sale.personal.order.list/custom/style.css?15643790205323 */
