@import "./css/nav.css";
@import "./css/lk.css";
@import "./css/search.css";
@import "./css/media.css";
@import "./css/contacts.css";

.new-lk__login {
	top: -12px !important;
}

.header-desktop-personal a .header-desktop-lk-title,
.header-desktop-personal {
	font-size: 15px !important;
}

.header-desktop-personal-overlay {
	display: flex;
	gap: 4px;
	/*margin-top: 50px;*/
}

.new-lk__login--active form input {
	width: 100% !important;
}

.new-lk__header.new-lk__header--active #new-lk__header_loginform.new-lk__header_loginform-helper+.new-lk__login {
	right: -9px;
	padding-top: 60px;
}

.new-lk__header #new-lk__header_loginform.no-auth {
	margin-top: 3px;
	margin-left: 14px;
}

.new-lk__header #new-lk__header_loginform.no-auth~#new-lk__header_customer_photo img {
	/* margin-top: 4px; */
}

.new-lk__header.new-lk__header--active #new-lk__header_loginform.new-lk__header_loginform-helper {
	padding-top: 12px;
	margin-left: 15px;
	margin-top: unset;
	position: absolute;
	right: 0;
	width: 280px;
}

.new-lk__header.new-lk__header--active #new-lk__header_loginform::before {
	left: 13px !important;
	height: 40px !important;
}

.new-lk__header.new-lk__header--active #new-lk__header_loginform {
	padding-left: 33px !important;
	margin-left: 7px !important;
}

#header_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 20px;
	position: relative;
	z-index: 1000;
	height: 100%;
}

.new-lk__header--helper {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0px;
	z-index: 1005;
	cursor: pointer;
}

#new-lk__header_loginform {
	text-align: left !important;
	margin-left: 15px;
}

#new-lk__header_loginform div {
	width: 180px !important;
}

#new-lk__header_customer_photo {
	cursor: pointer;
	position: relative;
	margin-left: 10px;
	z-index: 1002;
	margin-right: 10px;
}

#new-lk__header_customer_photo img {
	width: 30px;
	height: 40px;
}

.dotPayments {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF4747;
	position: absolute;
	top: 3px;
	right: 5px;
}

.new-lk__header_customer--box {
	position: absolute;
	top: -9px;
	right: -8px;
	display: flex;
	height: 415px;
	overflow: hidden;
	display: none;
	border-radius: 8px;
	z-index: 6;
}

#new-lk__header_customer_menu {
	display: flex;
	flex-direction: column;
	width: 280px;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
	background: #E6F3FF;
	min-height: 414px;
	padding-top: 80px;
	font-size: 16px;
}

.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;
}


.header-desktop-personal-vin {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

.header-desktop-personal-vin .search-vin {
	height: 52px;
	background: #e6f3fa;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	margin-right: 4px;
	padding: 0 5px;
}