.btn-header-enter {
	background-color: transparent;
	border: 2px solid #b3adad;
	border-radius: 4px;
	color: #b3adad;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
}

.btn-header-enter:hover {
	border-color: #9c9c9c;
	color: #9c9c9c;
	text-decoration: none;
}

.header__nav-item--bell {
	position: relative;
}

.header__nav-list--no-user .header__nav-item--bell {
	height: 40px;
	line-height: 11px;
}

.header__nav-list--no-user .header__nav-item--bell .header__bell  {
	margin-top: 0;
	line-height: normal ;
	position: relative;
	top: 10px;
}

.header__bell {
	width: 17px;
	height: 18px;
	padding: 0;
	margin: 0;
	margin-top: 4px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/image/responsive/svg/bell.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: visible;
}

.notice-counter {
	position: absolute;
	top: -3px;
	left: 9px;
	color: #fff;
	background-color: #e76d00;
	font-size: 10px;
	border-radius: 7px;
	line-height: 1.5;
	text-align: center;
	padding: 0 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.notice-counter--hide {
	display: none;
}

.notice-popup {
	position: absolute;
	top: 43px;
	right: -67px;
	width: 383px;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
}

.notice-popup:after {
	content: '';
	display: block;
	width: 16px;
	height: 11px;
	background-color: transparent;
	background-image: url('/image/s/deg.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	right: 67px;
}

.notice-popup--active {
	visibility: visible;
	z-index: 2;
}

.notice-popup__header {
	width: 100%;
	height: 37px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #d1d5d8;
	padding: 0 15px;
}

.notice-popup__header-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 37px;
}

.notice-popup__settings {
	float: right;
}

.notice-popup__container {
	width: 100%;
	position: relative;
}

.notice-popup__show-more {
	width: 100%;
	height: 37px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	border-top: 1px solid #d1d5d8;
}

.notice-popup__item {
	display: block;
	position: relative;
	width: 383px;
	height: 76px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #d1d5d8;
}

.notice-popup__item--advent-calendar .notice-popup__time {
		margin-top: 8px;
}

.notice-popup__item--advent-calendar .notice-popup__title-link span {
	color:#337ab7;
}

.notice-popup__item--advent-calendar .notice-popup__title-link span:hover {
	text-decoration: underline;
	border-bottom: none;
}


.notice-popup__link {
	display: block;
	width: 100%;
	height: 75px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.notice-popup__item--blue {
	background-color: #f6fafd;
}

.notice-popup__item:hover {
	background-color: #f9f9f9;
}

.notice-popup__empty {
	width: 383px;
	height: 76px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 76px;
}

.notice-popup__item:last-child {
	border-bottom: 0;
}

/* Tiny Scrollbar for basket modal window */
.notice-popup__container .viewport {
	width: 383px;
	height: 379px;
	overflow: hidden;
	position: relative;
}

.notice-popup__container .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

.notice-popup__container .scrollbar {
	background-color: rgba(0, 0, 0, 0.03);
	position: absolute;
	right: 0;
	width: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.notice-popup__container .track {
	background: transparent;
	height: 100%;
	top: 0;
	left: 0;
	width: 12px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.notice-popup__container .thumb {
	background-color: #c1c1c1;
	border-radius: 6px;
	border: 2px solid #fafafa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 20px;
	width: 12px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 3;
}

.notice-popup__container .disable {
	display: none;
}
/* .Tiny Scrollbar for basket modal window */

.hide-notice-btn {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #c2c2c2;
	position: absolute;
	top: 25px;
	right: 11px;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 10px solid #f9f9f9;
	z-index: 2;
}

.hide-notice-btn--hide {
	display: none;
}

.hide-notice-btn:hover {
	background-color: #a19f9f;
}

.notice-popup__item--hide {
	padding-left: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 75px;
}


.notice-popup__img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 14px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.notice-popup__user-avatar {
	border-radius: 50%;
	border: 1px solid #dddedf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.notice-popup__requestlist-img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: transparent;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	left: 14px;
}

.notice-popup__requestlist-img-empty {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	left: 4px;
}

.notice-popup__item-img {
	border: 1px solid #dddedf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: contain;
}

.notice-popup__cake {
	background-image: url(/image/responsive/svg/cake.svg);
}

.notice-popup__img--gradient {
	background-image: -moz-linear-gradient(top, rgb(249,136,34) 0%, rgb(231,105,2) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,136,34)), color-stop(100%,rgb(231,105,2)));
	background-image: -webkit-linear-gradient(top, rgb(249,136,34) 0%,rgb(231,105,2) 100%);
	background-image: linear-gradient(to bottom, rgb(249,136,34), rgb(231,105,2));
}

.globe-translate {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 7px;
	left: 7px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/image/responsive/svg/translate.svg);
}

.icon-webinar {
	width: 21px;
	height: 30px;
	position: absolute;
	top: 9px;
	left: 17px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/image/responsive/svg/webinar.svg);
}

