/* SPACES */

/* WIDTHS */

/* TIMERS */

/* OPACITY */

.Drop {
	display: inline-block;
	position: relative;
}

.Drop__trigger {
	cursor: pointer;
	display: block;
	position: relative;
}

a.Drop__trigger {
	cursor: pointer;
	text-decoration: none;
}

a.Drop__trigger, a.Drop__trigger:hover {
	color: inherit;
}

.Drop__content {
	background-color: #fff;
	box-shadow: 0 5px 7px rgba(0,0,0,.3);
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	width: 140px;
	z-index: 10;
	line-height: 1.3;
}

.Drop.Drop--active, .Drop--onHover.Drop:hover {
	background-color: #fff;
}

.Drop:hover .Drop__trigger {
	background-color: #e9e9e9;
}

.Drop.Drop--active:hover .Drop__trigger {
	background-color: #fff;
}

.Drop--onHover.Drop:hover .Drop__trigger {
	background-color: #fff;
}

.Drop.Drop--active .Drop__content, .Drop--onHover.Drop:hover .Drop__content {
	display: block;
}

.Drop.Drop--active .Drop__trigger {
	cursor: default;
}

.Drop--caret .Drop__trigger:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	border: solid transparent;
	border-width: 4px 4px 0 4px;
	border-top-color: currentColor;
	content: "";
	margin-top: -.3em;
	margin-left: .4em;
}

.Drop--discount .Drop__content {
	left: auto;
	right: 0;
}

.Drop--discount .Drop__content {
	padding: 20px;
}

.Drop--contract .Drop__value {
	font-weight: bold;
}

.Drop--contract .Drop__content {
	padding: 15px;
	min-width: 135px;
}

.Drop--contract .BtnMain {
	width: 100%;
}

.Drop--contract .Form__group {
	margin-bottom: 0;
}

.Drop--contract .Hint--default {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}

@media (max-width: 1150px) {
	.Panel--main .Drop--discount .Drop__trigger, .Panel--main .Drop--filial .Drop__trigger, .Panel--main .Drop--contract .Drop__trigger {
		font-size: 0;
	}
	.Panel--main .Drop--discount .Drop__trigger:before, .Panel--main .Drop--filial .Drop__trigger:before, .Panel--main .Drop--contract .Drop__trigger:before {
		content: attr(data-trigger);
		font-size: 13px;
		vertical-align: middle;
	}
	.not-oldie .Panel--main .Drop--discount .Drop__trigger:before, .not-oldie .Panel--main .Drop--filial .Drop__trigger:before, .not-oldie .Panel--main .Drop--contract .Drop__trigger:before {
		font-size: 14px;
	}
	.Panel--main .Drop--discount .Drop__trigger:after, .Panel--main .Drop--filial .Drop__trigger:after, .Panel--main .Drop--contract .Drop__trigger:after {
		margin-top: 0;
	}

	.Drop--filial .FilialToggle__name, .Drop--discount .Drop__value, .Drop--contract .Drop__value {
		display: none;
	}
}
a.MenuList__item {
	color: inherit;
	display: block;
	padding: 7px 12px;
	text-decoration: none;
}
a.MenuList__item .CounterBadge {
	margin-left: 0.6em;
	margin-top: -0.25em;
}
a.MenuList__item:hover, a.MenuList__item.hover {
	background-color: #ca130c;
	color: #fff;
}
a.MenuList__item:hover .CounterBadge, a.MenuList__item.hover .CounterBadge {
	background-color: #FFF;
	color: #ca130c;
}
.MenuList__item--divided {
	border-top: 1px solid #d6d6d6;
}
.MenuList__item--divided:hover, .MenuList__item--divided.hover {
	border-top-color: #ca130c;
}
a.MenuList__item--disabled {
	color: #999;
	pointer-events: none;
}

.MenuList--account {
	font-size: 14px;
	border-radius: 3px;
	overflow: hidden;
}

.MenuList--cart {
	border-radius: 3px;
	max-height: 320px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}

