ul.mod-stiaccount {
	float: right;
	max-width: 570px;
	height: 100px;
	margin: 0;
	right: 72px;
	padding: 38px 30px;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
ul.mod-stiaccount.login {
	display: block;
	right: 56px;
	background: rgba(190,190,190,0.2);
}
ul.mod-stiaccount.user {
	display: none;
	position: absolute;
	padding-top: 20px;
	text-align: left;
}
ul.mod-stiaccount li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	font-size: 16px;
}
ul.mod-stiaccount li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
ul.mod-stiaccount.login li:last-child a {
	padding: 10px 20px;
	border-radius: 6px;
	background: #d9455f;
	color: #f0f0f0;
}
ul.mod-stiaccount li.caption {
	display: block;
	height: 38px;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	font-weight: 600;
}
.registered ul.mod-stiaccount.login,
.registered .active-user ul.mod-stiaccount.login {
	display: none;
}
.active-user ul.mod-stiaccount.login,
.registered .active-user ul.mod-stiaccount.user {
	display: block;
}
iframe.mod-stiaccount {
	position: fixed;
	width: 480px;
	max-width: 100%;
	height: 100%;
	right: -480px;
	top: 0;
	opacity: 0;
	padding: 0;
	background: white;
	z-index: 100;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.15);
	transition: right .3s, opacity .3s;
	overflow: hidden;
}
iframe.mod-stiaccount.active {
	right: 0;
	opacity: 1;
}

@media (max-width: 1190px) {
	ul.mod-stiaccount.login {
		position: absolute;
		display: none;
		background: transparent;
	}
}
@media (max-width: 860px) {
	ul.mod-stiaccount.login,
	ul.mod-stiaccount.user {
		height: auto;
		min-height: 100px;
		max-width: none;
		padding: 140px 0 40px 20px;
		top: 0;
		left: 0;
		right: 0;
		text-align: left;
		background: white;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	}
	ul.mod-stiaccount:after {
		top: auto;
		bottom: 0;
	}
	ul.mod-stiaccount.user {
		padding-top: 135px;
	}
	ul.mod-stiaccount li.caption {
		height: 44px;
	}
	ul.mod-stiaccount.login li:last-child a {
		padding: 0;
		border-radius: 0;
		background: transparent;
		color: #3e3e3e;
	}
}
@media (max-width: 540px) {
	ul.mod-stiaccount li {
		display: block;
		margin: 0 0 20px 0;
		border: 0;
	}
}


div.mod-stiaccount {
	float: right;
	position: relative;
	width: 56px;
	height: 100px;
	overflow: hidden;
	background: transparent;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
div.mod-stiaccount:before {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	height: 19px;
}
div.mod-stiaccount img {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 42px 20px 0 20px;
	cursor: pointer;
}
.registered div.mod-stiaccount.user {
	width: 72px;
}
div.mod-stiaccount.user .stroke {
	position: absolute;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
	z-index: 10;
	cursor: pointer;
}
div.mod-stiaccount.user .avatar {
	float: none;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin: 28px 0 0 15px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: white;
	border-radius: 50%;
}
div.mod-stiaccount.menu,
div.mod-stiaccount.user {
	display: none;
}
.registered div.mod-stiaccount.user {
	display: inline-block;
}
.active-search div.mod-stiaccount.search,
.active-user div.mod-stiaccount.user,
.active-menu div.mod-stiaccount.menu {
	background: rgba(190,190,190,0.5);
}
.active-search div.mod-stiaccount.search:before,
.active-search div.mod-stiaccount.user:before,
.active-user div.mod-stiaccount.user:before,
.active-user div.mod-stiaccount.menu:before,
.active-menu div.mod-stiaccount.menu:before {
	display: none;
}
.registered .active-user div.mod-stiaccount.search,
.registered .active-user div.mod-stiaccount.cart {
	display: none;
}
div.mod-stiaccount.cart span.counter {
	position: absolute;
	top: 30px;
	right: 10px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	padding: 0 4px;
	border-radius: 8px;
	background: #338adb;
	color: #f0f0f0;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 1190px) {
	div.mod-stiaccount.user {
		display: block;
	}
	.active-user div.mod-stiaccount.search {
		display: none;
	}
}
@media (max-width: 860px) {
	div.mod-stiaccount.menu,
	.active-user div.mod-stiaccount.search,
	.registered .active-user div.mod-stiaccount.search {
		display: block;
	}
	div.mod-stiaccount.search:before {
		display: none;
	}
}
@media (max-width: 480px) {
	div.mod-stiaccount {
		width: 64px;
	}
	div.mod-stiaccount:before {
		height: 26px;
		top: 36px;
	}
	div.mod-stiaccount img {
		width: 24px;
		height: 24px;
		margin-top: 37px;
	}
}