.icon-personal-order {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/image/svg/dress.svg);
}

.notice-popup__content {
	width: 305px;
	position: absolute;
	left: 75px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	overflow: hidden;
}

.notice-popup__content--kk {
	width: unset;
	left: 14px;
	right: 14px;
}

.notice-popup__content--kk:hover {
	text-decoration: none;
}

.eraser:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 35%);
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, #fff));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 35%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 35%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 35%);
	z-index: 2;
}

.notice-popup__item--blue .eraser:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6fafd 35%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, #f6fafd));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6fafd 35%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6fafd 35%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f6fafd 35%);
	z-index: 2;
}

.notice-popup__item:hover .eraser:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6fafd 35%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, #f9f9f9));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 35%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 35%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 35%);
	z-index: 2;
}

.notice-popup__text {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	text-align: left;
	position: absolute;
	left: 75px;
}

.notice-popup__main {
	font-weight: bold;
	/* background-color: rgba(0, 250, 0, 0.3); */
	top: 11px;
}

.notice-popup__main:hover,
.notice-popup__main:active {
	color: #333;
}

.notice-popup__user-title {
	white-space: normal;
	font-weight: normal;
	top: 10px;
}

.notice-popup__user-title-img {
	background-size: 100%;
}

.notice-popup__title {
	font-weight: normal;
	/* background-color: rgba(0, 0, 250, 0.3); */
	top: 29px;
}

.notice-popup__title-link {
	color: #333;
}

.notice-popup__title-link:hover,
.notice-popup__title-link:active {
	text-decoration: none;
	color: #333;
}

.notice-popup__comment {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 14px;
	background-color: transparent;
	background-image: url(/image/responsive/svg/icon-comment-regular.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 7px;
	margin-bottom: 2px;
}

.notice-popup__cart {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 14px;
	background-color: transparent;
	background-image: url(/image/responsive/svg/icon-basket-mobile.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 7px;
	margin-bottom: 5px;
}

.notice-popup__add-plus {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url(/image/responsive/svg/icon-add-regular.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	margin-bottom: 2px;
}

.notice-popup__smile {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url(/image/responsive/svg/icon-smilegreen.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	margin-bottom: 2px;
}

.notice-popup__time {
	height: 16px;
	background-color: transparent;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #8b8b8b;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	top: 45px;
	/* background-color: rgba(250, 0, 0, 0.3); */
}

.notice-popup__time--context-advert {
	height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	top: 40px;

	color: #8b8b8b;
	line-height: 16px;
	font-weight: normal;
	font-size: 14px;
	
	background-color: transparent;
}

.notice-popup__time--context-advert:hover,
.notice-popup__time--context-advert:active,
.notice-popup__time:hover,
.notice-popup__time:active {
	text-decoration: none;
	color: #8b8b8b;
}

.btn-center {
	text-align: center;
}

.btn-center .btn--primary {
	font-weight: bold;
	padding: 0;
	border: 0;
	outline: 0;
	width: 84px;
	height: 21px;
	line-height: 21px;
}

.notice-popup__title-kk {
	color: #333;
	white-space: nowrap;
}

.notice-popup__title--context-advert {
	font-weight: normal;
	top: 18px;
}

.reveal-modal-content--notice {
	padding-bottom: 0;
	max-height: 276px;
}

.notice-modal-user-avatar {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dddedf;
	border-radius: 50%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 22px;
	margin-bottom: 20px;
}

.notice-modal-user-avatar:nth-child(6n) {
	margin-right: 0;
}

.usermenu-quick-create-shop-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.notice-user-avatar-counter {
	font-size: 10px;
	font-weight: 700;
	line-height: 13px;
	position: absolute;
	right: -4px;
	bottom: 4px;
	min-width: 20px;
	height: 16px;
	padding: 0 2px;
	cursor: default;
	vertical-align: middle;
	color: #dadada;
	border: 2px solid #dfdfdf;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.notice-user-avatar-counter--achievement-1 {
	background: #d4de27;
	color: #3bb34a;
	border: 2px solid #3bb34a;
}

.notice-user-avatar-counter--achievement-2 {
	color: #4a2e7f;
	background: #ffe431;
	border: 2px solid #4a2e7f;
}

.notice-user-avatar-counter--achievement-3 {
	color: #eb0764;
	border: 2px solid #eb0764;
	background: #ffe3fd;
}

.notice-user-avatar-counter--achievement-4 {
	display: none;
}