.MenuList--cart .MenuList__item {
	white-space: nowrap;
}
.TipTip--scrollable .TipTip__content {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.TipTip--scrollable .MenuList--cart {
	border-radius: 0;
	overflow-y: auto;
	overflow-block: scroll;
}
.ManagerInfoTrigger {
	display: inline-block;
	position: relative;
}
.ManagerInfoTrigger__photo {
	border-width: 0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-top: -.2em;
	margin-right: .4em;
	-o-object-fit: contain;
	   object-fit: contain;
}

.Manager {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #000;
}

.ManagerInfo {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 315px;
	padding: 11px 15px;
	line-height: 1.4;
}

.ManagerInfo__group {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ManagerInfo__box {
	display: table-cell;
	vertical-align: top;
}

.ManagerInfo__box--fields {
	padding-right: 10px;
}

.ManagerInfo__box--img {
	text-align: right;
	width: 100px;
}

.ManagerInfo__image {
	border-width: 0;
	width: 100px;
	height: auto;
}

h3.ManagerInfo__field {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.ManagerInfo__title {
	color: #888;
	font-size: 12px;
	margin-top: .1em;
	margin-bottom: .75em;
}

.ManagerInfo__field + .ManagerInfo__field {
	margin-top: 5px;
}

.ManagerInfo__line {
	border: none;
	background-color: #dbdbdb;
	height: 1px;
	margin: 13px -15px;
	padding: 0;
}

.ManagerInfo__btn {
	margin: 9px 0 5px;
}

.CounterBadge {
	background-color: #db241f;
	border-radius: 1em;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: .3em .4em .2em;
	text-align: center;
	min-width: 1em;
}

.CounterBadge--square {
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	min-width: 16px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 3px;
	line-height: 0;
	font-size: 12px;
	font-weight: bold;
	background: #ca130c;
}

.CounterBadge--header {
	/* Reset defaults */
	background-color: transparent;
	border-radius: 0;
	padding: 0;

	/* Set actual properties */
	min-width: 30px;
	margin-right: -10px;
}

.CounterBadge--header .CounterBadge__value {
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	min-width: 16px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 3px;
	line-height: 0;
	font-size: 12px;
	font-weight: bold;
	background: #ca130c;
}
.Notification {
	background: url("/img/icon/notification.png") no-repeat;
	cursor: pointer;
	position: absolute;
	right: 330px;
	top: 40px;
	width: 28px;
	height: 19px;
	-o-transition: .15s;
	-moz-transition: .15s;
	transition: .15s;
}

.Notification:hover {
	opacity: .7;
}

.Notification.full span {
	background-color: #db241f;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 1.5px 4px;
	position: absolute;
	top: -7px;
	right: -7px;
}

.NotificationWindow {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.NotificationWindow--empty {
	display: block;
	width: 660px;
	padding: 85px 0;
	color: #777;
	font-size: 2em;
	text-align: center;
}

.NotificationBox {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.NotificationInfo {
	display: none;
	width: 410px;
	padding: 25px;
}

.NotificationInfo.active {
	display: block;
}

.NotificationInfo__title {
	font-size: 18px;
	line-height: 22px;
	margin: 8px 0 15px;
}

.NotificationInfo__date {
	color: #777;
}

.NotificationInfo__text {
	word-wrap: break-word;
	margin-bottom: 18px;
	line-height: 1.5;
}

.NotificationInfo__text p {
	margin-bottom: 1em;
}

.NotificationInfo__text .fine, .NotificationInfo__accent {
	font-weight: bold;
}

.NotificationInfo__text a {
	text-decoration: none;
}

.NotificationInfo__text ul {
	padding-left: 1.5em;
}

.NotificationInfo__text li {
	position: relative;
}

.NotificationInfo__text li:before {
	content: '\2014';
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 0.5em;
}

.NotificationInfo__text a:hover {
	text-decoration: underline;
}

.NotificationInfo__aux {
	margin-top: .5em;
}

.NotificationInfo__button, .NotificationInfo__button:focus {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 7px 11px;
}

.NotificationList {
	position: relative;
	width: 260px;
	min-height: 360px;
	background-color: #f0f0f0;
}

.NotificationList__title {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
	height: 50px;
	margin: 0;
	padding: 20px 0 15px 20px;
	font-size: 14px;
}

.NotificationList__items {
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	overflow-y: auto;
}

.NotificationList__item {
	display: block;
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
	padding: 9px 10px 9px 20px;
	line-height: 1.3;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.NotificationList__item.unread {
	background: url("/img/icon/notification_unread.png") left 8px top 12px no-repeat;
	font-weight: bold;
}

.NotificationList__item:hover {
	background-color: #f8f8f8;
}

.NotificationList__item.active {
	background-color: #fff;
}

.NotificationList__item.active:hover {
	cursor: default;
}

.NotificationInfo--jackpot .NotificationInfo__date {
	padding-top: 70px;
	padding-right: 25px;
	padding-bottom: 20px;
	margin: -25px;
	margin-bottom: 15px;
	background-color: #4fb861;
	background-image: url('/assets/img/dest/jackpotLogo_183x61.png');
	background-position: 25px 50%;
	background-repeat: no-repeat;
	text-align: right;
	color: #ccfed4;
}

.NotificationInfo--jackpot .NotificationInfo__controls {
	margin-top: 15px;
}

.NotificationInfo--preparedOrder .NotificationInfo__title:after {
	width: 26px;
	height: 26px;
	content: '';
	position: absolute;
	margin-top: -.1em;
	margin-left: .4em;
}

.NotificationContactBox__preview {
	margin-bottom: 10px;
}

.NotificationContactBox__manager {
	font-weight: bold;
}

.NotificationContactBox__manager, .NotificationContactBox__phone, .NotificationContactBox__email {
	line-height: 1.583;
}

.NotificationInfo--alert .NotificationInfo__head {
	padding: 25px 25px 25px 50px;
	margin: -25px;
	margin-bottom: 25px;
	background-color: #ca130c;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	background-repeat: no-repeat;
	background-position: 25px -moz-calc(50% - 1px);
	background-position: 25px calc(50% - 1px);
}

.Blocked {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	pointer-events: none;
	opacity: .6;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* BLOCKS - SPINNER
---------------------------------------------------------------------*/

/*doc

### Spinner

Индикатор продолжительного процесса.
Работает, где есть анимации и трансформации.

```html
<span class="Spinner"></span> Загрузка
```
*/

@-webkit-keyframes Spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-moz-keyframes Spinner {
	0% {
		-moz-transform: rotate(0deg);
		     transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		     transform: rotate(360deg);
	}
}

@-o-keyframes Spinner {
	0% {
		-o-transform: rotate(0deg);
		   transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(360deg);
		   transform: rotate(360deg);
	}
}

@keyframes Spinner {
	0% {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
		     -o-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.Spinner {
	display: inline-block;
	height: .75em;
	vertical-align: middle;
	width: .75em;
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	border-radius: 100%;
	border: .33em solid transparent;
	border-top-color: #dc241f;
	font-size: 1em;
	margin-top: -.2em;
}

.Spinner--potential {
	position: relative;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.Spinner--potential, .Spinner--potential .Spinner {
	-moz-transition-duration: .2s;
	  -o-transition-duration: .2s;
	     transition-duration: .2s;
	-moz-transition-timing-function: ease-in-out;
	  -o-transition-timing-function: ease-in-out;
	     transition-timing-function: ease-in-out;
}

.Spinner--potential .Spinner {
	opacity: 0;
	position: absolute;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	visibility: hidden;
}

.Spinner--potential.Spinner--active .Spinner {
	opacity: 1;
	visibility: visible;
}

.Spinner--potential.SpinnerWrapper .Spinner {
	border-top-color: #dc241f;
	border-right-color: #dc241f;
	top: 50%;
	left: 50%;
	margin-top: -.6em;
	margin-left: -.6em;
	z-index: 1;
}

.Spinner--potential.SpinnerWrapper .Spinner__object {
	-o-transition: .2s color;
	-moz-transition: .2s color;
	transition: .2s color;
}

.Spinner--potential.SpinnerWrapper.Spinner--active {
	cursor: default;
	pointer-events: none;
}

.Spinner--potential.SpinnerWrapper.Spinner--active .Spinner__object {
	box-shadow: none;
	color: transparent;
	-moz-transition-duration: 0s;
	  -o-transition-duration: 0s;
	     transition-duration: 0s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.not-oldie .Spinner {
	border-right-color: #dc241f;
	border-width: 2px;
}

.Spinner.Spinner--checkbox {
	border: 2px solid #dc241f;
	border-left-color: transparent;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 13px;
	height: 13px;
	margin-bottom: -1px;
	margin-right: 2px;
}

.BtnDefault {
	background-color: transparent;
	border: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
	position: relative;
	text-decoration: none;
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
	height: 32px;
	padding: 8px 12px;
	background-color: #ebebeb;
	border-color: #afafaf;
	color: #111;
}

.BtnDefault::-moz-focus-inner, .BtnDefault::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.BtnDefault[disabled], .BtnDefault.disabled {
	cursor: default;
	opacity: .6;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.BtnDefault .Spinner {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	border-top-color: #dc241f;
	border-right-color: #dc241f;
}

.BtnDefault.Spinner--active, .BtnDefault.Spinner--active:hover, .BtnDefault.Spinner--active.hover, .BtnDefault.Spinner--active:focus, .BtnDefault.Spinner--active.focus, .BtnDefault.Spinner--active:active, .BtnDefault.Spinner--active.active {
	color: #ffffff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

.BtnDefault.Spinner--active:before, .BtnDefault.Spinner--active:hover:before, .BtnDefault.Spinner--active.hover:before, .BtnDefault.Spinner--active:focus:before, .BtnDefault.Spinner--active.focus:before, .BtnDefault.Spinner--active:active:before, .BtnDefault.Spinner--active.active:before {
	opacity: 0;
}

.BtnDefault.outline {
	background-color: transparent;
}

.BtnDefault:hover, .BtnDefault.hover, .BtnDefault:focus, .BtnDefault.focus {
	background-color: #f4f4f4;
	color: #111;
}

.BtnDefault:active, .BtnDefault.active {
	background-color: #e1e1e1;
}

.BtnStrokeMain {
	background-color: transparent;
	border: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
	position: relative;
	text-decoration: none;
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
	height: 32px;
	padding: 8px 12px;
	background-color: #ebebeb;
	border-color: #afafaf;
	color: #111;
	border-color: #dc241f;
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 11px;
	border-width: 2px;
}

.BtnStrokeMain::-moz-focus-inner, .BtnStrokeMain::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.BtnStrokeMain[disabled], .BtnStrokeMain.disabled {
	cursor: default;
	opacity: .6;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.BtnStrokeMain .Spinner {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	border-top-color: #dc241f;
	border-right-color: #dc241f;
}

.BtnStrokeMain.Spinner--active, .BtnStrokeMain.Spinner--active:hover, .BtnStrokeMain.Spinner--active.hover, .BtnStrokeMain.Spinner--active:focus, .BtnStrokeMain.Spinner--active.focus, .BtnStrokeMain.Spinner--active:active, .BtnStrokeMain.Spinner--active.active {
	color: #ffffff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

.BtnStrokeMain.Spinner--active:before, .BtnStrokeMain.Spinner--active:hover:before, .BtnStrokeMain.Spinner--active.hover:before, .BtnStrokeMain.Spinner--active:focus:before, .BtnStrokeMain.Spinner--active.focus:before, .BtnStrokeMain.Spinner--active:active:before, .BtnStrokeMain.Spinner--active.active:before {
	opacity: 0;
}

.BtnStrokeMain.outline {
	background-color: transparent;
}

.BtnStrokeMain:hover, .BtnStrokeMain.hover, .BtnStrokeMain:focus, .BtnStrokeMain.focus {
	background-color: #f4f4f4;
	color: #111;
}

.BtnStrokeMain:active, .BtnStrokeMain.active {
	background-color: #e1e1e1;
}

.Page--stowage .BtnStrokeMain {
	border-color: #6c8a42;
}

.BtnMain {
	background-color: transparent;
	border: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
	position: relative;
	text-decoration: none;
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
	height: 32px;
	padding: 8px 12px;
	background-color: #ca130c;
	border-color: #ca130c;
	color: #fff;
}

.BtnMain::-moz-focus-inner, .BtnMain::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.BtnMain[disabled], .BtnMain.disabled {
	cursor: default;
	opacity: .6;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.BtnMain .Spinner {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	border-top-color: #dc241f;
	border-right-color: #dc241f;
}

.BtnMain.Spinner--active, .BtnMain.Spinner--active:hover, .BtnMain.Spinner--active.hover, .BtnMain.Spinner--active:focus, .BtnMain.Spinner--active.focus, .BtnMain.Spinner--active:active, .BtnMain.Spinner--active.active {
	color: #ffffff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

.BtnMain.Spinner--active:before, .BtnMain.Spinner--active:hover:before, .BtnMain.Spinner--active.hover:before, .BtnMain.Spinner--active:focus:before, .BtnMain.Spinner--active.focus:before, .BtnMain.Spinner--active:active:before, .BtnMain.Spinner--active.active:before {
	opacity: 0;
}

.BtnMain.outline {
	background-color: transparent;
}

.BtnMain:hover, .BtnMain.hover, .BtnMain:focus, .BtnMain.focus {
	background-color: #e83029;
	border-color: #e83029;
	color: #fff;
}

.BtnMain:active, .BtnMain.active {
	background-color: #a9110b;
	border-color: #a9110b;
}

.Page--stowage .BtnMain {
	background-color: #6c8a42;
	border-color: #6c8a42;
	color: #fff;
}

.Page--stowage .BtnMain:hover, .Page--stowage .BtnMain.hover, .Page--stowage .BtnMain:focus, .Page--stowage .BtnMain.focus {
	background-color: #82a550;
	border-color: #82a550;
}

.Page--stowage .BtnMain:active, .Page--stowage .BtnMain.active {
	background-color: #5e822b;
	border-color: #5e822b;
}

.BtnMain .Spinner {
	border-top-color: #fff;
	border-right-color: #fff;
}

.Btn--arrow:after {
	content: "";
	display: inline-block;
	border: 4px solid transparent;
	border-left-color: #ca130c;
	border-right-width: 0;
	vertical-align: middle;
	margin-top: -.14em;
	margin-left: 5px;
	margin-right: -3px;
}

.Page--stowage .Btn--arrow:after {
	border-left-color: #6c8a42;
}

.BtnAdd:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	background-image: url("/img/icon/plus.png");
	width: 12px;
	height: 12px;
}

.BtnEdit:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	background-image: url("/img/icon/pencil.png");
	width: 14px;
	height: 13px;
}

.BtnRemove:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 10px;
	height: 10px;
	margin-top: -.2em;
	background-image: url("/img/icon/cross.png");
}

.BtnPutAside:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 16px;
	height: 15px;
}

.BtnExport:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 12px;
	height: 12px;
}

.BtnImport:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 12px;
	height: 12px;
}

.BtnPrint:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 16px;
	height: 14px;
	margin-top: -.3em;
}

.BtnTechDescription:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 14px;
	height: 14px;
}

.Btn--size-s {
	font-size: 10px;
	height: 15px;
	padding: 0px 5px;
	line-height: 13px;
}

.BtnArrowed {
	background-color: transparent;
	border: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
	position: relative;
	text-decoration: none;
	border: 1px solid;
	background-color: #fff;
	color: #d13d3d;
	font-size: 13px;
	line-height: 13px;
	height: 24px;
	padding: 0 12px;
	cursor: pointer;
}

.BtnArrowed::-moz-focus-inner, .BtnArrowed::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.BtnArrowed[disabled], .BtnArrowed.disabled {
	cursor: default;
	opacity: .6;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.BtnArrowed .Spinner {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	border-top-color: #dc241f;
	border-right-color: #dc241f;
}

.BtnArrowed.Spinner--active, .BtnArrowed.Spinner--active:hover, .BtnArrowed.Spinner--active.hover, .BtnArrowed.Spinner--active:focus, .BtnArrowed.Spinner--active.focus, .BtnArrowed.Spinner--active:active, .BtnArrowed.Spinner--active.active {
	color: #ffffff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

.BtnArrowed.Spinner--active:before, .BtnArrowed.Spinner--active:hover:before, .BtnArrowed.Spinner--active.hover:before, .BtnArrowed.Spinner--active:focus:before, .BtnArrowed.Spinner--active.focus:before, .BtnArrowed.Spinner--active:active:before, .BtnArrowed.Spinner--active.active:before {
	opacity: 0;
}
.BtnArrowed--right {
	padding-right: 8px;
	border-radius: 2px 0 0 2px;
	position: relative;
}
.BtnArrowed--right:after, .BtnArrowed--right:before {
	content: "";
	border: 12px solid;
	border-color: transparent;
	border-left-color: #d13d3d;
	position: absolute;
	top: -1px;
	left: 100%;
}
.BtnArrowed--right:after {
	margin-left: -1px;
	border: 12px solid;
	border-color: transparent;
	border-left-color: #fff;
}
.BtnArrowed--right:hover, .BtnArrowed--right:focus {
	background-color: #d23d3d;
	border-color: #d23d3d;
	color: #fff;
}
.BtnArrowed--right:hover:before, .BtnArrowed--right:focus:before {
	margin-left: 1px;
}
.BtnArrowed--right:hover:after, .BtnArrowed--right:focus:after {
	border-left-color: #d23d3d;
}
.BtnArrowed--right:active {
	background-color: #9b2c23;
	border-color: #9b2c23;
	color: #fff;
}
.BtnArrowed--right:active:before {
	margin-left: 1px;
}
.BtnArrowed--right:active:after {
	border-left-color: #9b2c23;
}

.BtnSelect {
	padding-left: 7px;
	padding-right: 7px;
}

.BtnSelect:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 4px;
}

.Btn--jackpot {
	background-color: transparent;
	border: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
	position: relative;
	text-decoration: none;
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
	height: 32px;
	padding: 8px 12px;
	color: #fff;
}

.Btn--jackpot::-moz-focus-inner, .Btn--jackpot::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.Btn--jackpot[disabled], .Btn--jackpot.disabled {
	cursor: default;
	opacity: .6;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.Btn--jackpot .Spinner {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	border-top-color: #dc241f;
	border-right-color: #dc241f;
}

.Btn--jackpot.Spinner--active, .Btn--jackpot.Spinner--active:hover, .Btn--jackpot.Spinner--active.hover, .Btn--jackpot.Spinner--active:focus, .Btn--jackpot.Spinner--active.focus, .Btn--jackpot.Spinner--active:active, .Btn--jackpot.Spinner--active.active {
	color: #ffffff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

.Btn--jackpot.Spinner--active:before, .Btn--jackpot.Spinner--active:hover:before, .Btn--jackpot.Spinner--active.hover:before, .Btn--jackpot.Spinner--active:focus:before, .Btn--jackpot.Spinner--active.focus:before, .Btn--jackpot.Spinner--active:active:before, .Btn--jackpot.Spinner--active.active:before {
	opacity: 0;
}

.Btn--jackpot.outline {
	background-color: transparent;
}

.Btn--jackpot:hover {
	color: #fff;
	background-color: #52D168;
}

.Btn--jackpot:active {
	background-color: #45a455;
}

.Btn--jackpotJoin {
	padding: 18px 40px 20px;
	border: none;
	border-radius: 100px;
	line-height: 1;
	font-size: 16px;
	background-color: #4fb861;
	color: #fff;
	box-shadow: 0 12px 38px rgba(29,135,47,.30);
	cursor: pointer;
	-o-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
}

.Btn--jackpotJoin:hover {
	background-color: #52D168;
}

.Btn--jackpotJoin:active {
	background-color: #45a455;
}


.BtnCheck--preparedOrder, .BtnCheck--jackpot {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 14px;
	color: #4fb861;
}


.BtnCheck--preparedOrder:hover, .BtnCheck--jackpot:hover {
	color: #52D168;
}


.BtnCheck--preparedOrder .BtnCheck__element, .BtnCheck--jackpot .BtnCheck__element {
	display: inline-block;
	padding: 6px 11px;
	border: 1px solid currentColor;
	border-radius: 4px;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}


.BtnCheck--preparedOrder .BtnCheck__checkmark, .BtnCheck--jackpot .BtnCheck__checkmark {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid currentColor;
	width: 18px;
	height: 18px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 3px;
	background-color: #fff;
	background-position: 50% 50%;
}


.BtnCheck--preparedOrder .BtnCheck__label, .BtnCheck--jackpot .BtnCheck__label {
	vertical-align: middle;
	margin-left: 2px;
}


.BtnCheck--preparedOrder .BtnCheck__input, .BtnCheck--jackpot .BtnCheck__input {
	display: none;
}


.BtnCheck--preparedOrder .BtnCheck__input:checked + .BtnCheck__element, .BtnCheck--preparedOrder .BtnCheck__input:checked + .BtnCheck__element .BtnCheck__checkmark, .BtnCheck--jackpot .BtnCheck__input:checked + .BtnCheck__element, .BtnCheck--jackpot .BtnCheck__input:checked + .BtnCheck__element .BtnCheck__checkmark {
	background-color: currentColor;
}


.BtnCheck--preparedOrder .BtnCheck__input:checked + .BtnCheck__element .BtnCheck__label, .BtnCheck--jackpot .BtnCheck__input:checked + .BtnCheck__element .BtnCheck__label {
	color: #fff;
}


.BtnCheck--preparedOrder.BtnCheck--disabled, .BtnCheck--jackpot.BtnCheck--disabled {
	color: #aaa;
	cursor: default;
}


.BtnCheck--preparedOrder.BtnCheck--help, .BtnCheck--jackpot.BtnCheck--help {
	cursor: help;
}

.BtnCheck + .BtnCheck {
	margin-left: 20px;
}


.BtnCheck--preparedOrder {
	color: #f48840;
}


.BtnCheck--preparedOrder:hover {
	color: #f4985b;
}


.BtnCheck--preparedOrder .BtnCheck__element:after {
	content: '';
	display: inline-block;
	margin: -3px 0 -3px 3px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}


.BtnCheck--preparedOrder.BtnCheck--disabled {
	color: #aaa;
}


.BtnCheck--preparedOrder.BtnCheck--disabled .BtnCheck__element:after {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: .6;
}


.BtnGroup--default {
	display: inline-block;
}


.BtnGroup--default .Btn {
	vertical-align: middle;
}


.BtnGroup--default .Btn + .Btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


.BtnGroup--default .Btn:not(:last-child) {
	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


.BtnGroup--default {
	display: inline-block;
}


.BtnGroup--default .Btn + .Btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


.BtnGroup--default .Btn:not(:last-child) {
	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


.Btn--preparedOrder:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 26px;
	height: 26px;
	margin: -.6em .33em -.45em 0;
}

.Btn--gray {
	background-color: transparent;
	border: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
	position: relative;
	text-decoration: none;
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
	height: 32px;
	padding: 8px 12px;
	background-color: #ebebeb;
	border-color: #afafaf;
	color: #111;
	height: 36px;
	padding-left: 13px;
	padding-right: 13px;
	color: #444;
	border-color: #d9d9d9;
	background-color: #d9d9d9;
}

.Btn--gray::-moz-focus-inner, .Btn--gray::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.Btn--gray[disabled], .Btn--gray.disabled {
	cursor: default;
	opacity: .6;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.Btn--gray .Spinner {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	border-top-color: #dc241f;
	border-right-color: #dc241f;
}

.Btn--gray.Spinner--active, .Btn--gray.Spinner--active:hover, .Btn--gray.Spinner--active.hover, .Btn--gray.Spinner--active:focus, .Btn--gray.Spinner--active.focus, .Btn--gray.Spinner--active:active, .Btn--gray.Spinner--active.active {
	color: #ffffff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

.Btn--gray.Spinner--active:before, .Btn--gray.Spinner--active:hover:before, .Btn--gray.Spinner--active.hover:before, .Btn--gray.Spinner--active:focus:before, .Btn--gray.Spinner--active.focus:before, .Btn--gray.Spinner--active:active:before, .Btn--gray.Spinner--active.active:before {
	opacity: 0;
}

.Btn--gray.outline {
	background-color: transparent;
}

.Btn--gray:hover, .Btn--gray.hover, .Btn--gray:focus, .Btn--gray.focus {
	background-color: #f4f4f4;
	color: #111;
}

.Btn--gray:active, .Btn--gray.active {
	background-color: #e1e1e1;
}

.Btn--gray:hover, .Btn--gray.hover, .Btn--gray:focus, .Btn--gray.focus {
	color: #333;
	border-color: #bababa;
	background-color: #bababa;
}

.BtnMove:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.3em 6px 0 -4px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 14px;
	height: 14px;
}

.btnRounded {
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: 20px;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.btnRounded:not(.btn--active):focus, .btnRounded:not(.btn--active):active, .btnRounded:not(.btn--active):hover {
	background-color: #dedede;
	border-color: #dedede;
}

.btnRounded.btn--active {
	cursor: default;
	pointer-events: none;
	background-color: #fff;
	border-color: #ca130c;
}


.ProductBlock--notification {
	display: table;
	font-size: 14px;
	line-height: 1.4;
}


.ProductBlock--notification .ProductBlock__photoContainer {
	display: table-cell;
	width: 1px;
	vertical-align: top;
	padding-right: 15px;
}


.ProductBlock--notification .ProductBlock__photo {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}


.ProductBlock--notification .ProductBlock__description {
	display: table-cell;
	vertical-align: middle;
}


.ProductBlock--notification .ProductBlock__info + .ProductBlock__info {
	margin-top: 5px;
}


.ProductBlock--notification .ProductBlock__info--points {
	font-weight: bold;
	font-size: 14px;
}


.ProductBlock--changeJackpotGoal {
	display: table;
}


.ProductBlock--changeJackpotGoal .ProductBlock__photoContainer {
	display: table-cell;
	width: 1px;
	vertical-align: top;
	padding-right: 13px;
}


.ProductBlock--changeJackpotGoal .ProductBlock__photo {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}


.ProductBlock--changeJackpotGoal .ProductBlock__description {
	display: table-cell;
	vertical-align: middle;
}


.ProductBlock--changeJackpotGoal .ProductBlock__info + .ProductBlock__info {
	margin-top: 9px;
}


.ProductBlock--changeJackpotGoal .ProductBlock__count {
	font-weight: bold;
}


.ProductBlock--changeJackpotGoal .ProductBlock__points {
	color: #666;
	font-size: 14px;
}


.ProductBlock--changeJackpotGoal .ProductBlock__pointsValue {
	font-weight: bold;
	color: #4fb861;
}


.ProductBlock--changeJackpotGoal .ProductBlock__progressHint {
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	color: #666;
}


.ProductBlock--changeJackpotGoal .Progress {
	width: 13px;
}


.ProductBlock--changeJackpotGoal .Progress .Progress__done {
	min-height: 4px;
}


.ProductBlock--changeJackpotGoal .Progress--jackpot {
	margin-left: 15px;
	width: 130px;
}


.ProductBlock--changeJackpotGoal .Progress--jackpot .Progress__done {
	min-height: 4px;
}


.ProductBlock--getJackpotGift {
	display: table;
}


.ProductBlock--getJackpotGift .ProductBlock__photoContainer {
	display: table-cell;
	width: 1px;
	vertical-align: top;
	padding-right: 13px;
}


.ProductBlock--getJackpotGift .ProductBlock__photo {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}


.ProductBlock--getJackpotGift .ProductBlock__description {
	display: table-cell;
	vertical-align: middle;
}


.ProductBlock--getJackpotGift .ProductBlock__info + .ProductBlock__info {
	margin-top: 5px;
}


.ProductBlock--getJackpotGift .ProductBlock__count {
	font-weight: bold;
}


.ProductBlock--getJackpotGift .ProductBlock__points {
	font-weight: bold;
	font-size: 14px;
}

.ProductBlock--returnRequest {
	display: table;
}

.ProductBlock--returnRequest .ProductBlock__photoContainer {
	display: table-cell;
	width: 1px;
	vertical-align: top;
	padding-right: 10px;
}

.ProductBlock--returnRequest .ProductBlock__photo {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
}

.ProductBlock--returnRequest .ProductBlock__description {
	display: table-cell;
	vertical-align: middle;
}

.ProductBlock--returnRequest .ProductBlock__info + .ProductBlock__info {
	margin-top: 6px;
}

.ProductBlock--returnRequest .ProductBlock__missingPhoto {
	display: inline-block;
	width: 45px;
	height: 45px;
}

.ProductBlock--returnRequest .ProductBlock__info--name {
	line-height: 1.15;
}
.JackpotBadge--default {
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 8px 5px;
	border-radius: 3px;
	line-height: 0;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #4FB861;
}
.JackpotBadge--default, .JackpotBadge--default:hover {
	color: #fff;
	text-decoration: none;
}
.JackpotBadge--default .JackpotBadge__score {
	word-spacing: -1px;
}

.JackpotBadge--invite {
	padding-top: 12px;
	padding-bottom: 12px;
}

.JackpotBadge--invite .JackpotBadge__icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -11px;
	margin-bottom: -10px;
	margin-right: 2px;
	width: 16px;
	height: 17px;
}

.JackpotBadge--invite:hover {
	background-color: #5BD570;
}

.Panel--main {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
	cursor: default;
}

.Panel--main .Panel__wrapper {
	min-width: 940px;
	max-width: 1140px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

.Panel--main .Panel__content {
	display: table;
	width: 100%;
}

.Panel--main .Panel__box {
	display: table-cell;
}

.Panel--main .Panel__box--sites .Panel__control {
	padding-left: 10px;
	padding-right: 10px;
}

.Panel--main .Panel__box--controls {
	text-align: right;
}

.Panel--main .Drop__trigger {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.Panel--main .Drop__trigger:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	border: solid transparent;
	border-width: 4px 3.5px 0 3.5px;
	border-top-color: currentColor;
	margin-top: -1px;
	margin-left: 4px;
}

.Panel--main .Drop .Drop__trigger {/* Increase selector weight */
	color: inherit;
	background-color: inherit;
}

.Panel--main .Drop__content {
	width: auto;
	line-height: normal;
	cursor: default;
}

.Panel--main .Drop--active {
	color: #111;
	background-color: #fff;
}

.Panel--main .Panel__label {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.Panel--main .Panel__control {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	height: 44px;
	line-height: 44px;
	text-align: left;
	text-decoration: none;
	color: #444;
}

.Panel--main .Panel__control:not(.Panel__control--noHover):hover {
	background-color: #ddd;
	cursor: pointer;
}

.Panel--main .Panel__control--active {
	background-color: #fff;
	color: #111;
	pointer-events: none;
}

.Panel--main .Panel__control--manager .Drop__content, .Panel--main .Panel__control--list .Drop__content {
	left: auto;
	right: 0;
}

.Panel--main .Panel__control--list .Drop__trigger:after {
	content: none;
}

.Panel--main .MenuList {
	white-space: nowrap;
}

.Panel--main .Icon {
	display: inline-block;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.Panel--main .Icon--envelope {
	width: 22px;
}

.Panel--main .Icon--list {
	width: 22px;
}

.Panel--main .CounterBadge {
	position: absolute;
	right: 3px;
	top: 3px;
}

.Panel--main .Drop--active, .Panel--main .Panel__control:not(.Panel__control--noHover):hover {
	color: #111;
}

.Panel--main .Drop--active .Icon, .Panel--main .Panel__control:not(.Panel__control--noHover):hover .Icon {
	opacity: 1;
}

.Panel--main .Drop--active .Drop__trigger {
	position: relative;
	z-index: 11;/* Overlaps Drop__content with the shadow */
}

.Panel--main .Panel__label + .JackpotBadge {
	margin-left: 2px;
}

.Panel--main .FilialToggle__name, .Panel--main .Discount__value {
	font-weight: bold;
}

.FancyboxNotification a#fancybox-close {
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	right: 0;
	top: 0;
	height: 35px;
	width: 35px;
	position: relative;
	margin: 0 0 -35px;
	background-color: transparent;
}

.FancyboxNotification a#fancybox-close:before {
	display: none;
}

.FancyboxNotification a#fancybox-close:hover {
	background-color: #e0e0e0;
}

.FancyboxNotification #fancybox-wrap {
	overflow: hidden;
}

/*# sourceMappingURL=maps/main-panel.css.map */