.header-order-wr {
	position: static;
}

.header-menu__item {
	text-decoration: none;
}

.header-main-nav__item .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 3px;
	margin-left: 8px;
	font-size: 6px;
	color: #00AEFF;
	color: var(--base-color-blue);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.dropdown-content--actions {
	box-shadow: none;
	background-color: transparent;
}

.box--actions {
	max-width: 1372px;
}

.icon-order-box {
	width: 24px;
	height: 24px;
	margin-top: 2px;
	margin-right: 10px;
}

.order-icon-block {
	position: relative;
}

.header-menu__item .order-marker {
	top: -5px;
	left: 13px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding-bottom: 1px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	background-color: #FF0000;
	border-radius: 50%;
}

.order-history {
	position: relative;
	width: 268px;
	margin-top: 37px;
	padding: 18px 13px 22px 20px;

	box-shadow: 0px 16px 25px 0px #0000001A;
	cursor: default;
}

.order-history h3 {
	font-family: 'HarmoniaSans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin: 0;
}

.order-history-list {
	list-style: none;
	padding: 0;
	margin: 18px 0 0 0;
}

.order-history-list__order {
	display: flex;
	justify-content: space-between;
	margin: 0 0 21px 0;
}

.order-statuses-info {
	font-family: 'HarmoniaSans', Helvetica, Arial, sans-serif;
}

.order-statuses-miniatures {
	display: flex;
}

.order-statuses-miniatures a {
	text-decoration: none;
}

.order-statuses-miniatures__miniature {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 40px;
	height: 40px;
	border: 1px solid #B2B2B2;
	margin: 3px 7px 0 0;

	font-family: 'HarmoniaSans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	padding: 2px;
}

.order-statuses-miniatures__miniature:last-child {
	margin-right: 0;
}

.order-statuses-miniatures__miniature img {
	width: 100%;
	height: auto;
}

.order-statuses-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	max-width: 154px;
	margin: 0 4px 0 0;
}

.order-statuses-info__order-number:hover,
.order-statuses-info__order-number:focus {
	color: #00AFFF;
	outline: none;
}

.order-statuses-info__order-number {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

.order-statuses-info__status-img {
	width: 14px;
	height: 14px;
}

.order-statuses-info__status-block {
	display: flex;
	margin: 7px 0 0 0;
	cursor: default;
}

.order-statuses-info__status {
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	margin: 0 0 0 3px;
}

.dropdown-orders .dropdown-content {
	right: -15px;
	left: auto;
	min-width: auto
}

object {
	display: block;
	padding: 20px 0 0 0;
	margin: 0;
}
.view-all-link {
	display:flex;
	max-width: 171px;
	font-family: 'HarmoniaSans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 10px;
	text-decoration: none;
	color: #000000;

	position: relative;
}

.view-all-link__value {
	font-family: "Harmonia Sans Pro Cyr";
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	position: absolute;
	right: 45px;
	top: -12px;
	color: #00AEFF;
}

.view-all-link:hover,
.view-all-link:focus {
	color: #00AFFF;
	outline: none;
}

.view-all-link:hover .icon-arrow-link,
.view-all-link:focus .icon-arrow-link  {
	stroke: #00AFFF;
	outline: none;
}

.icon-arrow-link {
	width: 24px;
	height: 12px;
	margin: 0px 0 0 18px;
	stroke: black;
}

.dropdown-content--my-order-history {
	top: 53px;  /* Осторожнее с параметром, иначе при наведении на иконку заказов не получится попасть на саму выпадашку */
	left: 0;
	position: absolute;
	z-index: 14;
	min-width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 25px 46px 0px rgba(147, 147, 147, 0.08);
	box-shadow: 0px 25px 46px 0px rgba(147, 147, 147, 0.08);
}

.header-order-wr .dropdown-content--my-order-history {
	right: 0;
	left: auto;
	min-width: auto
}

.header-order-wr.dropdown-orders .order-history-hidden {
	display: none;
}
.header-order-wr.dropdown-orders:hover .order-history-hidden {
	display: block;
}

/*.order-history-show {*/
/*	display: block;*/
/*}*/

/*.order-history-hidden {*/
/*	display: none;*/
/*}*/

.order-history-list__order:hover .order-statuses-miniatures__miniature {
	border-color: #00AFFF;
}

.order-history-list__order:hover .order-statuses-info__order-number {
	color: #00AFFF;
}