#header_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	z-index: 1000;
	height: 81px;
}

.new-lk__header--helper {
	position: absolute;
	top: 10px;
	left: 30px;
	right: 0;
	bottom: 10px;
	z-index: 1005;
	cursor: pointer;
}

#new-lk__header_customer_photo {
	cursor: pointer;
	position: relative;
}

#new-lk__header_customer_photo img {
	width: 40px;
	height: 40px;
}

.header-desktop__contacts-item .phones {
	margin-left: 10px;
}

.header-desktop__contacts-item .phones a {
	font-size: 12px;
	color: #535448;
	;
}

.header-desktop__contacts-item a {
	text-decoration: none;
}

.dotPayments {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF4747;
	position: absolute;
	top: 0;
	right: 5px;
}

.new-lk__header_customer--box {
	position: absolute;
	top: 5px;
	right: -20px;
	display: flex;
	/* height: 415px; */
	overflow: hidden;
	display: none;
	border-radius: 8px;
}

#new-lk__header_customer_menu {
	display: flex;
	flex-direction: column;
	width: 300px;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
	background: #E6F3FF;
	min-height: 414px;
	padding-top: 70px;
}

.new-lk__header_customer_pay+#new-lk__header_customer_menu {
	border-radius: 0 8px 8px 0;
}

#new-lk__header_customer_menu ul {
	padding: 0;
	list-style-type: none;
	color: #0288D1;
}

#new-lk__header_customer_menu ul li {
	margin-bottom: 12px;
}

#new-lk__header_customer_menu ul li a {
	text-decoration: none;
}

#new-lk__header_customer_menu ul li.active a {
	font-weight: 600;
	cursor: default;
	pointer-events: none;
}

.new-lk__response {
	display: block;
	background: #FFFFFF;
	padding: 12px 10px;
	border-radius: 6px;
	margin-top: auto;
}

.new-lk__response-small {
	font-size: 13px;
	color: #000000;
	opacity: .7;
	line-height: 1;
	margin-bottom: 6px;
}

.new-lk__response-big {
	color: #000000;
	font-size: 15px;
	opacity: .8;
}

.sto a {
	background: #b9d9f9;
	border-radius: 6px;
	padding: 5px 8px 7px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #383333;
	text-decoration: none;
}

.sto a:hover {
	color: black;
	background: #9ebcdb;
}

.sto a img {
	width: 14px;
	height: 14px;
}