@charset "utf-8";

/* основные цвета */


/* цвета текста */


/* цвета границ */

/* цвета стандартных кнопок */

/* цвета ссылок*/

/* Фунцкия для анимации */

/* над фенсибоксом */

/* Рубрикатор */

/* Кнопка «Наверх» */

/* Карточка товара */
/* для автоматически генерируемых таблиц стилей с изображениями */
.i-inline {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
}

/* чтобы плавающие элементы не выплывали наружу */
.groupIB {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

/* для выделения всплывающих элементов */

.Blocked {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	pointer-events: none;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	opacity: .6;
}
.Timer {
	display: inline-block;
	color: #c22119;
	font-size: 12px;
	cursor: default;
}
.actionsPreviewItem .Timer {
	font-size: 14px;
}
.Timer--hide {
	display: none;
}
.Timer--noTitle .Timer__title, .Timer--mainPage .Timer__title {
	display: none;
}
.actionsBadgeDescription .Timer--noTitle {
	margin-top: .3em;
}
.Timer--mainPage {
	font-size: 16px;
}
.Timer--mainPage .Timer__item {
	padding-bottom: 0;
}
.Timer--mainPage .Timer__item + .Timer__item {
	margin-left: 2px;
}
.Timer__title {
	margin-bottom: .3em;
}
.Timer__box {
	display: inline-block;
}
.Timer__item {
	background-color: #c22119;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #fff;
	display: inline-block;
	padding: 2px 0 1px;
	width: 1em;
	text-align: center;
	position: relative;
}
.Timer__item + .Timer__item {
	margin-left: 1px;
}
.Timer__digit {
	position: relative;
}

/* Оверлей для раскладочных блоков */

/* Носик с углом 45 и белым фоном */

/* Убирает псевдоэлементы */
.Filters input[type="checkbox"] {
	vertical-align: middle;
	margin-top: -.18em;
}
.Filters.ToolBar {
	padding-top: 0;
}
.Filters.ToolBar + .Filters.ToolBar {
	margin-top: 2px;
}

.Filter {
	display: inline-block;
	vertical-align: middle;
	margin: 12px 25px 0 0;
}

.Filter--error .Filter__header {
	color: #c22119;
	font-size: 14px;
	font-weight: bold;
}

.Filter--alignBottom {
	vertical-align: bottom;
}

.Filter--singleLine {
	vertical-align: bottom;
	margin-bottom: 8px;
}

.Filter--long {
	width: 270px;
}

.Filter--medium {
	width: 200px;
}

.Filter__header {
	display: block;
	margin-bottom: .5em;
}

.Filter__field select.Form__input {
	vertical-align: bottom;
}

.Filter .Select {
	width: 100%;
}

.Filters--returnQualityGoodsList + .listItemsPageControl--top {
	margin-top: 14px;
}

.Filters--returnQualityGoodsList .Filter--number, .Filters--returnQualityGoodsList .Filter--document, .Filters--returnQualityGoodsList .Filter--counterparty, .Filters--returnQualityGoodsList .Filter--code {
	width: 150px;
}

.Filters--returnQualityGoodsList .Filter--status {
	width: 170px;
}
.Items__list {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: table;
	width: 100%;
	margin-top: 1em;
}
.Items__header {
	color: #777;
	display: table-row;
	font-size: 12px;
}
.Items__header .Item__box {
	vertical-align: bottom;
}
.Items__group {
	display: table-row-group;
}

.Item {
	display: table-row;
}

.Item--error {
	background-color: #ffebeb;
}

.Item--active {
	background-color: #f2eeea;
}

.Item--wrong {
	background-color: #fff9f9;
}

.Item__box {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-bottom: 1px solid #e2ddd9;
	display: table-cell;
	vertical-align: top;
	padding: 15px 10px;
	word-wrap: break-word;
}

.Item__box:first-child {
	padding-left: 5px;
}

.Item__box:last-child {
	padding-right: 5px;
}

.Item__box--alignRight {
	text-align: right;
}

.Item__box--alignCenter {
	text-align: center;
}

.Item__box--code {
	white-space: nowrap;
}

.Item__strong {
	font-weight: bold;
}

.Item__aux {
	display: block;
	color: #777;
	font-size: 12px;
	margin-top: .45em;
}

.Item__aux--countOrders {
	color: #000;
	font-size: 14px;
}

.Item__aux--description {
	font-size: 12px;
	margin-top: 0;
}

.Item__aux .pseudoLink {
	color: #777;
}

.Item--addedToCart .PriceDescribed--benefit .Price {
	margin-top: 5px;
}

.Item--addedToCart .Item__box--quantity {
	width: 8%;
}

.Item--notShowToday .Item__title {
	font-weight: bold;
	margin-bottom: 10px;
}

.Item--notShowToday .Cart__productPhoto {
	width: 48px;
}

.Item--notShowToday .Item__box--photo {
	width: 8%;
}

.Item--notShowToday .Item__box--info {
	width: 65%;
}

.Item--notShowToday .Item__box--availability {
	width: 27%;
}

.Item--notAvailable .Item__box--quantity {
	white-space: nowrap;
}

.FancyItem .textCounterControls {
	display: none;
}

.FancyItem .textCounter .Form__input {
	border-color: transparent;
	text-align: left;
	padding: 0;
}

.FancyItem .PriceDescribed__label {
	display: block;
	margin-top: 5px;
	color: #7f7f7f;
	font-size: 12px;
}

.FancyItem .Price--bold {
	font-weight: bold;
	font-size: 14px;
}

.FancyItem .PriceDescribed--benefit {
	color: #7f7f7f;
}

.FancyItem .Item__box--availability {
	font-size: 12px;
}

.FancyItem .Item__box--availability .pseudoLink {
	white-space: nowrap;
}

.FancyItem .Cart__productName {
	color: #3A3A3A;
}

.FancyItem .Cart__productName:hover {
	color: #ff0030;
}

.FancyItem .Item__box {
	border-bottom-color: transparent;
	padding: 15px 8px;
}

.FancyItem .actionsBadge .actionsBadgePic {
	margin-top: 3px;
}

.FancyItem .Item__info {
	margin-top: 12px;
}

.FancyItem .Item__info .ProductState {
	font-size: 12px;
}

.FancyItem .Item__info .ProductState + .ProductState {
	margin-left: 15px;
}

.FancyItem .Item__box--price .Price {
	font-size: 13px;
}

.FancyItem .Item__box--price .Price--best {
	font-size: 14px;
}

.Items--productCompact .Items__list {
	margin-top: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.Items--productCompact .Items__header .Item__box {
	padding-top: 0;
}

.Items--productCompact .Item__mobileInfo {
	display: none;
}

.Items--productCompact .Item__box {
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-bottom-color: #eeebe8;
}

.Items--productCompact .Item__box:first-child{
	border-left: 1px solid transparent;
}

.Items--productCompact .Item__box:last-child{
	border-right: 1px solid transparent;
}

.Items--productCompact .Item__box:last-child {
	padding-right: 15px;
}

.Items--productCompact .Item__box--checkbox {
	padding-left: 6px;
	padding-right: 6px;
}

.Items--productCompact .Item__box--checkbox .Item__label {
	display: block;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.Items--productCompact .Item__box--photo {
	padding-left: 0;
}

.Items--productCompact .Item__box--photo .Item__productPhoto {
	width: 80px;
	height: 80px;
}

.Items--productCompact .Item__box--info .Item__productName {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}

.Items--productCompact .Item__box--info .Item__productName:hover {
	color: #ff0030;
}

.Items--productCompact .Item__box--info .Item__promo {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.Items--productCompact .Item__box--info .Item__promo .code {
	margin-top: 8px;
	margin-right: 10px;
}

.Items--productCompact .Item__box--info .Item__promo .actionsBadge {
	vertical-align: middle;
}

.Items--productCompact .Item__box--info .Item__promo .promoIcon, .Items--productCompact .Item__box--info .Item__promo .actionsBadge {
	margin-top: 10px;
	margin-right: 10px;
}

.Items--productCompact .Item__box--info .Item__promo .promoIcon {
	margin-right: 21px;
}

.Items--productCompact .Item__box--price .PriceDescribed + .PriceDescribed {
	margin-top: 5px;
}

.Items--productCompact .Item__box--price .Price {
	font-size: 14px;
	font-weight: normal;
}

.Items--productCompact .Item__box--price .Price--initial {
	font-size: 13px;
}

.Items--productCompact .Item__box--price .PriceDescribed__label {
	display: block;
	margin-top: 5px;
	color: #7f7f7f;
	font-size: 12px;
}

.Items--productCompact .Item__box--price .BuyCheaper {
	margin-top: 5px;
}

.Items--productCompact .Item__box--prevOrder {
	text-align: right;
}

.Items--productCompact .Item__box--quantity {
	padding-top: 13px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.Items--productCompact .Item__box--quantity .textCounter .Form__input {
	width: 4em;
}

.Items--productCompact .Item__box--availability {
	padding-top: 17px;
}

.Items--productCompact .Item__box--availability .ProductState {
	font-size: 12px;
	line-height: 1.5;
}

.Items--productCompact .Item__box--sum {
	white-space: nowrap;
	text-align: right;
}

.Items--productCompact .Item__box--sum .Price {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.Items--productCompact .Item__box--sum .PriceDescribed--benefit {
	color: #7f7f7f;
}

.Items--productCompact .Item__box--sum .PriceDescribed--benefit .Price {
	font: inherit;
}

.Items--productCompact .Item--active {
	background-color: #f1eeea;
}

.Items--productCompact .Item--active .Item__box {
	border-top: 1px solid #e2ddd9;
	border-bottom: 1px solid #e2ddd9;
}

.Items--productCompact .Item--active .Item__box:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
	height: 1px;
	border-top: 1px solid #e2ddd9;
}

@media (max-width: 979px){
	.Items--productCompact .Item--active .Item__box:before{
		width: -moz-calc(100% + 1px);
		width: calc(100% + 1px);
	}
}

.Items--productCompact .Item--active .Item__box:first-child{
	border-left: 1px solid #e2ddd9;
}

.Items--productCompact .Item--active .Item__box:last-child{
	border-right: 1px solid #e2ddd9;
}

.Items--productCompact .Item--active .AvailabilityItem + .AvailabilityItem .AvailabilityBox {
	border-top-color: #dad4ce;
}

.Items--productCompact .Item--notIndividualCatalog {
	background-color: #fff9f9;
}

.Items--productCompact .Item--notIndividualCatalog .code {
	background-color: #ffd4d4;
	cursor: help;
}

.Items--productCompact .Item--notIndividualCatalog.Item--active {
	background-color: #f2e8e5;
}

.Items--productCompact .Item:last-child:not(.Item--active) .Item__box {
	border-bottom-color: transparent;
}

.Items--returnRequest .Item__box--price, .Items--returnRequest .Item__box--shipped, .Items--returnRequest .Item__box--quantity, .Items--returnRequest .Item__box--sum {
	text-align: right;
}

.Items--returnRequest .Item__box--checkbox {
	padding-left: 15px;
	padding-right: 15px;
}

.Items--returnRequest .Item__box--checkbox .Item__label {
	display: block;
	margin-top: 10px;
}

.Items--returnRequest .Item__box--product {
	padding-left: 5px;
}

.Items--returnRequest .Item__box--price, .Items--returnRequest .Item__box--sum {
	width: 10%;
}

.Items--returnRequest .Item__box--sum .Price {
	font-weight: bold;
}

.Items--returnRequest .Item__box--shipped {
	white-space: nowrap;
	width: 8%;
}

.Items--returnRequest .Item__box--quantity {
	width: 5%;
}

.Items--returnRequest .Item__box--reason {
	width: 22%;
	padding-left: 20px;
	padding-right: 20px;
}

.Items--returnRequest .Items__group .Item__box {
	padding-top: 20px;
	padding-bottom: 20px;
}

.Items--returnRequest .textCounter .Form__input {
	width: 4em;
}

.Items--returnRequest + .Form__set--controls {
	margin-top: 20px;
}

.Items--returnDecision .Items__list {
	table-layout: fixed;
}

.Items--returnDecision .Item__box {
	padding-top: 25px;
}

.Items--returnDecision .Item__box--returnedProduct {
	padding-left: 0;
}

.Items--formFieldsList {
	margin-top: 1em;
}

.Items--formFieldsList .Items__list {
	margin-top: 0;
}

.Items--formFieldsList .Items__control {
	margin-top: 6px;
}

.Items--formFieldsList .Item:only-child .Item__box {
	padding: 0;
}

.Items--formFieldsList .Item:first-child .Item__box {
	padding-top: 0;
}

.Items--formFieldsList .Item:last-child .Item__box {
	padding-bottom: 0;
}

.Items--formFieldsList .Item__control {
	cursor: pointer;
}

.Items--formFieldsList .Item__control--remove {
	width: 13px;
	height: 14px;
}

.Items--formFieldsList .Item__box {
	padding: 3px;
	border-bottom: 0;
}

.Items--formFieldsList .Item__box:first-child {
	padding-left: 0;
}

.Items--formFieldsList .Item__box:last-child {
	padding-right: 0;
}

.Items--formFieldsList .Item__box--control {
	width: 1%;
}

.Items--formFieldsList .Item__box--control .Item__control {
	margin-top: 9px;
}

.Items--salesInvoice .Items__summary {
	padding: 15px;
	background-color: #f2eeea;
	text-align: right;
}

.Items--salesInvoice .Items__summary .Items__sum {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 4px;
}

.Items--salesInvoice .Items__summary .Items__aux {
	color: #736f6c;
	font-size: 12px;
	line-height: 16px;
}

.Items--salesInvoice .Item:last-child .Item__box {
	border-bottom: 0;
}

.Items--salesInvoice .Item__box--quantity, .Items--salesInvoice .Item__box--price, .Items--salesInvoice .Item__box--sum {
	text-align: right;
	white-space: nowrap;
}

.Items--salesInvoice .Item__box--orderERP {
	white-space: nowrap;
}

.Items--cart .Item__box--sum:last-child {
	padding-right: 15px;
}

.Items--kpl {
	overflow: auto;
}

.Items--kpl .Items__header .Item__box {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-bottom: 7px;
}

.Items--kpl .Items__group .Item__box {
	padding-top: 7px;
	padding-bottom: 7px;
}

.Items--kpl .Items__group .Item:hover {
	background-color: #f2eeea;
}

.Items--kpl .Items__list {
	margin-top: 0;
	width: 410px;
}

.Items--kpl .Item__box {
	border-bottom: 0;
}

.Items--kpl .Item__box--column {
	width: 75px;
}

.Items--kpl .Item__box--price {
	text-align: right;
	width: 95px;
}

.Items--kpl .Item__box--sale {
	text-align: right;
	width: 100px;
}

.Items--kpl .Item__box--markup {
	padding-left: 25px;
}

.Items--returnQualityGoodsList .Item__box--number {
	width: 12%;
}

.Items--returnQualityGoodsList .Item__box--date {
	width: 14%;
}

.Items--returnQualityGoodsList .Item__box--document {
	width: 22%;
}

.Items--returnQualityGoodsList .Item__box--counterparty {
	width: 25%;
}

.Items--returnQualityGoodsList .Item__box--sum {
	text-align: right;
}

.Items--returnQualityGoodsList .Item__box--status {
	width: 17%;
}

.Items--returnQualityGoodsList .Item:last-child .Item__box {
	border-bottom: none;
}

.Items--returnQualityGoodsSelect .Item__box--checkbox {
	width: 1%;
	padding-left: 15px;
}

.Items--returnQualityGoodsSelect .Item__box--document {
	width: 23%;
}

.Items--returnQualityGoodsSelect .Item__box--counterparty {
	width: 27%;
}

.Items--returnQualityGoodsSelect .Item__box--sum {
	text-align: right;
	width: 10%;
}

.Items--returnQualityGoods .Item__box--price, .Items--returnQualityGoods .Item__box--sum {
	text-align: right;
	white-space: nowrap;
}

.Items--returnQualityGoods .Item__box--shipped, .Items--returnQualityGoods .Item__box--quantity {
	text-align: center;
	white-space: nowrap;
}

.Items--returnQualityGoods .Item__box--checkbox {
	width: 1%;
}

.Items--returnQualityGoods .Item__box--number {
	width: 3%;
}

.Items--returnQualityGoods .Item__box--product {
	width: 34%;
}

.Items--returnQualityGoods .Item__box--price {
	width: 13%;
}

.Items--returnQualityGoods .Item__box--shipped {
	width: 14%;
}

.Items--returnQualityGoods .Item__box--status {
	width: 15%;
}

.Items--returnQualityGoods:not(.Items--returnQualityGoodsEdit) .Item:last-child .Item__box {
	border-bottom: none;
}

.Items--returnQualityGoodsEdit .textCounter, .Items--returnQualityGoodsEdit .Item__box--sum .Price {
	display: none;
}

.Items--returnQualityGoodsEdit .Item--active .textCounter, .Items--returnQualityGoodsEdit .Item--active .Item__box--sum .Price  {
	display: inline-block;
}

.Items--returnQualityGoodsEdit .textCounter .Form__input {
	width: 4.5em;
}

.Items--returnQualityGoodsEdit .Item__box:first-child {
	padding-left: 15px;
}

.Items--returnQualityGoodsEdit .Item__box--price {
	width: 10%;
}

.Items--returnQualityGoodsEdit .Item__box--product {
	width: 50%;
}

.Items--returnQualityGoodsEdit .Item__box--shipped {
	width: 16%;
}

.Items--returnQualityGoodsEdit .Item__box--quantity {
	width: 12%;
	text-align: left;
}

.Items--returnQualityGoodsEdit .Item__box--sum {
	padding-right: 15px;
}

.Items--returnQualityGoodsEdit .Items__group .Item__box {
	vertical-align: baseline;
}

.Items--returnQualityGoodsEdit .Items__group .Item__box--checkbox {
	padding-top: 22px;
	vertical-align: top;
}

.Items--returnQualityGoodsEdit .Items__group .Item__box--price {
	line-height: 35px;
}

.Items--returnQualityGoodsEdit .Items__group .ProductItem__box {
	vertical-align: baseline;
}

.Items--returnQualityGoodsEdit .Items__group .ProductItem__box--photo {
	vertical-align: top;
}
.tabsList--bookkeeping {
	margin-bottom: 20px;
}

.Filters--BookkeepingDelay .Filter {
	margin-right: 0;
}

.Filters--BookkeepingDelay .Filter + .Filter {
	margin-left: 100px;
}

.Filters--BookkeepingDelay .Filter__field {
	font-size: 22px;
}

.Filters--BookkeepingDelay .Filter--error + .Filter {
	margin-left: 80px;
}

.Filters--BookkeepingDelay .Filter--error .Filter__field {
	font-size: 14px;
}

.Items--bookkeeping .Item__box {
	white-space: nowrap;
}

.Items--bookkeeping .Item__box--document {
	width: 21%;
}

.Items--bookkeeping .Item__box--document .pseudoLink {
	cursor: help;
}

.Items--bookkeeping .Item__box--client {
	width: 30%;
}

.Items--bookkeeping .Item__box--sum, .Items--bookkeeping .Item__box--paid, .Items--bookkeeping .Item__box--dept, .Items--bookkeeping .Item__box--delay {
	width: 10%;
}

.Items--bookkeeping .Item__box--payUp {
	width: 9%;
}

.Items--bookkeeping .Item__box .pseudoLink {
	color: #666;
}

.Items--bookkeeping .Item__box .pseudoLink:hover {
	color: #ff0030;
}

.Items--bookkeeping .Items--bookkeepingUpd .Item__box--document, .Items--bookkeeping .Items--bookkeepingUpd .Item__box--date, .Items--bookkeeping .Items--bookkeepingUpd .Item__box--client {
	width: auto;
	white-space: normal;
}

.Items--bookkeeping .Item .Item__box--dept {
	font-weight: bold;
}

.Items--bookkeeping .Item--total {
	font-weight: bold;
}

.Items--bookkeeping .Item--total .Item__box {
	border-bottom: none;
}

.FancyModal--bookkeepingDelay {
	width: 410px;
}

.FancyModal--bookkeepingDelay .BookkeepingDebtRelevance {
	font-size: 12px;
}

.FancyModal--bookkeepingDelay .BookkeepingDebtRelevance__date {
	margin-right: 3px;
}

.FancyModal--bookkeepingDelay .FancyModal__header + .BookkeepingDebtRelevance {
	margin-top: -10px;
	margin-bottom: 15px;
}

.BookkeepingDelaySum {
	font-weight: bold;
}


.BookkeepingDebtRelevance--default {
	margin-bottom: 20px;
	color: #777;
}


.BookkeepingDebtRelevance--default .BookkeepingDebtRelevance__date--error {
	color: #c22119;
}

.BookkeepingReconciliation .instructionLink {
	margin-bottom: 10px;
}

.BookkeepingReconciliation__description {
	margin-bottom: 20px;
	line-height: 1.5;
}

.BookkeepingReconciliation__btn + .BookkeepingReconciliation__content {
	margin-top: 25px;
}

.BookkeepingReconciliation__content {
	width: 80%;
}

.Items--bookkeepingReconciliation .Item__box--date {
	width: 19%;
}

.Items--bookkeepingReconciliation .Item__box--period {
	width: 26%;
}

.Items--bookkeepingReconciliation .Item__box--status {
	width: 18%;
}

.Items--bookkeepingReconciliation .Item__box--status .btnInfo {
	margin-left: 2px;
}

.FancyModal--bookkeepingReconciliation {
	width: 500px;
}

.FancyModal--bookkeepingReconciliation .Items--formFieldsList {
	margin-top: 0;
}

.FancyModal--bookkeepingReconciliation .Form__value {
	font-weight: bold;
}
.Rubricator {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.Rubricator__wrapper {
	display: none;
	width: 100%;
}
.Rubricator__header {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 30px;
}
.Rubricator__headerLink {
	color: #242322;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}
.Rubricator__headerLink:hover{
	color: #ff2413;
}
.Rubricator__content {
	background-color: #fff;
}
.Rubricator__group {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.Rubricator__box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.Rubricator__box--menu, .Rubricator__box--main {

	/* Firefox */
	scrollbar-color: #e2ddd9 transparent;
	scrollbar-width: thin;
	overflow-y: scroll;
}
/* Chrome */
.Rubricator__box--menu::-webkit-scrollbar, .Rubricator__box--main::-webkit-scrollbar{
	width: 6px;
}
.Rubricator__box--menu::-webkit-scrollbar-track, .Rubricator__box--main::-webkit-scrollbar-track{
	background-color: transparent;
}
.Rubricator__box--menu::-webkit-scrollbar-thumb, .Rubricator__box--main::-webkit-scrollbar-thumb{
	border-radius: 6px;
	background-color: #e2ddd9;
}
.Rubricator__box--menu::-webkit-scrollbar-thumb:hover, .Rubricator__box--main::-webkit-scrollbar-thumb:hover{
	background-color: #c4beb9;
}
.Rubricator__box--menu {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 260px;
	background-color: #f2eeea;
	background-color: rgba(242, 238, 234, .5);
}
.Rubricator__box--main {
	width: 100%;
	margin-right: 5px;
	padding: 15px 10px 10px 30px;
}
.Rubricator__box--banner {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	padding: 14px 25px 10px 20px;
}
@media screen and (max-width: 1279px) {
	.Rubricator__box--banner{
		display: none;
	}
}
.Rubricator__list {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.Rubricator__list .Rubric--default {
	margin-bottom: 36px;
}
.Rubricator__col {
	width: 50%;
}
.Rubricator__col + .Rubricator__col {
	margin-left: 40px;
}
.Rubricator__banner {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	display: inline-block;
	border-radius: 8px;
	width: 218px;
	height: 328px;
	background-repeat: no-repeat;
	background-size: contain;
}
.Rubricator__banner:hover{
	opacity: .8;
}

.Rubricator--withoutBanner .Rubricator__box--banner {
	display: none;
}

@media screen and (min-width: 1366px) {
	.Rubricator--withoutBanner .Rubricator__col{
		width: 33.33%;
	}
}

.Rubricator__preloader {
	position: relative;
	display: none;
	width: 100%;
	height: 150px;
}

.Rubricator__preloader .Spinner {
	width: 60px;
	height: 60px;
}

.Rubricator--loading .Rubricator__wrapper, .Rubricator--ready .Rubricator__wrapper {
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 20000;
	display: block;
	overflow-x: hidden;
}

.Rubricator--loading .Rubricator__wrapper--fixed, .Rubricator--ready .Rubricator__wrapper--fixed {
	position: fixed;
	left: 50%;
	max-width: 1450px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.Rubricator--loading .Rubricator__content, .Rubricator--ready .Rubricator__content {
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.Rubricator--loading .Rubricator__preloader {
	display: block;
}

.Rubricator--loading .Rubricator__box {
	display: none;
}

.Rubrics--main.Rubrics--demo {
	width: 270px;
	background-color: #f2eeea;
	background-color: rgba(242, 238, 234, .5);
}

.Rubrics--main .Rubrics__icon {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}

.Rubrics--main .Rubrics__link {
	position: relative;
	display: block;
	padding: 10px 5px 10px 34px;
	color: #242322;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}

.Rubrics--main .Rubrics__item--active {
	background-color: #fff;
}

.Rubrics--main .Rubrics__item:not(.Rubrics__item--active):hover, .Rubrics--main .Rubrics__item:not(.Rubrics__item--active):active {
	background-color: #f2eeea;
}

.Rubrics--sub .Rubrics__item--hide {
	display: none;
}

.Rubrics--sub .Rubrics__item + .Rubrics__item {
	margin-top: 13px;
}

.Rubrics--sub .Rubrics__link {
	color: #242322;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
	padding-top: .7em;
	padding-bottom: .7em;
	transition: color .2s;
}

.Rubrics--sub .Rubrics__link:hover{
	color: #ff2413;
}

.Rubrics--sub .Rubrics__link--more {
	position: relative;
	padding-right: 13px;
}

.Rubrics--sub .Rubrics__link--more:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	border: 4px solid transparent;
	border-top-color: currentColor;
	margin-top: -2px;
}

.Rubrics--sub .Rubrics__link--more .Rubrics__link--opened:after {
	top: 50%;
	border-color: transparent transparent currentColor transparent;
	margin-top: -6px;
}

.Rubrics--popular {

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: -2%;
}

.Rubrics--popular .RubricList {
	width: 23.5%;
	max-width: 326px;
	margin-top: 2%;
}
.Rubric--default {
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	padding-left: 75px;
}
.Rubric--default .Rubric__link {
	color: #242322;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}
.Rubric--default .Rubric__link:hover{
	color: #ff2413;
}
.Rubric--default .Rubric__name {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.Rubric--default .Rubric__image {
	position: absolute;
	left: 0;
	width: 60px;
	height: 60px;
	padding-right: 15px;
	overflow: hidden;
	font-size: 10px;
	word-break: break-word;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	image-rendering: -webkit-optimize-contrast;
}
/***********************************
*          СУПЕРКАТЕГОРИИ          *
***********************************/

.Rubricator--superCategories {
	margin-top: 13px;

	position: relative;
}

.Rubricator--superCategories:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.Rubricator--superCategories.disable:before{
	opacity: 1;
	visibility: visible;
}

.Rubricator--superCategories .Rubrics--main {
	position: relative;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	font-size: 1px;
	text-align: justify;
}

.Rubricator--superCategories .Rubrics--main:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.Rubricator--superCategories .Rubrics--main > .Rubric {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	height: 100%;
	font-size: 14px;
}

.Rubricator--superCategories .Rubrics--main > .Rubric > .Rubric__link {
	display: block;
	width: 110px;
	margin-left: -10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
	-o-transition: color .25s ease;
	-moz-transition: color .25s ease;
	transition: color .25s ease;
	cursor: pointer;
}

@media (max-width: 1250px) {
	.Rubricator--superCategories .Rubrics--main > .Rubric{
		width: 60px;
		font-size: 12px;
	}
	.Rubricator--superCategories .Rubrics--main > .Rubric > .Rubric__link {
		width: 80px;
	}
}



/********************************************
*          ИКОНКИ: ЦВЕТА, АНИМАЦИЯ          *
********************************************/

.Rubric__icon {
	display: table;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto 6px;
	position: relative;
}

.Rubric__icon:before, .Rubric__icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

.Rubric__icon:after {
	opacity: 0;
}

.Rubric__img {
	display: table-cell;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	padding-top: .2em;
	text-align: center;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.Rubric:hover > .Rubric__link .Rubric__icon:after, .Rubric:hover > .Rubric__link .Rubric__icon:before {
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	     -o-transform: scale(1.3);
	        transform: scale(1.3);
}

.Rubric:hover > .Rubric__link .Rubric__icon:after {
	opacity: 1;
}

.Rubric__name {
	line-height: 1.3em;
}

.Rubric--orange:hover > .Rubric__link, .Rubric--orange.Rubric--active > .Rubric__link{
	color: #a57114;
}

.Rubric--orange > .Rubric__link .Rubric__icon:before{
	background-color: #fabb00;
}

.Rubric--green:hover > .Rubric__link, .Rubric--green.Rubric--active > .Rubric__link{
	color: #2e7811;
}

.Rubric--green > .Rubric__link .Rubric__icon:before{
	background-color: #0cac29;
}

.Rubric--violet:hover > .Rubric__link, .Rubric--violet.Rubric--active > .Rubric__link{
	color: #673499;
}

.Rubric--violet > .Rubric__link .Rubric__icon:before{
	background-color: #7518db;
}

.Rubric--blue:hover > .Rubric__link, .Rubric--blue.Rubric--active > .Rubric__link{
	color: #005a97;
}

.Rubric--blue > .Rubric__link .Rubric__icon:before{
	background-color: #0b86df;
}

.Rubric--lightBlue:hover > .Rubric__link, .Rubric--lightBlue.Rubric--active > .Rubric__link{
	color: #005997;
}

.Rubric--lightBlue > .Rubric__link .Rubric__icon:before{
	background-color: #45abef;
}

.Rubric--red:hover > .Rubric__link, .Rubric--red.Rubric--active > .Rubric__link{
	color: #a31717;
}

.Rubric--red > .Rubric__link .Rubric__icon:before{
	background-color: #e82111;
}
.RubricList--popular {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;

	position: relative;
	display: inline-block;
	color: #242322;
	overflow: hidden;
}
.RubricList--popular:hover{
	opacity: .8;
}
.RubricList--popular .RubricList__image {
	vertical-align: top;
	max-width: 100%;
}
.RubricList--popular .RubricList__name {
	position: absolute;
	top: 50%;
	left: 9.2%;
	width: 40%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 18px;
}
.RubricList--popular:hover {
	color: inherit;
}
/* ITEMS INTERACT (COMPARE & FAVORITES)
------------------------------------------------------------------------------*/

.itemInteract {
	color: #777;
}

.itemInteractCompare, .itemInteractFavorite {
	display: inline-block;
	vertical-align: baseline;
	cursor: pointer;
	background-repeat: no-repeat;
}

.itemInteractCompare .itemInteract__label, .itemInteractFavorite .itemInteract__label {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.itemInteractCompare .itemInteract__label--additional, .itemInteractFavorite .itemInteract__label--additional {
	display: none;
}

.itemInteractCompare:hover, .itemInteractFavorite:hover {
	color: #ff0030;
}

.itemInteractCompare {
	min-width: 4.8em;
	padding-left: 14px;
	background-position: 0 29%;
}

.inCompare {
	color: #379014;
}

.inCompare:hover .itemInteract__label--basic {
	display: none;
}

.inCompare:hover .itemInteract__label--additional {
	display: inline;
}

.itemInteractFavorite {
	padding-left: 14px;
	background-position: 0 44%;
}

.itemInteractCompare + .itemInteractFavorite {
	margin-left: 3px;
}

@media (min-width: 980px) and (max-width: 1050px) {
	.itemInteractCompare + .itemInteractFavorite{
		margin-left: 0;
	}
}

.inFavorite {
	color: #c12119;
}

.inFavorite .itemInteract__label--basic {
	display: none;
}

.inFavorite .itemInteract__label--additional {
	display: inline;
}
.ControlPanel--default {
	display: table;
	width: 100%;
	min-height: 40px;
	background-color: #f2eeea;
}
.ControlPanel--default .ControlPanel__box {
	display: table-cell;
	vertical-align: middle;
}
.ControlPanel--default .ControlPanel__box--paginator {
	position: relative;
	height: 100%;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator li{
	display: inline-block;
	border-right: 1px solid #e9e4e0;
	vertical-align: top;
	text-align: center;
	min-width: 38px;
	min-height: 40px;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator li:before{

	/* выравнивание для многоточия */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator li:last-child{
	border: none;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator li + li{
	margin-left: -1px;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator a{
	display: inline-block;
	padding-top: 5px;
	height: 100%;
	width: 100%;
	border-left: 1px solid #e9e4e0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator a:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator a:hover{
	background-color: #f9f9f9;
}
.ControlPanel--default .ControlPanel__box--paginator .paginator a.active{
	background-color: #e2ddd9;
	border-radius: 0;
}

.ControlPanel--productsList {
	height: 1px;
}

.ControlPanel--productsList .ControlPanel__box--viewSelector, .ControlPanel--productsList .ControlPanel__box--paginator {
	width: 1px;
	white-space: nowrap;
}

.ControlPanel--productsList .ControlPanel__box--viewSelector .tabsList {
	position: static;
}

.ControlPanel--productsList .ControlPanel__box--listSettings {
	padding-left: 15px;
	padding-right: 15px;
}

.ControlPanel--productsList .ControlPanel__box--listSettings .sort, .ControlPanel--productsList .ControlPanel__box--listSettings .count {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ControlPanel--productsList .ControlPanel__box--listSettings .count {
	margin-left: 15px;
}

.ControlPanel--productsList .ControlPanel__box--listSettings .SelectName, .ControlPanel--productsList .ControlPanel__box--listSettings .Select {
	vertical-align: middle;
}

@media screen and (max-width: 1155px) {
	.ControlPanel--productsList .ControlPanel__box--listSettings .SelectName {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.ControlPanel--productsList .ControlPanel__box--listSettings .Form__input {
		padding-left: 10px;
	}
}

.ControlPanel--productsList .ControlPanel__box--viewSelector + .ControlPanel__box--listSettings {
	border-left: 1px solid #e9e4e0;
}

.ControlPanel--productsList .tabsList li {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 48px;
	height: 48px;
	border: none;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #f2eeea;
}

.ControlPanel--productsList .tabsList li:first-child {
	border: none;
}

.ControlPanel--productsList .tabsList li + li {
	margin-left: 0;
}

.ControlPanel--productsList .tabsList li.active, .ControlPanel--productsList .tabsList li.active:hover {
	background-color: #e2ddd9;
}

.ControlPanel--productsList .tabsList .grid, .ControlPanel--productsList .tabsList .details {
	opacity: .6;
}

.ControlPanel--productsList .tabsList .grid.active, .ControlPanel--productsList .tabsList .details.active {
	opacity: 1;
}


.ControlPanel--search {
	margin-bottom: 22px;
	background-color: #fff;
}


.ControlPanel--search .ControlPanel__box--searchDesktop .Form__set {
	padding-bottom: 10px;
	padding-top: 10px;
}


.ControlPanel--search .ControlPanel__box--searchDesktop .Form__input {
	display: inline-block;
	width: 190px;
}


.ControlPanel--search .ControlPanel__box--searchDesktop .btn {
	display: inline-block;
	margin-left: 10px;
}

.ControlPanel--sticky .ControlPanel__wrapper {
	display: table;
	position: relative;
	background-color: #f2eeea;
}

.ControlPanel--sticky .ControlPanel__box {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}

.ControlPanel--sticky .ControlPanel__box--aux {
	width: 1%;
}

.ControlPanel--sticky .ControlPanel__box.LoyaltyProgram {
	padding: 8px 10px;
	text-align: right;
}

.ControlPanel--sticky .ControlPanel__box.LoyaltyProgram .LoyaltyProgram__bonus {
	padding: 0;
	font-size: 12px;
}

.ControlPanel--sticky .ControlPanel__box.LoyaltyProgram .pseudoLink--loyaltyProgram:before {
	margin-top: -5px;
}

.ControlPanel--sticky .ControlPanel__box.LoyaltyProgram .btnViolet {
	width: auto;
	margin-top: 6px;
}

.ControlPanel--sticky .ControlPanel__box.Cart--layout {
	white-space: nowrap;
	padding: 10px 15px;
	text-align: right;
}

.ControlPanel--sticky .ControlPanel__box.Cart--layout .Cart__totalParam + .Cart__totalParam {
	margin-top: 3px;
}

.ControlPanel--sticky .ControlPanel__box .btn {
	white-space: nowrap;
}

.ControlPanel--sticky.ControlPanel--stickyActive .ControlPanel__wrapper {
	position: fixed;
	bottom: 0;
	box-shadow: 0 -3px 12px rgba(0,0,0,0.2);
	z-index: 600;
}

.ControlPanel--sticky .ControlPanel__label {
	display: inline-block;
	margin-right: 20px;
	line-height: 12px;
	vertical-align: baseline;
}

.ControlPanel--sticky .ControlPanel__label input[type=checkbox] {
	vertical-align: bottom;
}
.ScrollToTop {
	position: relative;
	max-width: 1640px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.ScrollToTop__trigger {
	position: fixed;
	bottom: 30px;
	width: 95px;
	padding: 8px 0 9px 35px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	line-height: 1;
	border-radius: 15px;
	background-color: #938f8b;
	background-color: rgba(147, 143, 139, .8);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	z-index: 3;
}
.ScrollToTop__trigger:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.ScrollToTop__trigger:hover {
	background-color: #595755;
	background-color: rgba(89, 87, 85, .9);
}
.ScrollToTop--visible .ScrollToTop__trigger {
	visibility: visible;
	opacity: 1;
}
.MapPlacemark {
	cursor: pointer;
}
.MapPlacemark--active {
	cursor: default;
}

.MapPlacemark--default {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 23px;
	height: 31px;
	padding-top: 3px;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.MapPlacemark--default:hover {
	opacity: .8;
}

.MapPlacemark--default.MapPlacemark--active {
	opacity: 1;
}

.MapPlacemark--brand {
	width: 37px;
	height: 48px;
}

.MapPlacemark--lPost {
	width: 37px;
	height: 48px;
}

.MapPlacemark--dpd {
	width: 37px;
	height: 48px;
}

.MapPlacemark--cluster {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 39px;
	height: 39px;
	color: #000;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	border: 4px solid #c22119;
	border-radius: 100%;
	background-color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transform: translate(-19px, -19px);
	   -moz-transform: translate(-19px, -19px);
	    -ms-transform: translate(-19px, -19px);
	     -o-transform: translate(-19px, -19px);
	        transform: translate(-19px, -19px);
}

.MapPlacemark--cluster.MapPlacemark--active {
	cursor: default;
}

.MapPlacemark--cluster.MapPlacemark--active, .MapPlacemark--cluster:hover {
	border-color: #ff0030;
}
.SocialLinks {
	letter-spacing: 6px;
	cursor: default;
}
.SocialLinks__item {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 7px;
}
.SocialLinks__item--vk {
	width: 27px;
	height: 27px;
}
.SocialLinks__item:hover {
	opacity: 0.8;
}
.RelatedProducts .listItemsContainer {
	float: none;
	margin-bottom: 0;
}
.RelatedProducts .listItemsContainer .grid {
	margin: 0;
}
.RelatedProducts .btnWrap {
	margin-top: 20px;
	margin-bottom: 7px;
}

.Article--default {
	color: #404040;
	font-size: 18px;
}

.Article--default .Article__header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.Article--default .Article__headerText {
	display: inline-block;
	border-bottom: 2px solid;
}

.Article--default h1.Article__header .Article__headerText {
	margin: 0;
	font-size: 29px;
	line-height: 36px;
	border: 0;
}

.Article--default h2.Article__header .Article__headerText {
	margin: 20px 0 0;
	font-size: 22px;
	padding-bottom: 11px;
}

.Article--default h3.Article__header .Article__headerText {
	font-size: 19px;
	border: none;
}

.Article--default p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.Article--default p + ul {
	margin-top: -10px;
}

.Article--default img {
	max-width: 100%;
	height: auto;
	display: block;
}

.Article--default .Files--list {
	margin-top: 20px;
	line-height: normal;
	font-size: 12px;
}

.Article--default .sp-video-gallery {
	margin-top: 20px;
}

.Article--default .sp-video-gallery-large-thumbnail-wrapper img {
	max-width: 100%;
	max-height: 100%;
}

.Article--default .Article__photoGallery .sp-video-gallery-large-thumbnail-container {
	height: 380px !important;
	margin-bottom: 8px;
}

.Article--default .Article__photoGallery .sp-video-gallery-thumbnails-list-container {
	height: auto !important;
	overflow-y: hidden !important;
	overflow-x: auto !important;
}

.Article--default .Article__photoGallery .sp-video-gallery-thumbnails-list {
	position: relative;
	width: 100% !important;
	height: 80px !important;
	text-align: center;
	white-space: nowrap;
}

.Article--default .Article__photoGallery .sp-video-gallery-thumbnails-list-item {
	background-color: transparent;
	width: auto !important;
	float: none;
	display: inline-block;
}

.Article--default .Article__photoGallery .sp-video-gallery-thumbnails-list-item + .sp-video-gallery-thumbnails-list-item {
	margin-left: 1px;
}

.Article--default .Article__photoGallery .sp-video-gallery-thumbnails-list-item img {
	left: auto;
	position: relative;
	top: auto;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
	max-width: 100%;
	max-height: 100%;
}

.Article--default .Article__caption {
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
}

.Article--default .Article__media {
	margin-top: 30px;
	text-align: center;
}

.Article--default .Article__media iframe {
	display: block;
}

.Article--default .Article__media .Article__plainText {
	margin-top: 0;
}

.Article--default .Article__media .Article__plainText p:first-child {
	margin-top: 0;
}

.Article--default .Article__media .Article__imgContainer {
	display: inline-block;
	text-align: left;
}

.Article--default .Article__media .Article__img {
	margin: 0 auto;
}

.Article--default .Article__media--map {
	position: relative;
	line-height: 0;
}

.Article--default .Article__media--picture {
	text-align: left;
	overflow: hidden;
}

.Article--default .Article__media--picture:before, .Article--default .Article__media--picture:after {
	content: '';
	display: table;
}

.Article--default .Article__media--picture:after {
	clear: both;
}

.Article--default .Article__media--picture .Box {
	display: block;
}

.Article--default .Article__media--picture .Box__title {
	font-size: 19px;
	margin: 0 0 5px;
}

.Article--default .Article__media--picture .Box--img {
	display: table;
	max-width: 500px;
	margin-top: 4px;
	margin-right: 35px;
	margin-bottom: 20px;
	float: left;
}

.Article--default .Article__media--picture .Box--img .Article__caption {
	display: table-caption;
	caption-side: bottom;
	margin-top: 10px;
	margin-bottom: 0;
}

.Article--default .Article__media--picture .Box--alignRight {
	display: table;
	float: right;
	margin-right: 0;
	margin-left: 35px;
	margin-bottom: 20px;
}

.Article--default .Article__plainText {
	margin-top: 20px;
}

.Article--default .Article__plainText b, .Article--default .Article__plainText strong, .Article--default .Spoiler2__content b, .Article--default .Spoiler2__content strong, .Article--default .Article__attention b, .Article--default .Article__attention strong {
	font-weight: bold;
}

.Article--default .Article__plainText em, .Article--default .Spoiler2__content em, .Article--default .Article__attention em {
	font-style: italic;
}

.Article--default .Article__plainText ul, .Article--default .Article__plainText ol, .Article--default .Spoiler2__content ul, .Article--default .Spoiler2__content ol, .Article--default .Article__attention ul, .Article--default .Article__attention ol {
	display: table;
	margin: 15px 0 15px 14px;
}

.Article--default .Article__plainText ul li, .Article--default .Article__plainText ol li, .Article--default .Spoiler2__content ul li, .Article--default .Spoiler2__content ol li, .Article--default .Article__attention ul li, .Article--default .Article__attention ol li {
	position: relative;
}

.Article--default .Article__plainText ul li:before, .Article--default .Article__plainText ol li:before, .Article--default .Spoiler2__content ul li:before, .Article--default .Spoiler2__content ol li:before, .Article--default .Article__attention ul li:before, .Article--default .Article__attention ol li:before {
	content: '';
	position: absolute;
	border-radius: 100%;
}

.Article--default .Article__plainText ul li + li, .Article--default .Article__plainText ol li + li, .Article--default .Spoiler2__content ul li + li, .Article--default .Spoiler2__content ol li + li, .Article--default .Article__attention ul li + li, .Article--default .Article__attention ol li + li {
	margin-top: 10px;
}

.Article--default .Article__plainText ul li, .Article--default .Spoiler2__content ul li, .Article--default .Article__attention ul li {
	padding-left: 20px;
}

.Article--default .Article__plainText ul li:before, .Article--default .Spoiler2__content ul li:before, .Article--default .Article__attention ul li:before {
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background-color: #404040;
}

.Article--default .Article__plainText ol, .Article--default .Spoiler2__content ol, .Article--default .Article__attention ol {
	counter-reset: item;
	list-style-type: none;
}

.Article--default .Article__plainText ol li, .Article--default .Spoiler2__content ol li, .Article--default .Article__attention ol li {
	padding-left: 30px;
}

.Article--default .Article__plainText ol li:before, .Article--default .Spoiler2__content ol li:before, .Article--default .Article__attention ol li:before {
	left: 1px;
	top: 2px;
	width: 18px;
	height: 18px;
	border: 1px solid #404040;
}

.Article--default .Article__plainText ol li:after, .Article--default .Spoiler2__content ol li:after, .Article--default .Article__attention ol li:after {
	content: counter(item, decimal);
	counter-increment: item;
	position: absolute;
	left: 1px;
	top: 2px;
	background-color: transparent;
	font-size: 11px;
	line-height: 20px;
	width: 20px;
	text-align: center;
}

.Article--default .Article__list {
	margin-top: 20px;
	margin-left: 14px;
}

.Article--default .Article__list .Article__list {
	margin-top: 10px;
	margin-left: 0;
}

.Article--default .Article__list li {
	position: relative;
	padding-left: 20px;
}

.Article--default .Article__list li + li {
	margin-top: 10px;
}

.Article--default .Article__list--disc > li:before, .Article--default .Article__list--check > li:before, .Article--default .Article__list--dash > li:before, .Article--default .Article__list--checkRound > li:after {
	content: '';
	position: absolute;
	background-color: #404040;
}

.Article--default .Article__list--checkRound > li:before, .Article--default .Article__list--number > li:before {
	content: '';
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
}

.Article--default .Article__list--disc > li:before {
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

.Article--default .Article__list--check > li:before {
	left: 0;
	top: 8px;
	width: 14px;
	height: 10px;
}

.Article--default .Article__list--dash > li:before {
	left: -1px;
	top: 13px;
	width: 17px;
	height: 1px;
}

.Article--default .Article__list--checkRound > li {
	padding-left: 30px;
}

.Article--default .Article__list--checkRound > li:after {
	left: 6px;
	top: 7px;
	width: 10px;
	height: 10px;
}

.Article--default .Article__list--checkRound > li:before {
	left: 1px;
	top: 3px;
	width: 18px;
	height: 18px;
}

.Article--default .Article__list--number {
	counter-reset: item;
	list-style-type: none;
}

.Article--default .Article__list--number > li {
	padding-left: 30px;
}

.Article--default .Article__list--number > li:before {
	left: 1px;
	top: 2px;
	width: 18px;
	height: 18px;
}

.Article--default .Article__list--number > li:after {
	content: counter(item, decimal);
	counter-increment: item;
	position: absolute;
	left: 1px;
	top: 2px;
	background-color: transparent;
	font-size: 11px;
	line-height: 20px;
	width: 20px;
	text-align: center;
}

.Article--default .Article__header + .Article__list {
	margin-top: -10px;
}

.Article--default .Article__attention {
	border: 1px solid #404040;
	border-radius: 5px;
	padding: 25px 30px;
	margin-top: 20px;
}

.Article--default .Article__attention p:first-child {
	margin-top: 0;
}

.Article--default .Article__attention p:last-child {
	margin-bottom: 0;
}

.Article--default .Article__attention .Article__media {
	margin-top: 0;
}

.Article--default .Article__attention .Box {
	vertical-align: middle;
}

.Article--default .Article__attention .Box--img {
	width: 1%;
}

.Article--default .Article__attention .Box img {
	max-width: none;
	margin-right: 15px;
}

.Article--default .Article__spoiler {
	border: 1px solid #e2ddd9;
	background-color: rgb(253, 253, 252);
	border-radius: 5px;
	padding: 25px 30px;
	margin-top: 20px;
}

.Article--default .Article__spoilerTrigger {
	position: relative;
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.Article--default .Article__spoilerTrigger .pseudoLink {
	display: inline;
	padding-top: 3px;
	font-size: 19px;
	border-bottom-style: dashed;
	margin-right: 15px;
}

.Article--default .Article__spoilerTrigger:before {
	content: '';
}

.Article--default .Article__spoilerTrigger:after {
	content: '';
	display: inline-block;
	margin-top: -1px;
	margin-left: -10px;
	width: 10px;
	height: 6px;
}

.Article--default .Article__spoilerTrigger:hover .pseudoLink {
	color: #ff0030;
}

.Article--default .Article__spoilerTrigger:hover:after {
	width: 10px;
	height: 6px;
}

.Article--default .Article__spoilerItem + .Article__spoilerItem {
	margin-top: 15px;
}

.Article--default .Article__spoilerItem--open .Article__spoilerTrigger:after {
	width: 10px;
	height: 6px;
}

.Article--default .Article__spoilerItem--open .Article__spoilerTrigger:hover:after {
	width: 10px;
	height: 6px;
}

.Article--default .Spoiler2__content .Article__media {
	padding-top: 10px;
}

.Article--default .Spoiler2__content .Article__media, .Article--default .Spoiler2__content .Group {
	margin-top: 0;
}

.Article--default .Article__table {
	width: 100%;
	margin-top: 25px;
	text-align: left;
}

.Article--default .Article__table th {
	font-weight: bold;
	border: 1px solid #e2ddd9;
	padding: 14px 18px;
}

.Article--default .Article__table td {
	padding: 14px 18px;
	border: 1px solid #e2ddd9;
}

.Article--default .btnBlue, .Article--default .btnRed, .Article--default .btnGreen, .Article--default .btnOrange {
	font-size: 14px;
	padding: 0.9em 37px;
	height: auto;
	border-radius: 50px;
}

.Article--default .btnOrange, .Article--default .btnOrange:focus, .Article--default .btnOrange:active, .Article--default .btnOrange:hover {
	color: #fff;
}

.Article--default .btn + .btn {
	margin-left: 15px;
}

.Article__color--black .Article__headerText, .Article__color--black.Article__list li:before, .Article__color--black.Article__attention{
	border-color: #404040;
}

.Article__color--black.Article__list--disc li:before, .Article__color--black.Article__list--check li:before{
	background-color: #404040;
}

.Article__color--black.Article__attention{
	background-color: rgb(242, 242, 242);
}

.Article__color--black.Article__attention {
	background-color: rgb(253, 253, 252);
}

.Article__color--gray .Article__headerText, .Article__color--gray.Article__list li:before, .Article__color--gray.Article__attention{
	border-color: #e2ddd9;
}

.Article__color--gray.Article__list--disc li:before, .Article__color--gray.Article__list--check li:before{
	background-color: #e2ddd9;
}

.Article__color--gray.Article__attention{
	background-color: rgb(253, 253, 252);
}

.Article__color--blue .Article__headerText, .Article__color--blue.Article__list li:before, .Article__color--blue.Article__attention{
	border-color: #006cb5;
}

.Article__color--blue.Article__list--disc li:before, .Article__color--blue.Article__list--check li:before{
	background-color: #006cb5;
}

.Article__color--blue.Article__attention{
	background-color: rgb(237, 245, 250);
}

.Article__color--green .Article__headerText, .Article__color--green.Article__list li:before, .Article__color--green.Article__attention{
	border-color: #47bc19;
}

.Article__color--green.Article__list--disc li:before, .Article__color--green.Article__list--check li:before{
	background-color: #47bc19;
}

.Article__color--green.Article__attention{
	background-color: rgb(242, 250, 239);
}

.Article__color--red .Article__headerText, .Article__color--red.Article__list li:before, .Article__color--red.Article__attention{
	border-color: #c22119;
}

.Article__color--red.Article__list--disc li:before, .Article__color--red.Article__list--check li:before{
	background-color: #c22119;
}

.Article__color--red.Article__attention{
	background-color: rgb(251, 239, 239);
}

.Article__color--yellow .Article__headerText, .Article__color--yellow.Article__list li:before, .Article__color--yellow.Article__attention{
	border-color: #fcd127;
}

.Article__color--yellow.Article__list--disc li:before, .Article__color--yellow.Article__list--check li:before{
	background-color: #fcd127;
}

.Article__color--yellow.Article__attention{
	background-color: rgb(255, 252, 240);
}
.InfoMeta--default .InfoMeta__date {
	color: #666;
	font-size: 14px;
}
.InfoMeta--default .Box {
	vertical-align: middle;
}
.InfoMeta--default .Box--socialLinks {
	text-align: right;
}

.Article--default + .InfoMeta--default, .textNode + .InfoMeta--default {
	margin-top: 20px;
}

.InfoMeta--default + .RelatedProducts {
	border-top: 1px solid #e9e4e0;
	padding-top: 30px;
	margin-top: 10px;
}
.pseudoLink.pseudoLink--loyaltyProgram {
	color: #7518db;
	font-size: 12px;
	font-weight: bold;
	cursor: help;
	border: 0;
}
.pseudoLink.pseudoLink--loyaltyProgram:hover {
	color: #7518db;
}
.pseudoLink.pseudoLink--loyaltyProgram:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	vertical-align: middle;
	margin-top: -3px;
}
.pseudoLink.pseudoLink--loyaltyProgram.pseudoLink--noText:before {
	margin-right: 0;
}
.Order .pseudoLink.pseudoLink--loyaltyProgram.pseudoLink--noTipTip {
	cursor: auto;
}
.pseudoLink.pseudoLink--loyaltyProgram .LoyaltyProgramContent {
	display: inline;
}
.pseudoLink.pseudoLink--loyaltyProgram .LoyaltyProgramContent--negative {
	color: #c22119;
}
.Product__priceWrapper .pseudoLink.pseudoLink--loyaltyProgram {
	font-weight: normal;
}
.pseudoLink.pseudoLink--loyaltyProgram.pseudoLink--loyaltyProgramGolden {
	color: #d66700;
	font-weight: bold;
}
.pseudoLink.pseudoLink--loyaltyProgram.pseudoLink--loyaltyProgramGolden:hover {
	color: #ED8E00;
}

.pseudoLink.pseudoLink--loyaltyProgramDefault {
	cursor: default;
}

.TipTip--loyaltyProgram .TipTip__content {
	padding: 10px 15px;
}

.TipTip--loyaltyProgram p + p {
	margin-top: 5px;
}

.Form__field--loyaltyProgram .Form__input {
	width: 85px;
	margin-right: 4px;
}

.Form__field--loyaltyProgram .Form__error {
	display: inline-block;
	width: 180px;
	margin-left: 10px;
	margin-top: -4px;
	vertical-align: middle;
}

.Form__field--loyaltyProgram .btn {
	margin-left: 10px;
}

.Form__field--loyaltyProgram .hint {
	margin-top: 5px;
	color: #656565;
	font-size: 12px;
}

.Form__field--loyaltyProgram .hint .pseudoLink {
	color: inherit;
}

.Form__field--loyaltyProgram .hint .pseudoLink:hover {
	color: #ff0030;
}

.tabsList.tabsList--loyaltyProgram.accent {
	border-color: #8118e3;
	margin-top: 35px;
	margin-bottom: 0;
}

.tabsList.tabsList--loyaltyProgram.accent li.active {
	background: #8118e3;
	border-color: #8118e3;
}

.ordersCompletedInfo.ordersCompletedInfo--loyaltyProgram {
	padding: 20px;
	border: 1px solid #E2DDD9;
	border-width: 0 1px 1px;
}

.LoyaltyProgram__group {
	display: table;
}

.LoyaltyProgram__box {
	display: table-cell;
}

.LoyaltyProgram__priceBonus {
	margin-top: 1px;
	color: #6b10b7;
	font-size: 12px;
}

.LoyaltyProgram__priceBonus--golden {
	color: #d66700;
}

.LoyaltyProgram__banner {
	padding: 15px 25px 15px 40px;
	max-width: 830px;
	border-radius: 50px;
	background: -moz-linear-gradient(bottom, #7113d9, #a522f9);
	background: -o-linear-gradient(bottom, #7113d9, #a522f9);
	background: linear-gradient(to top, #7113d9, #a522f9);
}

.LoyaltyProgram__banner--pvs {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 100%;
}

.LoyaltyProgram__banner--pvs .LoyaltyProgram__group, .LoyaltyProgram__banner--pvs .LoyaltyProgram__box {
	height: 100%;
}

.LoyaltyProgram__banner--pvs .LoyaltyProgram__balance {
	margin-top: 10px;
	margin-bottom: 10px;
}

.LoyaltyProgram__banner--pvs .LoyaltyProgram__balance + .LoyaltyProgram__balance {
	margin-left: 40px;
}

.LoyaltyProgram__banner--pvs .LoyaltyProgram__balance--total {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-right: 43px;
	min-height: 100%;
}

.LoyaltyProgram__banner--pvs .LoyaltyProgram__balance--total:after {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	top: 7px;
	bottom: 7px;
	right: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 1px;
}

@media (max-width: 1250px) {
	.LoyaltyProgram__banner--pvs .LoyaltyProgram__balance--personal + .LoyaltyProgram__balance--collegial{
		display: block;
		margin-left: 0;
	}
}

.LoyaltyProgram__logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 43px;
	background-image: url('/assets/img/dest/brand/logo_loyaltyProgram.png');
	width: 200px;
	height: 64px;
}

.LoyaltyProgram__logo:after {
	content: '';
	position: absolute;
	display: block;
	height: 70px;
	width: 3px;
	top: -3px;
	right: -23px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 1px;
}

.LoyaltyProgram__balance {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	position: relative;
}

.LoyaltyProgram__feature {
	color: #ffd200;
	font-size: 14px;
	margin-bottom: 5px;
}

.LoyaltyProgram__amount {
	font-size: 34px;
}

.LoyaltyProgram__aux {
	color: #d2aced;
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
}

.LoyaltyProgram__btn {
	float: right;
	margin-top: 15px;
	padding: 9px 30px;
	color: #fff;
	font-size: 12px;
	background: -moz-linear-gradient(top, #b950fc, #9a34f0);
	background: -o-linear-gradient(top, #b950fc, #9a34f0);
	background: linear-gradient(to bottom, #b950fc, #9a34f0);
	border-radius: 17px;
	cursor: pointer;
}

.LoyaltyProgram__btn:hover {
	color: #fff;
	background: -moz-linear-gradient(top, #d56fff, #af49f7);
	background: -o-linear-gradient(top, #d56fff, #af49f7);
	background: linear-gradient(to bottom, #d56fff, #af49f7);
}

.LoyaltyProgram__description {
	margin-top: 35px;
	margin-left: 75px;
	font-size: 18px;
	line-height: 22px;
}

.LoyaltyProgram__bonus {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	width: 1%;
}

.LoyaltyProgram__bonus .btn {
	width: 100%;
	margin-top: 10px;
}


.LoyaltyProgram--promo {
	margin-top: 0;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}


.LoyaltyProgram--promo .LoyaltyProgram__header {
	background-image: url('/assets/img/dest/loyaltyProgram/loyaltyProgramPromo_bg.png');
	background-position: 550px 3px;
	background-repeat: no-repeat;
	padding: 92px 25px 124px;
	margin: -20px -25px 0;
}


@media (max-width: 1100px) {
	.LoyaltyProgram--promo .LoyaltyProgram__header{
		background-position: 400px 3px;
	}
}


.LoyaltyProgram--promo .LoyaltyProgram__banner {
	display: inline-block;
	padding: 32px 73px 25px;
	border-radius: 89px;
}


.LoyaltyProgram--promo .LoyaltyProgram__banner .LoyaltyProgram__logo {
	margin-right: 0;
	background-image: url('/assets/img/dest/brand/logo_loyaltyProgramPromo.png');
	width: 389px;
	height: 120px;
}


.LoyaltyProgram--promo .LoyaltyProgram__banner .LoyaltyProgram__logo:after {
	display: none;
}


.LoyaltyProgram--promo .LoyaltyProgram__content {
	text-align: center;
	padding-bottom: 100px;
}


.LoyaltyProgram--promo .LoyaltyProgram__title {
	padding: 50px 0 0;
	font-size: 54px;
	color: #111;
	font-weight: bold;
}


.LoyaltyProgram--promo .LoyaltyProgram__box {
	display: inline-block;
	width: 30%;
	margin-top: 40px;
	margin-bottom: 70px;
	padding: 40px 0 30px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 18px;
	background-color: #fff;
	box-shadow: 0 8px 36px rgba(135, 135, 135, .25);
}


@media (max-width: 1100px) {
	.LoyaltyProgram--promo .LoyaltyProgram__box{
		width: 31.5%;
		padding: 32px 0 26px;
	}
}


.LoyaltyProgram--promo .LoyaltyProgram__box + .LoyaltyProgram__box {
	margin-left: 5%;
}


@media (max-width: 1100px) {
	.LoyaltyProgram--promo .LoyaltyProgram__box + .LoyaltyProgram__box{
		margin-left: 2.75%;
	}
}


.LoyaltyProgram--promo .LoyaltyProgram__imgContainer {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 280px;
	height: 175px;
}


.LoyaltyProgram--promo .LoyaltyProgram__imgContainer:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	height: 175px;
}


@media (max-width: 1100px) {
	.LoyaltyProgram--promo .LoyaltyProgram__imgContainer{
		width: 240px;
		height: 150px;
	}
	.LoyaltyProgram--promo .LoyaltyProgram__imgContainer:after {
		width: 240px;
		height: 150px;
	}
}


.LoyaltyProgram--promo .LoyaltyProgram__img {
	display: block;
	width: 100%;
	height: 100%;
}


.LoyaltyProgram--promo .LoyaltyProgram__text {
	height: 87px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}


.LoyaltyProgram--promo .LoyaltyProgram__textHeader {
	margin: 27px 0 7px;
	font-size: 20px;
	font-weight: bold;
}


.LoyaltyProgram--promo .LoyaltyProgram__list {
	width: 880px;
	margin: 45px auto 0;
}


.LoyaltyProgram--promo .LoyaltyProgram__list + .btn {
	margin-top: 60px;
}


.LoyaltyProgram--promo .LoyaltyProgram__item {
	display: inline-block;
	width: 45%;
	height: 130px;
	padding-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 150px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	font-size: 16px;
	vertical-align: top;
}


.LoyaltyProgram--promo .LoyaltyProgram__item:nth-child(even) {
	margin-left: 10%;
}


.LoyaltyProgram--promo .LoyaltyProgram__item--shopBag {
	background-image: url('/assets/img/dest/loyaltyProgram/shopBag.png');
	background-position: 45px 17px;
}


.LoyaltyProgram--promo .LoyaltyProgram__item--payment {
	background-image: url('/assets/img/dest/loyaltyProgram/payment.png');
	background-position: 26px 6px;
}


.LoyaltyProgram--promo .LoyaltyProgram__item--discount {
	background-image: url('/assets/img/dest/loyaltyProgram/discount.png');
	background-position: 43px 16px;
}


.LoyaltyProgram--promo .LoyaltyProgram__item--shopping {
	background-position: 28px 20px;
}


.LoyaltyProgram--promo .LoyaltyProgram__listTitle {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.tabsContent--loyaltyProgram .Filter--date .Form__input {
	width: 110px;
}

.tabsContent--loyaltyProgram .Filter--operation {
	min-width: 125px;
}

.tabsContent--loyaltyProgram .Items__list {
	margin-top: 0;
}

.tabsContent--loyaltyProgram .Item:last-child .Item__box {
	border-bottom-width: 0;
}

.tabsContent--loyaltyProgram .Items + .listItemsPageControl {
	margin-top: 0;
}

.tabsContent--loyaltyProgram .Item__box--date {
	padding-left: 0;
}

.tabsContent--loyaltyProgram .Item__box--personalAccount, .tabsContent--loyaltyProgram .Item__box--collegialAccount {
	text-align: right;
	width: 1%;
	white-space: nowrap;
}

.tabsContent--loyaltyProgram .Item__box:last-child {
	padding-right: 0;
}

.Page--loyaltyProgramPromo .Page__content .Content {
	margin-bottom: 0;
}

.Page--loyaltyProgramPromo .Page__main {
	padding-bottom: 0;
	background-image: -moz-linear-gradient(bottom, #f4f4f4,
		#fff), url('/assets/img/dest/loyaltyProgram/loyaltyProgramPromoContent_bg.jpg');
	background-image: -o-linear-gradient(bottom, #f4f4f4,
		#fff), url('/assets/img/dest/loyaltyProgram/loyaltyProgramPromoContent_bg.jpg');
	background-image: linear-gradient(to top, #f4f4f4,
		#fff), url('/assets/img/dest/loyaltyProgram/loyaltyProgramPromoContent_bg.jpg');
	background-position: 0 0, 50% 320px;
	background-size: 1px 462px, auto;
	background-repeat: repeat-x, no-repeat;
}
.Question__list {
	margin-top: 5px;
	width: 800px;
	color: #111;
}
.Question__item + .Question__item {
	margin-top: 25px;
}
.Question__query {
	font-weight: bold;
}
.Question__answer {
	margin-top: 6px;
}
.Delta {
	color: #999;
}
.Delta--green {
	color: #48b28b;
}
.Delta--red {
	color: #e45959;
}
.Delta--up:after {
	content: '\2191';
}
.Delta--down:after {
	content: '\2193';
}
.Delta--up:after, .Delta--down:after {
	position: relative;
	top: -.15em;
}
@supports (background-position-x: var(--fancybox-scrollbar-width)) {
	.Page--holiday{
		background-position-x: -moz-calc(50% - (var(--fancybox-scrollbar-width, 0px) / 2)) !important;
		background-position-x: calc(50% - (var(--fancybox-scrollbar-width, 0px) / 2)) !important;
	}
}
.Page--holiday .ScrollToTop {
	padding-right: 25px;
}
.Page--holiday .Page__header, .Page--holiday .Page__main {
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-attachment: fixed;
}
@supports (background-position-x: var(--fancybox-scrollbar-width)) {
	.Page--holiday .Page__header, .Page--holiday .Page__main{
		background-position-x: -moz-calc(50% - (var(--fancybox-scrollbar-width, 0px) / 2));
		background-position-x: calc(50% - (var(--fancybox-scrollbar-width, 0px) / 2));
	}
}
.SiteMode--default .SiteMode__box:before {
	content: "";
	display: block;
	width: 100%;
	height: 190px;
	margin-bottom: 24px;
	background-position-y: bottom;
	background-repeat: no-repeat;
}
.SiteMode--default .SiteMode__box--job {
	width: 310px;
	padding-right: 30px;
	border-right: 1px solid #e2ddd9;
}
.SiteMode--default .SiteMode__box--job:before {
	background-image: url("/assets/img/interface/siteMode/job.png");
}
.SiteMode--default .SiteMode__box--home {
	padding-left: 68px;
	padding-right: 20px;
}
.SiteMode--default .SiteMode__box--home:before {
	background-image: url("/assets/img/interface/siteMode/home.png");
}
.SiteMode--default .SiteMode__header {
	margin-bottom: 13px;
	font-size: 24px;
}
.SiteMode--default .SiteMode__description {
	color: #3a3a3a;
	margin-bottom: 15px;
}
.SiteMode--default .SiteMode__notify {
	margin-top: 51px;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.FancyModal.FancyModal--siteMode {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 830px;
	padding: 30px 40px 30px 60px;
}
.PurchasingProcess--default {
	background-color: #ffeab1;
	padding-top: 22px;
	padding-bottom: 22px;
}
.PurchasingProcess--default .PurchasingProcess__item {
	position: relative;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}
.PurchasingProcess--default .PurchasingProcess__item--add {
	padding-right: 40px;
}
.PurchasingProcess--default .PurchasingProcess__item--pay {
	padding-right:40px;
	padding-left: 0;
}
@media (max-width: 1160px) {
	.PurchasingProcess--default .PurchasingProcess__item--pay{
		padding-right: 20px;
	}
}
.PurchasingProcess--default .PurchasingProcess__item:before {
	content: "";
	display: block;
	width: 100%;
	height: 140px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position-x: center;
}
.PurchasingProcess--default .PurchasingProcess__item--add:before {
	background-image: url('/assets/img/dest/purchasingAdd.svg');
	background-position-y: 0;
}
.PurchasingProcess--default .PurchasingProcess__item--pay:before {
	background-image: url('/assets/img/dest/purchasingPay.svg');
	background-position-y: 21px;
}
@media (max-width: 1160px) {
	.PurchasingProcess--default .PurchasingProcess__item--pay:before{
		background-position-x: 18px;
	}
}
.PurchasingProcess--default .PurchasingProcess__item--arrival:before {
	background-image: url('/assets/img/dest/purchasingArrival.svg');
	background-position-y: -4px;
}
@media (max-width: 1160px) {
	.PurchasingProcess--default .PurchasingProcess__item--arrival:before{
		background-position-x: 30px;
	}
}
.PurchasingProcess--default .PurchasingProcess__item--get:before {
	background-image: url('/assets/img/dest/purchasingGet.svg');
	background-position-y: 17px;
}
.PurchasingProcess--default .PurchasingProcess__item + .PurchasingProcess__item:after {
	content: "";
	position: absolute;
	top: 50px;
	left: -26px;
	width: 52px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 1160px) {
	.PurchasingProcess--default .PurchasingProcess__item + .PurchasingProcess__item:after{
		width: 42px;
		height: 27px;
	}
}
.PurchasingProcess--default .PurchasingProcess__item.PurchasingProcess__item--pay:after {
	left: -44px;
}
@media (max-width: 1160px) {
	.PurchasingProcess--default .PurchasingProcess__item.PurchasingProcess__item--pay:after{
		left: -33px;
	}
}
@media (max-width: 1100px) {
	.PurchasingProcess--default .PurchasingProcess__item.PurchasingProcess__item--pay:after{
		left: -28px;
	}
}
@media (max-width: 1160px) {
	.PurchasingProcess--default .PurchasingProcess__item.PurchasingProcess__item--arrival:after{
		left: -15px;
	}
}
@media (max-width: 1100px) {
	.PurchasingProcess--default .PurchasingProcess__item.PurchasingProcess__item--arrival:after{
		left: -7px;
	}
}
@media (max-width: 1160px) {
	.PurchasingProcess--default .PurchasingProcess__item.PurchasingProcess__item--get:after{
		left: -13px;
	}
}
.PurchasingProcess--default .PurchasingProcess__text {
	text-align: center;
}

.contentWrapper .PurchasingProcess--default {
	margin-bottom: 30px;
}
.PaymentSystems--default .PaymentSystems__item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.PaymentSystems--default .PaymentSystems__logo {
	margin-bottom: -11px;
}
.PaymentSystems--default .PaymentSystems__img {
	margin: 0;
}
.PaymentSystems--default .PaymentSystems__list {
	margin-top: -10px;
}
.Page--favoriteOrder .tabsList--favoriteOrder {
	margin-bottom: 20px;
}
.Page--favoriteOrder .Items--productCompact .Item__box--checkbox {
	width: 4.375%;
}
.Page--favoriteOrder .Items--productCompact .Item__box--photo {
	width: 9.89583%;
}
.Page--favoriteOrder .Items--productCompact .Item__box--price {
	width: 9.89583%;
}
.Page--favoriteOrder .Items--productCompact .Item__box--prevOrder {
	width: 8.85417%;
}
.Page--favoriteOrder .Items--productCompact .Item__box--quantity {
	width: 6.45833%;
}
.Page--favoriteOrder .Items--productCompact .Item__box--availability {
	width: 21.875%;
}
.Page--favoriteOrder .Items--productCompact .Item__box--sum {
	width: 11.97917%;
}
.Page--favoriteOrder .Items--productCompact .Item__box .BuyCheaper {
	width: auto;
	word-wrap: break-word;
}
.Page--favoriteOrder .listItemsPageControl {
	margin-bottom: 15px;
}
@media (max-width: 1200px) {
	.Page--favoriteOrder .Content__box.Content__box--side {
		display: none;
	}
	.Page--favoriteOrder .Content__box.Content__box--products {
		padding-left: 0;
	}
}
.ProductItem {
	display: table;
}
.ProductItem__box {
	display: table-cell;
}
.ProductItem__box--photo {
	width: 1px;
}
.ProductItem__name--link {
	color: #3a3a3a;
}
.ProductItem__photo {
	-o-object-fit: cover;
	   object-fit: cover;
}
.ProductItem--default .ProductItem__box {
	vertical-align: middle;
}
.ProductItem--default .ProductItem__box--photo + .ProductItem__box {
	padding-left: 10px;
}
.ProductItem--default .ProductItem__photo {
	width: 60px;
	height: 60px;
}
.ProductItem--default .ProductItem__name + .ProductItem__code {
	margin-top: 5px;
}
.ProductItem--itemsList .ProductItem__box {
	vertical-align: top;
}
.ProductItem--itemsList .ProductItem__box--photo {
	padding-right: 15px;
}
.ProductItem--itemsList .ProductItem__photo {
	width: 40px;
	height: 40px;
}
.ProductItem--itemsList .ProductItem__name + .ProductItem__code {
	margin-top: 10px;
}
.ProductItem--modifier {
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ProductItem--modifier .ProductItem__box {
	display: block;
}
.ProductItem--modifier .ProductItem__box--photo {
	width: 140px;
	height: 140px;
	margin: 0 auto;
}
.ProductItem--modifier .ProductItem__box--photo + .ProductItem__box {
	margin-top: 10px;
}
.ProductItem--modifier .Price {
	font-size: 19px;
	font-weight: bold;
}
.ProductItem--modifier .Product__specialCondition {
	font-size: 12px;
	margin-bottom: 0;
}
.ProductItem--modifier .ProductState {
	font-size: 12px;
	font-weight: bold;
}
.DescriptionBlock {
	max-width: 600px;
	margin-top: 25px;
	color: #3a3a3a;
}
.contentDescription + .DescriptionBlock {
	margin-top: 0;
}
.DescriptionBlock__box {
	background-color: #f2eeea;
	padding: 25px 20px;
}
.DescriptionBlock__box + .DescriptionBlock__box {
	margin-top: 10px;
}
.DescriptionBlock__box + .cartActions {
	margin-top: 25px;
}
.DescriptionBlock__item + .DescriptionBlock__item {
	margin-top: 10px;
}
.DescriptionBlock__item + .btn {
	margin-top: 15px;
}
.DescriptionBlock__title {
	font-weight: bold;
	margin-bottom: 10px;
}
.DescriptionBlock__code {
	color: #3e791e;
	font-size: 16px;
	font-weight: bold;
}
.DescriptionBlock__field.Form__input {
	height: 67px;
}
.DescriptionBlock--orderItem .contractDescription {
	margin-bottom: 10px;
}
.DescriptionBlock + .Actions {
	margin-top: 30px;
}
.Specs--default .Specs__item + .Specs__item {
	margin-top: 20px;
}
.Specs--default .Specs__item--inline {
	display: inline-block;
	vertical-align: top;
}
.Specs--default .Specs__name {
	font-weight: bold;
}
.Specs--default .Specs__value {
	margin-top: 5px;
}
.Specs--default .Specs__description {
	color: #666;
}
.Specs--order .Specs__group + .Specs__group {
	border-top: 10px solid #fff;
	margin-top: 25px;
	padding-top: 25px;
}
.Specs--order .Specs__group--inline {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: -13px;
	margin-left: -15px;
	margin-right: -15px;
}
.Specs--order .Specs__group--inline .Specs__item {
	padding-left: 0;
	padding-right: 0;
	margin-top: 13px;
	margin-left: 15px;
	margin-right: 15px;
}
.Specs--order .Specs__set + .Specs__set {
	margin-top: 20px;
}
.Specs--order .Specs__value {
	margin-top: 3px;
	word-break: break-word;
	word-wrap: break-word;
}
.Specs--order .Specs__valueItem + .Specs__valueItem {
	margin-top: 4px;
}
.Specs--order .Specs__item {
	padding-left: 20px;
	padding-right: 20px;
}
.Specs--order .Specs__item + .Specs__item {
	margin-top: 13px;
}
.Specs--order .Specs__item + .Specs__item--indent {
	margin-top: 25px;
}
.Specs--order .Specs__item--invoicesList .Specs__value {
	margin-top: 16px;
}
.Specs--order .Specs__item--inline {
	padding-left: 0;
	padding-right: 0;
}
.Specs--order .Specs__item--inline + .Specs__item--inline {
	margin-top: 0;
	margin-left: 30px;
}
.Specs--order .Specs__header {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.Specs--order.DescriptionBlock__box {
	padding-left: 0;
	padding-right: 0;
}
.Specs--order .Notify--attention {
	margin-top: 10px;
}
.Specs--order .Specs__name .info {
	margin-left: 5px;
}
.Specs--inline .Specs__name, .Specs--inline .Specs__value {
	display: inline;
}
.Specs--inline .Specs__item + .Specs__item {
	margin-top: 5px;
}
.PhotosList--default .PhotosList__item {
	display: inline-block;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	margin-right: 8px;
}
.PhotosList--default .PhotosList__item:hover {
	opacity: .3;
}
.PhotosList--default .PhotosList__preview {
	width: 50px;
	height: 50px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.PaletteColor {
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #f2eeea;
	background-size: contain !important;
}
.PaletteColor--default {
	width: 10px;
	height: 10px;
}
.PaletteColor--big {
	width: 18px;
	height: 18px;
}
.Modifiers + .Modifiers {
	margin-top: 20px;
}
.Modifiers .Modifiers__item {
	font-size: 12px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}
.Modifiers .Modifiers__remainder {
	font-size: 12px;
	line-height: 1;
	color: #736f6c;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
}
.Modifiers--default {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.Modifiers--default .Modifiers__items {
	overflow: hidden;
	white-space: nowrap;
}
.Modifiers--default .Modifiers__item {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Modifiers--default .Modifiers__item--active {
	border: 1px solid #e82111;
}
.Modifiers--default .Modifiers__item--hidden {
	display: none;
}
.Modifiers--default.Modifiers--color .Modifiers__item {
	border-radius: 50%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 4px;
	padding: 1px;
	line-height: 0;
}
.Modifiers--default.Modifiers--color .Modifiers__item--active {
	height: 12px;
	padding: 0;
	margin-left: 1px;
	margin-right: 5px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #e82111;
}
.Modifiers--default.Modifiers--color .Modifiers__item--active .PaletteColor {
	box-shadow: none;
	width: 12px;
	height: 12px;
}
.Modifiers--default.Modifiers--color .Modifiers__item:hover .PaletteColor {
	opacity: .5;
}
.Modifiers--default.Modifiers--text .Modifiers__item {
	color: #000;
}
.Modifiers--default.Modifiers--text .Modifiers__item:hover {
	color: #ff0030;
}
@media (min-width: 980px) {
	.Modifiers--grand .Modifiers__items{
		margin-right: -10px;
	}
}
.Modifiers--grand .Modifiers__item {
	color: #242322;
	border: 2px solid #e2ddd9;
	border-radius: 4px;
	padding: 6px 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.Modifiers--grand .Modifiers__item:hover {
	border-color: #c4beb9;
}
.Modifiers--grand .Modifiers__item--active {
	border-color: #e82111;
	pointer-events: none;
}
.Modifiers--grand .Modifiers__item--disabled, .Modifiers--grand .Modifiers__item--notAvailable {
	background-color: #f2eeea;
	border-color: #ebe5e0;
	color: #8c8985;
}
.Modifiers--grand .Modifiers__item--disabled .PaletteColor, .Modifiers--grand .Modifiers__item--notAvailable .PaletteColor {
	opacity: .75;
}
.Modifiers--grand .Modifiers__item--disabled:hover, .Modifiers--grand .Modifiers__item--notAvailable:hover {
	border-color: #e2ddd9;
	color: #736f6c;
}
.Modifiers--grand .Modifiers__item--disabled:hover .PaletteColor, .Modifiers--grand .Modifiers__item--notAvailable:hover .PaletteColor {
	opacity: .9;
}
.Modifiers--grand .Modifiers__item--notAvailable {
	position: relative;
}
.Modifiers--grand .Modifiers__item--notAvailable:before {
	content: '';
	display: block;
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
	height: -moz-calc(100% + 2px);
	height: calc(100% + 2px);
	border-radius: 5px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	background-image: -moz-linear-gradient(top left, transparent -moz-calc(50% - 1px), #242322 50%, transparent -moz-calc(50% + 1px));
	background-image: -o-linear-gradient(top left, transparent calc(50% - 1px), #242322 50%, transparent calc(50% + 1px));
	background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #242322 50%, transparent calc(50% + 1px));
	background-repeat: no-repeat;
}
.Modifiers--grand .Modifiers__item--notAvailable.Modifiers__item--active {
	border-color: #e82111;
}
.Modifiers--grand.Modifiers--color .Modifiers__item {
	padding: 4px;
}
.Modifiers--grand.Modifiers--color .PaletteColor--big {
	vertical-align: middle;
}
.Modifiers--grand.Modifiers--color .Spoiler2--curtain .Spoiler2__content {
	max-height: 75px;
}
.Modifiers--grand.Modifiers--text .Modifiers__item {
	font-size: 14px;
	line-height: 1.2;
}
.Modifiers--grand.Modifiers--text .Spoiler2--curtain .Spoiler2__content {
	max-height: 80px;
}
.Modifiers--grand.Modifiers--design .Spoiler2--curtain .Spoiler2__content {
	max-height: 120px;
}
.Modifiers--grand .Modifiers__title {
	margin-bottom: -2px;
	color: #736f6c;
}
.Modifiers--grand .Modifiers__title .Modifiers__value {
	color: #000;
}
@media (max-width: 979px) {
	.Modifiers--grand .Spoiler2--modifiers.Spoiler2 .Spoiler2__header{
		display: none;
	}
}
.Modifiers--grand .Spoiler2--modifiers.Spoiler2 .Spoiler2__header .Spoiler2__label:before {
	height: 30px;
}
.Modifiers--grand .Spoiler2--modifiers .Spoiler2__header {
	height: 0;
}
.Modifiers--grand .Spoiler2--modifiers .Spoiler2__content {
	padding-bottom: 0;
	max-height: none;
}
@media (max-width: 979px) {
	.Modifiers--grand .Spoiler2--modifiers .Spoiler2__content{
		overflow: visible;
	}
}
.Modifiers--grand .Spoiler2--modifiers:not(.Spoiler2--ready) .Spoiler2__label {
	color: transparent;
}
.Modifiers--grand .Spoiler2--modifiers.Spoiler2--ready.Spoiler2--curtain .Spoiler2__header {
	display: block;
	height: auto;
}
.Modifiers--grand .Spoiler2--modifiers.Spoiler2--ready:not(.Spoiler2--curtain) .Spoiler2__header {
	display: none;
}
.Modifiers.Modifiers--design .Modifiers__item {
	padding: 5px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.Modifiers.Modifiers--design .Modifiers__item.Modifiers__item--disabled, .Modifiers.Modifiers--design .Modifiers__item.Modifiers__item--notAvailable {
	position: relative;
	background: none;
}
.Modifiers.Modifiers--design .Modifiers__item.Modifiers__item--disabled:before, .Modifiers.Modifiers--design .Modifiers__item.Modifiers__item--notAvailable:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f2eeea;
	background-color: rgba(242, 238, 234, .5);
}
.Modifiers.Modifiers--design .Modifiers__item.Modifiers__item--disabled:hover:before, .Modifiers.Modifiers--design .Modifiers__item.Modifiers__item--notAvailable:hover:before {
	background-color: #f2eeea;
	background-color: rgba(242, 238, 234, .35);
}
.Modifiers.Modifiers--design .Modifiers__item.Modifiers__item--disabled:before {
	top: 0;
	left: 0;
}
.Modifiers.Modifiers--design .Modifiers__img {
	vertical-align: top;
}
.priceRow .Modifiers {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1;
}
.priceRow .Modifiers .PaletteColor {
	vertical-align: top;
}
.details .Modifiers {
	margin-top: 15px;
	max-width: 300px;
}
.Section--default .Section__title {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 17px;
}
.Section--default .Section__title + .seeAll {
	margin-left: 10px;
}
.promoPlace .Section--default {
	margin-bottom: 23px;
}

.Section--wideBanner .Section__aux {
	margin-bottom: 10px;
}

.Section--wideBanner .BannerLoader--wide1400x100 {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	padding-bottom: 7.14285714%;
	overflow: hidden;
}

.Section--wideBanner .BannerLoader--wide1400x100:hover{
	opacity: .8;
}

.Section--wideBanner .BannerLoader--wide1400x100 .BannerLoader__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider + .Group--tilesRubrics, .Group--tilesRubrics + .slider, .Section--default + .slider, .slider + .Section--default, .Section--default + .Section--default, .Group--tilesRubrics + .Section--default, .Group--tilesRubrics + .Group--tilesRubrics, .Section--default + .Group--tilesRubrics {
	margin-top: 35px;
}
.Tile {
	display: inline-block;
	-webkit-align-content: normal;
	    -ms-flex-line-pack: normal;
	        align-content: normal;
}
.Tile .Tile__imgContainer {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	display: block;
	margin-bottom: 10px;
}
.Tile .Tile__imgContainer:hover{
	opacity: .8;
}
.Tile .Tile__img {
	display: block;
	width: 100%;
	height: auto;
}
.Tile .Tile__name {
	max-width: 100%;
	word-wrap: break-word;
}
.Tile .Tile__link {
	color: #242322;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
	padding-top: .3em;
	padding-bottom: .3em;
}
.Tile .Tile__link:hover{
	color: #ff2413;
}
.Tile--news {
	max-width: 454px;
}
.Tile--news .Tile__date {
	margin-bottom: 5px;
	color: #736f6c;
}
.Tile--furniture {
	max-width: 180px;
}
.Tile--rubric {
	max-width: 180px;
}
.Tile--rubric .Tile__name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
	.Tile--rubric .Tile__name{
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.Tile--brands {
	width: -moz-calc((100% - 25px * 5) / 5);
	width: calc((100% - 25px * 5) / 5);
	margin-right: 25px;
	margin-bottom: 30px;
}
@media (max-width: 1230px) {
	.Tile--brands{
		width: -moz-calc((100% - 25px * 4) / 4);
		width: calc((100% - 25px * 4) / 4);
	}
}
.Tile--brands .Tile__img {
	margin-bottom: 10px;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}
.Tile--brands .Tile__name {
	color: #242322;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}
.Tile--brands:hover .Tile__name {
	color: #ff2413;
}
.Tile--brands:hover .Tile__img {
	opacity: .8;
}
.Tile--advantages {
	min-width: 130px;
	width: 130px;
}
@media (max-width: 1460px) {
	.Tile--advantages{
		min-width: 115px;
	}
}
.Tile--advantages .Tile__imgContainer:hover {
	cursor: help;
}

.Tiles--brands {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-right: -25px;
}
.Group {
	display: table;
	width: 100%;
}
.Group .Box {
	display: table-cell;
}
.Group .Box--right {
	text-align: right;
}
.Group__box {
	display: table-cell;
	vertical-align: top;
}
.Group--sliderMainPage {
	table-layout: fixed;
}
.Group--sliderMainPage .Group__box--sliderMainPage {
	width: 454px;
}
.Group--sliderMainPage .Group__box--sliderMainPage .BannerLoader {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	height: 330px;
	overflow: hidden;
}
.Group--sliderMainPage .Group__box--sliderMainPage .BannerLoader:hover{
	opacity: .8;
}
.Group--sliderMainPage .Group__box--gutter {
	width: 1.7%;
}
.Group--sliderMainPage .Group__box .grid .listItems li {
	width: 185px;
	min-height: 290px;
}
.Group--sliderMainPage .sliderContainer .listItems {
	padding-left: 10px;
	padding-right: 10px;
}
.Group--sliderMainPage .sliderContainer.Loading--active {
	margin-left: 10px;
}
.Group--showcaseTwoFloors {
	table-layout: fixed;
	height: 100%;
}
.Group--showcaseTwoFloors .listItemBuy {
	padding-top: 1px;
	margin-top: -1px;
}
.Group--showcaseTwoFloors .listItemBuy .listItemBuy__price {
	margin: 10px 0 8px;
	min-height: 20px;
	position: relative;
	white-space: nowrap;
}
.Group--showcaseTwoFloors .listItemBuy .Product__price .Price {
	font-size: 16px;
}
.Group--showcaseTwoFloors .listItemBuy .Product__price--initial .Price {
	font-size: 14px;
	font-weight: normal;
}
.Group--showcaseTwoFloors .Group__box {
	height: 100%;
}
.Group--showcaseTwoFloors .Group__box--bannerMainPage {
	width: 454px;
}
.Group--showcaseTwoFloors .Group__box--bannerMainPage .BannerLoader {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	height: 658px;
	overflow: hidden;
}
.Group--showcaseTwoFloors .Group__box--bannerMainPage .BannerLoader:hover{
	opacity: .8;
}
.Group--showcaseTwoFloors .Group__box--gutter {
	width: 2.5%;
}
.Group--showcaseTwoFloors .grid {
	margin: -12px;
	padding: 12px;
	overflow: hidden;
	position: relative;
	height: 647px;
}
.Group--showcaseTwoFloors .grid.Loading--active {
	margin: 0;
	padding: 0;
	height: 100%;
}
.Group--showcaseTwoFloors .grid .listItems li {
	height: 330px;
}
@media screen and (max-width: 1340px) {
	.Group--showcaseTwoFloors .grid .listItems li{
		width: 33.33%;
	}
}
@media screen and (max-width: 1170px) {
	.Group--showcaseTwoFloors .grid .listItems li{
		width: 50%;
	}
}
.Group--showcaseTwoFloors .grid .listItemPhoto__wrapper, .Group--showcaseTwoFloors .grid .listItemPhoto__wrapper a {
	max-width: 165px;
	max-height: 165px;
}
.Group--usefulServices {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.Group--usefulServices .Group__box {
	display: block;
	width: 31.92857%;
}
.Group--usefulServices .Group__box .BannerLoader {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	padding-bottom: 57.26872%;
	overflow: hidden;
}
.Group--usefulServices .Group__box .BannerLoader:hover{
	opacity: .8;
}
.Group--usefulServices .Group__box .BannerLoader .BannerLoader__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.Group--tilesRubrics {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.Group--tilesRubrics .Section__title {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
}
.Group--tilesRubrics .Section__content {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: -25px;
}
.Group--tilesRubrics .Group__box {
	display: block;
	width: 28.42857%;
}
@media screen and (max-width: 1300px) {
	.Group--tilesRubrics .Group__box{
		width: 29.41176%;
	}
}
@media screen and (max-width: 1150px) {
	.Group--tilesRubrics .Group__box{
		width: 30.32787%;
	}
}
.Group--tilesRubrics .Tile {
	width: 45.22613%;
	margin-top: 25px;
}
@media screen and (max-width: 1300px) {
	.Group--tilesRubrics .Tile{
		width: 44.57143%;
	}
}
@media screen and (max-width: 1150px) {
	.Group--tilesRubrics .Tile{
		width: 47.2973%;
	}
}
.Group--productCard {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.Group--productCard .Group__box {
	display: block;
	width: -moz-calc((100% - 40px) / 3);
	width: calc((100% - 40px) / 3);
}
.Slider {
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
}
@media screen and (max-width: 1490px) {
	.Slider{
		overflow-x: hidden;
	}
}
.Slider__content {
	overflow: hidden;
}
.Slider__control {
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	width: 25px;
	z-index: 3;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.Slider__control.disabled, .Loading--active .Slider__control {
	display: none;
}
.Slider__control .Slider__arrow {
	position: relative;
	display: block;
}
.Slider__control .Slider__arrow:before {
	content: '';
	position: absolute;
	top: -moz-calc(50% - 24px);
	top: calc(50% - 24px);
	z-index: 3;
	width: 48px;
	height: 48px;
	border: 1px solid transparent;
	border-radius: 50%;
	background-position: 56% 50%;
	background-repeat: no-repeat;
	background-clip: content-box;
	cursor: pointer;
	-o-transition: width .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, right .2s ease-in-out, left .2s ease-in-out;
	-moz-transition: width .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, right .2s ease-in-out, left .2s ease-in-out;
	transition: width .2s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out, right .2s ease-in-out, left .2s ease-in-out;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.Slider__control--prev {
	left: 0;
	background: -moz-linear-gradient(right, #ffffff 0, #ffffff 42px, #ffffff 42px);
	background: -o-linear-gradient(right, #ffffff 0, #ffffff 42px, #ffffff 42px);
	background: linear-gradient(270deg, #ffffff 0, #ffffff 42px, #ffffff 42px);
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 42px, rgba(255, 255, 255, 0) 42px);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 42px, rgba(255, 255, 255, 0) 42px);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 42px, rgba(255, 255, 255, 0) 42px);
}
.Slider__control--prev .Slider__arrow:before {
	left: -10px;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.Slider__control--next {
	right: 0;
	background: -moz-linear-gradient(left, #ffffff 0, #ffffff 42px, #ffffff 42px);
	background: -o-linear-gradient(left, #ffffff 0, #ffffff 42px, #ffffff 42px);
	background: linear-gradient(90deg, #ffffff 0, #ffffff 42px, #ffffff 42px);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 42px, rgba(255, 255, 255, 0) 42px);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 42px, rgba(255, 255, 255, 0) 42px);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 42px, rgba(255, 255, 255, 0) 42px);
}
.Slider__control--next .Slider__arrow:before {
	right: -10px;
}
.Slider:hover .Slider__control {
	width: 65px;
}
.Slider:hover .Slider__control .Slider__arrow:before {
	border-color: #c22119;
	background-color: #fff;
}
.Slider:hover .Slider__control:hover .Slider__arrow:before {
	border-color: #fff;
	background-color: #c22119;
}
@media screen and (max-width: 1490px) {
	.Slider:hover .Slider__control--prev .Slider__arrow:before {
		left: 5px;
	}
	.Slider:hover .Slider__control--next .Slider__arrow:before {
		right: 5px;
	}
}
.Slider--news.Loading--active {
	height: 354px;
	overflow: hidden;
}
.Slider--news .Slider__arrow {
	height: 218px;
}
@media screen and (max-width: 1270px) {
	.Slider--news .Slider__arrow{
		height: 17.03vw;
	}
}
.Slider--news .Slider__list {
	margin-left: -15px;
	margin-right: -15px;
}
.Slider--news .Slider__list .Tile {
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width: 1150px) {
	.Slider--news .Slider__list {
		margin-left: -11px;
		margin-right: -11px;
	}
	.Slider--news .Slider__list .Tile {
		padding-left: 11px;
		padding-right: 11px;
	}
}
.Slider--furniture.Loading--active {
	height: 227px;
	overflow: hidden;
}
.Slider--furniture .Slider__arrow {
	height: 175px;
}
@media screen and (max-width: 1270px) {
	.Slider--furniture .Slider__arrow{
		height: 13.85vw;
	}
}
@media screen and (max-width: 1117px) {
	.Slider--furniture .Slider__arrow{
		height: 16.1vw;
	}
}
.Slider--furniture .Slider__list {
	margin-left: -11px;
	margin-right: -11px;
}
.Slider--furniture .Slider__list .Tile {
	width: 180px;
	padding-left: 11px;
	padding-right: 11px;
}
.Slider--advantages {
	margin-left: -20px;
	padding-left: 20px;
}
.Slider--advantages:hover .Slider__control {
	width: 60px;
}
.Slider--advantages.Loading--active {
	height: 200px;
	overflow: hidden;
}
.Slider--advantages .Slider__arrow {
	height: 120px;
}
.Slider--advantages .Slider__control--prev .Slider__arrow:before {
	left: 0;
}
.Slider--advantages .Slider__list {
	margin-left: -8px;
	margin-right: -8px;
}
.Slider--advantages .Slider__list .Tile {
	padding-left: 8px;
	padding-right: 8px;
}
.Slider__list {
	scrollbar-width: none;
}
.Slider.Loading--active {
	margin-left: 0;
	margin-right: 0;
}
.JobService .JobService__link:before {
	visibility: hidden;
	display: block;
	width: 0;
	height: 0;
}
.JobService .JobService__link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}
.JobService .JobService__link + .JobService__link {
	margin-left: 10px;
}
.JobService .JobService__link--hh {
	border-color: #e1011c;
	color: #e1011c;
}
.JobService .JobService__link--hh:before {
	content: url("/assets/img/misc/hh_hover.png");
}
.JobService .JobService__link--hh:after {
	width: 20px;
	height: 20px;
	background-image: url("/assets/img/misc/hh.png");
}
.JobService .JobService__link--hh:hover, .JobService .JobService__link--hh:active, .JobService .JobService__link--hh:focus {
	background-color: #e1011c;
	color: #fff;
}
.JobService .JobService__link--hh:hover:after, .JobService .JobService__link--hh:active:after, .JobService .JobService__link--hh:focus:after {
	background-image: url("/assets/img/misc/hh_hover.png");
}
.JobService .JobService__link--superJob {
	border-color: #00aa87;
	color: #00aa87;
}
.JobService .JobService__link--superJob:before {
	content: url("/assets/img/misc/superJob_hover.png");
}
.JobService .JobService__link--superJob:after {
	width: 72px;
	height: 16px;
	background-image: url("/assets/img/misc/superJob.png");
}
.JobService .JobService__link--superJob:hover, .JobService .JobService__link--superJob:active, .JobService .JobService__link--superJob:focus {
	background-color: #00aa87;
	color: #fff;
}
.JobService .JobService__link--superJob:hover:after, .JobService .JobService__link--superJob:active:after, .JobService .JobService__link--superJob:focus:after {
	background-image: url("/assets/img/misc/superJob_hover.png");
}
.InvoicesList__item + .InvoicesList__item {
	margin-top: 16px;
	border-top: 1px solid #e2ddd9;
	padding-top: 16px;
}
.InvoicesList__date {
	margin-top: 7px;
	font-size: 12px;
	line-height: 17px;
}
.InvoicesList .Spoiler2--invoicesList {
	margin-top: 16px;
}
.InvoicesList .Spoiler2--invoicesList .Spoiler2__header {
	font-size: 12px;
	margin-bottom: 0;
}
.InvoicesList__history {
	margin-top: 16px;
}
.InvoicesList__history .InvoicesList__item + .InvoicesList__item {
	padding-top: 0;
	border-top: 0;
}

.FancyModal--invoicesList {
	width: 480px;
}
.PhoneControl {
	white-space: nowrap;
}
.PhoneControl--default {
	width: 155px;
}
.PhoneControl--fullWidth {
	width: 100%;
}
.Header__box--logo .Logo.Logo--mobile, .CitySelectWindow__title, .CitySelectWindow__back, .CitySelectWindow__close, .CitySelectWindow__citiesContainer .CitySelectWindow__legend, .NavigationMenu, .NavigationSection, .DeliveryMethod--mobileMode, .Rubricator__search, .Rubricator__back, .Rubricator__close, .ControlPanel--default .ControlPanel__box--filter, .Rubricator__box--menu > .Rubricator__header, .Rubrics__item--subParent, .ControlPanel--productsList .ControlPanel__box--filter, .FilterPanel__header, .Content .SideRubrics--productGuide, .bannerMain--content, .compareItemsControl .compareButton__content--mobile, .BannerLoader--cartMobile, .Advice__spoilerLabel, .ProductItemMobile, .ToolBar--feedback, .ControlPanel--productNotFound, .ControlPanel--rubricsFilter, .ControlPanel--search .ControlPanel__box--searchMobile {
	display: none;
}
.Hint {
	color: #666;
}
.Hint--error {
	color: #c22119;
}
.ButtonSet {
	margin-bottom: 10px;
}
.ButtonSet__header {
	margin-bottom: 10px;
}
.ButtonSet__title {
	font-weight: bold;
}
.ButtonSet__title + .pseudoLink {
	margin-left: 10px;
}
.ButtonSet__items {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.ButtonSet .btn {
	margin-right: 10px;
	margin-bottom: 10px;
}
.ButtonSet .btn .Rub {
	margin-left: 2px;
	margin-right: 2px;
}
.ButtonSet--productSelections .btn--active {
	pointer-events: none;
}
.ButtonSet--feedback {
	margin-bottom: 30px;
}
.ProductPhoto {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.ProductPhoto:hover .ProductPhoto__indicators {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.ProductPhoto__list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}
.ProductPhoto__item {
	-webkit-flex: 1 1 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	height: 100%;
}
.ProductPhoto__indicators {
	display: none;
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 2px;
}
.ProductPhoto__indicator {
	-webkit-flex: 1 1 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	height: 100%;
	background-color: #c4beb9;
}
.ProductPhoto__indicator:not(:last-child) {
	margin-right: 4px;
}
.ProductPhoto__indicator--active {
	background: #e82111;
}
.ImgsGroup--default {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: -20px;
}
.ImgsGroup--default .ImgsGroup__item {
	margin-right: 30px;
	margin-bottom: 20px;
}
.ImgsGroup--default .ImgsGroup__img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.ImgsGroup--default .ImgsGroup__img--withShadow {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}

/* TABLE OF CONTENTS
------------------------------------------------------------------------------*/

/*
	1. USEFUL

	2. STUFF
		2.1. STUFF — BUTTONS
		2.2. STUFF — FORMS
			2.2.1. STUFF — FORMS — BLOCK
			2.2.2. STUFF — FORMS — INTERVIEW
		2.3. STUFF — LISTS
			2.3.1. STUFF — LISTS — NAV
			2.3.2. STUFF — LISTS — ITEMS
			2.3.3. STUFF — LISTS — LAYOUT
		2.4. STUFF — SLIDERS AND BANNERS
			2.4.1. STUFF — BANNER'S TYPES
			2.4.2. STUFF — SLIDERS'S TYPES
		2.5. STUFF — LINKS
		2.6. STUFF — DROP&DOWNS
		2.7. STUFF — TABS
		2.8. STUFF — OTHER ITEMS
			2.8.1. STUFF — OTHER ITEMS — PROGRESSBAR
			2.8.2. STUFF — OTHER ITEMS — CITYSELECTOR
			2.8.3. STUFF — OTHER ITEMS — TROUBLEREPORT
			2.8.4. STUFF — OTHER ITEMS — BADGEMARKER
			2.8.5. STUFF — OTHER ITEMS — LOADINGOVERLAY
			2.8.6. STUFF — OTHER ITEMS — ICON
			2.8.7. STUFF — OTHER ITEMS — PSEUDOTABLE
			2.8.8. STUFF — OTHER ITEMS — PHOTOFRAME
			2.8.9. STUFF — OTHER ITEMS — FEEDBACKOVERLAY
			2.8.10. STUFF — OTHER ITEMS — ADVICE
			2.8.11. STUFF — OTHER ITEMS — RUBLE
			2.8.12. STUFF — OTHER ITEMS — PRICE
		2.9. STUFF — FACETS
		2.10. STUFF — POPUPS
			2.10.1. POPUPS — PHOTOS VIEWER
			2.10.2. POPUPS — UNREGISTERED FEEDBACK
			2.10.3. POPUPS — ADD TO CART
			2.10.4. POPUPS — CITY SELECT
			2.10.5. POPUPS — OLD BROWSERS
			2.10.6. POPUPS — TROUBLE REPORT
			2.10.7. POPUPS — RETAIL SHOPS
			2.10.8. POPUPS — PHOTOVIEW
			2.10.9. POPUPS — FANCY MODAL
			2.10.10. POPUPS — CONTRACT
			2.10.11. POPUPS — RECALCULATE STATUS
			2.10.12. POPUPS — FAVORITES LIST EDIT
			2.10.13. POPUPS — MENU
			2.10.14. POPUPS — AUTOCOMPLETE
		2.11. STUFF — TEXTNODES
		2.12. STUFF — SPONSOR ELEMENTS
		2.13. STUFF - BUBBLES
		2.14. STUFF - PLUGINS
			2.14.1. STUFF - PLUGINS — JQUERY FANCYBOX
			2.14.2. STUFF - PLUGINS — JQUERY TIPTIP
		2.15 BEST PRICE
		2.17 COL
		2.19 CheckSet

	3. LAYOUT — BASICS
		3.1. LAYOUT — HEADER
		3.2. LAYOUT — FOOTER
		3.3. LAYOUT — MAIN
			3.3.1 LAYOUT — MAIN — SIDEBAR
			3.3.2 LAYOUT — MAIN — CONTENT
			3.3.3 LAYOUT — MAIN — PROMOPLACE
			3.3.4 RUBRIC DESCRIPTION
			3.3.4 ITEM PHOTO
		
*/

.anchor {
	position: relative;
	top: -50px;
}


/* настройки джкуери уйя */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	border-color: #ccc6c2;
	border-top-width: 0;
	box-shadow: 0 7px 12px rgba(0,0,0,.3);
	font-family: inherit;
}

.ui-autocomplete .ui-menu-item:not(.ui-state-disabled) .ui-state-active {
	background-color: #ffeab1;
	color: #222;
}

.ui-autocomplete .ui-menu-item-wrapper {
	padding: .4em 1em;
}




/* HiddingText
------------------------------------------------------------------------------*/

.HiddingText:after {
	content: ".";
	display: none;
}



/* 1. USEFUL
------------------------------------------------------------------------------*/

.hide {
	display: none;
}
.hideNow {
	display: none !important;
}

.hideAway {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.hideAwayNow {
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

	  .showBlock { display: block; }
	 .showInline { display: inline; }
.showInlineBlock { display: inline-block; }

	  .showBlockNow { display: block !important; }
	 .showInlineNow { display: inline !important; }
.showInlineBlockNow { display: inline-block !important; }


.hideText {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}

.group:before, .group:after {
	content: '';
	display: table;
}
.group:after {
	clear:both;
}


/*
<label for="input">Заголовок</label>
<input id="input" type="text" />
*/

.fieldRequired:after {
	color: red;
	content: '*';
	font-weight: bold;
	margin-left: .3em;
}

.noUserSelect {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.noUserSelect::-moz-selection{
	color: inherit;
}

.noUserSelect::selection{
	color: inherit;
}

/* Состояние товара */
.ProductState + .ProductState {
	margin-top: .5em;
}
.ProductState--group .ProductState:first-child {
	margin-right: 5px;
}
.ProductState--group .ProductState + .ProductState {
	margin-top: .25em;
}
.ProductState--stepCount {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: -5px;
	margin-left: -5px;
	color: #000;
}
.ProductState + .ProductState--stepCount {
	margin-top: 10px;
}
.ProductState--stepCount.ProductState .ProductState.ProductState {
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 0;
}
.ProductState--green {
	color: #3e791e;
}
.ProductState--green .pseudoLink .Icon--help {
	position: absolute;
	width: 19px;
	background-position: top right;
}
.ProductState--violet {
	color: #a7126a;
}
.ProductState--yellow {
	color: #d58d00;
}
.ProductState--blue {
	color: #006cb5;
}
.ProductState--red {
	color: #c22119;
}
.ProductState--gray {
	color: #777;
}
.ProductState--step {
	color: #000;
	font-weight: bold;
}
.ProductState > .pseudoLink {
	color: inherit;
}
.ProductState > .pseudoLink:hover {
	color: #ff0030;
}
.ProductState--officeAnyCount .Availability .AvailabilityBox {
	border: none;
	padding: 0;
}

.additional {
	margin-top: .5em;
	margin-bottom: 1em;
}

.TipTip .Availability {
	color: #000;
	margin: 8px 6px;
}

.TipTip .Availability--shops {
	margin-left: 0;
}

.TipTip .AvailabilityList {
	width: 100%;
}

.AvailabilityBox--green {
	color: #3e791e;
}

.AvailabilityBox--yellow {
	color: #d58d00;
}

.AvailabilityBox--red {
	color: #c12119;
}

.AvailabilityBox__nowrap {
	white-space: nowrap;
}

.AvailabilityList--dotted {
	margin-bottom: -5px;
}

.AvailabilityList--dotted .AvailabilityBox {
	position: relative;
	padding-right: 23px;
	vertical-align: bottom;
}

.AvailabilityList--dotted .AvailabilityBox:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	border-bottom: 1px dotted #b4aca7;
}

.AvailabilityList--dotted .AvailabilityBox + .AvailabilityBox {
	padding-left: 2px;
	padding-right: 0;
	white-space: nowrap;
}

.AvailabilityList--dotted .AvailabilityBox + .AvailabilityBox:after {
	content: none;
}

.AvailabilityList--dotted .AvailabilityItem + .AvailabilityItem .AvailabilityBox {
	padding-top: 5px;
}

.AvailabilityList--dotted .AvailabilityLabel {
	position: relative;
	padding-right: 2px;
	background-color: #fff;
	z-index: 1;
}

.Availability--less {
	font-size: 12px;
	line-height: 1.25;
	color: #000;
}

.Availability--less .Availability__wrapper {
	display: block;
}

.Availability--less .AvailabilityList .AvailabilityBox:last-child {
	font-weight: bold;
}

.Availability--less .AvailabilityList .AvailabilityBox + .AvailabilityBox {
	padding-left: 12px;
}

.Availability--less .AvailabilityBox {
	display: table-cell;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 0;
	border: 0;
}

.Availability--less .AvailabilityItem .AvailabilityBox {
	white-space: nowrap;
}

.Availability--less .Availability__bold {
	color: #3e791e;
}

.Availability--less .AvailabilityItem + .AvailabilityItem .AvailabilityBox {
	padding-top: 6px;
}

.Availability--less .Availability__hint {
	margin-top: 0;
	letter-spacing: -.01em;
	line-height: 1.5;
}

.Availability--less .Availability__hint + .Availability__hint {
	margin-top: 0;
}

.Availability--shops {
	max-width: 500px;
}

.Availability--shops li {
	list-style: disc;
	margin-left: 20px;
}

.Availability--shops li + li {
	margin-top: 5px;
}

.Availability--notAvailable .btn + .btn {
	margin-left: 10px;
}

.Availability--notAvailable .btnBlue {
	min-width: 105px;
}

.buyWrapper .ProductState .Availability--notAvailable {
	margin-top: 10px;
}

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

.Availability--notAvailableBtnFull .btn {
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-left: 5px;
	padding-right: 5px;
	width: 45%;
	min-width: auto;
}

.Availability--notAvailableBtnFull .btn.btnBlue {
	width: 55%;
}

.Availability__aux {
	width: 100%;
	margin-top: 1.2em;
}

.Availability__hint + .Availability__hint {
	margin-top: .3em;
}

.Availability__hint--warning {
	color: #c12119;
}

.Availability__hint--bold {
	font-weight: bold;
}

.Availability__bold {
	font-weight: bold;
}

.Availability--inline .Availability__item + .Availability__item {
	margin-top: 6px;
}

.Availability--inline .Availability__content {
	display: inline-block;
}

.Availability--inline .Availability__quantity {
	white-space: nowrap;
	padding-left: 5px;
	font-weight: bold;
	color: #3e791e;
}

.Availability--inline .Availability__bold {
	color: #3e791e;
}

.Availability--inline .Availability__hint + .Availability__hint {
	margin-top: 0;
}

.widthFull {
	width: 100%;
}
.textUppercase {
	font-size: .875em;
	letter-spacing: .1em;
	margin-right: -.1em;
	text-transform: uppercase;
}
h2 .textUppercase{
	font-weight: bold;
}


.attentionPlate {
	background-color: #ffeab1;
	display: block;
	padding: 8px 14px;
}


.attentionPlate + .attentionPlate {
	border-top: 1px solid #e3d09e;
}


.attentionPlate--accent {
	min-height: 20px;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding: 12px 15px 12px 55px;
}


strong.attentionPlate__title {
	font-weight: bold;
}


.attentionPlate--accent .attentionPlate__title {
	color: #e10000;
}


.contentDescription .attentionPlate, .attentionPlate + .ddTip {
	margin-top: 20px;
}


.attentionPlate--info {
	padding: 17px 14px;
}


.attentionPlate--info:before {
	content: '';
	margin-right: 5px;
	display: inline-block;
	top: 1px;
	position: relative;
	width: 13px;
	height: 13px;
}

.attentionPlate__link {
	display: inline-block;
}

.downloadLink {
	display: inline-block;
}


.divider {
	border: 0;
	border-top: 1px solid #d9d9d9;
}



.Larr:before {
	margin-right: .4em;
}
.Rarr:after {
	margin-left: .4em;
}


.Link.Larr:before, .Link.Rarr:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -.2em;
}


.Link.Larr:before {
	height: 7px;
	width: 8px;
}


.Link.Rarr:after {
	height: 7px;
	width: 8px;
}
.btnDefault.Larr:before, .btnDefault.Rarr:after {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
	content: '';
	opacity: .75;
}
.btnDefault.Larr:hover:before, .btnDefault.Rarr:hover:after {
	opacity: 1;
}
.btnDefault.Larr:before {
	height: 11px;
	width: 12px;
}
.btnDefault.Rarr:after {
	height: 11px;
	width: 12px;
}
.btnDefault.btnDefault--arrowDown:after {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
	content: '';
	margin-top: -1px;
	margin-left: 6px;
	width: 12px;
	height: 7px;
}
.btnGreen.btnDefault.Larr:before, .btnRed.btnDefault.Larr:before, .btnBlue.btnDefault.Larr:before {
	height: 11px;
	width: 12px;
}
.btnGreen.btnDefault.Rarr:after, .btnRed.btnDefault.Rarr:after, .btnBlue.btnDefault.Rarr:after {
	height: 11px;
	width: 12px;
}


.code, .itemCode {
	background-color: #ffeab1;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px 1px;
	white-space: nowrap;
	position: relative;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	transition: -webkit-transform .2s;
	-o-transition: -o-transform .2s;
	-moz-transition: transform .2s, -moz-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}


.code + .Icon--copy, .itemCode + .Icon--copy {
	margin-left: 6px;
}
.code--is-noticeable .code, .code--is-noticeable .itemCode {
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	-webkit-transform: scale(1.5) translateZ(0);
	   -moz-transform: scale(1.5) translateZ(0);
	        transform: scale(1.5) translateZ(0);
	z-index: 1;
}
.ielte9 .code--is-noticeable .code, .ielte9 .code--is-noticeable .itemCode {
	position: relative;
	top: -3px;
	left: -5px;
	font-size: 16px;
}

/* Opera 12 не поддерживает трёхмерные трансформации */
@supports not (transform: scale(1.5) translateZ(0)) {
	.code--is-noticeable .code, .code--is-noticeable .itemCode {
		-webkit-transform: scale(1.5);
		   -moz-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		     -o-transform: scale(1.5);
		        transform: scale(1.5);
	}
}



/* 2. STUFF
------------------------------------------------------------------------------*/

/* 2.1. STUFF — BUTTONS
------------------------------------------------------------------------------*/
.btn {
	background-origin: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1.4;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
}
.btn:hover, .btn--hover, .btn:focus, .btn--focus{
	text-decoration: none;
}
.btnDefault {
	background-color: #e1ddd9;
	border: 0;
	border-radius: 2px;
	color: #404040;
	font-size: 14px;
	line-height: 1.4;
	height: 2.5em;
	padding: .571em 1.231em;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}
.btnDefault:hover, .btnDefault.btn--hover, .btnDefault:focus, .btnDefault.btn--focus{
	background-color: #e9e4e1;
	color: #000;
}
.btnDefault:active, .btnDefault.btn--active{
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
	color: #000;
}
.btnDefault.big{
	font-size: 16px;
}
.btnDefault.bold{
	font-size: 13px;
	font-weight: bold;
}


.btnGreen {
	background-color: #3c9b15;
	background-image: -moz-linear-gradient(#40aa17,#388d13);
	background-image: -o-linear-gradient(#40aa17,#388d13);
	background-image: linear-gradient(#40aa17,#388d13);
	color: #fff;
}


.btnGreen:hover, .btnGreen.btn--hover, .btnGreen:focus, .btnGreen.btn--focus {
	background-color: #44b117;
	background-image: -moz-linear-gradient(#47bc19,#41a716);
	background-image: -o-linear-gradient(#47bc19,#41a716);
	background-image: linear-gradient(#47bc19,#41a716);
	color: #fff;
}


.btnGreen:active, .btnGreen.btn--active {
	background-color: #46b919;
	background-image: -moz-linear-gradient(#45b61a,#47bc19);
	background-image: -o-linear-gradient(#45b61a,#47bc19);
	background-image: linear-gradient(#45b61a,#47bc19);
	color: #fff;
}
.btnRed {
	background-color: #bc1f18;
	background-image: -moz-linear-gradient(#c32119,#b51e17);
	background-image: -o-linear-gradient(#c32119,#b51e17);
	background-image: linear-gradient(#c32119,#b51e17);
	color: #fff;
}
.btnRed:hover, .btnRed.btn--hover, .btnRed:focus, .btnRed.btn--focus{
	background-color: #ce221a;
	background-image: -moz-linear-gradient(#d9241b,#c32119);
	background-image: -o-linear-gradient(#d9241b,#c32119);
	background-image: linear-gradient(#d9241b,#c32119);
	color: #fff;
}
.btnRed:active, .btnRed.btn--active{
	background-color: #d8241b;
	background-image: -moz-linear-gradient(#d0231a,#de251c);
	background-image: -o-linear-gradient(#d0231a,#de251c);
	background-image: linear-gradient(#d0231a,#de251c);
	color: #fff;
}

.btnOrange {
	background-color: #ee991c;
	background-image: -moz-linear-gradient(#fabd08, #e88924);
	background-image: -o-linear-gradient(#fabd08, #e88924);
	background-image: linear-gradient(#fabd08, #e88924);
	color: #404040;
}

.btnOrange:hover, .btnOrange.btn--hover, .btnOrange:focus, .btnOrange.btn--focus {
	background-color: #ee991c;
	background-image: -moz-linear-gradient(#ffd351, #f89f1f);
	background-image: -o-linear-gradient(#ffd351, #f89f1f);
	background-image: linear-gradient(#ffd351, #f89f1f);
	color: #000;
}

.btnOrange:active, .btnOrange.btn--active {
	background-color: #ee991c;
	background-image: -moz-linear-gradient(#ca7016, #e8ae00);
	background-image: -o-linear-gradient(#ca7016, #e8ae00);
	background-image: linear-gradient(#ca7016, #e8ae00);
	color: #000;
}

.btnBlue {
	background-color: #0678bf;
	background-image: -moz-linear-gradient(#0082da, #0a6fa9);
	background-image: -o-linear-gradient(#0082da, #0a6fa9);
	background-image: linear-gradient(#0082da, #0a6fa9);
	color: #fff;
}

.btnBlue:hover, .btnBlue.btn--hover, .btnBlue:focus, .btnBlue.btn--focus {
	background-color: #0986d5;
	background-image: -moz-linear-gradient(#038fee, #0d7fc0);
	background-image: -o-linear-gradient(#038fee, #0d7fc0);
	background-image: linear-gradient(#038fee, #0d7fc0);
	color: #fff;
}

.btnBlue:active, .btnBlue.btn--active {
	background-color: #048ce7;
	background-image: -moz-linear-gradient(#048be5, #048eea);
	background-image: -o-linear-gradient(#048be5, #048eea);
	background-image: linear-gradient(#048be5, #048eea);
	color: #fff;
}

.btnViolet.btnOutline {
	border-color: #6b10b8;
	color: #6b10b8;
}

.btnViolet.btnOutline:hover, .btnViolet.btnOutline:focus, .btnViolet.btnOutline:active {
	background-color: #6b10b8;
	color: #fff;
}

.btnAction {
	background-origin: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1.4;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
	background-color: #e1ddd9;
	border: 0;
	border-radius: 2px;
	color: #404040;
	font-size: 14px;
	line-height: 1.4;
	height: 2.5em;
	padding: .571em 1.231em;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	background-color: #bc1f18;
	background-image: -moz-linear-gradient(#c32119,#b51e17);
	background-image: -o-linear-gradient(#c32119,#b51e17);
	background-image: linear-gradient(#c32119,#b51e17);
	color: #fff;
}

.btnAction:hover, .btnAction--hover, .btnAction:focus, .btnAction--focus{
	text-decoration: none;
}

.btnAction:hover, .btnAction.btn--hover, .btnAction:focus, .btnAction.btn--focus{
	background-color: #e9e4e1;
	color: #000;
}

.btnAction:active, .btnAction.btn--active{
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
	color: #000;
}

.btnAction.big{
	font-size: 16px;
}

.btnAction.bold{
	font-size: 13px;
	font-weight: bold;
}

.btnAction:hover, .btnAction.btn--hover, .btnAction:focus, .btnAction.btn--focus{
	background-color: #ce221a;
	background-image: -moz-linear-gradient(#d9241b,#c32119);
	background-image: -o-linear-gradient(#d9241b,#c32119);
	background-image: linear-gradient(#d9241b,#c32119);
	color: #fff;
}

.btnAction:active, .btnAction.btn--active{
	background-color: #d8241b;
	background-image: -moz-linear-gradient(#d0231a,#de251c);
	background-image: -o-linear-gradient(#d0231a,#de251c);
	background-image: linear-gradient(#d0231a,#de251c);
	color: #fff;
}

.btnDefault.disable {
	box-shadow: none;
	background: #d7d5d2;
	color: #999;
	cursor: default;
}
.btnClose {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.btnClose--big {
	height: 24px;
	width: 24px;
}

.btnInfo {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	cursor: help;
}

.btnInfo__title p + p {
	margin-top: .5em;
}

a.btnInfo {
	cursor: pointer;
}


.btnConfirm:before {
	content: '';
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
	background-image: url('/assets/img/dest/interface/confirm.png');
	height: 15px;
	width: 18px;
}


.btn.remove:before, .btn.remove.disable:before, .btn.btnRed.remove.disable:before {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
	height: 13px;
	width: 15px;
	content: '';
	margin-left: -4px;
	margin-right: 5px;
	opacity: .75;
}
.btn.remove:hover:before {
	opacity: 1;
}
.btn.btnRed.remove:before {
	height: 13px;
	width: 15px;
}
.btn.remove.disable:before, .btn.btnRed.remove.disable:before {
	opacity: .3;
}


.btn--print:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 14px;
	margin-right: .6em;
	margin-top: -2px;
}

.basketAjaxAnimation .btn, .btn.basketAjaxAnimation {
	color: transparent;
	cursor: wait;
	position: relative;
	text-shadow: none;
	z-index: 1;
}

.basketAjaxAnimation .btn:before, .btn.basketAjaxAnimation:before {
	content: '';
	display: block;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 16px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	z-index: 10;
}
.basketAjaxAnimation .btn:hover, .basketAjaxAnimation .btn:active, .btn.basketAjaxAnimation:hover, .btn.basketAjaxAnimation:active {
	background-color: #3c9b15;
	background-image: -moz-linear-gradient(#40aa17, #388d13);
	background-image: -o-linear-gradient(#40aa17, #388d13);
	background-image: linear-gradient(#40aa17, #388d13);
	color: transparent;
}


.ajaxAnimation .btn, .btn.ajaxAnimation {
	color: transparent;
	cursor: wait;
	position: relative;
	text-shadow: none;
}
.ajaxAnimation .btn:before, .btn.ajaxAnimation:before {
	content: '';
	display: block;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 16px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
}

.ajaxAnimation .btn:hover, .ajaxAnimation .btn:active, .btn.ajaxAnimation:hover, .btn.ajaxAnimation:active {
	color: transparent;
}
.ajaxAnimation .btnGreen:hover, .ajaxAnimation .btnGreen:active, .btnGreen.ajaxAnimation:hover, .btnGreen.ajaxAnimation:active {
	background-color: #3c9b15;
	background-image: -moz-linear-gradient(#40aa17, #388d13);
	background-image: -o-linear-gradient(#40aa17, #388d13);
	background-image: linear-gradient(#40aa17, #388d13);
	border-color: #368f1a;
}

.btnOutline {
	background-color: transparent;
	background-image: none;
	border: 1px solid;
	padding-top: -moz-calc(.571em - 1px);
	padding-top: calc(.571em - 1px);
	padding-bottom: -moz-calc(.571em - 1px);
	padding-bottom: calc(.571em - 1px);
}

.btnOutline.Rating:hover:before, .btnOutline.Rating:active:before, .btnOutline.Rating:focus:before {
	background-position: 0 13px;
}

.btnOutline.Rating:hover.ajaxAnimation, .btnOutline.Rating:active.ajaxAnimation, .btnOutline.Rating:focus.ajaxAnimation {
	color: transparent;
}

.btnOutline.Rating:hover.ajaxAnimation:before, .btnOutline.Rating:active.ajaxAnimation:before, .btnOutline.Rating:focus.ajaxAnimation:before {
	background-position: 0 0;
}

.btnOutline.btnGreen:hover, .btnOutline.btnGreen:active, .btnOutline.btnGreen:focus, .btnOutline.btnGreen.btn--hover, .btnOutline.btnGreen.btn--focus, .btnOutline.btnGreen.btn--active, .btnOutline.btnRed:hover, .btnOutline.btnRed:active, .btnOutline.btnRed:focus, .btnOutline.btnRed.btn--hover, .btnOutline.btnRed.btn--focus, .btnOutline.btnRed.btn--active {
	border-color: transparent;
	color: #fff;
}

.btnOutline.btnGreen.ajaxAnimation, .btnOutline.btnRed.ajaxAnimation {
	color: transparent;
}

.btnOutline.btnGreen {
	border-color: #379014;
	color: #379014;
}

.btnOutline.btnGreen.ajaxAnimation {
	background-image: -moz-linear-gradient(#40aa17, #388d13);
	background-image: -o-linear-gradient(#40aa17, #388d13);
	background-image: linear-gradient(#40aa17, #388d13);
}

.btnOutline.btnRed {
	border-color: #c22119;
	color: #c22119;
}

.btnOutline.btnRed.ajaxAnimation {
	background-image: -moz-linear-gradient(#c32119, #b51e17);
	background-image: -o-linear-gradient(#c32119, #b51e17);
	background-image: linear-gradient(#c32119, #b51e17);
}

.btnRounded {

	color: #000;
	line-height: 14px;
	white-space: nowrap;
	background-color: #f2eeea;
	border: 1px solid #f2eeea;
	padding: 8px 11px;
    height: 30px;
	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;
	-o-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	-moz-transition-duration: .2s;
	  -o-transition-duration: .2s;
	     transition-duration: .2s;
}

.btnRounded:focus {
	background-color: #f2eeea;
}

.btnRounded:active, .btnRounded:hover {
	color: #fff;
	background-color: #c22119;
	border-color: #c22119;
}

.btnRounded:active .btnRounded__info, .btnRounded:hover .btnRounded__info {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.6);
}

.btnRounded:active .btnRounded__remove:hover, .btnRounded:hover .btnRounded__remove:hover {
	background-color: #fff;
}

.btnRounded:active {
	background-color: #d8241b;
	box-shadow: none;
}

.btnRounded.btn--active {
	background-color: #fff;
	border-color: #c22119;
	box-shadow: none;
}

.btnRounded.btn--active:hover {
	background-color: #c22119;
}

.btnRounded.btn--active:active {
	background-color: #d8241b;
}

.btnRounded__info {
	margin-left: 5px;
	color: #666;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}

.btnRounded__remove {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	margin-left: 10px;
	margin-right: -6px;
	margin-top: -1px;
	-o-transition-property: background-image, background-color;
	-moz-transition-property: background-image, background-color;
	transition-property: background-image, background-color;
	-moz-transition-duration: .2s;
	  -o-transition-duration: .2s;
	     transition-duration: .2s;
}

.btn--text {
	color: #006cb5;
	text-decoration: none;
}

.btn--text:hover{
	color: #ff0030;
}

.Rating:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 13px;
	margin-right: 4px;
	margin-bottom: -1.5px;
}

.Rating--bad {
	color: #c22119;
}

.Rating--bad:before {
	background-image: url('/assets/img/dest/interface/rating-bad.png');
}

.Rating--good {
	color: #379014;
}

.Rating--good:before {
	background-image: url('/assets/img/dest/interface/rating-good.png');
}



/* TIP
************************************/

.tip strong {
	font-weight: bold;
}



/* SIMPLE LIST
************************************/

.SimpleList__item + .SimpleList__item {
	margin-top: .7em;
}



/* 2.2. STUFF — FORMS
------------------------------------------------------------------------------*/

/*doc
## Формы
*/

/*
<form class="formBlock">
	<div class="formField">
		<label>
			<input type="text">
			Напишите что-нибудь
		</label>
	</div>
</form>
*/

.formBlock .formField {
	margin: 1.5em 0;
}
.formBlock .formField:first-child {
	margin-top: 0;
}
.formBlock .formField:last-child {
	margin-bottom: 0;
}


/*doc

### Базовая разметка форм

```html
<form class="Form">
	<fieldset class="Form__fieldset">
		<div class="Form__field">
			<label>
				<input type="text">
				Напишите что-нибудь
			</label>
		</div>
	</fieldset>
</form>
```
*/

.Form__field {
	margin-top: .75em;
	position: relative;
}
.Form__field:first-child {
	margin-top: 0;
}
.Form__field.ib {
	display: inline-block;
	margin-top: 0;
}
.Form__field.closer {
	margin-top: .3em;
}
.Form__fieldset {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.Form__fieldset.last {
	margin-bottom: 0;
}


/*doc
### .Form__component

Компонент форм Битрикса крив и неудобен в настройке. В таком элементе формы могут хоть немного отображаться лучше.

Можно использовать в качестве замены для `.Form__field`
*/

.Form__component label {
	display: inline-block;
	margin-bottom: 0.75em;
}
.Form__component input[type="checkbox"], .Form__component input[type="radio"] {
	margin-top: -.2em;
	margin-right: .4em;
	vertical-align: middle;
}
.Form__component input[type="text"], .Form__component select, .Form__component textarea {
	width: 50%;
	min-width: 400px;
}



/*
<span class="textCounter">
	<input type="text" value="1" class="Form__input">
	<span class="textCounterControls">
		<span class="more"><em>Больше</em></span>
		<span class="less"><em>Меньше</em></span>
	</span>
</span>
*/

.textCounter {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}
.textCounter input {
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: .6em 14px .6em .2em;
	text-align: center;
	width: 5em;
	-moz-appearance: textfield;
}
.textCounterControls {
	background-color: #e2ddd9;
	border-left: 1px solid #e3deda;
	vertical-align: top;
	width: 11px;

	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
}
.textCounterControls span {
	/*background-image: url('/img/counter_controls.gif');*/
	cursor: pointer;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 50%;
	width: 100%;
}
.ie8 .textCounterControls span {
	text-indent: 0;
	color: transparent;
}
.textCounterControls span:hover, .textCounterControls span:focus {
	background-color: #eae5e2;
}
.textCounterControls span:active {
	background-color: #f0ede9;
}
.textCounterControls span em {
	display: none;
}
.ie8 .textCounterControls span em {
	color: red;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	display: inline-block;
	white-space: pre;	
}

.textCounterControls .more {
	background-position: 3px 7px;
}
.textCounterControls .less {
	background-position: 3px -5px;
}
.textCounterControls .more:focus, .textCounterControls .more:active, .textCounterControls .less:focus, .textCounterControls .less:active {
	outline: none;
}
.textCounter--disabledByCount input, .textCounter--disabled input {
	color: #999;
}
.textCounter--disabledByCount .textCounterControls span, .textCounter--disabled .textCounterControls span {
	background-color: transparent;
	opacity: .5;
	pointer-events: none;
}
.textCounter--disabledByCount, .textCounter--disabledByCount input {
	cursor: help;
}
.textCounter--disabledByCount input:hover {
	border-color: #e2ddd9;
}
.textCounter--disabled {
	pointer-events: none;
}
.textCounter--error input {
	border-color: #c22119;
}


.DatePicker {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}
.DatePicker .Form__input {
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: .6em 40px .6em .2em;
	text-align: center;
}
.DatePicker .Form__input, .Form__field.inputFull .DatePicker .Form__input {
	width: 9em;
}
.DatePicker em {
	display: none;
}
.DatePicker__control {
	background-color: #e2ddd9;
	border-width: 0;
	border-left: 1px solid #e3deda;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	width: 35px;

	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
}
.DatePicker__control:before {
	height: 9px;
	width: 17px;
	content: '';
	display: inline-block;
	opacity: .75;
}
.DatePicker__control:hover, .DatePicker__control.hover {
	background-color: #eae5e2;
}
.DatePicker__control:hover:before, .DatePicker__control.hover:before {
	opacity: 1;
}
.DatePicker__control:active, .DatePicker__control.active {
	background-color: #f0ede9;
}


/*
<div class="Form__field formError">
	<input type="text" />
	<span class="errorName">Поле не должно быть пустым</span>
</div>
<div class="Form__field">
	с <input type="text" /> по <input class="fieldError" type="text" />
	<span class="errorName">Дата должна быть адекватной</span>
</div>
*/

.formError input, .formError select, .formError textarea, input.fieldError, select.fieldError, textarea.fieldError {
	border-color: #e70202;
}
.errorName {
	color: #e70202;
	display: block;
	font-size: .86em;
	left: 0;
	line-height: 1.2;
	margin-top: 5px;
	top: 100%;
	width: 100%;
}


/*
<div class="ToolBar">
	<a href="#" class="btn btnDefault btnGreen addEmployee">Добавить сотрудника</a>
</div>
*/

.ToolBar {
	background-color: #f2eeea;
	cursor: default;
	padding: 12px 16px;
	overflow: hidden;
}
.ToolBar.textNode .ToolBar__header, .ToolBar__header {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.ToolBar.flat {
	box-shadow: none;
}

.ToolBar.error {
	background-color: #fff;
	border-color: #e42127;
	padding: 0;
}
.ToolBar.error .ToolBar__header {
	color: #e42127;
}

.ToolBar--feedback {
	margin-bottom: 40px;
}

.ToolBar--returnQualityGoods {
	padding: 15px;
}

.ToolBar--returnQualityGoods .btn + .btn {
	margin-left: 6px;
}

.listItemsPageControl--bottom + .ToolBar--returnQualityGoods {
	margin-top: 14px;
}

.ToolBar--total .total {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.ToolBar--total + .ToolBar {
	margin-top: 14px;
}




/*doc

<div class="Select">
	<label class="Select__label">
		<select class="Select__select" data-placeholder="Выберите нужное">
			<option>Вариант первый</option>
			<option>Вторая возможность</option>
			<option>Третья опция</option>
			<option>Кейс четвёртый</option>
		</select>
		<span class="Select__text">Пожалуйста, выберите</span>
	</label>
</div>
*/

.Select {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}

.Select__label {
	display: block;
	position: relative;
}

.Select__select {
	position: absolute;
	bottom: 0;
	left: 0;

	-moz-box-sizing: border-box;

	     box-sizing: border-box;
	right: 0;
	height: 100%;
	opacity: 0;
	width: 100%;
	z-index: 2;
}
.Select__select[disabled] {
	cursor: default;
}
.ielte8 .Select__select {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.Select__text {
	display: block;
	min-height: 1.75em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Select__text.Form__input {
	padding-top: .5em;
	padding-right: 25px;
	padding-bottom: .56em;
}
.Form__field.inputFull .Select__text.Form__input {
	width: auto;
}
.ielte8 .Select__text.Form__input {
	padding-bottom: 0;
}
.Select__text:after {
	position: absolute;
	top: 16px;
	right: 10px;
	height: 4px;
	width: 7px;
	content: '';
}
.Select__text.placeholder {
	color: #aaa;
}
.Select__select:focus + .Select__text {
	box-shadow: 0 0 5px #ffe293;
}


/*
<div class="Upload">
	<ul class="Upload__list">
		<li class="Upload__file">
			<span class="Upload__name">banner-345x120.jpg</span>
			<span class="Upload__remove">Удалить</span>
		</li>
	</ul>
	<label class="Upload__label">
		<input type="file" name="" id="" class="Upload__field">
		<span tabindex="0" class="btn btnDefault btnGreen Upload__btn">Загрузить файл</span>
	</label>
</div>
*/

.Upload__list, .Upload__file {
	display: block;
	margin: 0;
}

.Upload__field {
	display: none;
}

.Upload--simple {
	display: inline-block;
}

.Upload--feedback .Upload__btn:before {
	content: '';
	width: 15px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: -.2em 5px 0 0;
	background-image: url('/assets/img/dest/interface/icon_upload_file.png');
}



/* 2.19 File
------------------------------------------------------------------------------*/

/*
<div class="File">
	<a href="#" class="File__link">
		<span class="File__icon zip"></span>
		<span class="File__text">Сертификаты (5 шт.)</span>
	</a>
	<div class="File__info">Архив 25 КБ</div>
</div>
*/

.File__icon {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
	width: 25px;
	height: 30px;
	vertical-align: top;
	background-position: center left;
}

.File__icon.zip {
	background-image: url('/assets/img/dest/file-zip_25x30.svg');
}

.File__icon.pdf {
	background-image: url('/assets/img/dest/file-pdf_25x30.svg');
}

.File__icon.xls {
	background-image: url('/assets/img/dest/file-xls_25x30.svg');
}

.File__icon.doc {
	background-image: url('/assets/img/dest/file-doc_25x30.svg');
}

.File__icon.jpg {
	background-image: url('/assets/img/dest/file-jpg_25x30.svg');
}

.File__icon.png {
	background-image: url('/assets/img/dest/file-png_25x30.svg');
}

.File__icon.other {
	background-image: url('/assets/img/dest/file-other_25x30.svg');
}

.File__icon--delete {
	background-image: url('/assets/img/dest/interface/uploadDelete.png');
}

.UploadFiles {
	width: 100%;
	margin-left: -10px;
}

.UploadFiles .File{
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	word-wrap: break-word;
	margin-top: 10px;
	position: relative;
	line-height: normal;
}

.UploadFiles .File--noInfo{
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.UploadFiles .File--noInfo .File__text{
	display: block;
	margin-top: 7px;
}

.UploadFiles .File__icon{
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin: 0;
}

.UploadFiles .File__info{
	margin-left: 9px;
}

.UploadFiles .File__hint, .UploadFiles .File__size{
	color: #666;
}

.UploadFiles .File__hint, .UploadFiles .File__size{
	font-size: 12px;
	margin-top: 4px;
	line-height: 1em;
}

.UploadFiles .File {
	min-width: 82px;
	margin-left: 10px;
}

.UploadFiles .File__name, .UploadFiles .File__icon {
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.UploadFiles .File__icon {
	opacity: 1;
}

.UploadFiles .File__icon--delete {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

.UploadFiles .File__name {
	color: #000;
}

.UploadFiles .File__delete {
	display: none;
	font-size: 12px;
	margin-top: 4px;
}

.UploadFiles .File:hover {
	cursor: pointer;
}

.UploadFiles .File:hover .File__name {
	color: #c22119;
}

.UploadFiles .File:hover .File__icon {
	visibility: hidden;
	opacity: 0;
}

.UploadFiles .File:hover .File__icon--delete {
	visibility: visible;
	opacity: 1;
}

.UploadFiles .File:hover .File__size {
	display: none;
}

.UploadFiles .File:hover .File__delete {
	display: block;
	line-height: 1em;
}

.Files {
	width: 100%;
}

.Files .File{
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	word-wrap: break-word;
	margin-top: 10px;
	position: relative;
	line-height: normal;
}

.Files .File--noInfo{
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.Files .File--noInfo .File__text{
	display: block;
	margin-top: 7px;
}

.Files .File__icon{
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin: 0;
}

.Files .File__info{
	margin-left: 9px;
}

.Files .File__hint, .Files .File__size{
	color: #666;
}

.Files .File__hint, .Files .File__size{
	font-size: 12px;
	margin-top: 4px;
	line-height: 1em;
}

.Files .File + .File {
	margin-left: 10px;
}

.Files--list .File {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
}

.Files--list .File + .File {
	margin-top: 16px;
	margin-left: 0;
}


.Files--instructions {
	padding-top: 4px;
}



/* 2.2.1. STUFF — FORMS — BLOCK
-----------------------------------------------------------------------------*/

/*doc

## Формы

Универсальная разметка для форм. Группы полей `Form__set` могут выделяться модификаторами `accent` (серый фон), `accent main` (жёлтый).

Чтобы поле ввода заполняло всё доcтупное пространство, не влияя на подпись, нужен модификатор `w-full` у `Form__field`.

Чтобы поле ввода заполняло всё пространство, подплывая под подпись, нужен модификатор `inputFull` у `Form__field`.

У контейнера для

<form action="" class="Form">
	<fieldset class="Form__set accent main">
		<h4 class="Form__header">Общие сведения</h4>
		<div class="Form__field">
			<span class="Form__title"><label class="Form__label" for="id2">Имя:</label></span><div class="Form__group">
				<div class="Form__field">
					<input type="text" class="Form__input" id="id2" size="40" /><span class="icon remove"></span>
				</div>
				<div class="Form__field">
					<input type="text" class="Form__input" id="id5" size="40" /><span class="icon remove"></span>
				</div>
				<div class="Form__field">
					<span class="pseudoLink add">Добавить</span>
				</div>
			</div>
		</div>
		<div class="Form__field">
			<span class="Form__title"><label class="Form__label" for="id4">Фамилия:</label></span><input type="text" class="Form__input" id="id4" size="40" />
		</div>
		<hr class="Form__divider" />
		<div class="Form__field w-full">
			<span class="Form__title"><label class="Form__label" for="id1">Длинная подпись для поля, чтобы аж скрылась:</label></span><input type="text" class="Form__input" id="id1" size="40" />
		</div>
	</fieldset>

	<fieldset class="Form__set accent">
		<h4 class="Form__header">Общие сведения</h4>
		<div class="Form__field inputFull">
			<span class="Form__title"><label class="Form__label" for="id3">Комментарий:</label></span><textarea class="Form__input" name="" id="id3" cols="30" rows="10"></textarea>
		</div>
	</fieldset>

	<fieldset class="Form__set">
		<button class="but green">Сохранить документ</button>
	</fieldset>
</form>


<script>
$(document).ready(function () {

// псевдонаведение для связанных полей ввода
$('.Form__label').hover(
	function () {
		if ($(this).attr('for')) {
			$('#'+ $(this).attr('for')).addClass('hover');
		}
	},
	function () {
		if ($(this).attr('for')) {
			$('#'+ $(this).attr('for')).removeClass('hover');
		}
	}
)

// добавление новой строки
$('.Form .pseudoLink.add').click(function () {
	$(this).parent('.Form__field').before('<div class="Form__field"><input type="text" class="Form__input" size="40" /><span class="icon remove"></span></div>')
})

// удаление строки
$('.Form__group .icon.remove').live('click', function () {
	$(this).parent('.Form__field').remove();
})

})
</script>
*/

.Form__set {
	border: 0;
	padding: 0;
}
.Form__set + .Form__set {
	margin-top: 1em;
}

.Form--poll {
	margin: 0 100px;
}

.Form--poll .Form__set + .Form__set {
	margin-top: 2em;
}

.Form--poll input[type="text"] {
	width: 360px;
}

.Form__header {
	border-bottom: 1px solid rgba(0,0,0,.15);
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 1.5em;
	padding-bottom: .75em;
}

.Form__field {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: block;
	min-height: 1.4em;
	margin-top: 1em;
	margin-left: 230px;
	position: relative;
}

.Form__field--limit {
	display: inline-block;
	margin-right: 6px;
}

.Form__field--inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.Form__field--inline .Form__title {
	margin-right: 0;
}

.Form__field.Form__field--indent {
	padding-left: 19px;
}

.Form__field.Form__field--indent .Form__indent {
	position: absolute;
	margin-top: 2px;
}

.Form__field.Form__field--indent .Form__label {
	position: relative;
}

/* chrome someshit mg-126458 */

.Form__field.Form__field--indent .Form__label.inputFull {
	padding: 0;
}

.Form__field--described .Form__description {
	display: none;
	margin-bottom: 0;
}

.Form__field--described .Form__indent:checked ~ .Form__description {
	display: block;
}

.Form__indent {
	margin-left: -18px;
}

.Form__field:first-child {
	margin-top: 0;
}
.Form__field .Form__field {
	margin-left: 0;
}

.Form__divider {
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.15);
	margin-top: 1em;
}

.Form__label {
	cursor: pointer;
	padding-top: .05em;
	padding-bottom: .05em;
}

.Form__title {
	color: #000000;
	color: rgba(0,0,0,.75);
	display: inline-block;
	line-height: 1.2em;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	text-align: right;
	vertical-align: top;
	width: 220px;
	height: 1em;
	margin-left: -230px;
}

.Form__title .dispensable {
	color: #000000;
	color: rgba(0,0,0,0.75);
	font-size: 12px;
}
.Form__title:hover {
	overflow: visible;
	white-space: normal;
}
.Form__title.hiddenTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Form__input, .testUser__search {
	background-color: #fff;
	border: 1px solid #e2ddd9;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	font: inherit;
	font-size: 14px;
	height: 2.5em;
	line-height: 1.4;
	margin: 0;
	padding: .571em 15px;
	width: 100%;
}

.Form__input:hover, .Form__input--isHover, .Form__input:focus, .Form__input--isFocus, .testUser__search:hover, .testUser__search:focus {
	border-color: #ccc6c2;
}
.Form__input:focus, .Form__input--isFocus, .testUser__search:focus {
	box-shadow: 0 0 5px #ffe293;
}
select.Form__input {
	padding: .4em .7em;
}
textarea.Form__input {
	resize: vertical;
}
.Form__input + .Form__input, .testUser__search + .Form__input {
	vertical-align: top;
}
.Form__input.w-300, .testUser__search.w-300 {
	width: 300px;
}

.Form__group {
	display: inline-block;
	margin-bottom: .75em;
	width: 100%;
}

.Form .pseudoLink.add {
	border-bottom: 1px dashed;
	cursor: pointer;
	color: #7c7c7c;
}
.Form__field:first-child .pseudoLink.add {
	position: relative;
	top: 5px;
}
.Form .pseudoLink.add:hover {
	color: #4c4c4c;
}

.Form__field .icon.remove {
	cursor: pointer;
	margin-left: .4em;
}
.Form__field .icon.remove:hover {
	background-position: 0 -71px;
}


.Form__set.accent, .Form__set.accent .Form__label {
	background-color: #f0f0f0;
}
.Form__set.accent {
	padding: 15px;
}

.Form__set.accent.main, .Form__set.accent.main .Form__label {
	background-color: #f4f0d2;
}

/* Стили для отображения вспылвающей формы отзывов*/

.uploadError {
	display: none;
}

.Form__field.w-full .Form__input {
	width: 100%;
}

.Form__field.inputFull {
	margin-left: 0;
}

.Form__field.inputFull .Form__title {
	height: auto;
	margin-bottom: .5em;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: static;
	text-align: left;
	width: 100%;
}
.Form__field.inputFull .Form__input {
	width: 100%;
}

.Form__field.Form__field--w30 .Form__input {
	width: 30%;
}

.Form__field.Form__field--attention {
	background-color: #ffeab1;
	padding: 15px;
}


.Form__field.error .Form__title, .Form__title.error {
	color: #e70202;
}
.Form__field.error .Form__input, .Form__input.error, .testUser__search.error {
	border-color: #e70202;
}
.Form__error {
	color: #e70202;
	display: block;
	font-size: .86em;
	left: 0;
	margin-top: 5px;
	width: 100%;
}


/* дополнительные стили сайта */
.Form__field input[type="checkbox"], .Form__field input[type="radio"] {
	position: relative;
	vertical-align: middle;
}
.Form__field input[type="radio"], .Form__field input[type="checkbox"] {
	margin-top: -.18em;
}

.Form__set.accent {
	padding: 15px 19px;
}
.Form__field {
	margin-top: 1em;
}

.Form__input.w-300, .testUser__search.w-300 {
	max-width: 300px;
}


.Form__set.connected {
	border-top: 1px solid #dbd5cf;
	margin-top: 0;
}
.Form__header {
	border-bottom: 0;
	font-weight: bold;
	margin-bottom: .8em;
	padding-bottom: 0;
}
.Form__field.simple .Form__title {
	padding-top: 0;
	padding-bottom: 0;
}
.Form__field .d-t {
	width: 100%;
}
.Form__field .d-t-c + .d-t-c {
	padding-left: .4em;
}

.Form__group {
	margin-bottom: 0;
}

.FormGroup {
	display: table;
	width: 100%;
}

.FormGroup__box {
	display: table-cell;
}

.FormGroup__box--appendix {
	text-align: right;
	white-space: nowrap;
	width: 1px;
}

.FormGroup__box--currency {
	display: inline-block;
	color: #000;
}

.Form__set.accent {
	padding-top: 25px;
	padding-bottom: 25px;
}

.Form__field.inputFull .Form__title {
	margin-bottom: .3em;
}

.Form__label, .Form__title {
	color: #000;
}

.Form__aux {
	color: #6d6d6d;
	margin-top: 5px;
}

.Form__field .Form__field + .Form__field {
	margin-top: .3em;
}

.Form__group .Form__field--inline + .Form__field--inline {
	margin-top: 0;
}

.Form__field {
	color: #404040;
	margin-left: 5px;
}

.Form__field.Form__field {
	margin-left: 0;
}

.Form__field.Form__field--title {
	color: #000;
	margin-top: 1em;
}

.Form__field .Form__input.user__number {
	width: 110px;
}
.Form__field .Form__input.user__address {
	width: -moz-calc(100% - 114px);
	width: calc(100% - 114px);
	margin-left: 4px;
}

.Form__field .Form__input.Form__input--short {
	width: 130px;
}

.Form__field .phone__col {
	width: 145px;
}

.Form__field .Form__input.MonthLimit {
	width: 100px;
}
.Form__field .Select--city {
	width: 200px;
}

.Form__set.accent, .Form__set.accent .Form__label {
	background-color: #f2eeea;
}

.Form__set.accent .ProductState--yellow {
	color: #8e6d14;
}

.Form__set.accent.buttonSet, .Form__set.accent.buttonSet .Form__label {
	background-color: #c7c2be;
}
.Form__set.buttonSet {
	border-top-width: 0;
}
.Form__set {
	border-radius: 2px;
}
.Form__set.connected {
	border-radius: 0;
}
.Form__set.first, .Form__set:first-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.Form__set.last {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.Form__description {
	color: #666;
	display: block;
	margin-bottom: .75em;
	word-break: break-all;
	word-break: break-word;
}

.Form__header + .Form__description {
	margin-top: -3px;
}

.Form__error + .Form__description, .PhoneControl + .Form__description, .Form__input + .Form__description, .Items--formFieldsList + .Form__description, .testUser__search + .Form__description {
	font-size: 12px;
	margin-top: .75em;
	margin-bottom: 0;
}

.Form__description--attention {
	color: #000;
}

.Form__set.attention {
	background-color: #ffeab1;
	border-top-width: 0;
	padding: 15px;
}

.Form__field .Form__set.attention {
	margin-left: -19px;
	margin-right: -19px;
	padding-left: 19px;
	padding-right: 19px;
}

.Form__set.attention + .Form__set.connected {
	border-top: none;
}

.Form__field--row {
	display: table;
}

.Form__field--phoneAdditional .Form__field {
	display: inline-block;
	vertical-align: top;
}

.Form__field--phoneAdditional .Form__field + .Form__field {
	margin-top: 0;
}

.Form__field--phoneAdditional .Form__title {
	display: block;
}

.Form__field--phoneAdditional .Form__field--additionalNumber {
	margin-left: 4px;
}

.Form__field--phoneAdditional .Form__field--additionalNumber .Form__input {
	width: 72px;
}

.Form__fieldItem {
	display: table-cell;
}

.Form__fieldItem + .Form__fieldItem {
	padding-left: 15px;
}

.Form--filled .Form__set {
	padding-left: 20px;
	padding-right: 20px;
}

.Form--filled .Form__header {
	margin-bottom: 15px;
	line-height: 1.3;
}

.Form--filled .Form__title {
	height: auto;
	width: auto;
	line-height: 1.4em;
	color: #3a3a3a;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	font-weight: bold;
}

.Form--filled .Form__value {
	line-height: 1.4em;
	color: #3a3a3a;
	word-break: break-word;
	word-wrap: break-word;
	margin-top: 3px;
}

.Form--filled .Form__valueItem + .Form__valueItem {
	margin-top: 4px;
}

.Form--filled .buttonSet {
	padding-top: 25px;
	padding-bottom: 25px;
}

.Form--returnRequest .Form__set {
	padding: 15px 20px;
}

.Form--returnRequest .Form__set--description {
	display: inline-block;
	max-width: 500px;
}

.Form--returnRequest .Form__set--description + .Notify {
	margin-top: 20px;
}

.Form--returnRequest .Form__set--controls .Box {
	vertical-align: middle;
}

.Form--returnRequest .Form__field .Form__title {
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
	width: auto;
}

.Form--returnRequest .total {
	font-size: 18px;
}

.Form--returnQualityGoods {
	width: 500px;
}

.Form--returnQualityGoods + .Notify {
	margin-top: 20px;
}

.Form--returnQualityGoods:not(.Form--filled) .Form__value {
	font-weight: bold;
}

.Form--returnQualityGoods .Form__set + .Form__set {
	margin-top: 10px;
}



/* 2.2.2. STUFF — FORMS — INTERVIEW
-----------------------------------------------------------------------------*/

/*
<form action="" class="Form Interview">
	<h2 class="Interview__header"></h2>
	<fieldset class="Form__fieldset">
		<h4 class="Interview__question"></h4>
		<div class="Form__field">
			<label>
				<input type="radio">
				Готовы перейти на использование УПД
			</label>
		</div>
	</fieldset>
	<fieldset class="Form__fieldset last">
		<div class="Form__field">
			<button class="btn btnDefault btnGreen Interview__btn">Ответить</button>
		</div>
	</fieldset>
</form>
*/

.Interview {
	padding: 25px 20px;
	background: #f7f5f3;
}

.Interview__header, .textNode .Interview__header {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.Interview__question, .textNode .Interview__question {
	border-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 2em;
	padding-bottom: 0;
}


.Interview .Form__fieldset {
	margin: 0;
}

.Interview .Form__field {
	color: #000;
}

.Interview label {
	margin-bottom: .2em;
}

.Interview .inputtext, .Interview .inputselect, .Interview .inputtextarea {
	margin-top: .2em;
	margin-bottom: .5em;
	background-color: #fff;
	border: 1px solid #e2ddd9;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	font: inherit;
	font-size: 14px;
	height: 2.5em;
	line-height: 1.4;
	padding: .571em 15px;
	width: 360px;
}

.Interview .inputtextarea {
	height: auto;
}

.Interview .inputselect {
	width: auto;
	min-width: 160px;
	max-width: 360px;
}

.Interview__btn {
	margin-top: 20px;
}


/* украшенная версия формы опроса */

.Interview.fancy {
	border: 1px solid #d8d8d8;
	padding: 20px 0;
	width: 70%;
}
.Interview.onCheckout .Interview__header, .Interview.onCheckout .Form {
	padding-right: 20px;
	padding-left: 20px;
}
.Interview.onCheckout .Interview__header {
	border-bottom: 1px solid #d8d8d8;
	color: #6d6d6d;
	padding-bottom: 20px;
}
.Interview.onCheckout .Form {
	border-top: 1px solid #f8f8f8;
}


/* вспомогательные модификаторы */

.Interview .w-thin {
	width: 33%;
	min-width: 300px;
}
.Interview .w-fill {
	width: 100%;
}

/* 2.2.3. STUFF — FORMS — SEARCH
-----------------------------------------------------------------------------*/

.Search__group {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: table;
	width: 100%;
}
.Search__box {
	display: table-cell;
	vertical-align: middle;
}
.Search__box--field {
	position: relative;
}
.Search__box--field .Autocomplete {
	top: 100%;
}
.Search__box--field .Autocomplete.ui-autocomplete {
	min-width: 320px;
}

.Search__filter {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	height: 100%;
	float: left;
}

.Search__filter:after {
	content: '';
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100%;
	width: 18px;
	display: block;
	padding: 0 6px;
	margin-right: 2px;
}

.Search__clearBtn {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
	height: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.SearchBox__tipTip {
	padding: 7px;
}

.Search__box--submit {
	width: 1px;
}
.Search__field {
	background-color: #fff;
	background-position: 7px 50%;
	background-repeat: no-repeat;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-left: 24px;
	padding-right: 24px;
	border-right: 0;
}
.Search__field .textSearchEmpty:-moz-placeholder {
	color: #e0141d;
}
.Search__field .textSearch.textSearchEmpty::-webkit-input-placeholder {
	color: #e0141d;
}
.Search__field::-ms-clear {
	display: none;
}

.Search__submit {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	min-width: 67px;
	width: 100%;
}

.Search--main {
	width: 100%;
	height: 40px;
	padding-right: 20px;
}

.Search--main .Search__box--field {
	border: none;
	border-radius: 0;
}

.Search--main .Search__box--showClearBtn .Search__field, .Search--main .Search__box--withFilter .Search__field {
	padding-right: 40px;
}

.Search--main .Search__box--showClearBtn.Search__box--withFilter .Search__field {
	padding-right: 70px;
}

.Search--main .Search__clearBtn {
	height: 24px;
	width: 24px;
	width: 30px;
	height: 100%;
	position: relative;
	float: left;
}

.Search--main .Search__field {
	background-image: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 0 8px 0 15px;
	height: 40px;
	border-width: 2px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.Search--main .Search__field:hover {
	border-right: 0;
	border-color: #c4beb9;
}

.Search--main .Search__field:focus:hover, .Search--main .Search__field:focus {
	border-width: 2px;
	border-right-width: 0;
	border-color: #e82111;
	box-shadow: none;
}

.Search--main .Search__field::-webkit-input-placeholder {
	color: #736f6c;
}

.Search--main .Search__field:-moz-placeholder {
	color: #736f6c;
}

.Search--main .Search__field::-moz-placeholder {
	color: #736f6c;
}

.Search--main .Search__field:-ms-input-placeholder {
	color: #736f6c;
}

.Search--main .Search__field::placeholder {
	color: #736f6c;
}

.Search--main .Search__field--allBorder {
	border: 2px solid #e2ddd9;
	border-radius: 4px;
}

.Search--main .Search__field--allBorder:hover {
	border: 2px solid #c4beb9;
}

.Search--main .Search__field--allBorder:focus:hover, .Search--main .Search__field--allBorder:focus {
	border: 2px solid #e82111;
}

.Search--main .Search__submit {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	min-width: 58px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 40px;
	background-color: #e82111;
}

.Search--main .Search__submit:hover {
	background-color: #ff2413;
}

.Search--main .Search__submit:active {
	background-color: #bf2d21;
	box-shadow: none;
}

.Search__fieldControls {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-right: 8px;
}

.TipTip--searchBox {
	z-index: 20001;
}



/* 2.3. STUFF — LISTS
------------------------------------------------------------------------------*/

/* 2.3.1 STUFF — LISTS — NAV
------------------------------------------------------------------------------*/

.paginator {
	cursor: default;
	font-size: 14px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.paginator li {
	display: inline-block;
	vertical-align: baseline;
}

.paginator a {
	display: inline-block;
	padding: .2em .4em;
	font-weight: bold;
}

.paginator a.active {
	background-color: #ffeab1;
	border-radius: 2px;
	cursor: default;
	color: #000;
	margin: 0;
	pointer-events: none;
}

.contentListCategories {
	display: inline-block;
	margin: 0 0 0 10%;
	vertical-align: top;
	width: 45%;
}
.contentListCategories:first-child {
	margin: 0;
}
.contentCategories.threeColumns .contentListCategories {
	margin: 0 0 0 3.5714%;
	width: 30.9524%;
}
.contentCategories.threeColumns .contentListCategories:first-child {
	margin: 0;
}

@media (max-width: 1175px) {
	.contentCategories.contentCategories--rubrics {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
		margin-top: -20px;
	}
	.contentCategories.contentCategories--rubrics .contentListCategories {
		display: inline;
		margin-left: 0;
	}
	.contentCategories.contentCategories--rubrics .contentListCategories > li {
		display: inline-block;
		width: 100%;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		vertical-align: top;
	}
	.contentCategories.contentCategories--rubrics .contentListCategories > li:first-child {
		margin-top: 20px;
	}
}

.contentListCategories li {
	clear: left;
	margin: 20px 0 0;
}
.contentListCategories li:first-child {
	margin: 0;
}
.contentListCategories > li {
	border-radius: 2px;
	overflow: hidden;
	padding: 10px;
}
.contentListCategories > li:hover {
	background: #f6f3f0;
	color: #46a0dd;
}
.contentListCategories li img {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 15px 30px 0;
	border-radius: 2px;
	overflow: hidden;
}
.contentListCategories > li img {
	margin-bottom: 0;
}
.contentListCategories li strong {
	display: block;
	font-weight: bold;
	margin: 0 0 3px 95px;
}
.contentListCategories li ul {
	margin: 0 0 0 95px;
}

.contentListCategories li li {
	clear: none;
	margin: 0;
}
.contentListCategories li li a {
	color: #000;
	display: inline-block;
	padding: .3em 0;
}
.contentListCategories li li a:hover {
	color: #ff0030;
}



.Rubric .RubricListWrapper--bigPhoto .RubricList {
	display: block;
	margin: 0;
	width: auto;
}



@media (max-width: 1050px) {
	.Rubric .RubricListWrapper--bigPhoto .RubricList:first-child {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.RubricListWrapper--bigPhoto .RubricItem {
	border: none;
	display: inline-block;
	margin: 0 0 25px;
	overflow: visible;
	padding: 0;
	vertical-align: top;
	width: 33.3333%;
}

@media (max-width: 1050px) {
	.RubricListWrapper--bigPhoto .RubricItem{
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.RubricListWrapper--bigPhoto .RubricItem:first-child {
	margin: 0 0 25px;
}

.RubricListWrapper--bigPhoto .RubricItem:hover {
	background: #fff;
	border-color: #fff;
	color: inherit;
}
.RubricListWrapper--bigPhoto .RubricItem__link {
	display: block;
	max-width: 242px;
}

.RubricListWrapper--bigPhoto .RubricItem__link:hover {
	color: #ff0030;
	text-decoration: none;
}

.RubricListWrapper--bigPhoto .RubricItem__link:hover .RubricItemInfo__name {
	text-decoration: underline;
}

.RubricListWrapper--bigPhoto .RubricItem__link:hover .RubricItem__image {
	opacity: .9;
	-moz-transition-duration: .05s;
	  -o-transition-duration: .05s;
	     transition-duration: .05s;
}

.RubricListWrapper--bigPhoto .RubricItem__link:hover .RubricItemInfoPrice {
	color: #000;
	text-decoration: none;
}

.RubricListWrapper--bigPhoto .contentListCategories .RubricItem__image {
	float: none;
	height: auto;
	margin: 0 0 5px;
	width: auto;
	max-width: 100%;
	-o-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	-moz-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
}

.RubricListWrapper--bigPhoto .RubricItemInfo__name {
	margin: 0;
	width: 100%;
}

.RubricListWrapper--bigPhoto .RubricItemInfoPrice__value {
	display: block;
	font-size: 21px;
	font-weight: bold;
}

.RubricListWrapper--bigPhoto .RubricItemInfoPrice {
	display: block;
	color: #000;
	text-decoration: none;
	margin-top: 5px;
}

.RubricDescription {
	margin-bottom: 8px;
}



.bigCategoryPhotos .contentListCategories {
	display: inline;
	margin: 0;
	width: auto;
}
.contentCategories.threeColumns.bigCategoryPhotos .contentListCategories {
	margin: auto;
	width: auto;
}
.bigCategoryPhotos .contentListCategories > li {
	border: none;
	display: inline-block;
	margin: 0 0 20px;
	overflow: visible;
	padding: 0;
	vertical-align: top;
	width: 25%;
}
.ie8 .bigCategoryPhotos .contentListCategories > li {
	width: 32%;
}
.bigCategoryPhotos .contentListCategories > li:first-child {
	margin: 0 0 20px;
}
.bigCategoryPhotos .contentListCategories > li:hover {
	background: #fff;
	border-color: #fff;
	color: inherit;
}
.bigCategoryPhotos .contentListCategories > li > a {
	border: 1px solid #fff;
	display: block;
	padding: 10px;
	max-width: 200px;
}
.bigCategoryPhotos .contentListCategories > li > a:hover {
	background: #f0f7fa;
	border-color: #acd4ec;
	color: #46a0dd;
}
.bigCategoryPhotos .contentListCategories li img {
	float: none;
	height: auto;
	margin: 0 0 5px;
	width: auto;
	max-width: 100%;
}
.bigCategoryPhotos .contentListCategories li strong {
	margin: 0;
	width: 100%;
}


/* Промо-акции */

.PromoActions__lifeTime {
	color: #7a7a7a;
	font-size: 12px;
	display: block;
}

.PromoActions__lifeTime .icon.actionTime {
	margin: 0 3px 0 0;
}

.PromoActions__list {
	display: block;
	padding: 0;
	margin: 25px 0 0 0;
}

.PromoAction {
	display: inline-block;
	padding: 0 3% 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	min-height: 180px;
	vertical-align: top;
	width: 47%;
}

.PromoAction__photoWrapper {
	position: absolute;
}

.PromoAction__img {
	display: inline-block;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.PromoAction__name {
	margin: 0 0 0 180px;
}

.PromoAction__title {
	color: #141414;
	font-size: 18px;
	display: Block;
	margin: 0 0 15px 0;
}

.PromoAction .btnAction {
	word-wrap: normal;
}
/* ~Промо-акции */



.rubricExplorerSide {
	border: 1px solid #e6e1de;
	border-radius: 2px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 12px 15px;
}



.rubricExplorerSide--listCritique {
	padding: 0;
	font-weight: 400;
	line-height: 1;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__link {
	color: #404040;
	padding: 1px 8px 2px 5px;
}



.rubricExplorerSide--listCritique a.rubricExplorerSide__link:hover {
	color: #ff0030;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__amount {
	font-weight: 400;
	opacity: .7;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__item--root .rubricExplorerSide__link {
	font-weight: 700;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__item--mark .rubricExplorerSide__link {
	font-weight: 400;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__item--mark > .rubricExplorerSide__link {
	background: #ffeab1;
	font-weight: 700;
	color: #000;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__item--firstLevel {
	padding: 8px 8px 7px;
	border-bottom: 1px solid #e2ddd9;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__item--firstLevel > a.rubricExplorerSide__link {
	background: none;
	color: #404040;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__item--firstLevel > a.rubricExplorerSide__link:hover {
	color: #ff0030;
}



.rubricExplorerSide--listCritique .rubricExplorerSide__item--firstLevel:last-child {
	border-bottom: none;
}
.rubricExplorerSide span {
	display: inline-block;
	font-weight: bold;
	padding: 3px 0;
}
.rubricExplorerSide a {
	color: #000;
	display: inline-block;
	padding: 3px 0;
}

.rubricExplorerSide .root {
	font-weight: bold;
	padding: 0 0 0 5px;
}
.rubricExplorerSide .root ul {
	font-weight: normal;
}
.rubricExplorerSide .root span {
	background-color: #ffeab1;
	border-radius: 2px;
	padding: 3px 5px;
}

.rubricExplorerSide li li {
	font-weight: normal;
	padding: 0 0 0 7px;
}
.rubricExplorerSide li li a {
	padding: 3px;
}

.SideRubrics__item {
	display: block;
	padding: 8px 8px;
	margin: 0;
}

.SideRubrics__list--sub {
	display: none;
}

.SideRubrics__item.root > .SideRubrics__link {
	font-weight: bold;
}

.SideRubrics__item + .SideRubrics__item {
	border-top: 1px solid #e2ddd9;
}

.SideRubrics__item--sub {
	padding-bottom: 0;
	padding-top: 0;
}

.SideRubrics__item--sub + .SideRubrics__item {
	border-top: 0 none;
}

.SideRubrics__link {
	display: inline-block;
	color: #404040;
	padding: 3px 8px;
	width: 100%;
	word-wrap: break-word;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.SideRubrics__item--sub .SideRubrics__link {
	border-radius: 2px;
}

.SideRubrics__link.active {
	color: #000;
	pointer-events: none;
}

.SideRubrics__item--sub .SideRubrics__link.active {
	background: #ffeab1;
}


.ContentSpoiler--info {
	position: relative;
}


.ContentSpoiler--info:before {
	content: '';
	display: block;
	height: 34px;
	width: 34px;
	position: absolute;
	top: 0;
	left: 0;
}


.ContentSpoiler--info .ContentSpoiler__link, .ContentSpoiler--info .ContentSpoiler__message {
	margin-left: 47px;
}


.ContentSpoiler--info .ContentSpoiler__link {
	margin-top: 5px;
}


.ContentSpoiler__link {
	position: relative;
	margin-bottom: 7px;
	display: inline-block;
}


.ContentSpoiler__link:after {
	content: "";
	display: block;
	position: absolute;
	border: 4px solid transparent;
	border-top-color: currentColor;
	left: 100%;
	top: 50%;
	margin: -2px 0 0 5px;
}


.ContentSpoiler__link--opened:after {
	border-color: transparent transparent currentColor transparent;
	top: 50%;
	margin-top: -6px;
}


.ContentSpoiler__object {
	display: none;
}


.ContentSpoiler--line {
	display: inline;
}


.ContentSpoiler--line .ContentSpoiler__link {
	display: inline;
}


.ContentSpoiler--line .ContentSpoiler__link:after {
	display: none;
}


.ContentSpoiler--line .ContentSpoiler__object {
	display: inline;
	display: none;
}

.textNode hr {
	border: 0;
	border-top: 1px solid #e2ddd9;
	margin: 30px 0;
}

.dashedList {
	margin: 0 0 0 18px;
}
.dashedList li {
	margin: 0 0 10px 0;
	position: relative;
}
.dashedList li:before {
	content: '\2014';
	left: -18px;
	position: absolute;
}


.themesList {
	width: 70%;
}


.themesList.guide {
	width: 100%;
}


.themesList.guide .preview_picture {
	width: 160px;
	height: 160px;
	border: none;
	overflow: hidden;
}
.themesList li {
	margin: 0;
}
.themesList img {
	float: left;
	width: 160px;
	height: 160px;
	margin: 10px 0 20px 0;
	overflow: hidden;
}

.themesList .text {
	min-height: 136px;
	margin: 10px 0 0 182px;
	padding: 0 0 15px;
}
.themesList li .text {

}
.themesList h1 {
	font-size: 18px;
	margin: 0 0 12px;
}
.themesList.news h2 {
	font-size: 18px;
	margin: 0 0 4px;
}
.themesList .date {
	color: #666;
	display: block;
	font-size: 14px;
	margin-bottom: 9px;
}
.themesList p {
	margin: 0 0 5px;
}

.themesList.special img {
	border: none;
	box-shadow: none;
	float: none;
	height: 140px;
	margin: 0;
	padding: 0;
	width: 140px;
}
.themesList.special li .text {
	border: none;
	font-size: 14px;
	font-weight: bold;
	min-height: 0;
	margin: 10px 0 0;
	text-align: center;
	width: 180px;
}
.themesList.special li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	width: 180px;
}
.themesList.special {
	overflow: hidden;
}

.Page--newsList .contentDescription {
	margin-bottom: 0;
}

.Page--newsList .contentDescription h1 {
	margin-bottom: 0;
}

.themesList.news {
	width: 100%;
}

.themesList.news .text h2, .themesList.news .text p, .themesList.news .text span {
	width: 80%;
}

.themesList.news li {
	margin: 0;
	padding-top: 20px;
	float: left;
	width: 100%;
}

.themesList.news li + li {
	border-top: 1px solid #e9e8e5;
}

.themesList.news .preview_picture {
	border: none;
	box-shadow: none;
	float: left;
	height: auto;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 280px;
}

.themesList.news .old .preview_picture {
	height: 160px;
	width: 160px;
}
.themesList.news .old .text {
	margin: 0 0 0 180px;
}

.themesList.news .text {
	min-height: 0;
	margin: 0 0 0 300px;
	padding: 0 0 20px;
}
.themesList.news li .text {
	border-bottom: none;
}
.themesList.guide > li {
	float: left;
}

.bannerMain.bannerMain--inContent {
	margin-bottom: 40px;
}

.bannerMain.bannerMain--inContent .slide__wrapper {
	margin-left: 0;
	width: auto;
}

.bannerMain.bannerMain--inContent img {
	height: auto;
	width: 100%;
}

.listItemsPageControl {
	background-color: #f2eeea;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.listItemsPageControl strong {
	font-weight: bold;
}

.listItemsPageControl__info {
	padding: 12.5px 1em;
	margin: 0;
	color: #777;
	display: inline-block;
}

.listItemsPageControl .paginator {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.listItemsPageControl .paginator li{
	display: inline-block;
	border-right: 1px solid #e9e4e0;
	vertical-align: top;
	text-align: center;
	min-width: 38px;
	min-height: 40px;
}

.listItemsPageControl .paginator li:before{

	/* выравнивание для многоточия */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.listItemsPageControl .paginator li:last-child{
	border: none;
}

.listItemsPageControl .paginator li + li{
	margin-left: -1px;
}

.listItemsPageControl .paginator a{
	display: inline-block;
	padding-top: 5px;
	height: 100%;
	width: 100%;
	border-left: 1px solid #e9e4e0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.listItemsPageControl .paginator a:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.listItemsPageControl .paginator a:hover{
	background-color: #f9f9f9;
}

.listItemsPageControl .paginator a.active{
	background-color: #e2ddd9;
	border-radius: 0;
}

.listItemsPageControl__controls {
	padding: 9px 15px;
	color: #000;
}

.listItemsPageControl__controls .Select, .listItemsPageControl__controls .SelectName {
	vertical-align: middle;
}



/* ITEMS LIST
------------------------------------------------------------------------------*/

/* listItemsContainer
------------------------------------------------------------------------------*/

.listItemsContainer {
	float: left;
	margin: 0 0 25px;
	width: 100%;
}

.listItemsContainer .BannerLoader__content img {
	width: 100%;
	height: auto;
}
/* ITEMS LIST — GENERAL
------------------------------------------------------------------------------*/

.listItemsWrapper { /* и всё, что внутри */
	width: 100%;
}

.listItems {
	margin: 0 0 15px;
}

.listItems .info {
	list-style-position: inside;
	margin: 9px 0 0;
	background-color: #fff;
}

.listItems .info li {
	position: relative;
	word-wrap: break-word;
	padding: 2px 0 3px 13px;
}

.listItems .info li:before {
	content: '';
	display: block;
	position: absolute;
	top: .6em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #000;
}

.listItems .basket__interaction {
	text-align: justify;
	font-size: 0.1px;
}

.listItems .basket__interaction:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.listItems .basket__interaction--disabledCount .textCounter, .listItems .basket__interaction--disabled .textCounter {
	pointer-events: none;
}

.listItems .basket__interaction--disabled .btn {
	cursor: help;
}

.listItems .actionsBadge {
	position: absolute;
	top: 0;
	right: -20px;
}

.listItems .listItemPhoto__badges {
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	text-align: left;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: -3px;
	margin-left: -4px;
}

.listItems .listItemPhoto__badges .promoIcon{
	margin-top: 3px;
	margin-left: 4px;
}

.listItems .itemBanner {
	position: relative;
}

.listItems .itemBanner a {
	display: block;
}

.listItems .itemBanner img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.listItems .itemBanner .BannerLoader a, .listItems .itemBanner .BannerLoader img {
	height: 100%;
}

.listItems .Product__price--initial .Price {
	font-weight: normal;
}

.listItems .Product__price--initial .Price .Price__s {
	vertical-align: 40%;
}


.listItemPhoto__wrapper {
	display: block;
	min-height: 150px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	text-align: center;
}


.listItemPhoto img {
	vertical-align: top;
	visibility: visible;
	opacity: 1;
	-o-transition: .2s opacity, .2s visibility;
	-moz-transition: .2s opacity, .2s visibility;
	transition: .2s opacity, .2s visibility;
}


.listItemPhoto--loading .listItemPhoto__wrapper, .listItemPhoto--missing .listItemPhoto__wrapper {
	background-color: #f1eeec;
	background-size: auto;
}


.listItemPhoto--loading .ProductPhoto {
	display: inline;
}


.listItemPhoto--loading .ProductPhoto__images {
	display: none;
}


.listItemPhoto--loading img {
	display: block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}


.listItemPhoto--missing .listItemPhoto__wrapper {
	background-position: 50% 28%;
}


.listItemPhoto--missing .listItemPhoto__wrapper a {
	display: block;
	width: 100%;
	position: relative;
}


.listItemPhoto--missing .listItemPhoto__wrapper a:before {
	content: '';
	display: block;
	padding-top: 100%;
}


.listItemPhoto--missing .listItemPhoto__wrapper a:after {
	content: 'Изображение отсутствует';
	position: absolute;
	top: 62%;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}


.listItemBuy .textCounter {
	vertical-align: middle;
	width: 35%;
}


.listItemBuy .textCounter input {
	width: 100%;
}


.listItemBuy .basket .btn {
	vertical-align: top;
	width: 60%;
	text-align: center;
}


.listItemBuy .pseudoLink--loyaltyProgram {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 10px;
}

.listItemsAux {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

.listItemsAux + .listItemsWrapper.grid {
	margin-top: 10px;
}


.ProductBrand__name {
	text-decoration: inherit;
	text-transform: uppercase;
}


.actionsBadgeDescription .ProductSpecial{
	margin-left: -10px;
	margin-right: -10px;
}


.actionsBadgeDescription .ProductSpecial__box:first-child{
	padding-left: 10px;
}


.actionsBadgeDescription .ProductSpecial__box:last-child{
	padding-right: 10px;
}


.actionsBadgeDescription .ProductSpecial__income{
	padding-left: 10px;
	padding-right: 10px;
}

/* ^ это карточка товара, а не список */

.itemInfoDetails.itemInfoDetails .ProductSpecial{
	margin-left: -21px;
	margin-right: -21px;
}

.itemInfoDetails.itemInfoDetails .ProductSpecial__box:first-child{
	padding-left: 21px;
}

.itemInfoDetails.itemInfoDetails .ProductSpecial__box:last-child{
	padding-right: 21px;
}

.itemInfoDetails.itemInfoDetails .ProductSpecial__income{
	padding-left: 21px;
	padding-right: 21px;
}

.listItems--productList .listItemPhoto .listItemPhoto__wrapper, .listItems--productList .listItemPhoto .listItemPhoto__link, .listItems--productList .listItemPhoto .listItemPhoto__img {
	max-width: 240px;
}

.listItems--productList .listItemBuy__loyalty .pseudoLink {
	margin: 6px 0 0;
}

.listItems--productList .listItemBuy__income .Product__income {
	margin: 3px 0 0;
}

.listItems--productList .listItemBuy__basket {
	margin-top: 10px;
}

.listItems--productList .listItemBuy__basket .basket__interaction {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.listItems--productList .listItemBuy__basket .basket__interaction:after {
	display: none;
}

.listItems--productList .listItemBuy__basket .textCounter {
	width: 70px;
}

.listItems--productList .listItemBuy__basket .textCounter + .btn {
	margin-left: 10px;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.listItems--productList .listItemBuy__basket + .listItemBuy__available .ProductState:first-child {
	margin-top: 10px;
}

.listItems--productList .listItem__features .ProductSpecial__box:first-child, .listItems--productList .listItemBuy .ProductSpecial__box:first-child {
	padding-left: 15px;
}

.listItems--productList .listItem__features .ProductSpecial__box:last-child, .listItems--productList .listItemBuy .ProductSpecial__box:last-child {
	padding-right: 15px;
}

.listItems--productList .listItem__features .ProductSpecial__income, .listItems--productList .listItemBuy .ProductSpecial__income {
	padding-left: 15px;
	padding-right: 15px;
}

.listItems--productList .listItemBuy .ProductSpecial {
	margin: 10px 0 0;
}

.listItems--productList .ProductState {
	font-size: 12px;
	line-height: 1.5;
}

.listItems--productList .ProductState--last {
	line-height: 1.25;
}

.listItems--productList .listItemBuy__extra > .ProductState:first-child {
	margin-top: .5em;
}


/* ITEMS LIST — DETAILS
------------------------------------------------------------------------------*/

.details .listItems {
	width: 100%;
	margin: 0;
	cursor: default;
}

.details .listItems > li .listItem__content {
	padding: 30px 0;
	position: relative;
	width: 100%;
}

.details .listItems > li .listItem__content.empty {
	display: none;
}

.details .listItems > li + li, .details .listItems + .listItems > li {
	border-top: 1px solid #dcd9d7;
}

.details .listItems > li .listItem__content {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 136px;
	position: relative;
	white-space: nowrap;
}

.details .listItemPhoto {
	display: table-cell;
	white-space: normal;
	position: relative;
	width: 23%;
}

.details .listItemPhoto__wrapper {
	position: relative;
	max-width: 220px;
}

.details .listItemPhoto a {
	display: block;
}

.details .listItemPhoto img {
	width: 100%;
	min-width: 160px;
	height: auto;
	vertical-align: top;
}

.details .listItemPhoto--loading img {
	height: 0;
}

.details .listItemInfo {
	display: table-cell;
	vertical-align: top;
	white-space: normal;
	padding-left: 30px;
	padding-right: 15px;
}

.details .listItemInfo .name a {
	color: #3e3e3e;
	font-weight: bold;
}

.details .listItemInfo .name a:hover, .details .listItemInfo .name a.hover {
	color: #ff0030;
}

.details .listItemInfo .code {
	margin-top: 9px;
	margin-bottom: 6px;
}

.details .listItemInfo .promo {
	display: none;
}

.details .listItemInfo .ProductSpecial {
	display: none;
}

.details .itemInteract {
	margin-top: 10px;
	font-size: 12px;
}

.details .listItemBuy {
	display: table-cell;
	vertical-align: top;
	white-space: normal;
	width: 220px;
	padding-left: 15px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.details .listItemBuy .ProductBrand {
	display: none;
}

.details .listItemBuy .Modifiers {
	display: none;
}

.details .additional {
	color: #777;
	font-size: 12px;
}

.details .additional:first-child {
	margin-top: 0;
}

.details .ProductBrand {
	display: inline-block;
	margin-bottom: 6px;
}

.details .ProductBrand__link {
	font-size: 11px;
}

.details .Banner {
	border: 1px solid #dcd9d7;
}

.details .ProductSpecial{
	margin-left: -10px;
	margin-right: -10px;
}

.details .ProductSpecial__box:first-child{
	padding-left: 10px;
}

.details .ProductSpecial__box:last-child{
	padding-right: 10px;
}

.details .ProductSpecial__income{
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 980px) {
	.details .listItems--productList .actionsBadge, .details .listItems--productList .promoIcon.guarantprice {
		z-index: 2;
	}
}

.details .listItems--productList .listItemBuy__content {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.details .listItems--productList .listItem__modifiers {
	display: none;
}

.details .listItems--productList .listItemBuy__basket {
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.details .listItems--productList .listItemBuy__interact {
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}



/* ITEMS LIST — GRID
------------------------------------------------------------------------------*/

.listItemsWrapper.grid {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (max-width: 1080px) {
	.listItemsWrapper.grid .AvailabilityList .AvailabilityBox {
		padding-right: 5px;
	}
	.listItemsWrapper.grid .AvailabilityList .AvailabilityBox:last-child {
		padding-left: 0;
	}
}

.grid .listItems {
	display: block;
	margin: 0px -4px 0 1px;
	cursor: default;
	padding-top: 1px;
}

.grid .listItems > li {
	display: inline-block;
	width: 25%;
	margin: -1px 0 0 -1px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 1px solid #e2ddd9;
	vertical-align: top;
}

.grid .listItems > li:hover {
	background-color: #fff;
	border: 1px solid #8a715d;
	box-shadow: 0 0 10px rgba(0,0,0,.18);
	z-index: 1;
	position: relative;
}

.grid .listItems > li:hover .listItem__features {
	display: block;
	visibility: visible;
	opacity: 1;
}

.grid .listItems > li:hover .listItem__features:before {

}

.grid .listItems > li:hover .listItem__features:hover {
	display: none;
}

.grid .listItems > li:nth-of-type(4n) .listItem__features {
	left: auto;
	right: 100%;
	margin: 0 2px 0 0;
}

.grid .listItems > li:nth-of-type(4n) .listItem__featuresArrow{
	right: auto;
	left: 100%;
	border-color: transparent;
	border-left-color: #fff;
}

.grid .listItems > li:nth-of-type(4n) .listItem__features:after{
	left: auto;
	right: -2px;
}

.grid .listItems--wide > li {
	width: 20%;
}

/* сброс */

.grid .listItems--wide > li:nth-of-type(4n) .listItem__features {
	left: 100%;
	right: auto;
	margin: 0 0 0 2px;
}

.grid .listItems--wide > li:nth-of-type(4n) .listItem__featuresArrow{
	right: 100%;
	left: auto;
	border-color: transparent;
	border-right-color: #fff;
}

.grid .listItems--wide > li:nth-of-type(4n) .listItem__features:after{
	left: -2px;
	right: auto;
}

/* установка */

.grid .listItems--wide > li:nth-of-type(5n) .listItem__features {
	left: auto;
	right: 100%;
	margin: 0 2px 0 0;
}

.grid .listItems--wide > li:nth-of-type(5n) .listItem__featuresArrow{
	right: auto;
	left: 100%;
	border-color: transparent;
	border-left-color: #fff;
}

.grid .listItems--wide > li:nth-of-type(5n) .listItem__features:after{
	left: auto;
	right: -2px;
}

.grid .listItems > li {
	position: relative;
	padding: 10px 6px 5px;
}

@media screen and (min-width: 1020px) {
	.grid .listItems > li{
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media screen and (min-width: 1100px) {
	.grid .listItems > li{
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 10px;
	}
	.grid .listItems > li .itemInteract {
		margin-top: 10px;
	}
	.grid .listItems > li .itemInteract li {
		font-size: 12px;
	}
}

@media screen and (min-width: 1250px) {
	.grid .listItems > li{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.grid .listItems--cartridges .listItemBuy {
	padding-top: 10px;
}

.grid .listItemPhoto {
	position: relative;
}

.grid .listItemPhoto__wrapper {
	max-width: 180px;
}

.grid .listItemPhoto__wrapper a {
	max-width: 180px;
}

.grid .listItemPhoto img {
	display: block;
	width: 100%;
	max-width: 180px;
}

.grid .listItemPhoto .actionsBadge {
	right: 0;
	position: absolute;
	top: 0;
}

.grid .listItemInfo {
	margin: 3em 0 0;
}

.grid .listItemInfo .name {
	width: 100%;
	max-height: 38px;
	padding-top: 4px;
	position: absolute;
	bottom: 100%;
	overflow: hidden;
	word-wrap: break-word;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
}

.grid .listItemInfo .ProductBrand {
	display: none;
}

.grid .listItemInfo .Modifiers {
	display: none;
}

.grid .nameWrapper {
	position: relative;
}

.grid .name a {
	padding: 1px 0;
	word-wrap: break-word;
	color: #3a3a3a;
}

.grid .name a:hover, .grid .name a.hover {
	color: #ff0030;
}

.grid .code {
	margin: 7px 0 8px;
}

.grid .listItem__features {
	display: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 12px;
	margin: 0 0 0 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-o-transition: opacity .2s .3s,
			top .2s .1s;
	-moz-transition: opacity .2s .3s,
			top .2s .1s;
	transition:
			opacity .2s .3s,
			top .2s .1s;
}

.grid .listItem__featuresArrow {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 100%;
	border: 10px solid transparent;
	border-right-color: #fff;
	pointer-events: none;
	-o-transition: top .2s .1s;
	-moz-transition: top .2s .1s;
	transition: top .2s .1s;
}

.grid .listItem__features:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -2px;
	background-color: #fff;
	pointer-events: none;
}

.grid .listItem__features .info {
	margin: 0;
}

.grid .listItem__features .info li {
	max-height: -moz-calc(4.2em - 2px);
	max-height: calc(4.2em - 2px);

	/* чтобы не торчала крышка у Й */
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.grid .listItem__features .ProductSpecial {
	margin-top: 5px;
}

.grid .listItemBuy {
	padding-bottom: 1px;
}

.grid .buyWrapper {
	padding-bottom: 1px;

	/* защита от выпадения маргина */
}

.grid .Product__price {
	display: inline-block;
}

.grid .Product__price .Price {
	font-size: 19px;
}

.grid .Product__price--initial .Price {
	font-size: 16px;
}

.grid .Product__specialCondition {
	font-size: 12px;
	margin-top: 3px;
	white-space: nowrap;
}

@media (min-width: 981px) and (max-width: 1080px) {
	.grid .additional{
		font-size: 11px;
	}
}

.grid .itemInteract {
	margin-top: 5px;
	font-size: 12px;
}

.grid .ProductBrand {
	margin: .8em 0 .3em;
}

.grid .ProductBrand__link {
	font-size: 11px;
}

.grid .Banner {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	margin: 15px 4px 15px -1px;
	border: 1px solid #c4beb9;
}

@media (min-width: 980px) {
	.grid .listItems--productList{
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.grid .listItems--productList .listItem {
		padding: 0;
	}
	.grid .listItems--productList .listItem__content {
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		padding: 15px;
	}
	.grid .listItems--productList .listItem:hover .actionsBadge, .grid .listItems--productList .listItem:hover .promoIcon.guarantprice, .grid .listItems--productList .listItem:hover .listItem__modifiers, .grid .listItems--productList .listItem:hover .listItemInfo .name {
		z-index: 2;
	}
}

@media (min-width: 1250px) {
	.grid .listItems--productList .listItem__content {
		padding: 20px;
	}
}

.grid .listItems--productList.listItems--short .listItem--active, .grid .listItems--productList.listItems--short .listItem:hover {
	z-index: 2;
	position: relative;
	box-shadow: none;
}

.grid .listItems--productList.listItems--short .listItem--active .listItem__content, .grid .listItems--productList.listItems--short .listItem:hover .listItem__content {
	margin: -1px;
	background-color: #fff;
	border: 1px solid #8a715d;
	min-height: -moz-calc(100% + 2px);
	min-height: calc(100% + 2px);
	box-shadow: 0 0 10px rgba(0, 0, 0, .18);
}

.grid .listItems--productList.listItems--short .listItem--active .listItemBuy__extra, .grid .listItems--productList.listItems--short .listItem--active .listItemBuy__interact, .grid .listItems--productList.listItems--short .listItem:hover .listItemBuy__extra, .grid .listItems--productList.listItems--short .listItem:hover .listItemBuy__interact {
	display: block;
}

.grid .listItems--productList.listItems--short .listItemBuy__extra, .grid .listItems--productList.listItems--short .listItemBuy__interact {
	display: none;
}

.grid .listItems--productList.listItems--short.listItems--collapsed .listItem .listItemBuy__extra, .grid .listItems--productList.listItems--short.listItems--collapsed .listItem .listItemBuy__interact {
	display: none;
}

@media (max-width: 1190px) and (min-width: 980px) {
	.grid .listItems--productList.listItems--wide .listItem{
		width: 25%;
	}
	.grid .listItems--productList.listItems--wide .listItem:nth-of-type(5n) .listItem__features {
		left: 100%;
		right: auto;
		margin: 0 0 0 2px;
	}
	.grid .listItems--productList.listItems--wide .listItem:nth-of-type(5n) .listItem__featuresArrow{
		right: 100%;
		left: auto;
		border-color: transparent;
		border-right-color: #fff;
	}
	.grid .listItems--productList.listItems--wide .listItem:nth-of-type(5n) .listItem__features:after{
		left: -2px;
		right: auto;
	}
	.grid .listItems--productList.listItems--wide .listItem:nth-of-type(4n) .listItem__features {
		left: auto;
		right: 100%;
		margin: 0 2px 0 0;
	}
	.grid .listItems--productList.listItems--wide .listItem:nth-of-type(4n) .listItem__featuresArrow{
		right: auto;
		left: 100%;
		border-color: transparent;
		border-left-color: #fff;
	}
	.grid .listItems--productList.listItems--wide .listItem:nth-of-type(4n) .listItem__features:after{
		left: auto;
		right: -2px;
	}
}

.grid .listItems--productList.listItems--wide .Availability__hintMinor {
	display: none;
}

@media (max-width: 1190px) and (min-width: 980px) {
	.grid .listItems--productList:not(.listItems--wide) .listItem{
		width: 33.33333%;
	}
	.grid .listItems--productList:not(.listItems--wide) .listItem:nth-of-type(4n) .listItem__features {
		left: 100%;
		right: auto;
		margin: 0 0 0 2px;
	}
	.grid .listItems--productList:not(.listItems--wide) .listItem:nth-of-type(4n) .listItem__featuresArrow{
		right: 100%;
		left: auto;
		border-color: transparent;
		border-right-color: #fff;
	}
	.grid .listItems--productList:not(.listItems--wide) .listItem:nth-of-type(4n) .listItem__features:after{
		left: -2px;
		right: auto;
	}
	.grid .listItems--productList:not(.listItems--wide) .listItem:nth-of-type(3n) .listItem__features {
		left: auto;
		right: 100%;
		margin: 0 2px 0 0;
	}
	.grid .listItems--productList:not(.listItems--wide) .listItem:nth-of-type(3n) .listItem__featuresArrow{
		right: auto;
		left: 100%;
		border-color: transparent;
		border-left-color: #fff;
	}
	.grid .listItems--productList:not(.listItems--wide) .listItem:nth-of-type(3n) .listItem__features:after{
		left: auto;
		right: -2px;
	}
}

.grid .listItems--productList .listItemPhoto {
	padding-bottom: 5px;
}

.grid .listItems--productList .listItemPhoto__badges {
	margin-bottom: 5px;
}

@media (max-height: 750px) {
	.grid .listItems--productList .listItemPhoto .listItemPhoto__wrapper, .grid .listItems--productList .listItemPhoto .listItemPhoto__link, .grid .listItems--productList .listItemPhoto .listItemPhoto__img {
		max-width: 180px;
	}
}

.grid .listItems--productList .listItem__modifiers {
	position: relative;
}

.grid .listItems--productList .listItem__modifiers .Modifiers {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .9);
}

.grid .listItems--productList .listItem__modifiers .Modifiers:not(.Modifiers--color) .Modifiers__item {
	padding-top: 2px;
	padding-bottom: 2px;
}

.grid .listItems--productList .listItemInfo {
	margin-top: 4.2em;
	padding-top: 5px;
}

.grid .listItems--productList .listItemInfo .name {
	padding-top: 5px;
	max-height: 4.2em;
}

.grid .listItems--productList .listItemBuy {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.grid .listItems--productList .listItemBuy__price {
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-align-content: flex-end;
	    -ms-flex-line-pack: end;
	        align-content: flex-end;
	margin-left: -5px;
}

.grid .listItems--productList .listItemBuy__price .Product__price {
	margin-left: 5px;
}

@media (min-width: 980px) {
	.grid .listItems--productList .Banner{
		width: 100%;
	}
}

@media (max-width: 1440px) {
	.grid .listItems--productList .Availability .Availability__hintMinor {
		display: none;
	}
}

.grid .listItems--productList .itemInteract {
	margin-top: 10px;
}


/* REMIND TO BUY
------------------------------------------------------------------------------*/

.listItemRemindBuy {
	margin-left: 37px;
}

.listItemRemindBuy__box {
	position: relative;
	margin-top: 10px;
}

.listItemRemindBuy__box:before {
	content: "";
	display: block;
	position: absolute;
	left: -40px;
	top: 5px;
	margin-right: .8em;
	width: 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.listItemRemindBuy__box--period:before {
	background-image: url('/assets/img/dest/interface/remindBuy_clock.png');
	height: 24px;
}

.listItemRemindBuy__box--average:before {
	background-image: url('/assets/img/dest/interface/remindBuy_cart.png');
	height: 24px;
	margin-left: -3px;
}

.listItemRemindBuy__box--calendar:before {
	background-image: url('/assets/img/dest/interface/remindBuy_calendar.png');
	height: 24px;
}

.listItemRemindBuy__content {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.35em;
}

.listItemRemindBuy__title {
	color: #888;
	font-size: 12px;
}

.listItemRemindBuy__info {
	font-weight: bold;
}

.listItemRemindBuy__editDate {
	cursor: pointer;
}

.listItemRemindBuy__editDate:after {
	content: "";
	display: inline-block;
	background-image: url('/assets/img/dest/interface/edit_marker.png');
	height: 11px;
	width: 11px;
	margin-left: 6px;
}

.listItemRemindBuy__getDate--overdue .pseudoLink {
	color: #c12119;
}

.listItemRemindBuy__getDate--overdue .pseudoLink:hover {
	color: #ff0030;
}

.listItemRemindBuy__setDate {
	margin-top: 2px;
}

.listItemRemindBuy .btn {
	width: 50px;
	height: 35px;
}

.listItemRemindBuy .btn, .listItemRemindBuy .DatePicker {
	vertical-align: middle;
}

.Product__price .Price {
	font-size: 24px;
	font-weight: bold;
}

.Product__price--initial .Price {
	font-size: 16px;
	position: relative;
}

.Product__price--initial .Price:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	pointer-events: none;
}

.Product__specialCondition {
	color: #c22119;
	margin-bottom: .75em;

}

.Product__income {
	margin-top: 3px;
}

.actionsBadge--productSpecial {
	display: inline-block;
	margin-bottom: .75em;
}

.actionsBadge--productSpecial .actionsBadgeTrigger {
	color: #c22119;
	cursor: pointer;
	background: -moz-linear-gradient(left, currentColor 0, currentColor 1px, transparent 1px, transparent 100%) 0 85% / 2px 1px repeat-x;
	background: -o-linear-gradient(left, currentColor 0, currentColor 1px, transparent 1px, transparent 100%) 0 85% / 2px 1px repeat-x;
	background: linear-gradient(90deg, currentColor 0, currentColor 1px, transparent 1px, transparent 100%) 0 85% / 2px 1px repeat-x;
}

.actionsBadge--productSpecial .actionsBadgeTrigger:hover {
	color: #ff0030;
}

.actionsBadge--productSpecial .actionsBadgeTrigger .Price--best {
	color: inherit;
}

.actionsBadge--productSpecial .Product__specialCondition {
	border-bottom-width: 0;
	color: inherit;
	margin-bottom: 0;
}

.grid .actionsBadge--productSpecial, .grid .actionsBadge--productSpecial .actionsBadgeTrigger {
	cursor: pointer;
	display: inline-block;
	position: static;
	margin-bottom: 0;
}

.orderByCodeList .actionsBadge--productSpecial .actionsBadgeDescription {
	left: -60px;
	right: auto;
}


.itemInfoDetails .ProductBrand {
	margin-right: -15px;
	cursor: default;
}


.itemInfoDetails .ProductBrand:not(:first-child) {
	margin-top: 19px;
}


.itemInfoDetails .ProductBrand__link {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-bottom: 8px;
}


.itemInfoDetails .itemInfoLinks {
	border-top: 1px solid #ddd;
	margin-top: 6px;
	cursor: default;
}


.itemInfoDetails .ProductBrand + .itemInfoLinks {
	border-top-width: 0;
	margin-top: 0;
}


.itemInfoDetails .specialBar + .ProductDelivery--productCard {
	margin-top: 13px;
}


.itemInfoDetails .specialBar + .itemInfoDetailsActions {
	margin-top: 8px;
}


.itemInfoDetails .specialBar__modifiers:not(:first-child) {
	margin-top: 20px;
}


.itemInfoDetails .Notify--accent.Notify--accent {
	padding: 13px 15px;
}


.itemInfoDetails .Availability--less .AvailabilityList .AvailabilityBox + .AvailabilityBox {
	padding-left: 5px;
}

.ProductDelivery--productCard {
	margin-top: 20px;
}

.ProductDelivery--productCard .ProductDelivery__paragraph + .ProductDelivery__paragraph {
	margin-top: 4px;
}

#photoPreview {
	background: url('/img/item-preview-shadow.png') no-repeat;
	display: none;
	height: 162px;
	padding: 12px;
	position: absolute;
	width: 162px;
	z-index: 100;
}
#photoPreview img {
	border: 1px solid #c4c4c4;
}



/* 2.4. STUFF — SLIDERS AND BANNERS
------------------------------------------------------------------------------*/

/* 2.4.1. STUFF — BANNER'S TYPES
------------------------------------------------------------------------------*/

.bannerMain {
	position: relative;
}

.bannerMain a {
	display: block;
}
.bannerMain img {
	display: inline-block;
	vertical-align: middle;
}
.fluidContainer .slides img {
	max-height: 218px;
}

.bannerMain .slides {
	overflow: hidden;
	position: relative;

	-o-transition: opacity .2s;

	-moz-transition: opacity .2s;

	transition: opacity .2s;
}

.bannerMain .slides:hover{
	opacity: .8;
}

.bannerMain .slides:hover {
	opacity: 1;
}
.bannerMain .slides li {

	/*слайд будет визуально скрыт*/
	visibility: hidden;
	opacity: 0;
	-o-transition: visibility, opacity;
	-moz-transition: visibility, opacity;
	transition: visibility, opacity;
	-moz-transition-delay: .3s;
	  -o-transition-delay: .3s;
	     transition-delay: .3s;
	-moz-transition-duration: 0s;
	  -o-transition-duration: 0s;
	     transition-duration: 0s;

	/* слайды не должны скрываться скриптом при помощи этого свойства */
	display: list-item !important;

	/* все, кроме первого, спозиционированы абсолютно */
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.ielte8 .bannerMain .slides li {
	background-color: #fff;
}
.bannerMain .slides .active, .bannerMain .slides li:first-child {
	display: list-item;
}
.bannerMain .slides li:first-child {
	position: relative;
}
.bannerMain .slides .active {
	visibility: visible;
	opacity: 1;
	-moz-transition-delay: 0s;
	  -o-transition-delay: 0s;
	     transition-delay: 0s;
	-moz-transition-duration: .3s;
	  -o-transition-duration: .3s;
	     transition-duration: .3s;
	z-index: 2;
}
.fluidContainer.bannerMain .slides li {
	border-radius: 2px 2px 0 0;
}

.fluidContainer.bannerMain .slides a {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.fluidContainer.bannerMain.cartridgeOpponent {
	margin-right: 219px;
}
.bannerMain .slide__wrapper {
	display: block;
	text-align: center;
	margin-left: -200%;
	width: 500%;
}

.bannerMain .controls {
	height: 0;
	white-space: nowrap;
	text-align: center;
}
.bannerMain .controls li {
	position: relative;
	top: -35px;
	z-index: 3;
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 4px;
	cursor: pointer;
}
.bannerMain .controls li:after {
	content: '';
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 1px solid #c22119;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background-color: #fff;
	background-clip: content-box;
	border-radius: 50%;
}
@media screen and (min-width: 980px) {
	.bannerMain .controls li:hover:after{
		border-color: #fff;
		width: 14px;
		height: 14px;
		background-color: #c22119;
	}
}
.bannerMain .controls li.active {
	cursor: default;
}
.bannerMain .controls li.active:after{
	border-color: #fff;
	width: 14px;
	height: 14px;
	background-color: #c22119;
}
.bannerMain .controls li + li {
	margin-left: 0;
}

.ControlBannerMain--prev, .ControlBannerMain--next {
	position: absolute;
	top: -moz-calc(50% - 25px);
	top: calc(50% - 25px);
	z-index: 3;
	width: 48px;
	height: 48px;
	border: 1px solid transparent;
	border-radius: 50%;
	background-position: 56% 50%;
	background-repeat: no-repeat;
	background-clip: content-box;
	cursor: pointer;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ControlBannerMain--prev {
	left: -5px;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.ControlBannerMain--next {
	right: -5px;
}

.bannerMain:hover .ControlBannerMain--prev, .bannerMain:hover .ControlBannerMain--next {
	border-color: #c22119;
	background-color: #fff;
}

.bannerMain:hover .ControlBannerMain--prev:hover, .bannerMain:hover .ControlBannerMain--next:hover {
	border-color: #fff;
	background-color: #c22119;
}

.bannerMain:hover .ControlBannerMain--prev {
	left: -10px;
}

.bannerMain:hover .ControlBannerMain--next {
	right: -10px;
}

.bannerMain .autoplay .icon {
	height: 6px;
	width: 3px;
}
.bannerMain .autoplay.isAutoplay .icon {
	height: 6px;
	width: 4px;
}


.bannerMain--main .BannerLoader {
	padding-bottom: 290px;
}


.bannerMain--industry .BannerLoader {
	padding-bottom: 16.66666666666667%;
}


.bannerMain--catalog .BannerLoader {
	padding-bottom: 22.037422037422%;
}


.bannerMain--thin .BannerLoader {
	padding-bottom: 150.46%;
}

.Banner--inProductList .BannerLoader {
	padding-bottom: 10.4166667%;
}

.Banner--orders img {
	border: 1px solid #c4beb9;
}

.Banner--orderFinish {
	border: 1px solid #c4beb9;
}

.Banner--orderFinish .BannerLoader {
	padding-bottom: 18.6666667%;
}


/* 2.4.2. STUFF — SLIDERS'S TYPES
------------------------------------------------------------------------------*/

.slider .HiddingText:after{
	display: inline;
}

.slider .HiddingText__tail{
	display: none;
}

.slider + .slider {
	margin-top: 25px;
}

.sliderHeader {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px 17px 0;
}

.sliderHint {
	margin: -12px 0 17px;
	font-size: 12px;
	color: #656565;
}

.sliderContainer {
	position: relative;
}

.sliderContainer .sliderControl {
	position: absolute;
	top: 10px;
	bottom: 10px;

	background-color: #e2ddd9;
	cursor: pointer;
	display: none;
	opacity: .9;
	width: 32px;
	z-index: 3;

	-o-transition: background-color .3s;

	-moz-transition: background-color .3s;

	transition: background-color .3s;
}

.sliderContainer .sliderControl:before {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	content: '';
	opacity: .75;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.sliderContainer .sliderControl:hover {
	background-color: #f1eeea;

	-moz-transition-duration: 0s;

	  -o-transition-duration: 0s;

	     transition-duration: 0s;
}
.sliderContainer .sliderControl:active {
	background-color: #ebe7e4;
}
.sliderContainer .sliderControl.disabled {
	cursor: default;
}
.sliderContainer .sliderControl.left {
	left: 0;
}
.sliderContainer .sliderControl.right {
	right: 0;
}

.sliderContainer .listItems {
	border: 0;
	clear: none;
	overflow: hidden;
	white-space: nowrap;

	/* для отображения тени
	вокруг наведённых товаров в витрине */
	margin: -10px 0;
	padding: 10px 0;
}

.sliderContainer .listItems > li {
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0;
	border: 1px solid #e2ddd9;
	white-space: normal;
}

.sliderContainer .listItems > li:first-child {
	border-left-width: 1px;
	margin: 0;
}

.sliderContainer .itemInteract {
	display: none;
}

.sliderContainer .promoIconWrapper {
	top: -24px;
}

.sliderContainer .listItemBuy {
	padding: 1px 0 0;
	margin-top: -1px;
	min-height: 75px;
}

.Section--showcaseTwoFloors .basket__wrapper, .sliderContainer .basket__wrapper {
	display: inline-block;
	vertical-align: bottom;
}

.Section--showcaseTwoFloors .basket__wrapper .textCounter, .Section--showcaseTwoFloors .basket__wrapper .btn, .sliderContainer .basket__wrapper .textCounter, .sliderContainer .basket__wrapper .btn {
	width: 100%;
}

.Section--showcaseTwoFloors .basket__wrapper .disable, .sliderContainer .basket__wrapper .disable {
	cursor: help;
}

.Section--showcaseTwoFloors .basket__wrapper--counter, .sliderContainer .basket__wrapper--counter {
	width: 35%;
	cursor: help;
}

.Section--showcaseTwoFloors .basket__wrapper--counter .Form__input, .sliderContainer .basket__wrapper--counter .Form__input {
	cursor: help;
}

.Section--showcaseTwoFloors .basket__wrapper--button, .sliderContainer .basket__wrapper--button {
	width: 60%;
}

.sliderContainer .basket--removed {
	min-height: 32px;
}

.sliderContainer--cartridges .listItemBuy {
	min-height: 0;
}
.sliderContainer .specialOffer {
	display: none;
}
.sliderContainer .listItemBuy .price {
	bottom: 53px;
	margin: 0 0 5px;
	white-space: nowrap;
}

.sliderContainer .listItemBuy .listItemBuy__price {
	margin: 10px 0 5px;
	min-height: 20px;
	position: relative;
	white-space: nowrap;
}

.sliderContainer .listItemBuy .Product__price .Price {
	font-size: 16px;
}

.sliderContainer .listItemBuy .Product__specialCondition {
	display: none;
}

.sliderContainer .listItemBuy .Product__price {
	background-color: #fff;
	display: inline-block;
}

.sliderContainer .listItemBuy .Product__price--initial {
	display: inline;
	overflow: hidden;
	vertical-align: bottom;
	max-width: 40%;
	position: relative;
	padding-right: 5px;
	opacity: 1;
	visibility: visible;
	max-height: 100%;
	margin-bottom: 0;
}

.sliderContainer .listItemBuy .Product__price--initial:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	width: 5px;
}

.sliderContainer .listItemBuy .Product__price--initial .Price {
	font-size: 14px;
	font-weight: normal;
}

.sliderContainer .basketAlready {
	display: none;
}

.sliderContainer .citySelector .pseudoLink {
	font-size: 12px;
	font-weight: normal;
}
.sliderContainer .citySelector .citySelectInfo {
	display: block;
	color: #888;
	font-size: 11px;
	margin: 2px 0 0;
}


.sliderPromo .sliderHeader {
	display: block;
}


.sliderContainer--limited.grid .listItems > li {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 20%;
}

.bottomShadow .next, .topShadow .prev {
	background-color: #e2ddd9;
	cursor: pointer;
}

.bottomShadow .next:before, .topShadow .prev:before {
	opacity: .5;
}
.bottomShadow .next:hover, .topShadow .prev:hover {
	background-color: #e9e4e1;
	opacity: 1;
}

.bottomShadow .next:active, .topShadow .prev:active {
	background-color: #f0ece8;
}



/* 2.5. STUFF — LINKS
------------------------------------------------------------------------------*/

a {
	color: #006cb5;
	text-decoration: none;
}

a:hover{
	color: #ff0030;
}

a[href^="tel:"] {
	white-space: nowrap;
}

a[href^="tel:"] small {
	font-size: inherit;
	line-height: inherit;
}

.actionLink {
	color: #006cb5;
}

.actionLink:hover {
	color: #ff0030;
}


.pseudoLink {
	border-bottom: 1px dotted;
	color: #006cb5;
	cursor: pointer;
}


.pseudoLink--help:hover {
	cursor: help;
}
.pseudoLink:hover {
	color: #ff0030;
}
a.pseudoLink:hover {
	text-decoration: none;
}

.link.red, .pseudoLink.red {
	color: #c22119;
}

.pseudoLink.red:hover {
	color: #ff0030;
}

.anchorLink, .anchorLink:hover {
	text-decoration: none;
}


.InfoLink {
	color: #666;
}


.InfoLink:before {
	content: '';
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	margin-right: .4em;
	opacity: .75;
}


.InfoLink:hover:before {
	opacity: 1;
}

.seeAll:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -.1em 0 0 .35em;
	width: 13px;
	height: 13px;
}



/* 2.6. STUFF — DROP&DOWNS
------------------------------------------------------------------------------*/

.ddMainInfoPanel {
	background-color: #ffeab1;
	display: none;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
	z-index: 6;
	border-bottom: 1px solid #e2ddd9;
}

@media (max-width: 760px) {
	.ddMainInfoPanel--cookies .content__text {
		font-size: 0;
	}
	.ddMainInfoPanel--cookies .content__textMobile {
		font-size: 14px;
		margin-right: 3px;
	}
	.ddMainInfoPanel--cookies .content__textMobile:after {
		content: '.';
	}
	.ddMainInfoPanel--cookies .content__link:before {
		content: attr(data-shorttext);
		font-size: 14px;
	}
	.ddMainInfoPanel--cookies .content__box--btnHide {
		width: 1px;
	}
}

.ddMainInfoPanel .Page__wrapper {
	position: relative;
}

.ddMainInfoPanel .content {
	display: table;
	width: 100%;
}

.ddMainInfoPanel .content__text {
	display: inline-block;
	max-width: 1500px;
}

.ddMainInfoPanel .content__btnCollapse {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.ddMainInfoPanel .content__box {
	display: table-cell;
	vertical-align: middle;
	color: #3a3a3a;
}
.ddMainInfoPanel .content__box + .content__box {
	padding-left: 1em;
}
.ddMainInfoPanel .content__box--icon {
	vertical-align: top;
	width: 1%;
}
.ddMainInfoPanel .content__box--btnCollapse {
	width: 1%;
}

.ddMainInfoPanel .Content {
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
}
.ddMainInfoPanel .img {
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}

.ddMainInfoPanel--warning .img {
	height: 42px;
	width: 44px;
}

.ddMainInfoPanel--minor, .ddMainInfoPanel.collapsed {
	background-color: #f2eeea;
	padding: 7px 0;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.ddMainInfoPanel.collapsed {
	font-size: 12px;
}

.ddMainInfoPanel.collapsed .content__btnCollapse {
	display: none !important;
}

.ddMainInfoPanel--minor .img, .ddMainInfoPanel.collapsed .img {
	width: 34px;
	height: 34px;
}
.ddMainInfoPanel .error {
	color: #c22119;
	font-weight: bold;
}

.ddTip {
	margin: 0 0 20px;
}
.ddTipHeader {
	color: #404040;
	display: block;
	margin: 0 0 10px;
}
.contentDescription .ddTipHeader {
	text-align: left;
}
.ddTipHeader em {
	border-bottom: 1px dotted;
	cursor: pointer;
}
.ddTipContent {
	background-color: #f2eeea;
	border-radius: 2px;
	display: none;
	padding: 15px;
	position: relative;
}
.ddTipContent:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	bottom: 100%;
	left: 60px;
	width: 20px;
}
.contentDescription .ddTipContent:before {
	left: 60px;
	right: auto;
}

.ddTipContent__title {
	margin-bottom: 0.75em;
}

.ddTipContent strong {
	font-weight: bold;
}
.ddTipContent ul {
	padding: 0 0 0 20px;
	list-style-type: disc;
}
.ddTipContent ul.dashedList {
	list-style-type: none;
	padding-left: 0;
}
.ddTipContent ul.dashedList li {
	margin-bottom: 0;
}
.ddTipContent ul.dashedList li + li {
	margin-top: 4px;
}
.ddTipContent ul .ddTipContent__paragraph + .ddTipContent__paragraph {
	margin-top: 6px;
}
.ddTipContent ul .ddTipContent__paragraph + .dashedList {
	margin-top: 4px;
}

.ddTipContent li + li {
	margin-top: 10px;
}



/* DROPDOWN
------------------------------------------------------------------------------*/

/* Выпадалка (работает на ТипТипе)
***********************************************************/

.Dropdown {
	display: inline-block;
}

.Dropdown__trigger {
	cursor: pointer;
}

.Dropdown__spinner {
	display: inline-block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #000;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	width: 12px;
	height: 12px;
	display: none;
	color: #b2adaa;
}

.Dropdown__list {
	list-style: none;
	padding: 6px 2px;
	color: #3b434f;
}

.Dropdown__item {
	padding-left: 17px;
}

.Dropdown__item + .Dropdown__item {
	margin-top: 7px;
}

.Dropdown__label {
	color: #006cb5;
}

.Dropdown__label:hover {
	color: #ff0030;
	cursor: pointer;
}

.Dropdown__item--selected {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.Dropdown__item--selected .Dropdown__label, .Dropdown__item--selected .Dropdown__label:hover {
	color: #777;
	cursor: default;
}

.Dropdown--waiting {
	padding-bottom: 1px;
}

/* нивелируем отсутствие бордюра псевдоссылки */

.Dropdown--waiting .Dropdown__trigger {
	display: none;
}

.Dropdown--waiting .Dropdown__spinner {
	display: inline-block;
}




/* 2.7. STUFF — TABS
------------------------------------------------------------------------------*/

.tabsContainer {
	border-bottom: 1px solid #e2ddd9;
	margin: 0 0 10px;
	width: 100%;
}

.Cart .tabsContainer {
	border-bottom: 0;
	margin: 0;
}

.itemInfo .tabsContent {
	border: 1px solid #e2ddd9;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	padding: 12px 13px;
	width: 100%;
}

.tabsList {
	position: relative;
	top: 1px;
	z-index: 2;
}

.tabsList li {
	background-color: #e2ddd9;
	border: 1px solid #e2ddd9;
	border-radius: 2px 2px 0 0;
	color: #404040;
	cursor: pointer;
	display: inline-block;
	padding: 6px 12px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: top;
}

.tabsList li a {
	color: inherit;
	font: inherit;
	text-decoration: inherit;
	display: block;
	margin: -6px -12px;
	padding: 6px 12px;
}

.tabsList li:first-child {
	border-left: 1px solid #e2ddd9;
}

.tabsList li + li {
	margin-left: 2px;
}

.tabsList li:hover {
	background-color: #e2ddd9;
}

.tabsList .active {
	background-color: #fff;
	border-bottom: none;
	box-shadow: none;
	color: #000;
	cursor: default;
	padding-bottom: 7px;
}

.tabsList li.active:hover {
	background-color: #fff;
}

.tabsList li.accent {
	background-color: #f2eeea;
	border-top-width: 2px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.tabsList li.accent:hover {
	background-color: #f9f9f9;
}

.tabsList li.accent.active {
	background-color: #fff;
	padding-bottom: 7px;
}

.tabsList li.accent.active a {
	margin-bottom: -7px;
	padding-bottom: 7px;
}

.tabsList li.accent a {
	margin-top: -5px;
	margin-bottom: -6px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.tabsList li.accent.red {
	border-top-color: #db4343;
	color: #db4343;
}
.tabsList li.notEnough {
	color: #c22119;
}

.tabsList.accent {
	border-bottom: 2px solid #c22119;
}

.tabsList.accent li {
	background: #FFF;
	border-bottom: 0 none;
}
.tabsList.accent li:hover {
	border-color: #ccc6c2;
	color: #000;
}
.tabsList.accent li.active {
	background: #c22119;
	border-color: #c22119;
	border-bottom: 1px;
	color: #FFF;
	padding-bottom: 6px;
}
.tabsList.accent li.active a {
	margin-bottom: -6px;
	padding-bottom: 6px;
}

@media (min-width: 980px) {
	.tabsList__title--mobile {
		display: none;
	}
}

@media (max-width: 979px) {
	.tabsList__title--desktop {
		display: none;
	}
}

.tabsList--integral .tabsList__item {
	position: relative;
	border-width: 1px;
	border-right-width: 0;
	border-radius: 0;
	border-color: #dbd5cf;
	background-color: transparent;
}

.tabsList--integral .tabsList__item:first-child {
	border-radius: 2px 0 0 2px;
}

.tabsList--integral .tabsList__item:last-child {
	border-radius: 0 2px 2px 0;
	border-right-width: 1px;
}

.tabsList--integral .tabsList__item:hover {
	background: transparent;
	border-color: #c1bbb6;
	color: #000;
}

.tabsList--integral .tabsList__item.active {
	padding-bottom: 6px;
	border-bottom: 1px solid;
	border-color: #c22119;
	background-color: #c22119;
	color: #fff;
	pointer-events: none;
	cursor: default;
}

.tabsList--integral .tabsList__item.active:hover {
	background-color: #c22119;
}

/* для унификации с табличным представлением */

.tabsList--integral .tabsList__item:hover + .tabsList__item:before, .tabsList--integral .tabsList__item:hover + .tabsList__item.active:before, .tabsList--integral .tabsList__item.active + .tabsList__item:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 100%;
	padding-top: 2px;
	background-color: #c1bbb6;
}

.tabsList--integral .tabsList__item:hover + .tabsList__item.active:before {
	background-color: transparent;
}

.tabsList--integral .tabsList__item.active + .tabsList__item:before {
	background-color: #c22119;
}

.tabsList--integral .tabsList__item + .tabsList__item {
	margin-left: 0;
}

.tabsList--elastic {
	top: 0;
	display: inline-table;
	border-spacing: 2px 0;
	margin-left: -2px;
	margin-right: -2px;
}

@media screen and (max-width: 1100px) {
	.tabsList--elastic{
		display: block;
		margin-bottom: -5px;
		z-index: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

.tabsList--elastic.accent {
	border-bottom: 0;
}

@media screen and (max-width: 1100px) {
	.tabsList--elastic.accent .tabsList__item{
		display: inline-block;
		margin-bottom: 4px;
		border-bottom: 1px solid #e2ddd9;
		margin-left: 0;
		margin-right: 2px;
	}
}

.tabsList--elastic .tabsList__item {
	display: table-cell;
	vertical-align: middle;
}

.tabsList--elastic .tabsList__item--nowrap {
	white-space: nowrap;
}

.tabsList--elastic + .tabsContent {
	border-top: 2px solid #c22119;
}

.tabsList--brands {
	margin-bottom: 30px;
}

.tabsList--singleTab.accent {
	border-bottom: 0;
}

.tabsList--singleTab.accent li {
	padding: 0;
	border: 0;
	font-size: 18px;
	color: unset;
	background: transparent;
}

.tabsList--singleTab.accent li.active {
	padding-bottom: 0;
	color: unset;
	background: transparent;
}


.tabsContent {
	position: relative;
}
.tabsContent .tabsContent__item.info { /* "Подробнее о товаре" в карточке товара */
	display: table;
	table-layout: fixed;
	width: 100%;
}
.TabsContentSpoiler__header {
	display: none;
}
.tabsContent .infoFeatures, .tabsContent .infoDescription {
	display: table-cell;
	vertical-align: top;
}

.tabsContent .info p, .tabsContent .info ul, .tabsContent .info ol {
	margin-bottom: 1em;
}

.tabsContent .info ul {
	list-style-type: disc;
}

.tabsContent .info ol {
	list-style-type: decimal;
}

.tabsContent .info li {
	margin-bottom: 4px;
	margin-left: 20px;
}

.tabsContent .info b {
	font-weight: bold;
}

.tabsContent .infoFeatures {
	padding-right: 2em;
	width: 290px;
}

.tabsContent .infoFeatures .pseudoLink {
	color: inherit;
}

.tabsContent .infoFeatures .pseudoLink:hover {
	color: #ff0030;
}
.tabsContent .infoDescription .Files {
	margin-top: 20px;
}
.tabsContent .info .specTitle {
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	margin-bottom: 5px;
	margin-left: 0;
}

.tab__info {
	line-height: 1;
	color: #c22119;
}

.active .tab__info {
	color: #fff;
}


.serviceInformation__lists {
	display: table;
	width: 100%;
}


.serviceInformation__group {
	display: table-cell;
	vertical-align: top;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}


.serviceInformation__group + .serviceInformation__group {
	padding-left: 65px;
}


.serviceInformation__group--misc {
	width: 1%;
	white-space: nowrap;
}


.serviceInformation__group--employees {
	width: 44%;
}


.serviceInformation__group--advantages {
	width: 55%;
}


.serviceInformation__box + .serviceInformation__box {
	margin-top: .6em;
}


.serviceInformation__header {
	font-weight: bold;
}


.serviceInformation__info {
	display: inline-block;
}


.serviceInformation__aux {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 12px;
	margin-bottom: -14px;
	margin-right: -14px;
	padding: 15px 0 5px;
	border-top: 1px solid #e3deda;
}


.serviceInformation__aux .btn {
	margin-right: 14px;
	margin-bottom: 14px;
}

.StockInfo {
	border-bottom: 1px solid #e3deda;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 15px;
	padding-bottom: 12px;
	width: 100%;
}

.StockInfo__content {
	overflow-x: auto;
	width: 100%;
}

.StockInfo__flow, .StockInfo__main {
	display: table;
}

.StockInfo__main {
	width: 100%;
}

.StockInfo__flow {
	position: absolute;
}

.StockInfo__flow .StockInfo__box  {
	background: #fff;
	text-align: left;
}

.StockInfo__row {
	display: table-row;
}

.StockInfo__row.hover .StockInfo__box, .StockInfo__row:hover .StockInfo__box {
	background-color: #f2eeea;
}

.StockInfo__row--head:hover .StockInfo__box, .StockInfo__row--head.hover .StockInfo__box {
	background-color: #fff;
}

.StockInfo__row--bold  {
	font-weight: bold;
}

.StockInfo__row--attention .StockInfo__box {
	background-color: #f2f2f2;
}

.StockInfo__box {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: default;
	display: table-cell;
	text-align: right;
	padding: 6px 12px;
	white-space: nowrap;
}

.StockInfo__box--left {
	text-align: left;
}

.StockInfo__box--separate {
	border-left: 3px solid #fff;
}

.StockInfo__box .pseudoLink {
	color: #000;
}

.StockInfo__box .pseudoLink:hover {
	color: #ff0030;
}

.StockInfo__aux {
	color: #666;
	margin-top: 2px;
}

.StockInfoHeaderTip__sum {
	font-weight: 700;
}

/* 2.8. STUFF — OTHER ITEMS
------------------------------------------------------------------------------*/

/* 2.8.1. STUFF — OTHER ITEMS — PROGRESSBAR
------------------------------------------------------------------------------*/

.progressBar .status {
	font-size: 10px;
	margin: 0 7px 0 0;
}
.progressBar .bar {
	border: 1px solid #ccc;
	display: inline-block;
	height: 6px;
	position: relative;
	vertical-align: baseline;
	width: 95px;
}
.progressBar .done {
	background-color: #379014;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 100%;
}


/*
<div class="progressBar baloon striped isNotDone"><span class="status">70%</span><span class="bar"><span class="done" style="width: 70%;"></span></span></div>
*/

.progressBar.baloon {
	position: relative;
	z-index: 1;
}
.progressBar.baloon .status {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 50%;
	margin-top: -1px;
	margin-left: -15px;
	position: absolute;
	text-align: center;
	width: 30px;
	z-index: 2;
}
.progressBar.baloon .done .status {
	left: auto;
	line-height: 2em;
	margin: 0;
	position: relative;
	top: -1px;
	width: auto;
}
.progressBar.baloon .bar, .progressBar.baloon .done {
	border-radius: 2px;
}
.progressBar.baloon .bar {
	background-color: #d4d4d4;
	border: none;
	height: 18px;
}
.progressBar.baloon.isNotDone .done {
	background-color: #ca1119;
	border-color: #820000;
	min-width: 18px;
}



/* 2.8.2. STUFF — OTHER ITEMS — CITYSELECTOR
------------------------------------------------------------------------------*/

.officemagVipBorderBlock {
	border-bottom: 1px solid #d8d8d8;
}



/* 2.8.3. STUFF — OTHER ITEMS — TROUBLEREPORT
------------------------------------------------------------------------------*/

.troubleReport {
	background: #f4e4a4;
	border-radius: 5px;
	box-shadow:
		inset 1px 1px 0 0 rgba(255,255,255,.5),
		0 0 3px #675407;
	display: inline-block;
	margin-top: 5px;
	padding: 0 14px;
	height: 32px;
	line-height: 32px;
}
.troubleReport:hover {
	background: #f8edc3;
	text-decoration: none;
}
.troubleReport:hover em {
	border-color: #000;
	color: #000;
}



/* 2.8.4. STUFF — OTHER ITEMS — BADGEMARKER
------------------------------------------------------------------------------*/

.badgeMarker {
	background-color: #eee;
	border-radius: 2px;
	color: #000;
	cursor: default;
	display: inline-block;
	font-size: 12px;
	padding: .3em .5em;
}
.badgeMarker.yellow {
	background-color: #ffeab1;
	color: #222;
}
.contentDescription .badgeMarker {
	font-size: 12px;
	padding: 3px 2px;
}

.badgeMarker.vip {
	font-size: .875em;
	letter-spacing: .1em;
	margin-right: -.1em;
	text-transform: uppercase;
	background-color: #efa800;
	color: #48002b;
}

h2 .badgeMarker.vip{
	font-weight: bold;
}



/* 2.8.5. STUFF — OTHER ITEMS — LOADINGOVERLAY
------------------------------------------------------------------------------*/

.loadingOverlay {
	background: #646464;
	background: rgba(100, 100, 100, 0.12);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

.loadingOverlay:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #000;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #333;
}

.LoadingContent {
	position: relative;
}

.Overlay, .Page__overlay {
	background: #FFF;
	-webkit-backdrop-filter: blur(8px);
	        backdrop-filter: blur(8px);
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
	-o-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1) 0s;
	-moz-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1) 0s;
	transition: all .2s cubic-bezier(0.42, 0, 0.08, 1) 0s;
}

.LoadingContent.loading .Overlay, .LoadingContent.loading .Page__overlay {
	visibility: visible;
}
.Page__overlay {
	padding-right: 10px;
}
.LoadingContent.loading .Overlay {
	opacity: .7;
}
.LoadingContent.loading .Page__overlay {
	opacity: .9;
}

.Page__overlaySpinner {
	position: absolute;
	text-align: center;
	width: 100%;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.SpinnerContainer {
	opacity: 0;
	display: inline-block;
	visibility: hidden;
	-webkit-transform: scale(0,0);
	   -moz-transform: scale(0,0);
	    -ms-transform: scale(0,0);
	     -o-transform: scale(0,0);
	        transform: scale(0,0);
	z-index: 4;
}

.SpinnerContainer.centered {
	margin-top: -30px;
	text-align: center;
	top: 50%;
	left: 0;
	position: absolute;
	width: 100%;
}

.SpinnerContainer.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
	transition: -webkit-transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s;
	-o-transition: -o-transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s;
	-moz-transition: transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s, -moz-transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s;
	transition: transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s;
	transition: transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s, -webkit-transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s, -moz-transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s, -o-transform .3s cubic-bezier(0.42, 0, 0.08, 1) .1s;
}

.Spinner {
	background: none;
	border-radius: 100%;
	display: inline-block;
	font-size: 1em;
	margin-top: -.2em;
	height: 15px;
	vertical-align: middle;
	width: 15px;
	position: relative;
}

.Spinner__worm {
	-webkit-animation:
		Worm cubic-bezier(0.42, 0, 0.08, 1) 6s infinite,
		Spinner linear 1.5s infinite;
	   -moz-animation:
		Worm cubic-bezier(0.42, 0, 0.08, 1) 6s infinite,
		Spinner linear 1.5s infinite;
	     -o-animation:
		Worm cubic-bezier(0.42, 0, 0.08, 1) 6s infinite,
		Spinner linear 1.5s infinite;
	        animation:
		Worm cubic-bezier(0.42, 0, 0.08, 1) 6s infinite,
		Spinner linear 1.5s infinite;
	color: #fa284c;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	stroke-dasharray: 200%;
	stroke-dashoffset: 0%;
}

.Spinner--big {
	height: 60px;
	width: 60px;
}

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

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

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

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

@-webkit-keyframes Worm {
	0% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: 0%;
	}
	25% {
		color: #47bc19;
		stroke-dasharray: 250%;
		stroke-dashoffset: -250%;
	}
	50% {
		color: #048be5;
		stroke-dasharray: 250%;
		stroke-dashoffset: -500%;
	}
	75% {
		color: #a7126a;
		stroke-dasharray: 250%;
		stroke-dashoffset: -750%;
	}
	100% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: -1000%;
	}
}

@-moz-keyframes Worm {
	0% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: 0%;
	}
	25% {
		color: #47bc19;
		stroke-dasharray: 250%;
		stroke-dashoffset: -250%;
	}
	50% {
		color: #048be5;
		stroke-dasharray: 250%;
		stroke-dashoffset: -500%;
	}
	75% {
		color: #a7126a;
		stroke-dasharray: 250%;
		stroke-dashoffset: -750%;
	}
	100% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: -1000%;
	}
}

@-o-keyframes Worm {
	0% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: 0%;
	}
	25% {
		color: #47bc19;
		stroke-dasharray: 250%;
		stroke-dashoffset: -250%;
	}
	50% {
		color: #048be5;
		stroke-dasharray: 250%;
		stroke-dashoffset: -500%;
	}
	75% {
		color: #a7126a;
		stroke-dasharray: 250%;
		stroke-dashoffset: -750%;
	}
	100% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: -1000%;
	}
}

@keyframes Worm {
	0% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: 0%;
	}
	25% {
		color: #47bc19;
		stroke-dasharray: 250%;
		stroke-dashoffset: -250%;
	}
	50% {
		color: #048be5;
		stroke-dasharray: 250%;
		stroke-dashoffset: -500%;
	}
	75% {
		color: #a7126a;
		stroke-dasharray: 250%;
		stroke-dashoffset: -750%;
	}
	100% {
		color: #fa284c;
		stroke-dasharray: 250%;
		stroke-dashoffset: -1000%;
	}
}

.Loading {
	position: relative;
}
.Loading:before, .Loading:after {
	content: '';
	position: absolute;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	visibility: hidden;
	opacity: 0;
	-o-transition: opacity .2s ease .2s;
	-moz-transition: opacity .2s ease .2s;
	transition: opacity .2s ease .2s;
}
.Loading:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #f8f6f5;
	border: 1px solid #e5e1dd;
}

.Loading:after {
	border-radius: 50%;
}

.Loading--active:after {
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	   -moz-transform: translate(-50%, -50%) rotate(0deg);
	    -ms-transform: translate(-50%, -50%) rotate(0deg);
	     -o-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
	z-index: 1;
	border: 1px solid #ccc6c2;
	border-top-color: transparent;
	border-radius: 50%;
	-webkit-animation: LoadingSpinner linear 1.5s .2s infinite;
	   -moz-animation: LoadingSpinner linear 1.5s .2s infinite;
	     -o-animation: LoadingSpinner linear 1.5s .2s infinite;
	        animation: LoadingSpinner linear 1.5s .2s infinite;
}

.Loading--active:before, .Loading--active:after {
	visibility: visible;
	opacity: 1;
}

.Loading__wrapper {
	position: relative;
}

@-webkit-keyframes LoadingSpinner {
	0% {-webkit-transform: translate(-50%, -50%) rotate(0);transform: translate(-50%, -50%) rotate(0);}
	100% {-webkit-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}

@-moz-keyframes LoadingSpinner {
	0% {-moz-transform: translate(-50%, -50%) rotate(0);transform: translate(-50%, -50%) rotate(0);}
	100% {-moz-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}

@-o-keyframes LoadingSpinner {
	0% {-o-transform: translate(-50%, -50%) rotate(0);transform: translate(-50%, -50%) rotate(0);}
	100% {-o-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}

@keyframes LoadingSpinner {
	0% {-webkit-transform: translate(-50%, -50%) rotate(0);-moz-transform: translate(-50%, -50%) rotate(0);-o-transform: translate(-50%, -50%) rotate(0);transform: translate(-50%, -50%) rotate(0);}
	100% {-webkit-transform: translate(-50%, -50%) rotate(360deg);-moz-transform: translate(-50%, -50%) rotate(360deg);-o-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}


/* витрины */
.sliderContainer.Loading--active {
	min-height: 331px;
}
.sliderContainer.Loading--active .listItems {
	display: none;
}

/* вкладки */
.Loading--active.tabsContent__item, .Loading--active.TabsContentSpoiler__content {
	min-height: 200px;
	overflow: hidden;
}
.Loading--active.tabsContent__item:before, .Loading--active.TabsContentSpoiler__content:before {
	border-width: 0;
}



/* 2.8.6. STUFF — OTHER ITEMS — ICON
------------------------------------------------------------------------------*/

/*
<span class="icon"></span>
*/

.icon {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -.2em;
	vertical-align: middle;
}
a .icon {
	margin-right: .4em;
}

.icon.actionGift {
	height: 14px;
	width: 15px;
	background-position: 0 0;
	margin-top: -.4em;
}
.icon.actionTime {
	height: 15px;
	width: 13px;
	margin-right: 1px;
	background-position: 0 0;
}

.icon.arrow.right {
	height: 8px;
	width: 11px;
}

.icon.infoS {
	width: 13px;
	height: 13px;
}

.icon.info {
	height: 13px;
	width: 13px;
}
.icon.infoA {
	height: 13px;
	width: 13px;
}

.icon.menuList {
	height: 18px;
	width: 18px;
	margin-right: 4px;
	margin-top: -1px;
}

.icon.fb-chat {
	height: 16px;
	width: 17px;
}

.icon.fb-callback {
	height: 16px;
	width: 16px;
}
.icon.fb-q {
	height: 12px;
	width: 17px;
}

.icon.fb-documentFlow {
	height: 17px;
	width: 14px;
}

.icon.enter {
	background: url('/img/icons/enter_blue.png') no-repeat;
	height: 11px;
	margin-right: .25em;
	width: 11px;
}

.icon.paperList {
	width: 10px;
	height: 14px;
}

.icon.threeDProject {
	height: 16px;
	width: 16px;
}

.icon.delivery {
	height: 16px;
	width: 16px;
}

.icon.instrument {
	height: 16px;
	width: 16px;
}



/* 2.8.7. STUFF — OTHER ITEMS — PSEUDOTABLE
------------------------------------------------------------------------------*/

/*
<ul>
	<li class="rowHead">
		<a href="#">
			<span class="col colIcon"></span>
			<span class="col colName"></span>
			<span class="col colFeedback"></span>
		</a>
	</li>
</ul>
*/

.pseudoTable {}
.pseudoTable li:nth-child(2n) {
	background-color: #f6f6f6;
}
.pseudoTable li:last-child > a {
	border-bottom: none;
}

.pseudoTable .rowHead, .pseudoTable > a {
	border-bottom: 1px solid #dadada;
	color: inherit;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
.pseudoTable > a:hover {
	background-color: #e9f6f8;
	color: #0055b5;
	text-decoration: none;
}
.pseudoTable .col {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}



/* FLAT TABLE
------------------------------------------------------------------------------*/

/*
<table class="flatTable">
	<tr>
		<th>Полное наименование</th>
		<td>Общество с ограниченной ответственностью «Самcон-опт»</td>
	</tr>
</table>
 */

.requisitesTable {
	width: 70%;
	text-align: left;
}

.requisitesTable td, .requisitesTable th{
	border: 1px solid #e2ddd9;
	padding: 0.5em 0.7em;
}

.requisitesTable th{
	font-weight: bold;
}

.requisitesTable th {
	width: 30%;
}



/* 2.8.10. STUFF — OTHER ITEMS — ADVICE
------------------------------------------------------------------------------*/

/*doc

### Advice

Для советов, подсказок, вопросов и ответов. Содержит скрытый ответ на вопрос в заголовке, который раскрывается при нажатии на специальный элемент.

```html
<div class="Advice accent m-t-15 m-b-05">
	<h4 class="Advice__header">Как пользоваться инструментом подбора картриджей?</h4>
	<div class="Advice__text textNode">
		...
	</div>
	<div class="Advice__triggerW"><span class="Advice__trigger pseudoLink">Развернуть</span></div>
</div>
```

```js
if ($('.Advice').length) {
	$('.Advice__trigger').click(function ()
	{
		var obj = $(this),
			B = obj.parents('.Advice');
		if (B.hasClass('active'))
		{
			obj.text('Развернуть');
			B.removeClass('active')
				.find('.Advice__text').slideUp();
		}
		else
		{
			obj.text('Скрыть');
			B.addClass('active')
				.find('.Advice__text').slideDown();
		}
	})
}
```
*/

.Advice {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.Advice__header {
	font-weight: bold;
	margin-bottom: 1em;
}

.Advice .Spoiler2 .Spoiler2__content {
	padding-bottom: 0;
}

.Advice__text.textNode p {
	margin-bottom: 1em;
}


.Advice.accent {
	background-color: #f8f8f8;
	padding: 1.5em;
}
.Advice.iconed {
	position: relative;
}
.Advice.iconed:before {
	content: '';
	display: block;
	height: 33px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
.Advice.iconed.accent {
	padding-left: 5.5em;
}
.Advice.iconed.accent:before {
	left: 1.5em;
	top: 1.5em;
}


.Advice--products {
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #777;
	margin-bottom: 1.9em;
	width: 100%;
}

.Advice--products + .Advice--products {
	margin-top: -1.2em;
}

.Advice--products a {
	color: #3e3e3e;
	text-decoration: underline;
}
.Advice--products a:hover {
	color: #ff0030;
}

.Advice--products.sidebarBlock {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}



/* 2.8.11. STUFF — OTHER ITEMS — RUBLE
---------------------------------------------------------------------*/

/*doc

### Знак рубля

Реализован контейнер для текста, который будет копироваться, вместо самого знака. Если шрифт не подгружается — отображается «руб»

```html
120<span class="Rub"> руб.</span>
```
*/

.Rub {
	font-family: "Ruble Arial",'Trebuchet MS',sans-serif;
}



/* 2.8.12. STUFF — OTHER ITEMS — PRICE
---------------------------------------------------------------------*/

/*
<span class="Price"><span class="Price__count">1<span class="Price__s">&nbsp;</span>572</span>,<span class="Price__penny">90</span><span class="Rub"> руб.</span></span>
*/

.Price {
	display: inline-block;
	white-space: nowrap;
}

.Price--incorrect {
	color: #c22119;
}

.Price--initial {
	font-size: 16px;
	position: relative;
}

.Price--initial:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	pointer-events: none;
}

.Price--accent {
	font-weight: bold;
}

.Price--accent .Rub {
	font-weight: normal;
}
.Price__s {
	font-size: 50%;
	line-height: 1;
}

.Price--best {
	color: #c22119;
}

.Price--short .Price__penny {
	font-size: 60%;
	font-weight: normal;
	vertical-align: 43%;
}
.Price--short .Rub {
	font-weight: normal;
}



/* PriceDescribed (wrapper for .Price with label)
---------------------------------------------------------------------*/
.PriceDescribed {
	font-weight: normal;
	font-size: 12px;
}
.PriceDescribed__label {
	display: inline-block;
}
.PriceDescribed--benefit .PriceDescribed__label {
	display: block;
}



.BuyCheaper {
	color: #c22119;
	font-size: 12px;
	width: 103px;
	display: inline-block;
	text-align: left;
	margin-top: .25em;
}



.BuyCheaper__label {
	display: inline;
	border-bottom: 1px dotted currentColor;
	cursor: pointer;
}



.BuyCheaper__label:hover {
	color: #ff0030;
	border-color: currentColor;
}



/* 2.9. STUFF — FACETS
------------------------------------------------------------------------------*/

.sidebarBlock.selectFacets {
	background-color: #f2eeea;
	padding: 0;
}
.selectFacets li {
	list-style-type: none;
	padding: 12px 15px;
	position: relative;
	z-index: 1;
}
.selectFacets__item {
	-o-transition: .2s cubic-bezier(0.42, 0, 0.08, 1);
	-moz-transition: .2s cubic-bezier(0.42, 0, 0.08, 1);
	transition: .2s cubic-bezier(0.42, 0, 0.08, 1);
}
.selectFacets__item.selectFacets__item {
	padding-top: 7px;
	padding-bottom: 7px;
}
.selectFacets__item.selectFacets__item--single {
	color: #000;
	font-weight: bold;
	padding: 12px 8px 12px 32px;
}
.selectFacets__item:hover {
	background-color: #e9e4e1;
}
.selectFacets__item + .selectFacets__item {
	border-top: 1px solid #d6d2ce;
}
.selectFacets__item input[type="checkbox"], .selectFacets__item input[type="radio"] {
	vertical-align: middle;
	margin-top: -.2em;
}
.selectFacets__item--accent, .selectFacets__item--accent:hover {
	background-color: #ffeab1;
}

.selectFacets__item--loading {
	pointer-events: none;
}

.selectFacets__item--loading .selectFacets__header {
	opacity: .2;
}

.selectFacets__item--loading .selectFacets__header:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #000;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.selectFacets__item--color .selectFacets__option {
	padding-left: 35px;
}

.selectFacets__item--color .selectFacets__option input {
	margin-left: -35px;
}

.selectFacets__hiddenContainer {
	height: 0;
	border-top: 1px solid #d6d2ce;
	border-bottom: 0 solid #d6d2ce;
	overflow: hidden;
}

.selectFacets__hiddenContainer.opened {
	height: auto;
	border-bottom-width: 1px;
}

.selectFacets__content {
	padding-top: 7px;
	padding-bottom: 5px;
}
.selectFacets li > div, .selectFacets li > ul {
	margin-right: 10px;
	margin-left: 10px;
	overflow-y: auto;
}
.selectFacets .selectFacets__header, .selectFacets .selectFacets__content {
	margin-right: 0;
	margin-left: 0;
}
.selectFacets .selectFacets__content.filterSlider {
	margin-right: 10px;
	margin-left: 10px;
}
.selectFacets li#subGroup ul {
	max-height: none;
	overflow-y: auto;
}

.tooMuchContent {
	max-height: 182px;
	margin-left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 9px;
}

.selectFacets__content--search {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
	border: 1px solid #cecece;
	border-radius: 2px;
	background: #fff;
}

.selectFacets__content--search .selectFacets__search {
	position: relative;
	margin: 10px 10px 12px;
}

.selectFacets__content--search .selectFacets__searchField {
	width: 100%;
	height: 28px;
	padding: 3px 25px 3px 8px;
}

.selectFacets__content--search .selectFacets__searchEmpty {
	display: none;
	margin: 10px;
	color: #656565;
}

.selectFacets__content--search .selectFacets__clearField {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

.selectFacets__content--searchActive .selectFacets__clearField {
	display: block;
}

.selectFacets__content--searchActive .selectFacets__title {
	display: none;
}

.selectFacets__content--searchEmpty .tooMuchContent {
	display: none;
}

.selectFacets__content--searchEmpty .selectFacets__searchEmpty {
	display: block;
}

.selectFacets li.btnContainer {
	padding-top: 15px;
	padding-bottom: 15px;
}

.selectFacets li.btnContainer a {
	color: #404040;
}

.selectFacets li.btnContainer a:hover {
	color: #ff0030;
}
.selectFacets li.last {
	padding-top: 14px;
	padding-bottom: 17px;
}

.selectFacets__header {
	background-repeat: no-repeat;
	background-position: 0 10px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 0 5px 16px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.selectFacets__header:hover {
	color: #ff0030;
}
.selectFacets__header.closed {
	margin-bottom: 0;
}
.selectFacets__header.closed:hover {
	color: #ff0030;
}
.selectFacets li ul li {
	margin: 0 0 4px;
	padding: 0 0 0 17px;
}
.selectFacets .selectFacets__additionalTitle {
	color: #777;
	padding-left: 0;
	margin: 10px 0 3px;
}

.selectFacets__option--mismatch {
	opacity: .5;
	position: relative;
	pointer-events: none;
}

.selectFacets__option--mismatch label {
	cursor: default;
}

.selectFacets__option--mismatch:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ielte9 .selectFacets__option--mismatch {
	color: #666;
}

.ielte9 .selectFacets__option--mismatch label:before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	border: 1px solid #999;
	vertical-align: middle;
	margin: -.2em 4px 0 -17px;
}

.ielte9 .selectFacets__option--mismatch input {
	display: none;
}

.selectFacets__option--hidden {
	display: none;
}

.selectFacets li ul li input, .selectFacets__input {
	border: none;
	height: 13px;
	margin-right: 4px;
	margin-left: -17px;
	padding: 0;
	vertical-align: middle;
}
.selectFacets li ul li span, .selectFacets__count {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

.selectFacets .filterSlider {
	margin-bottom: 15px;
	overflow: visible;
}

.selectFacets .ControlRangeWrapper {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.selectFacets .ControlRangeWrapper__separator {
	margin-left: 4px;
	margin-right: 4px;
}

.selectFacets .ControlRangeWrapper__separator:before {
	content: '\2014';
}

.selectFacets .ControlRangeWrapper__field {
	width: 100%;
	max-width: 80px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

.selectFacets .slider {
	margin-top: 27px;
	width: 100%;
	min-width: 170px;
	max-width: 300px;
	position: relative;
}
.selectFacets .slider div {
	overflow: hidden;
}
.selectFacets .slider .nums {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: -17px;
	position: absolute;
}
.selectFacets .slider .nums2 {
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.selectFacets .slider .nums3 {
	right: 0;
}
.selectFacets .slider .stroke {
	background: #cdc7c3;
	height: 4px;
	margin-top: -4px;
	position: absolute;
	width: 1px;
}
.selectFacets .slider .stroke2 {
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.selectFacets .slider .stroke3 {
	right: 0;
}
.selectFacets .slider .sliderLeft, .selectFacets .slider .sliderRight {
	opacity: .3;
}
.selectFacets .slider .sliderLeft {
	/*background: url('/img/slider-left.gif');*/
	cursor: pointer;
	height: 9px;
	margin-left: 55px;
	margin-top: 5px;
	position: absolute;
	width: 9px;
}
.selectFacets .slider .sliderRight {
	/*background: url('/img/slider-right.gif');*/
	cursor: pointer;
	height: 9px;
	margin-left: 170px;
	margin-top: 5px;
	position: absolute;
	width: 9px;
}
.selectFacets .slider .selection {
	background-color: #379014;
	height: 5px;
	margin-left: 64px;
	margin-top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.selectFacets .slider .bar {
	background: #cdc7c3;
	height: 5px;
}

.selectFacets li.last .btn {
	margin-right: 8px;
}

.selectFacets li.last .clear {
	vertical-align: middle;
}

.selectFacets .PaletteColor {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 1px;
}

.selectFacets__title {
	color: #666;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 16px;
}

.selectFacets__groupList + .selectFacets__title {
	margin-top: 10px;
}

/* tipTip facets
---------------------------------------------------------------------- */

.TipTip__content .FacetLink {
	padding: 7px 10px 9px;
	text-align: center;
}

.TipTip__content .FacetLink__btn {
	margin-top: 10px;
	display: inline-block;
	height: auto;
	padding: 7px 26px;
}

.TipTip__content .FacetText {
	padding: 9px 4px;
	line-height: 12px;
}



/* 2.10. STUFF — POPUPS
------------------------------------------------------------------------------*/

/* 2.10.1. POPUPS — PHOTOS VIEWER
---------------------------------------------------------------------- */

.ModalMedia #fancybox-wrap {
	max-width: 1200px;
}

.ModalMedia #fancybox-content {
	width: 100% !important;
}

.ModalMedia #fancybox-content > div {
	width: 100% !important;
}

.FancyBoxMedia {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #f2eeea;
}

.FancyBoxMedia--furniture .ProductPhotoThumb__link {
	height: 50px;
	width: 66px;
}

.FancyBoxMedia--product .FancyBoxMedia__box--subject {
	padding-bottom: 40px;
}

.FancyBoxMedia--product .itemPhotoAttention {
	margin: 0;
}

.FancyBoxMedia--product .itemPhotoAttention__info {
	white-space: normal;
}

.FancyBoxMedia--product .itemPhotoAttention .icon {
	margin-top: -.1em;
}

.FancyBoxMedia__box {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 24px;
	height: 100%;
}

.FancyBoxMedia__box--list {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.FancyBoxMedia__box--subject {
	position: relative;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	background-color: #fff;
}

.FancyBoxMedia__bigImgContainer {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

.FancyBoxMedia__hint {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	padding-right: 24px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	text-align: right;
	z-index: 1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.FancyBoxMedia__video {
	border: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.FancyBoxMedia .ProductPhotoThumbs {
	margin: -5px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	max-height: -moz-calc(100% + 10px);
	max-height: calc(100% + 10px);
	height: -moz-calc(100% + 10px);
	height: calc(100% + 10px);
}

.FancyBoxMedia .ProductPhotoThumb {
	margin: 5px;
}



/* 2.10.2. POPUPS — UNREGISTERED FEEDBACK
---------------------------------------------------------------------- */

.fancyBoxFeedbackUnregistred {
	width: 530px;
}
.fancyBoxFeedbackUnregistred h1 {
	font-size: 24px;
}
.fancyBoxFeedbackUnregistred strong {
	font-weight: bold;
}
.fancyBoxFeedbackUnregistred .tip {
	margin-bottom: 1.4em;
}



/* 2.10.3. POPUPS — ADD TO CART
---------------------------------------------------------------------- */

.fancyAddToCartContainer {
	left: 50%;
	position: fixed;
	top: 0;
	max-width: 815px;
	z-index: 10000; /* чтобы расположить выше панели битрикса и ТипТипов, но ниже фенсибокса */
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@supports (left: var(--fancybox-scrollbar-width)) {
	.fancyAddToCartContainer{
		left: -moz-calc(50% - (var(--fancybox-scrollbar-width, 0px) / 2));
		left: calc(50% - (var(--fancybox-scrollbar-width, 0px) / 2));
	}
}

.fancyAddToCartContainer > li {
	background-color: #fff;
	border-top: 0;
	box-shadow: 0 2px 15px rgba(0,0,0,.4);
	padding: 12px 30px 11px 20px;
	position: relative;
}

.fancyAddToCartContainer .group--fancyItem {
	padding: 0;
}

.fancyAddToCartContainer > li .close {
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}

.fancyAddToCartContainer > li img {
	width: 48px;
	height: 48px;
	float: left;
	overflow: hidden;
}
.fancyAddToCartContainer > li.manyGoods h4 {
	margin: 15px 0 0;
}
.fancyAddToCartContainer .goodDescription {
	margin: 0 0 0 58px;
}
.fancyAddToCartContainer .goodDescription h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px;
}
.fancyAddToCartContainer .goodDescription em {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin: 7px 0 0;
}
.fancyAddToCartContainer .goodDescription em strong {
	font-weight: bold;
}

.fancyAddToCartContainer .saved img {
	height: auto;
	width: auto;
}
.fancyAddToCartContainer .saved .goodDescription {
	margin: 5px 0 0 40px;
}


.fancyAddToCartContainer .notice--status {
	padding-right: 30px;
}


.fancyAddToCartContainer .notice--status .icon {
	float: left;
	margin-top: 0;
}


.fancyAddToCartContainer .notice--status.success .icon {
	height: 34px;
	width: 34px;
}


.fancyAddToCartContainer .notice--status.error .icon {
	height: 34px;
	width: 34px;
}


.fancyAddToCartContainer .notice--status .goodDescription {
	margin: 9px 0 0 44px;
}


.fancyAddToCartContainer .notice--review .goodDescription {
	margin-top: 0;
}


.fancyAddToCartContainer .notice--changeMode {
	padding-right: 30px;
}


.fancyAddToCartContainer .notice--changeMode .icon {
	float: left;
	margin-top: 0;
	height: 34px;
	width: 34px;
}


.fancyAddToCartContainer .notice--changeMode .goodDescription {
	margin-left: 44px;
}


.fancyAddToCartContainer .notice--approveOrder, .fancyAddToCartContainer .notice--bookkeeping {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.fancyAddToCartContainer .notice--approveOrder .icon, .fancyAddToCartContainer .notice--bookkeeping .icon {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}


.fancyAddToCartContainer .notice--approveOrder .goodDescription, .fancyAddToCartContainer .notice--bookkeeping .goodDescription {
	margin-top: 0;
	margin-left: 10px;
}


.fancyAddToCartContainer .notice--approveOrder .goodDescription h4, .fancyAddToCartContainer .notice--bookkeeping .goodDescription h4 {
	margin-bottom: 0;
}


.fancyAddToCartContainer .notice--approveOrder .goodDescription h4 + p, .fancyAddToCartContainer .notice--bookkeeping .goodDescription h4 + p {
	margin-top: 2px;
}



/* 2.10.4. POPUPS — CITY SELECT
---------------------------------------------------------------------- */

.citySelectModal {
	box-shadow: none;
	display: block;
	padding: 0;
	position: static;
}
.citySelectModal:before {
	display: none;
}



/* 2.10.5. POPUPS — OLD BROWSERS
---------------------------------------------------------------------- */

#oldBrowser {
	padding: 20px;
	width: 679px;
}

#oldBrowser .oldBrowser__header {
	font-size: 29px;
	font-weight: normal;
	text-align: center;
}

#oldBrowser .oldBrowser__info {
	text-align: center;
	font-size: 14px;
}
#oldBrowser p {
	display: block;
	line-height: 18px;
	margin: 15px 0;
	padding: 0;
}

#oldBrowser ul {
	display: block;
	overflow: hidden;
	width: 679px;
}
#oldBrowser ul li {
	display: block;
	float: left;
}
#oldBrowser ul li a{
	background: url('/img/browsers.png') 0 9px no-repeat;
	display: block;
	height: 153px;
	text-indent: -9999px;
	width: 164px;
}
#oldBrowser ul li a:hover{
	background-position: 0 -164px;
}

#oldBrowser a.firefox {
	background-position: -172px 9px;
}
#oldBrowser a.firefox:hover {
	background-position: -172px -164px;
}
#oldBrowser a.opera {
	background-position: -344px 9px;
}
#oldBrowser a.opera:hover {
	background-position: -344px -164px;
}
#oldBrowser a.internetExplorer {
	background-position: -516px 9px;
}
#oldBrowser a.internetExplorer:hover {
	background-position: -516px -164px;
}

#oldBrowser .close {
	background: url('/img/close.png') no-repeat;
	display: block;
	float: right;
	height: 38px;
	text-indent: -9999px;
	width: 109px;
}
#oldBrowser .close:hover {
	background-position: 0 -50px;
}
#oldBrowser .close:active {
	background-position: 0 -100px;
}

#oldBrowser .panel {
	border-top: 1px solid #d8d8d8;
	margin: 10px 0 0;
	padding: 15px 0 0;
	overflow: hidden;
}
#oldBrowser .panel label {
	float: right;
	margin: 11px 15px 0 0;
}

#oldBrowser .downloadBtn {
	margin-bottom: 30px;
}
#oldBrowser .downloadBtn .downloadChromeFrame {
	background: url('/img/download-chrome-frame.png') no-repeat;
	clear: both;
	display: block;
	height: 72px;
	margin: 30px 0 0 135px;
	text-indent: -9999px;
	width: 409px;
}
#oldBrowser .downloadBtn .downloadChromeFrame:hover {
	background-position: 0 -80px;
}
#oldBrowser .downloadBtn .downloadChromeFrame:active {
	background-position: 0 -160px;
}


#oldBrowser .downloadBtn a {
	background: url('/img/browsers-buttons.png') no-repeat;
	clear: both;
	display: block;
	height: 72px;
	margin: 30px 0 0 180px;
	text-indent: -9999px;
	width: 321px;
}
#oldBrowser .downloadBtn a:hover {
	background-position: 0 -80px;
}
#oldBrowser .downloadBtn a:active {
	background-position: 0 -160px;
}

#oldBrowser .downloadBtn a.chrome {
	background-position: -330px 0;
}
#oldBrowser .downloadBtn a.chrome:hover {
	background-position: -330px -80px;
}
#oldBrowser .downloadBtn a.chrome:active {
	background-position: -330px -160px;
}

#oldBrowser .downloadBtn a.opera {
	background-position: -660px 0;
}
#oldBrowser .downloadBtn a.opera:hover {
	background-position: -660px -80px;
}
#oldBrowser .downloadBtn a.opera:active {
	background-position: -660px -160px;
}

#oldBrowser .downloadBtn a.ie {
	background-position: -990px 0;
}
#oldBrowser .downloadBtn a.ie:hover {
	background-position: -990px -80px;
}
#oldBrowser .downloadBtn a.ie:active {
	background-position: -990px -160px;
}

.oldBrowserWrapper {
	background: url('/img/bg_header.jpg');
	height: 100%;
	position: absolute;
	width: 100%;
}

.oldBrowserWrapper #oldBrowser {
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -339px;
	margin-top: -120px;
	border: 1px solid #cbc8c5;
	padding-top: 40px;
}

.oldBrowserWrapper #oldBrowser .downloadBtn {
	margin-bottom: 0;
}

.oldBrowserWrapper #oldBrowser .logo {
	width: 200px;
	height: 48px;
	display: block;
	background: url('/img/logo-mini.png') 0 0 no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 0;
	margin-top: -24px;
}



/* 2.10.9. POPUPS — FANCY MODAL
---------------------------------------------------------------------- */

/*
<div class="FancyModal">
	<h3 class="FancyModal__header"></h3>
	<div class="FancyModal__description"></div>
	<div class="FancyModal__controls">
		<button class="btn btnDefault btnGreen FancyModal__submit">Сохранить</button>
	</div>
</div>
*/

.FancyModal {
	padding: 30px;
}

.FancyModal__header {
	font-size: 24px;
	margin-bottom: .75em;
}
.FancyModal__listHeader {
	margin-bottom: 7px;
}
.FancyModal__paragraph + .FancyModal__paragraph {
	margin-top: 7px;	
}

.FancyModal__title {
	font-size: 24px;
}
.FancyModal__divider {
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.15);
	margin-top: 1em;
}
.FancyModal__fill {
	margin: -30px;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-right: 30px;
	padding-left: 30px;
}
.FancyModal__controls, .FancyModal__controls.buttonSet {
	background-color: #c7c2be;
	border-radius: 0 0 2px 2px;
	margin: -30px;
	margin-top: 1.5em;
	padding: 20px 30px;
}
.FancyModal .btnDefault {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	text-align: center;
	min-width: 80px;
}
.FancyModal__submit {
	margin-right: 1em;
}

.FancyModal .Form {
	margin: -30px;
	margin-top: 0;
}

.FancyModal .Form .FancyModal__controls {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.FancyModal .Form__set {
	padding-right: 30px;
	padding-left: 30px;
}
.FancyModal .Form__set.attention {
	display: block;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
fieldset.FancyModal__controls, fieldset.FancyModal__controls.buttonSet {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.FancyModal--reasonReturn {
	width: 500px;
}

.FancyModal--reasonReturn .ProductItem--default + .Form {
	margin-top: 15px;
}

.FancyModal--reasonReturn .Select {
	width: 100%;
}

.FancyModal--reasonReturn .Form__field .Form__input--comment {
	min-height: 6em;
}

.FancyModal--reasonReturn .Form__field .textCounter .Form__input {
	width: 5em;
}

.FancyModal--reasonReturn .Price {
	font-weight: bold;
}

.FancyModal--reasonReturn .textNode ul {
	margin-bottom: 0;
}

.FancyModal--reasonReturn .textNode li {
	margin-bottom: 0;
}

.FancyModal--reasonReturn .Form__aux {
	font-size: 12px;
}

.FancyModal--reasonReturn .UploadFiles .File__name {
	max-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.FancyModal--default .FancyModal__description b, .FancyModal--returnRequest .FancyModal__description b {
	font-weight: bold;
}

.FancyModal--narrow {
	width: 350px;
}

.FancyModal--medium {
	width: 540px;
}

.FancyModal--returnRequest {

	width: 390px;
}

/* 2.10.10. POPUPS — CONTRACT
---------------------------------------------------------------------- */

.Contract {
	display: inline-block;
}

.Contract__delay {
	color: #404040;
}

.Contract__delay:hover {
	color: #ff0030;
}
.TipTip__content .Contract {
	margin-top: -5px;
	margin-bottom: -5px;
}

.Contract .error {
	color: #e70202;
}

.Contract__box {
	margin-right: -15px;
	margin-left: -15px;
	padding: 12px 15px;
}
.Contract__box + .Contract__box {
	border-top: 1px solid #e2ddd9;
}
.Contract__box.Contract__buttons {
	border-top-width: 0;
}

.Contract__box--hidden {
	display: none;
}

.CheckOrganization, .Contract--window {
	background-image: none;
	left: 50%;
	white-space: normal;
	width: 286px;
	word-wrap: break-word;
}

.Contract--window {
	padding: 5px 0;
}

.Contract--notValidDelay {
	font-size: 12px;
}

.CheckOrganization {
	padding: 0 5px;
}

.Contract__header {
	font-weight: bold;
}

.Contract__header + .Contract__header {
	margin-top: 12px;
}

.Contract .divider + .Contract__header {
	margin-top: 12px;
}

.Contract__link + .Contract__header {
	margin-top: 12px;
}

.Contract__info {
	color: #666;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 7px;
}
.Contract__info.error {
	color: red;
}
.Contract__aux {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.Contract strong {
	font-weight: bold;
}
.Contract .divider {
	margin-top: 12px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 12px;
}
.Contract .divider.fill {
	margin-right: -15px;
	margin-left: -15px;
}
.Contract__buttons {
	background-color: #c7c2be;
	border-radius: 0 0 2px 2px;
	margin-top: 0;
	margin-right: -15px;
	margin-left: -15px;
	padding: 12px 15px;
}
.Contract__buttons .btn {
	margin-right: 1em;
}
.Contract__box .Contract__buttons {
	margin-bottom: -12px;
}

.employeeManagementInfo .infoBox .Contract__info {
	padding-bottom: 0;
}
.employeeManagementInfo .infoBox .Contract__buttons {
	margin-top: 0;
}
.employeeManagementInfo .infoBox.Contract .divider {
	margin-bottom: 0;
}


.Contract__unbind {
	color: #404040;
	font-size: 12px;
}

.ContractManager + .ContractManager {
	border-top: 0;
	padding-top: 0;
}

.ContractManager__box {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
.ContractManager__box + .ContractManager__box {
	padding-left: 8px;
}
.ContractManager__photo {
	border-radius: 50px;
	height: 50px;
	vertical-align: middle;
	width: 50px;
}
.ContractManager__name {
	font-size: 14px;
	font-weight: bold;
}
.employeeManagementInfo .ContractManager__info {
	color: #666;
	font-size: 12px;
}
.employeeManagementInfo .ContractManager__info + .ContractManager__name {
	margin-top: 2px;
}
.ContractManager__phone, .ContractManager__mail, .ContractManager__geo {
	position: relative;
	margin-top: .5em;
	padding-left: 23px;
}
.ContractManager__phone:before, .ContractManager__mail:before, .ContractManager__geo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}
.ContractManager__mail {
	word-break: break-all;
}

.FancyModal--contract {
	width: 290px;
}

.FancyModal--contract .Contract__info {
	margin-top: 1em;
}

.FancyModal--contract .Contract__phone {
	display: inline-block;
}



/* 2.10.11. POPUPS — RECALCULATE STATUS
---------------------------------------------------------------------- */

.RecalculateStatus {
	margin-top: 20px;
}
.RecalculateStatus__group {
	display: table;
}
.RecalculateStatus__group + .RecalculateStatus__group {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 15px;
}
.RecalculateStatus__box {
	display: table-cell;
	vertical-align: middle;
}
.RecalculateStatus__box + .RecalculateStatus__box {
	padding-left: 20px;
}
.RecalculateStatus__box.info {
	font-size: 14px;
}
.RecalculateStatus__icon {
	background: url('/img/icons/recalculateStatus_bg.png') no-repeat;
	display: inline-block;
	height: 63px;
	width: 63px;
}
.RecalculateStatus__icon.actions {
	background-position: 0 -68px;
}

.FancyModal--recalculateStatus {
	width: 400px;
}



/* 2.10.12. POPUPS — RECALCULATE STATUS
---------------------------------------------------------------------- */

.fancyboxFavoritesListEdit {
	background-color: #fff;
	border-radius: 2px;
	width: 500px;

}
.fancyboxFavoritesListEdit textarea {
	height: 160px;
	width: 100%;
}
.fancyboxFavoritesListEdit .btnGreen {
	margin: 0 10px 0 0;
}
.fancyboxFavoritesListEdit .errorMessage {
	display: block;
	color: #ee1c25;
	font-size: 11px;
	width: 300px;
}



/* 2.10.13. POPUPS — MENU
---------------------------------------------------------------------- */

.PopupMenu__list {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 175px;
	padding-top: 2px;
}

.PopupMenu__item + .PopupMenu__item {
	border-top: 1px solid #e2ddd9;
}

.PopupMenu__link {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: block;
	padding: 8px 9px;
	color: #404040;
}


/* 2.10.14. POPUPS — AUTOCOMPLETE
---------------------------------------------------------------------- */

.Autocomplete {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0;
	box-shadow: 0 10px 10px rgba(0,0,0,.3);
	font-family: inherit;
	white-space: nowrap;
	z-index: 101;
	overflow: hidden;
	max-height: 300px;
}

.Autocomplete__border {
	border-top: 1px solid #f2eeea;
	margin: .3em 0;
}

.Autocomplete .Autocomplete__listItem {
	display: block;
	padding: 0;
}

.Autocomplete__item {
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Autocomplete__item.Autocomplete__item--blank {
	padding-top: 0.85em;
	padding-bottom: 0.85em;
	cursor: default;
}

.Autocomplete__item.Autocomplete__item--blank:hover {
	background: none;
}

.Autocomplete__query {
	font-weight: bold;
}

.Autocomplete__category {
	color: #006cb5;
}

.Autocomplete__category:before {
	color: #999;
	content: "\2014";
	margin-right: .4em;
}

.Autocomplete__name {
	font-size: 12px;
	color: #736f6c;
}

.Autocomplete__blank {
	color: #736f6c;
}

.Autocomplete--searchHistory.ui-autocomplete {
	min-width: 430px;
}

.Autocomplete--searchHistory .Autocomplete__title {
	padding: 5px;
	padding-left: 15px;
	color: #666;
	font-weight: bold;
}

.Autocomplete--searchHistory .Autocomplete__item {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 1em;
	border-top: .35em solid transparent;
	border-bottom: .35em solid transparent;
	white-space: normal;
	display: block;
	display: -webkit-box;
	max-height: 2.77em;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.Autocomplete--searchHistory .Autocomplete__remove {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 16px;
	height: 16px;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.Autocomplete--searchHistory .Autocomplete__remove:before {
	content: '';
}

.Autocomplete--searchAccount {
	border: solid #e2ddd9;
	border-width: 0 1px 1px;
	max-height: 160px;
	overflow-y: auto;
	box-shadow: 0 2px 13px rgba(0, 0, 0, .15);
}

.Autocomplete--searchAccount .Autocomplete__item {
	padding: 4px 11px;
}

.Autocomplete--searchAccount .Autocomplete__mail {
	color: #242322;
}

.Autocomplete--suggestion {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	white-space: normal;
	border: 1px solid #e2ddd9;
	box-shadow: 0 2px 13px rgba(0, 0, 0, .15);
	margin-top: -1px !important;
}

.Autocomplete--suggestion .Autocomplete__item {
	padding: 4px 11px;
}

.Autocomplete--suggestion .Autocomplete__query{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #242322;
}

.Autocomplete--suggestion .Autocomplete__aux {
	color: #736F6C;
	font-size: 11px;
	line-height: 16px;
}

.Autocomplete--suggestion b {
	font-weight: bold;
}

.Autocomplete--queryFontWeightNormal .Autocomplete__query {
	font-weight: normal;
}

.Autocomplete--queryFontWeightNormal .Autocomplete__query b {
	font-weight: bold;
}

/* 2.11. STUFF — TEXTNODES
---------------------------------------------------------------------- */

.textNode {
	overflow: hidden;
}

.textNode--visible {
	overflow: visible;
}
.mainContentWide .textNode.thin {
	min-width: 940px;
	width: 70%;
}
.mainContentWide .Page__nav + .textNode.thin {
	min-width: 680px;
	width: auto;
}
.textNode h1 {
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.textNode h2 {
	font-size: 18px;
	margin: 30px 0 10px;
}
.textNode h2:first-child {
	margin-top: 0;
}
.textNode h3 {
	font-size: 16px;
	margin: 25px 0 10px;
}
.textNode h2 + h3 {
	margin-top: 0;
}
.textNode h4 {
	font-size: 14px;
	margin: 10px 0 10px;
}
.textNode h4 div {
	margin: 7px 0 0;
}
.textNode h5 {
	font-size: 12px;
	margin: 10px 0 8px;
}
.textNode p + ul {
	margin-top: -.75em;
}
.textNode ul, .textNode ol {
	padding: 0 0 0 1.5em;
}
.textNode ul {
	list-style: disc outside;
	margin: 0 0 20px;
}
.textNode li ul {
	margin-bottom: 0;
}
.textNode ol {
	list-style: decimal outside;
}
.textNode li {
	margin-bottom: 5px;
}
.textNode .dashedList {
	list-style: none;
	padding-left: 18px;
}

.textNode .noBullits {
	list-style-type: none;
	padding: 0;
}

.textNode .tablePainted {
	background: #F0F0F0;
	border-collapse: collapse;
	margin: 0 0 10px;
	text-align: center;
}
.textNode .tablePainted th {
	background: #DDD;
	font-weight: bold;
}
.textNode .tablePainted tr:hover {
	background-color: #fff;
}
.textNode .tablePainted th, .textNode .tablePainted td {
	border: 1px solid #ccc;
	font-weight: inherit;
	line-height: 1.4em;
	margin: 0;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.textNode p {
	margin: 0 0 1.5em;
}
.textNode p.m-t-05 { margin-top: .75em; }
.textNode p.m-b-05 { margin-bottom: .75em; }

.textNode p.m-b-024 {
	margin-bottom: .36em;
}

.textNode p.m-b-2 { margin-bottom: 3em; }

.textNode p.m-b-0, .textNode .m-b-0 {
	margin-bottom: 0;
}
.textNode .m-t-0 {
	margin-top: 0;
}
.textNode strong, .textNode b {
	font-weight: bold;
}
.textNode em {
	font-style: italic;
}
.textNode img {
	margin: 0 0 3em;
}
.textNode table, .textNode img {
	max-width: 100%;
	height: auto;
}
.textNode img[align="left"], .textNode img[align="right"], .textNode .floatLeft {
	margin-bottom: 2.5em;
}
.textNode img[align="left"], .textNode img[align="right"] {
	margin-top: 1.5em;
}
.textNode img[align="left"], .textNode .floatLeft {
	clear: left;
	float: left;
	margin-right: 1em;
}
.textNode img[align="right"], .textNode .floatRight {
	clear: right;
	float: right;
	margin-left: 1em;
}
.textNode img.m-t-0 {
	margin-top: 0;
}
.textNode .clear {
	clear: both;
}

.textNode .date {
	color: #666;
	display: block;
	font-size: 14px;
	margin-bottom: 9px;
}

.textNode .contactsInformation p {
	margin: 0 0 3px;
	vertical-align: top;
}

.textNode .contactsInformation h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.textNode .contactsInformation .hugePhoneNumber {
	font-size: 16px;
	font-weight: bold;
}

.textNode img.imgAccent {
	border: 1px solid #ccc;
	padding: 5px;
}

.q, .textNode q {
	quotes: '\00AB' '\00BB' '\201E' '\201C';
}
.q:before, .textNode q:before {
	content: open-quote;
}
.q:after, .textNode q:after {
	content: close-quote;
}
.textNode .colorBrand {
	color: #c22119;
}

/* ссылка с акции со звездочкой */
.textNode .DescriptionAction { 
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

/* врезка для информационных страниц */
.textNode .incut {
	background-color: #ffeab1;
	padding: 1.25em 1.5em;
}

.textNode .Spoiler2 {
	margin-bottom: 7px;
}



/* 2.13. STUFF - BUBBLES
------------------------------------------------------------------------------*/

.FavoritesPopup--unauthorized {
	background: #fff;
	border-radius: 2px;
	color: #333;
	cursor: default;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	padding: 10px;
	width: 245px;
	z-index: 1;
}

.FavoritesPopup--unauthorized .links {
	margin-top: 4px;
}

.actionsBadgeDescription .close, .FavoritesPopup .close {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.itemInteract li {
	position: relative;
}



/* 2.14. STUFF - PLUGINS
------------------------------------------------------------------------------*/

/* 2.14.1. STUFF - PLUGINS — JQUERY FANCYBOX
------------------------------------------------------------------------------*/

.Fancybox--overflow #fancybox-content, .Fancybox--overflow #fancybox-content > div {
	overflow: visible !important;
}

.fancybox__touch #fancybox-overlay:before {
	display: inline-block;
}

#fancybox-outer {
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	border-radius: 2px;
}

#fancybox-close {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border-top-right-radius: 2px;
	display: none;
	position: relative;
	margin: 0 0 -24px;
}

#fancybox-close:before {
	display: none;
}

#fancybox-close.noBG {
	background-color: transparent;
}

#fancybox-img {
	border-radius: 2px;
}

#fancybox-left, #fancybox-right {
	top: 50%;
	width: 64px;
	height: 80px;
	margin-top: -40px;
}

#fancybox-left:after, #fancybox-right:after {
	content: '';
	position: absolute;
	bottom: 15px;
	width: 29px;
	height: 49px;
	opacity: .5;
}

#fancybox-left:hover, #fancybox-right:hover {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .7);
}

#fancybox-left {
	left: 10px;
}

#fancybox-left:after {
	left: 18px;
}

#fancybox-right {
	right: 10px;
}

#fancybox-right:after {
	right: 18px;
}

#fancybox-left-ico, #fancybox-right-ico {
	display: none;
}

.FancyGallery--arrows #fancybox-left, .FancyGallery--arrows #fancybox-right {
	top: 0;
	width: 15%;
	height: 100%;
	margin-top: 0;
	background-repeat: no-repeat;
	opacity: .7;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.FancyGallery--arrows #fancybox-left:after, .FancyGallery--arrows #fancybox-right:after {
	display: none;
}

.FancyGallery--arrows #fancybox-left:hover, .FancyGallery--arrows #fancybox-right:hover {
	background-color: transparent;
	opacity: 1;
}

.FancyGallery--arrows #fancybox-left {
	left: 0;
	background-position: 12px 50%;
}

.FancyGallery--arrows #fancybox-right {
	right: 0;
	background-position: right 12px center;
}

.FancyGallery--arrows #fancybox-outer, .FancyGallery--arrows #fancybox-close, .FancyGallery--arrows #fancybox-img {
	border-radius: 0;
}


/* окна должны быть выше ТипТипов */

.fancybox-bg {
	z-index: 9999;
}
#fancybox-overlay {
	z-index: 10000;
}
#fancybox-wrap, #fancybox-hide-sel-frame {
	z-index: 10001;
}
#fancybox-content, #fancybox-left, #fancybox-right, #fancybox-left-ico, #fancybox-right-ico, #fancybox-title {
	z-index: 10002;
}
#fancybox-close {
	z-index: 10003;
}
#fancybox-loading {
	z-index: 10004;
}



/* 2.14.2. STUFF - PLUGINS — JQUERY TIPTIP
------------------------------------------------------------------------------*/

/* OFFICEMAG WHITE THEME
-----------------------------------------------------------------*/

.TipTip.TipTip--theme-white .TipTip__pointer {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 -6px;
}

.TipTip--top.TipTip--theme-white .TipTip__pointer, .TipTip--bottom.TipTip--theme-white .TipTip__pointer {
	width: 24px;
	height: 13px;
}

.TipTip--top.TipTip--theme-white .TipTip__pointer {
	margin-top: -1px;
}
.TipTip--bottom.TipTip--theme-white .TipTip__pointer {
	margin: 0 0 -1px -6px;
}

.TipTip--right.TipTip--theme-white .TipTip__pointer, .TipTip--left.TipTip--theme-white .TipTip__pointer {
	width: 13px;
	height: 24px;
}

.TipTip--right.TipTip--theme-white .TipTip__pointer {
	margin: -6px 0 0 4px;
}
.TipTip--left.TipTip--theme-white .TipTip__pointer {
	margin: -6px 0 0 0;
}

.TipTip.TipTip--theme-white .TipTip__content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
			box-shadow: 0 5px 15px rgba(0,0,0,0.4);
	border-width: 0;
}

.TipTip__cross {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.TipTip--fancyContent {
	z-index: 10001;
}



/* 2.15 BEST PRICE
------------------------------------------------------------------------------*/

.textNode em.dot {
	border-bottom: 1px dotted #006cb5;
	color: #006cb5;
	cursor: pointer;
	font-style: normal;
}



/* 2.19 Indent */

.Indent {
	padding-left: 16px;
}

.Indent__back {
	margin-left: -16px;
}

input.Indent__back {
	vertical-align: top;
	margin-top: .1em;
}


/* 3. LAYOUT — BASICS
------------------------------------------------------------------------------*/

.Page__wrapper {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1400px;
}

.Page__header {
	position: relative;
}

.Page__main {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	padding-bottom: 23px;
	vertical-align: middle;
	width: 100%;

	position: relative;
}

.Page__main:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.Page__main.disable:before{
	opacity: 1;
	visibility: visible;
}

.Page__content {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.Page__nav {
	float: left;
	width: 220px;
}

.Page__nav:empty {
	display: none;
}

.Page__nav--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.Page__nav--sticky .SideRubrics:last-child {
	margin-bottom: 0;
}
.Content {
	margin-left: 240px;
}

.Content__group {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.Content__row {
	display: table-row;
}
.Content__box {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
.Content__box--hidden {
	display: none;
}

.Content__box + .Content__box {
	padding-left: 20px;
}

.Content__box--1 {
	width: 25%;
}
.Content__box--3 {
	width: 75%;
}

.Content__box + .Content__box--footnote {
	padding-left: 40px;
}

.Content__box--side {
	width: 220px;
}
.Content__box--side.Content__box--hidden + .Content__box {
	padding-left: 0;
}
.Content__box--products.Content__box--noSide {
	padding-right: 240px;
}

.Page__main .Page__nav, .Page__main.mainContentWide .contentWrapper .Page__nav, .Page__main .Content, .Page__main.mainContentWide .contentWrapper .Content {
	margin-bottom: 33px;
}

.Page__main.mainContentWide .Page__content > .Page__nav {
	display: none;
}

.Page__main.mainContentWide .contentWrapper {
	clear: left;
}

.Page__main.mainContentWide .Content {
	margin-left: 0;
}

.Page--itemCard .Page__main.mainContentWide .Content {
	margin-bottom: 35px;
}
.Page__main.mainContentWide .Content__group {
	clear: left;
}



/* 3.1. LAYOUT — HEADER
------------------------------------------------------------------------------*/  
.HeaderPanel {
	position: relative;
	z-index: 100;
}  
.HeaderPanel__wrapper {
	padding-top: 18px;
}  
.HeaderPanel--main {
	z-index: 101;
}  
.HeaderPanel--catalog {
	background-color: #fff;
}  
.HeaderPanel--fly {
	z-index: 10000;
}  
.HeaderPanel--fly .HeaderPanel__wrapper {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .13);
	width: 100%;
	position: fixed;
	top: 0;
	padding: 18px 0 15px;
}  
@supports (width: var(--fancybox-scrollbar-width)) {
	.HeaderPanel--fly .HeaderPanel__wrapper{
		width: -moz-calc(100% - var(--fancybox-scrollbar-width, 0px));
		width: calc(100% - var(--fancybox-scrollbar-width, 0px));
	}
}

.Header__group {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: table;
	width: 100%;
}

.Header__row {
	display: table-row;
}

.Header__box {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

.Header__box--logo {
	white-space: nowrap;
	width: 220px;
	padding-right: 30px;
}

.Header__box--logo .Logo {
	display: inline-block;
	vertical-align: middle;
}

.Header__box--logo .Logo--work {
	height: 50px;
	width: 220px;
}

.Header__box--logo .Logo--home {
	width: 220px;
	height: 50px;
}

.Header__box--rubricatorButton {
	width: 1%;
	padding-right: 20px;
}

.Header__box--search {
	width: 100%;
	padding-right: 20px;
}

.Header__box--user, .Header__box--loyaltyWidget {
	padding-left: 10px;
	padding-right: 10px;
}

.Header__box--cart {
	padding-left: 10px;
}

.Header__box--cart .CartWidget {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	color: #242322;
	margin-bottom: -4px;
	line-height: 16px;
}

@media screen and (max-width: 1170px) {
	.Header__box--cart .CartWidget{
		margin-bottom: 0;
	}
}

.Header__box--cart .CartWidget:before {
	content: "";
	display: block;
	background-position-y: 50%;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 auto 5px;
}

@media screen and (max-width: 1170px) {
	.Header__box--cart .CartWidget:before{
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}
}

.Header__box--cart .CartWidget--hasGoods:hover {
	color: #ff2413;
}

.Header__box--cart .CartWidget__title {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: #c4beb9;
}

@media screen and (max-width: 1170px) {
	.Header__box--cart .CartWidget__title{
		display: inline-block;
		vertical-align: middle;
	}
}

.Header__box--cart .CartWidget .Badge--counter {
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: 6px;
	background-color: #e82111;
}

@media screen and (max-width: 1170px) {
	.Header__box--cart .CartWidget .Badge--counter{
		position: static;
		margin-left: -2px;
	}
}

.Header__box--cart .Price {
	font-weight: bold;
	height: 16px;
	vertical-align: top;
}

@media screen and (max-width: 1170px) {
	.Header__box--cart .Price{
		vertical-align: middle;
	}
}

.HeaderMenu {
	position: relative;
}

.HeaderMenu + .HeaderMenu {
	border-top: 1px solid #e2ddd9;
}

.HeaderMenu__list {
	text-align: left;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.HeaderMenu__list--sites {
	white-space: nowrap;
	visibility: hidden;
}

.HeaderMenu__list--info {
	position: relative;
	white-space: nowrap;
	visibility: hidden;
}

.HeaderMenu__list--active {
	overflow: visible;
}

.HeaderMenu__list--active .HeaderMenu__dropdownMenu {
	visibility: visible;
	opacity: 1;
}

.HeaderMenu__list--active .HeaderMenu__item--more > .HeaderMenu__link, .HeaderMenu__list--active .HeaderMenu__item--more > .HeaderMenu__link:hover {
	background-color: #fff;
}

.HeaderMenu__item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 1;
}

.HeaderMenu__item--dropdownToggle > .HeaderMenu__link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border: 3px solid transparent;
	border-top-color: currentColor;
	border-bottom-width: 0;
	margin-top: -2px;
}

.HeaderMenu__item--dropdownToggle > .HeaderMenu__link.TipTip__active {
	background-color: #fff;
}

.HeaderMenu__item--more {
	display: none;
}

.HeaderMenu__dropdownMenu {
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	min-width: 105px;
	overflow: hidden;
	background: #f2eeea;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	border-radius: 0 0 8px 8px;
	visibility: hidden;
	opacity: 0;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	white-space: nowrap;
}

.HeaderMenu__dropdownMenu .HeaderMenu__item {
	display: block;
}

.HeaderMenu__dropdownMenu .HeaderMenu__item--information {
	white-space: nowrap;
}

.HeaderMenu__dropdownMenu .HeaderMenu__link {
	display: block;
	padding: 12px 15px;
	background-color: #f2eeea;
	color: #242322;
	height: auto;
}

.HeaderMenu__dropdownMenu .HeaderMenu__link:hover {
	background-color: #fff;
}

.HeaderMenu__itemBox, .HeaderMenu__link {
	color: #242322;
	display: inline-block;
	padding: 15px 10px;
	vertical-align: top;
}

.HeaderMenu__itemBox:before, .HeaderMenu__link:before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 2px;
}

.HeaderMenu__itemBox strong, .HeaderMenu__link strong {
	font-weight: bold;
}

.HeaderMenu__link {
	cursor: pointer;
}

.HeaderMenu__link:hover {
	background-color: #e2ddd9;
	color: #242322;
}

.HeaderMenu__link--individualCatalog:before {
	content: '';
	width: 15px;
	height: 18px;
}

.HeaderMenu__link--overdueDebt:before {
	content: '';
	width: 18px;
	height: 17px;
}

.HeaderMenu__link--feedback:before {
	content: '';
	width: 16px;
	height: 15px;
}

.HeaderMenu__link.CityDetector:before {
	content: '';
	width: 11px;
	height: 16px;
}

.HeaderMenu__link.CityDetector--blocked {
	color: #736f6c;
	cursor: help;
}

.HeaderMenu__itemBox--limit {
	padding-right: 5px;
}

.HeaderMenu__itemBox--limit:before {
	content: '';
	width: 18px;
	height: 15px;
}

.HeaderMenu__itemBox--balance {
	padding-left: 0;
}

.HeaderMenu__list--sites .HeaderMenu__itemBox {
	background-color: #fff;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.HeaderMenu--financialData, .HeaderMenu--main {
	z-index: 102;
	background-color: #f2eeea;
	text-align: right;
}

.HeaderMenu--financialData .Price--incorrect {
	color: #e82111;
}

.HeaderMenu--ready .HeaderMenu__list {
	visibility: visible;
}

.HeaderMenu--main .Page__wrapper {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.HeaderMenu--offer {
	position: relative;
	position: relative;
}

.HeaderMenu--offer:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.HeaderMenu--offer.disable:before{
	opacity: 1;
	visibility: visible;
}

.HeaderMenu__offerLinks {
	border-collapse: collapse;
	position: relative;
	width: 100%;
}

.HeaderMenu .OfferLinks--header {
	padding-top: 7px;
	padding-bottom: 20px;
}

.HeaderMenu .Price {
	font-weight: bold;
}


/* Баннер в шапке сайта
------------------------------------------------------------------------------*/

.HeaderBanner {
	overflow: hidden;
	border-bottom: 1px solid #e2ddd9;
}

.HeaderBanner__wrapper {
	max-width: 1400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;
}

.HeaderBanner__remove {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 23px;
	z-index: 1;
}

.HeaderBanner__link {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	display: block;
	height: 70px;
	background-position: center;
	background-repeat: repeat-x;
	min-width: 1920px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.HeaderBanner__link:hover{
	opacity: .8;
}



/* Кнопка рубрикатора
------------------------------------------------------------------------------*/

.RubricatorButton.btnDefault.big {
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	border-radius: 4px;
	background: #e82111;
	padding-left: 20px;
	padding-right: 20px;
}

.RubricatorButton.btnDefault.big:hover {
	background: #ff2413;
}

.RubricatorButton.btnDefault.big:active {
	background: #bf2d21;
	box-shadow: none;
}

.RubricatorButton__icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 7px;
}

.RubricatorButton__icon, .RubricatorButton__icon:before, .RubricatorButton__icon:after {
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.RubricatorButton__icon:before, .RubricatorButton__icon:after {
	content: '';
	position: absolute;
	left: 0;
}

.RubricatorButton__icon:before {
	bottom: 5px;
}

.RubricatorButton__icon:after {
	top: 5px;
}

.RubricatorButton--active .RubricatorButton__icon {
	background-color: transparent;
}

.RubricatorButton--active .RubricatorButton__icon:before {
	width: 22px;
	bottom: 1px;
	left: -3px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.RubricatorButton--active .RubricatorButton__icon:after {
	width: 22px;
	top: -1px;
	left: -3px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}



/* Виджет рубликов в шапке
------------------------------------------------------------------------------*/

.LoyaltyWidget {
	margin-bottom: -4px;
	line-height: 16px;
}

@media screen and (max-width: 1170px) {
	.LoyaltyWidget{
		margin-bottom: 0;
	}
}

.LoyaltyWidget__trigger {
	display: block;
	color: #242322;
}

.LoyaltyWidget__trigger:hover {
	color: #953df5;
}

.LoyaltyWidget__trigger:hover .LoyaltyWidget__count {
	color: #953df5;
}

.LoyaltyWidget__count {
	display: block;
	text-align: center;
	color: #736f6c;
	font-weight: bold;
}

.LoyaltyWidget__count:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-position-y: 50%;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.LoyaltyWidget__count .Price {
	vertical-align: middle;
}

.LoyaltyWidget__title {
	display: block;
	margin-top: 5px;
}

@media screen and (max-width: 1170px) {
	.LoyaltyWidget__title{
		display: none;
	}
}

.User {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: -4px;
}

@media screen and (max-width: 1170px) {
	.User{
		margin-bottom: 0;
	}
}

.User__trigger {
	cursor: pointer;
	display: block;
	color: #242322;
	line-height: 16px;
}

@media screen and (max-width: 1170px) {
	.User__trigger{
		font-size: 0;
	}
}

.User__trigger:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 5px;
	background-position-y: 50%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1170px) {
	.User__trigger:before{
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}
}

.User__trigger:hover {
	color: #ff0030;
}

.User__trigger .Badge--counter {
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: 7px;
	background-color: #e82111;
}

@media screen and (max-width: 1170px) {
	.User__trigger .Badge--counter{
		position: static;
		margin-left: 2px;
	}
}

.User__group {
	display: none;
	width: 567px;
	position: absolute;
	top: 100%;
	right: 50%;
	margin-right: -197px;
	margin-top: 13px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 8px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.User__group:before, .User__group:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
}

.User__group:before {
	top: -20px;
	margin-left: 77px;
	border: 10px solid transparent;
	border-bottom: 10px solid #e5e0dd;
}

.User__group:after {
	top: -16px;
	margin-left: 79px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

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

@media screen and (max-width: 1615px) {
	.User__group{
		margin-right: -125px;
	}
	.User__group:before {
		margin-left: 149px;
	}
	.User__group:after {
		margin-left: 151px;
	}
}

.User__box {
	padding: 20px 19px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	vertical-align: top;
}

.User__box.Contract {
	background-color: #f2eeea;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.User__group--basic {
	width: 265px;
	margin-right: -133px;
}

.User__group--basic:before {
	margin-left: -11px;
}

.User__group--basic:after {
	margin-left: -9px;
}

@media screen and (max-width: 1490px) {
	.User__group--basic{
		margin-right: -123px;
	}
	.User__group--basic:before {
		margin-left: 0;
	}
	.User__group--basic:after {
		margin-left: 2px;
	}
}

.User__group--basic .User__box {
	display: block;
	white-space: normal;
	border-radius: 8px;
}

.User__box.CheckOrganization {
	width: 300px;
	color: #242322;
}

.User__box--scroll {

	/* Firefox */
	scrollbar-color: #e2ddd9 transparent;
	scrollbar-width: thin;
	overflow-y: scroll;
}

/* Chrome */

.User__box--scroll::-webkit-scrollbar{
	width: 6px;
}

.User__box--scroll::-webkit-scrollbar-track{
	background-color: transparent;
}

.User__box--scroll::-webkit-scrollbar-thumb{
	border-radius: 6px;
	background-color: #e2ddd9;
}

.User__box--scroll::-webkit-scrollbar-thumb:hover{
	background-color: #c4beb9;
}

.User__box .Contract__box {
	border: none;
	padding: 15px 19px;
	margin: 0 -19px;
}

.User__box .Contract__box + .Contract__box {
	border-top: 1px solid #e2ddd9;
}

.User__box .Contract__box:first-child {
	padding-top: 0;
}

.User__box .Contract__box:last-child {
	padding-bottom: 0;
}

.User__box .Contract__link {
	color: #242322;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
}

.User__box .Contract__link:hover {
	color: #ff2413;
}

.User__box .Contract__aux {
	color: #736f6c;
}

.User__box .Contract__info {
	padding-bottom: 5px;
}

.User__box .Contract__info + .Contract__link {
	margin-top: 0;
}

.User__box .Contract__controls {
	margin-top: 9px;
}

.User__box .Contract__unbind {
	color: #242322;
}

.User__box .Contract__unbind:hover {
	color: #ff2413;
}

.User__box .ContractManager + .ContractManager {
	border-top: 0;
	padding-top: 0;
}

.User__box .ContractManager__info {
	margin-bottom: .9em;
	font-weight: bold;
}

.User__box .ContractManager__name {
	font-weight: normal;
}



.UserInfo {
	position: relative;
	background-color: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 1.4;
}



.UserInfo__name + .UserInfo__list {
	padding-top: 12px;
}



.UserInfo__list + .UserInfo__list {
	padding-top: 13px;
	margin-top: 12px;
	border-top: 1px solid #e2ddd9;
}



.UserInfo__item + .UserInfo__item {
	padding-top: 11px;
}



.UserInfo__item .pseudoLink--loyaltyProgram {
	margin-left: 5px;
}



.UserInfo__link {
	color: #242322;
	padding-top: .2em;
	padding-bottom: .2em;
}



.UserInfo__name {
	display: inline-block;
	width: 229px;
	white-space: normal;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 14px;
	color: #242322;
}



.UserInfo__badges {
	margin-top: 5px;
}



.UserInfo .Badge--counter {
	margin-left: 3px;
	background-color: #e82111;
}



.UserInfo .Icon--bestConditions, .UserInfo .Icon--feedback, .UserInfo .Icon--favoriteOrder {
	margin-left: 3px;
	margin-top: -2px;
}


/* 3.1.2 LAYOUT — HEADER USER
------------------------------------------------------------------------------*/

.CityDetector__content {
	padding: 7px 5px;
}

.CityDetector__content .btnDefault {
	margin-left: 1em;
	vertical-align: baseline;
}

.CityDetector__text {
	font-size: 16px;
	margin-right: 0.5em;
	margin-left: 0.5em;
	position: relative;
	top: 2px;
}

.CityDetector__controls {
	display: inline-block;
}

.Header__box--user .enter, .LinkLogin {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 17px;
	vertical-align: baseline;
}
.Header__box--user .enter:hover, .LinkLogin:hover {
	background-repeat: no-repeat;
	background-position: 0 50%;
	vertical-align: baseline;
}



/* 3.2. LAYOUT — FOOTER
------------------------------------------------------------------------------*/

.Page__footer {
	position: relative;
}

.Page__footer:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.Page__footer.disable:before{
	opacity: 1;
	visibility: visible;
}

.Page__footer .wrapperPromo {
	background-color: #e4e4e4;
	border-bottom: 1px solid #cdcdcd;
}
.Page__footer .wrapperMap {
	background-color: #e4e4e4;
}
.Page__footer .wrapperInfo {
	background-color: #d4d4d4;
	border-bottom: 1px solid #bebebe;
}
.Page__footer .wrapperCopy {
	background-color: #d4d4d4;
}


.Page__footer .promo {
	text-align: center;
	margin: 0 auto;
	padding: 18px 0 33px;
}
.Page__footer .promo li {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 16%;
}
.Page__footer .promo li + li {
	padding-left: 20px;
}
.Page__footer .promo li a {
	display: block;
	text-align: center;
}
.Page__footer .promo .icon {
	background-repeat: no-repeat;
	display: inline-block;
	height: 87px;
	width: 100%;
	background-position: center;
}

.Page__footer .promo .actions .icon {
	background-image: url('/assets/img/dest/interface/footer-actions.png');
	min-width: 92px;
}

.Page__footer .promo .omGoods .icon {
	background-image: url('/assets/img/dest/interface/footer-om-goods.png');
	min-width: 88px;
}

.Page__footer .promo .partner .icon {
	background-image: url('/assets/img/dest/interface/footer-lyreco.png');
	min-width: 127px;
}
.Page__footer .promo .major .icon {
	background-image: url('/assets/img/dest/interface/footer-major.png');
	min-width: 99px;
}
.Page__footer .promo .industry .icon {
	background-image: url('/assets/img/dest/interface/footer-industry.png');
	min-width: 149px;
}
.Page__footer .promo .catalog .icon {
	background-image: url('/assets/img/dest/interface/footer-catalog.png');
	min-width: 95px;
}
.Page__footer .promo .leader .icon {
	background-image: url('/assets/img/dest/interface/footer-leader.png');
	min-width: 65px;
}
.Page__footer .promo .productOfMonth .icon {
	background-image: url('/assets/img/dest/interface/footer-productOfMonth.png');
	min-width: 57px;
}
.Page__footer .promo .adresses .icon {
	background-image: url('/assets/img/dest/interface/footer-adresses.png');
	min-width: 55px;
}
.Page__footer .promo .copycenter .icon {
	background-image: url('/assets/img/dest/interface/footer-copycenter.png');
	min-width: 57px;
}
.Page__footer .promo .priceWeek .icon {
	background-image: url('/assets/img/dest/interface/footer-priceWeek.png');
	min-width: 65px;
}
.Page__footer .promo .buyMore .icon {
	min-width: 71px;
}
.Page__footer .promo .haveTimeBuy .icon {
	background-image: url('/assets/img/dest/interface/footer-haveTimeBuy.png');
	min-width: 54px;
}
.Page__footer .promo .unlandia .icon {
	background-image: url('/assets/img/dest/interface/footer-unlandia.png');
	min-width: 135px;
}
.Page__footer .promo .laima .icon {
	background-image: url('/assets/img/dest/interface/footer-laima.png');
	min-width: 151px;
}
.Page__footer .promo .brabix .icon {
	min-width: 154px;
}
.Page__footer .promo .major small {
	font-size: .8em;
	font-weight: normal;
}
.Page__footer .promo .text {
	display: block;
}
.Page__footer .promo a:hover {
	text-decoration: none;
}
.Page__footer .promo a:hover .text {
	text-decoration: underline;
}

.Page__footer .map {
	margin: 0 auto;
	padding: 18px 0;
}
.Page__footer .map li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 20%;
}

.Page__footer .map span {
	cursor: default;
	display: block;
	font-weight: bold;
	margin: 0 20px 4px 0;
}

.Page__footer .map ul {
	margin: 0 20px 0 0;
	text-align: left;
	max-width: none;
}
.Page__footer .map ul li {
	display: block;
	width: auto;
}
.Page__footer .map ul a {
	display: inline-block;
	font-weight: normal;
	margin: 0;
	padding: 3px 0;
	vertical-align: top;
}

.FooterContacts {
	margin: 0 auto;
	padding: 18px 0;
}

.FooterContacts__item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.FooterContacts__item--info {
	width: 60%;
}

.FooterContacts__item--map {
	display: none;
}

.FooterContacts__item--control {
	margin-left: -22px;
	width: 40%;
}

.FooterContacts__item--control .SocialLinks {
	margin-top: 7px;
	margin-bottom: 30px;
}

.FooterContacts__item--control .copyright {
	margin-right: 50px;
}

.FooterContacts__group {
	display: block;
	margin: 0 10% 0 22px;
}

.FooterContacts__group .InviteTender {
	padding: 0;
}

.FooterContacts__group .InviteTender:hover {
	text-decoration: none;
}

.FooterContacts__box + .FooterContacts__box {
	margin-top: 8px;
}

.FooterContacts__box--phone, .FooterContacts__box--question {
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.FooterContacts__box--phone:before, .FooterContacts__box--question:before {
	content: '';
	position: absolute;
	margin-left: -5px;
}

.FooterContacts__box--phone:before {
	height: 22px;
	width: 17px;
	left: -17px;
}

.FooterContacts__box--question:before {
	height: 19px;
	width: 13px;
	left: -13px;
}



/* 3.3. LAYOUT — MAIN
------------------------------------------------------------------------------*/

/* 3.3.1 LAYOUT — MAIN — SIDEBAR
------------------------------------------------------------------------------*/

.sidebarBlock {
	border-radius: 2px;
	display: block;
	margin: 0 0 20px;
	padding: 15px;
	position: relative;
}

.sidebarBlock .loader {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.sidebarBlock .loader:before {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 2px solid transparent;
	border-top-color: #000;
	border-right-color: #000;
	-webkit-animation: LoadingSpinner linear 1s infinite;
	   -moz-animation: LoadingSpinner linear 1s infinite;
	     -o-animation: LoadingSpinner linear 1s infinite;
	        animation: LoadingSpinner linear 1s infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.sidebarBlock.narrowResults {
	background-color: #f2eeea;
	display: block;
}
.sidebarBlock.narrowResults li {
	display: block;
	margin: 0 0 15px 0;
}
.sidebarBlock.narrowResults h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.sidebarBlock.narrowResults .Select {
	width: 100%;
}

.sidebarBlock .btn {
	margin-right: 8px;
}

.sidebarBlockHeader {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 1em;
}
.sidebarBlockContent {
	font-size: 13px;
}
.sidebarBlockContent li a {
	display: inline-block;
	padding: 3px 0;
}
.sidebarBlockContent li:first-child a {
	padding: 0 0 3px;
}

.Page__nav .adv {
	margin: 0 0 25px;
}
.Page__nav .adv li {
	margin: 15px 0 0;
}
.Page__nav .adv li:first-child {
	margin: 0;
}



/* 3.3.2 LAYOUT — MAIN — CONTENT
------------------------------------------------------------------------------*/

.OfferLinks--header {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
}

.OfferLinks--header .OfferLinks__box + .OfferLinks__box {
	margin-left: 10px;
}

.OfferLinks--header .OfferLinks__box--textBtn {
	min-width: 138px;
}

@media (max-width: 1239px) {
	.OfferLinks--header .OfferLinks__box{
		min-width: 138px;
	}
}

@media (max-width: 1095px) {
	.OfferLinks--header .OfferLinks__box{
		min-width: 120px;
	}
}

.OfferLinks--header .OfferLinks__item {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	height: 33px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #e2ddd9;
	border-radius: 20px;
	color: #494543;
	white-space: nowrap;
	-o-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}

.OfferLinks--header .OfferLinks__item:hover {
	color: #ff0030;
}

.OfferLinks--header .OfferLinks__item:hover .icon {
	opacity: .8;
}

@media (min-width: 1240px) {
	.OfferLinks--header .OfferLinks__item--hiddenText {
		padding-left: 0;
		padding-right: 0;
		border-width: 0;
		font-size: 0;
	}
	.OfferLinks--header .OfferLinks__item--hiddenText .icon {
		margin-right: 0;
	}
	.OfferLinks--header .OfferLinks__item .icon {
		margin-top: 0;
	}
	.OfferLinks--header .OfferLinks__item .icon.actions {
		content: '';
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 1239px) {
	.OfferLinks--header .OfferLinks__item .icon {
		display: none;
	}
}

.mainContentHeader {
	margin-bottom: 25px;
	position: relative;
}

.mainContentHeader:first-child {
	margin-top: 0;
}

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

.mainContentHeader__group--banner {
	table-layout: auto;
}

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

.mainContentHeader__box--banner {
	width: 100%;
}

.mainContentHeader__box--gutter {
	width: 2%;
}

.mainContentHeader--responsive .mainContentHeader__box--banner {

	/* Считаем позиционирование в % для большого экрана */
	right: 17%;
}

@media screen and (max-width: 1270px) {
	.mainContentHeader--responsive .mainContentHeader__box--banner {

		/* Считаем позиционирование в % для экрана менее 1270px. Для того, чтобы корректно отображалось во всех браузерах — отнимаем 6px от ширины .BannerMain, при расчёте. */
		right: 17.42857%;
	}
}

.mainContentHeader--responsive .mainContentHeader__box--gutter {
	width: 1.5%;
}

.mainContentHeader--responsive .mainContentHeader__box--smallBanner {

	/* Считаем ширину в зависимости от высоты баннера (218px картинка + 2px border). Получаем высоту 302px (300px картинка + 2px border). */
	width: 15.71429%;
}

.mainContentHeader--responsive .mainContentHeader__box--smallBanner .SmallBanner {
	position: relative;
	height: 0;

	/* Создаём распорку с помощью паддинга. 218px ширина картинки + 2px border делённое на 300px высота картинки + 2px border и умноженное на 100% */
	padding-bottom: 137.27273%;
}

.mainContentHeader--responsive .mainContentHeader__box--smallBanner img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 220px;
	max-height: 302px;
	display: block;
	border: 1px solid #e2ddd9;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}


.mainContentHeader__box--banner {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 203px;
	height: 100%;
	width: auto;
}


.mainContentHeader__box--banner .bannerMain, .mainContentHeader__box--banner .bannerMain a, .mainContentHeader__box--banner .bannerMain .slides, .mainContentHeader__box--banner .bannerMain .slides li, .mainContentHeader__box--banner .bannerMain .slide__wrapper, .mainContentHeader__box--banner .BannerLoader, .mainContentHeader__box--banner .BannerLoader__content img {
	height: 100%;
}


.mainContentHeader__box--banner .BannerLoader {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 1px solid #e2ddd9;
	overflow: hidden;
}


.mainContentHeader__box--banner .BannerLoader__content img {
	width: auto;
}


.mainContentHeader__box--banner .bannerMain .slides li {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}


.bannerMainSub {
	height: 100%;
	width: 200%;
}


.bannerMainSub a {
	display: block;
}


.bannerMainSub img {
	vertical-align: middle;
}


.mainContentHeader .bannerMainSub.BannerLoader {
	width: 100%;
}


.mainContentHeader .bannerMainSub.BannerLoader .BannerLoader__content {
	position: static;
}


.mainContentHeader .bannerMainSub.BannerLoader img {
	display: block;
	width: 100%;
	height: auto;
}
.mainContentHeader__t {
	min-height: 220px;
	position: relative;
}

.fluidContainer.cartridgeOpponent.contentBanner {
	margin-bottom: 0;
}
.fluidContainer.cartridgeOpponent.contentBanner .contentDescription {
	margin-bottom: 33px;
}
.fluidContainer.cartridgeOpponent.contentBanner .contentBanner {
	margin-bottom: 0;
}
.fluidContainer.cartridgeOpponent.contentBanner a {
	border: 1px solid #e2ddd9;
	border-radius: 2px;
	display: block;
	overflow: hidden;

	position: static;
	top: auto;
	left: auto;
}

.Page__main--rubrics .fluidContainer.cartridgeOpponent.contentBanner {
	margin-right: 240px;
	padding-top: 60px;
}
.Page__main--rubrics .fluidContainer.cartridgeOpponent.contentBanner a {
	border-width: 0;
}
.Page__main--rubrics .fluidContainer.cartridgeOpponent.contentBanner .contentDescription {
	min-height: 60px;
	margin-bottom: 15px;
}
.Page__main--rubrics .mainContentHeader__t {
	min-height: 0;
}


.cartridgeChooser {
	position: relative;
	background-color: #f7f4f1;
	border: 1px solid #e2ddd9;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 15px;
	width: 220px;
}
.cartridgeChooser .header {
	white-space: nowrap;
}
.cartridgeChooser .header .icon {
	margin-left: 8px;
}

.cartridgeChooser .Select {
	display: block;
	margin: 11px 0;
	max-width: 188px;
	width: 100%;
}

.cartridgeChooser--wide {
	background-color: #f2eeea;
	border: none;
	display: table;
	width: 100%;
	white-space: nowrap;
	margin-bottom: 20px;
	padding-bottom: 0;
}

@media screen and (max-width: 1250px) {
	.cartridgeChooser--wide{
		padding-bottom: 15px;
	}
}

.cartridgeChooser--wide:before {
	content: "";
	display: table-cell;
	min-width: 161px;
	height: 50px;
	padding-right: 20px;
	vertical-align: bottom;
	background-image: url('/assets/img/interface/cartridges.png');
	background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
	.cartridgeChooser--wide:before{
		display: none;
	}
}

.cartridgeChooser--wide .btn, .cartridgeChooser--wide .Select {
	display: inline-block;
}

.cartridgeChooser--wide .header, .cartridgeChooser--wide .form {
	display: table-cell;
}

.cartridgeChooser--wide .form {
	width: 100%;
}

.cartridgeChooser--wide .header {
	padding: 9px .8em 0 0;
	width: 1px;
}

.cartridgeChooser--wide .header .icon {
	display: none;
}

@media screen and (max-width: 1250px) {
	.cartridgeChooser--wide .header{
		padding-top: 0;
	}
}

@media screen and (max-width: 1050px) {
	.cartridgeChooser--wide .header{
		white-space: normal;
	}
}

.cartridgeChooser--wide .Select {
	width: 150px;
	margin: 0 .6em 0 0;
}

@media screen and (max-width: 1050px) {
	.cartridgeChooser--wide .Select{
		width: 145px;
	}
}

.cartridgeChooser--wide .Select__text.Form__input {
	padding-top: 7px;
	padding-bottom: 7px;
}

.cartridgeChooser--wide .RichSelect2--cartridgeModel {
	width: 150px;
	margin-right: .6em;
	vertical-align: bottom;
}

@media screen and (max-width: 1050px) {
	.cartridgeChooser--wide .RichSelect2--cartridgeModel{
		width: 145px;
	}
}

.OfferActions {
	background-color: #f1eeec;
	display: table;
	margin-top: 35px;
	margin-bottom: 35px;
	table-layout: fixed;
	width: 100%;
}

.OfferActions__text {
	display: inline-block;
	width: 55%;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}

@media screen and (max-width: 1150px) {
	.OfferActions__text{
		width: 65%;
	}
}

.OfferActions__link {
	border: 1px solid #e2ddd9;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #000;
	display: table-cell;
	font-weight: bold;
	padding: 14px 10px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

.OfferActions__link:before {
	content: '';
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 5%;
	vertical-align: middle;
	width: 40%;
}

@media screen and (max-width: 1150px) {
	.OfferActions__link:before{
		width: 30%;
	}
}

@media screen and (max-width: 1270px) {
	.OfferActions__link{
		font-weight: normal;
	}
}

.OfferActions__link:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.OfferActions__link:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.OfferActions__link + .OfferActions__link {
	border-left-width: 0;
}

.OfferActions__link--priceOfWeek:before {
	max-width: 51px;
	height: 50px;
}

.OfferActions__link--hundreds:before {
	max-width: 58px;
	height: 50px;
}

.OfferActions__link--benefit:before {
	max-width: 42px;
	height: 50px;
}

.OfferActions__link--hot:before {
	max-width: 62px;
	height: 50px;
}

.OfferActions__link--more:before {
	max-width: 55px;
	height: 50px;
}

.OfferActions__link--morningWith:before {
	background-image: url('/assets/img/dest/interface/cup_home.png');
	max-width: 53px;
	height: 50px;
}


.contentDescription {
	margin: 0 0 20px;
}


.contentDescription .productCount {
	color: #656565;
	font-size: 16px;
	margin-left: 10px;
}


.contentDescription .OrderJoined {
	display: inline-block;
	vertical-align: top;
	margin-top: -.4em;
	color: #3f3f3f;
	font-size: 16px;
}


.contentDescription .feedbackStatus__info {
	width: 105px;
	display: inline-block;
	margin-right: 15px;
}


.contentDescription .feedbackStatus__title {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}


.contentDescription .LinkBack {
	display: inline-block;
	text-decoration: underline;
	margin-top: 10px;
}


.contentDescription .LinkBack + .tip {
	margin-top: 16px;
}


.contentDescription__aux--print {
	padding: 1em 0;
}


.contentDescription__title {
	display: inline-block;
}


.contentDescription .contentDescription__title {
	margin: 0 20px 0 0;
}


.contentDescription__aux {
	color: #666;
	display: inline-block;
}


.contentDescription__control {
	margin-top: 20px;
}


.contentDescription .instructionLink {
	margin-top: 8px;
}


.contentDescription .instructionLink + .contentDescriptionText {
	margin-top: 10px;
}


.contentDescription .PageAvailability {
	margin-bottom: 22px;
}


.contentDescription .PageAvailability__period {
	font-size: 16px;
}


.contentDescription .PageAvailability:before {
	padding-right: 4px;
	vertical-align: -2px;
}

.contentDescription h1 {
	cursor: default;
	font-size: 32px;
	word-wrap: break-word;
}

.contentDescription .textNode {
	overflow: visible;
	margin-top: 25px;
}

.contentDescription .textNode table {
	max-width: 100%;
	height: auto;
}

.contentDescription .textNode img {
	max-width: 100%;
	height: auto;
}

.contentDescription.ddTipHere h1 {
	margin: 0 0 15px;
}
.contentDescriptionText p + p {
	margin-top: 6px;
}
.contentDescriptionText.full {
	display: none;
}
.contentDescription .tip {
	color: #000;
	margin: 20px 0 -10px;
}
.contentDescription .tip--attention:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-top: -0.2em;
	margin-right: 5px;
}
.contentDescription .tip__bold {
	font-weight: bold;
}
.contentDescription .tip__correct {
	color: #c22119;
}

.contentDescription .tip.error {
	color:#e0141d;
}

.Content .sliderPromo {
	margin: 0 0 20px;
}

.Content .sliderRubric {
	margin-bottom: 30px;
}

.contentBanner {
	margin: 0 0 20px;
	position: relative;
}
.contentBanner img {
	display: block;
	height: auto;
	width: 100%;
}
.fluidContainer .contentBanner a {
	left: 0;
	position: absolute;
	top: 0;
}
.fluidContainer .contentBanner img {
	max-height: 135px;
	max-width: 730px;
}


/*
окончательный экран

<div class="contentEndScreen">
	<h1>Спасибо за участие в опросе</h1>
	<p><a href="#">Перейти на главную страницу</a></p>
</div>
*/

.contentEndScreen {
	min-height: 250px;
	margin: 0 auto 58px;
	text-align: center;
	width: 70%;
}
.contentEndScreen h1 {
	font-size: 29px;
	line-height: 1.4em;
}
.contentEndScreen p {
	color: #666;
	margin: 0 0 4px;
}
.contentEndScreen span {
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0 10px;
}



/* 3.3.3 LAYOUT — MAIN — PROMOPLACE
------------------------------------------------------------------------------*/

.promoPlace {
	clear: both;
}

.promoPlace .slider {
	margin: 0 0 23px;
}

.Page--itemCard .promoPlace .slider {
	margin-bottom: 35px;
}

.promoPlace .adv {
	text-align: center;
	white-space: nowrap; 
}
.promoPlace .adv li {
	display: inline-block;
	margin: 0 0 0 2.131%;
	width: 48.935%;
}
.promoPlace .adv.bannersSlim li {
	display: inline-block;
	margin: 0 0 0 1.4976%;
	width: 23.876871%;
	vertical-align: top;
}
.promoPlace .adv li:first-child {
	margin: 0;
}
.promoPlace .adv img {
	display: block; 
	-o-object-fit: contain; 
	   object-fit: contain; 
	height: 100%; 
	width: 100%; 
}

.Banner--static {
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.Banner--static:hover {
	opacity: .8;
}


.BannerLoader {
	position: relative;
}


.BannerLoader__title {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	opacity: 0;
	word-wrap: break-word;
	visibility: hidden;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.BannerLoader__alt {
	white-space: normal;
	padding: 1em;
}


.BannerLoader__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}


.BannerLoader__content img {
	opacity: 1;
	visibility: visible;
}


.BannerLoader--loading {
	background-color: #f1eeec;
}


.BannerLoader--loading .BannerLoader__title {
	opacity: 1;
	visibility: visible;
}


.BannerLoader--loading .BannerLoader__content img {
	opacity: 0;
	visibility: hidden;
}


.BannerLoader--productCard {
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
}


.BannerLoader--productCard:hover{
	opacity: .8;
}


.BannerLoader--productCard .BannerLoader__img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 100%;
	width: auto;
}


.BannerProduct {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid;
	white-space: normal;
}

.BannerProduct__price, .BannerProduct__btnWrapper, .BannerProduct__image {
	position: absolute;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	will-change: opacity;
}

.BannerProduct__image {
	top: 0;
	left: 0;
	height: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	font-size: 0;
}

.BannerProduct__image:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.BannerProduct__img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.promoPlace .adv .BannerProduct__img {
	display: inline-block;
}

.BannerProduct__nameContainer {
	position: relative;
	margin-left: 50%;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .9);
}

.BannerProduct__nameContainer:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 5px;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}
.BannerProduct__name {
	color: #000;
	overflow: hidden;
	text-align: right;
}
.BannerProduct__price {
	color: #c22119;
	font-size: 22px;
	font-weight: bold;
	z-index: 1;
}
.BannerProduct__btn, .BannerProduct__btn:hover {
	color: #fff;
}

.BannerProduct.BannerProduct--0 {
	color: #ed9003;
}

.BannerProduct.BannerProduct--0 .BannerProduct__btn{
	background-color: #ed9003;
	background-image: -moz-linear-gradient(#ed9003, #db5c05);
	background-image: -o-linear-gradient(#ed9003, #db5c05);
	background-image: linear-gradient(#ed9003, #db5c05);
}
.BannerProduct.BannerProduct--1 {
	color: #40a917;
}
.BannerProduct.BannerProduct--1 .BannerProduct__btn{
	background-color: #40aa17;
	background-image: -moz-linear-gradient(#40aa17, #388d13);
	background-image: -o-linear-gradient(#40aa17, #388d13);
	background-image: linear-gradient(#40aa17, #388d13);
}
.BannerProduct.BannerProduct--2 {
	color: #8743df;
}
.BannerProduct.BannerProduct--2 .BannerProduct__btn{
	background-color: #9a47ee;
	background-image: -moz-linear-gradient(#9a47ee, #733fcf);
	background-image: -o-linear-gradient(#9a47ee, #733fcf);
	background-image: linear-gradient(#9a47ee, #733fcf);
}
.BannerProduct.BannerProduct--3 {
	color: #c62830;
}
.BannerProduct.BannerProduct--3 .BannerProduct__btn{
	background-color: #d04e38;
	background-image: -moz-linear-gradient(#d04e38, #c0112b);
	background-image: -o-linear-gradient(#d04e38, #c0112b);
	background-image: linear-gradient(#d04e38, #c0112b);
}


.BannerProduct--size-m {
	height: 150px;
}


.BannerProduct--size-m .BannerProduct__price, .BannerProduct--size-m .BannerProduct__btnWrapper {
	right: 10px;
}


.BannerProduct--size-m .BannerProduct__price {
	top: 47%;
}


.BannerProduct--size-m .BannerProduct__btnWrapper {
	bottom: 10px;
}


.BannerProduct--size-m .BannerProduct__btn {
	padding-left: 25px;
	padding-right: 25px;
}


.BannerProduct--size-m .BannerProduct__nameContainer {
	padding: 15px 10px 0;
}


.BannerProduct--size-m .BannerProduct__name {
	height: 50px;
	line-height: 16px;
	font-size: 12px;
}


.BannerProduct--size-m .BannerProduct__image {
	width: 50%;
}


@media (min-width: 1200px) {
	.BannerProduct--size-m .BannerProduct__price {
		font-size: 28px;
		top: 45%;
	}
}


.BannerProduct--size-m:hover .BannerProduct__nameContainer {
	-webkit-animation: BannerProduct--m .2s forwards;
	   -moz-animation: BannerProduct--m .2s forwards;
	     -o-animation: BannerProduct--m .2s forwards;
	        animation: BannerProduct--m .2s forwards;
}


.BannerProduct--size-l {
	padding: 13px 20px;
}


.BannerProduct--size-l .BannerProduct__name, .BannerProduct--size-l .BannerProduct__price, .BannerProduct--size-l .BannerProduct__btnWrapper {
	right: 20px;
}


.BannerProduct--size-l .BannerProduct__name {
	height: 70px;
	line-height: 23px;
	font-size: 14px;
}


.BannerProduct--size-l .BannerProduct__price {
	bottom: 63px;
	font-size: 40px;
}


.BannerProduct--size-l .BannerProduct__priceInitial {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-right: 15px;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
}


.BannerProduct--size-l .BannerProduct__priceInitial:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	background-color: currentColor;
	height: 1px;
}


.BannerProduct--size-l .BannerProduct__priceInitial .Price__s {
	vertical-align: 33%;
}


.BannerProduct--size-l .BannerProduct__btnWrapper {
	bottom: 20px;
}


.BannerProduct--size-l .BannerProduct__btn {
	padding-left: 25px;
	padding-right: 25px;
}


.BannerProduct--size-l .BannerProduct__image {
	width: 200px;
}

@-webkit-keyframes BannerProduct--m {
	49.99999% { margin-left: 50%; }
	50% { margin-left: 0; opacity: 0; }
	100% { margin-left: 0; opacity: 1; }
}

@-moz-keyframes BannerProduct--m {
	49.99999% { margin-left: 50%; }
	50% { margin-left: 0; opacity: 0; }
	100% { margin-left: 0; opacity: 1; }
}

@-o-keyframes BannerProduct--m {
	49.99999% { margin-left: 50%; }
	50% { margin-left: 0; opacity: 0; }
	100% { margin-left: 0; opacity: 1; }
}

@keyframes BannerProduct--m {
	49.99999% { margin-left: 50%; }
	50% { margin-left: 0; opacity: 0; }
	100% { margin-left: 0; opacity: 1; }
}



/* 3.3.4 RUBRIC DESCRIPTION
------------------------------------------------------------------------------*/

.rubricDescription .textNode {
	overflow: visible;
}
.rubricDescription {
	background-color: #f2eeea;
	border-radius: 2px;
	margin: 0 0 23px;
	padding: 20px 20px 20px 60px;
	position: relative;
}
.rubricDescription:after {
	content: '';
	height: 33px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 24px;
}

.rubricDescription .Spoiler2 .Spoiler2__content {
	padding-bottom: 0;
}

.rubricDescription .contentDescriptionText.textNode {
	width: 70%;
	line-height: 19px;
	min-width: 800px;
	margin-bottom: 1em;
}
.rubricDescription .contentDescriptionText.textNode h4 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
.rubricDescription .contentDescriptionText.textNode ul {
	margin-bottom: 1em;
}
.rubricDescription .contentDescriptionText.textNode p {
	margin-bottom: 1em;
}
.rubricDescription .contentDescriptionText.textNode p:last-child, .rubricDescription .contentDescriptionText.textNode ul:last-child {
	margin-bottom: 0;
}



/* 3.3.5 ITEM PHOTO
------------------------------------------------------------------------------*/

.ProductPhoto__link {
	display: block;
}

.ProductPhoto__image {
	display: block;
	width: 100%;
}

.ProductPhotoThumb {
	display: inline-block;
	margin-left: 8px;
	margin-top: 8px;
}

.ProductPhotoThumb__link {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	display: block;
	border: 1px solid #e2ddd9;
	opacity: 0.6;
	-o-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	-moz-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	height: 49px;
	width: 49px;
	position: relative;
}

.ProductPhotoThumb__link.video {
	border-color: #e2ddd9;
	border-color: rgba(226,221,217, .6);
	opacity: 1;
}

.ProductPhotoThumb__link.video:after {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.4);
	width: 100%;
	height: 100%;
	-o-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	-moz-transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	transition: all .2s cubic-bezier(0.42, 0, 0.08, 1);
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
}

.ProductPhotoThumb__link.video:hover {
	border-color: rgb(226,221,217);
}

.ProductPhotoThumb__link.video:hover:after, .ProductPhotoThumb.active .ProductPhotoThumb__link.video:after {
	background-color: transparent;
	-moz-transition-duration: .05s;
	  -o-transition-duration: .05s;
	     transition-duration: .05s;
}

.ProductPhotoThumb__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	overflow: hidden;
}

.ProductPhotos--wide .ProductPhotoThumb__link {
	height: 68px;
	width: 90px;
}

.ProductPhotoThumb__link:hover {
	opacity: 1;
	-moz-transition-duration: .05s;
	  -o-transition-duration: .05s;
	     transition-duration: .05s;
}

.ProductPhotoThumb.active .ProductPhotoThumb__link {
	border-color: #c22119;
	cursor: default;
	opacity: 1;
}

.ProductPhotoThumbs {
	line-height: 1;
    margin-top: 8px;
	width: auto;
}

.itemInfoPhotos .ProductPhotoThumbs {
	margin-left: -8px;
}

.itemInfoPhotos .ProductPhotoThumbs .ProductPhotoThumb {
	width: 16.66667%;
	margin-left: 0;
	padding-left: 8px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

@media (max-width: 1164px) {
	.itemInfoPhotos .ProductPhotoThumbs .ProductPhotoThumb{
		width: 20%;
	}
}

@media (max-width: 1023px) {
	.itemInfoPhotos .ProductPhotoThumbs .ProductPhotoThumb{
		width: 25%;
	}
}

@media (max-width: 979px) {
	.itemInfoPhotos .ProductPhotoThumbs .ProductPhotoThumb{
		width: 49px;
	}
}

.itemInfoPhotos .ProductPhotoThumbs .ProductPhotoThumb__link {
	width: auto;
	height: auto;
}

.itemInfoPhotos .ProductPhotoThumbs .ProductPhotoThumb__link:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.itemInfoPhotos .ProductPhotoThumbs .ProductPhotoThumb__image {
	position: absolute;
	top: 0;
	left: 0;
}



/* 3.3.5 LIMIT INFO
------------------------------------------------------------------------------*/

.LimitInfo {
	color: #c22119;
	font-size: 12px;
	font-weight: normal;
}



/* RATING
------------------------------------------------------------------------------*/

.Score {
	display: inline-block;
	vertical-align: middle;
}

.Score--final {
	background-image: url('/assets/img/dest/interface/gray-star.png');
	background-repeat: repeat-x;
	width: 83px;
	height: 15px;
}

.Score__fill {
	background-image: url('/assets/img/dest/interface/gold-star.png');
	display: inline-block;
	height: 100%;
}

.Score--s5 .Score__fill {
	width: 83px;
}

.Score--s4 .Score__fill {
	width: 66px;
}

.Score--s3 .Score__fill {
	width: 50px;
}

.Score--s2 .Score__fill {
	width: 33px;
}

.Score--s1 .Score__fill {
	width: 16px;
}

.Score__star {
	background-image: url('/assets/img/dest/interface/star_grey_b.png');
	cursor: pointer;
	display: inline-block;
	width: 29px;
	height: 24px;
}

.Score__star + .Score__star {
	margin-left: -4px;
}

.Score__star.Score__star--on, .Score__star.Score__star--hover {
	background-image: url('/assets/img/dest/interface/star_active_b.png');
}

.Score__star--on:hover ~ .Score__star--on {
	opacity: .6;
}

.Score--product {
	margin-top: -2px;
	margin-left: .3em;
	width: 65px;
	height: 10px;
}

.Score--product .Score__fill {
	display: block;
}



/* REVIEWS
------------------------------------------------------------------------------*/

.reviews .Form {
	width: 650px;
}

.reviews .Form__head {
	font-weight: bold;
}

.Reviews .listItemsPageControl--bottom {
	margin-bottom: 15px;
}

.ReviewsBox, .Review {
	padding: 20px 0;
	position: relative;
}

.ReviewsBox, .Review + .Review {
	border-top: 1px solid #e1e1e1;
}

.ReviewsBox--show {
	text-align: center;
}

.Review--moderation .moderation {
	color: #e10000;
	display: inline-block;
	vertical-align: top;
	margin-top: .1em;
	margin-left: 7px;
}

.Review--moderation .Reviews__rating, .Review--moderation .ReviewData {
	opacity: .6;
}

.ReviewData + .ReviewData {
	margin-top: 15px;
}

.ReviewData--reply {
	background-color: #fff4d8;
	padding: 17px 14px;
}

.ReviewData--reply + .ReviewData {
	margin-top: 20px;
}

.ReviewData--reply .ReviewData__value {
	margin-bottom: 15px;
}

.ReviewData--reply .ReviewData__user {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.ReviewData__name {
	font-weight: bold;
	margin-bottom: 5px;
}

.ReviewInfo {
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.Score + .ReviewInfo {
	margin-left: 10px;
}

.Form__label + .ReviewInfo {
	margin-top: 5px;
}

.ReviewInfo, .ReviewError {
	font-size: 12px;
}

.reviews--company {
	width: 675px;
}

.reviews--company .Form {
	width: 100%;
}

.FancyModal--stayReview {
	width: 640px;
}


/* WebPush
------------------------------------------------------------------------------*/

.FancyModal--webPush {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 500px;
}

.FancyModal--webPush .Form__field {
	margin-top: 1em;
}

.FancyModal--webPush .FancyModal__description + .FancyModal__description {
	margin-top: 10px;
}



/* Limit */

.Form__field .Form__input.Limit--value {
	width: 100px;
}

.Form__field .Select__label.Limit--interval {
	width: 185px;
}

.Limit--currency {
	margin-left: .5em;
}
/* ~ Limit */



/* City select window
------------------------------------------------------------------------------*/

.CitySelectWindow {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

@media (min-width: 980px) {
	.CitySelectWindow{
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		width: 620px;
		max-height: -moz-calc(100vh - 80px);
		max-height: calc(100vh - 80px);
		min-height: 450px;
		padding: 30px;
		cursor: default;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.CitySelectWindow{
		max-height: none;
	}
}

@media (min-width: 980px) {
	.CitySelectWindow--wide{
		width: 700px;
	}
}

.CitySelectWindow__header {
	margin-bottom: 20px;
	font-size: 24px;
}

.CitySelectWindow__columns {
	position: relative;
}

@media (min-width: 980px) {
	.CitySelectWindow__columns{
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 0;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		margin-top: 20px;
		line-height: 19px;
	}
}

.CitySelectWindow__subtitle {
	font-weight: bold;
	font-size: 16px;
}

@media (min-width: 980px) {
	.CitySelectWindow__subtitle{
		margin-bottom: 14px;
	}
}

.CitySelectWindow__regionsContainer, .CitySelectWindow__citiesContainer {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.CitySelectWindow__regionsContainer {
	width: 255px;
	border-right: 1px solid #e2ddd9;
}

@media (min-width: 980px) {
	.CitySelectWindow__regionsContainer{
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 0;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		padding-right: 25px;
	}
}

.CitySelectWindow__regions, .CitySelectWindow__cities--selected {

	/* Firefox */
	scrollbar-color: #e2ddd9 transparent;
	scrollbar-width: thin;
}

/* Chrome */

.CitySelectWindow__regions::-webkit-scrollbar, .CitySelectWindow__cities--selected::-webkit-scrollbar{
	width: 6px;
}

.CitySelectWindow__regions::-webkit-scrollbar-track, .CitySelectWindow__cities--selected::-webkit-scrollbar-track{
	background-color: transparent;
}

.CitySelectWindow__regions::-webkit-scrollbar-thumb, .CitySelectWindow__cities--selected::-webkit-scrollbar-thumb{
	border-radius: 6px;
	background-color: #e2ddd9;
}

.CitySelectWindow__regions::-webkit-scrollbar-thumb:hover, .CitySelectWindow__cities--selected::-webkit-scrollbar-thumb:hover{
	background-color: #c4beb9;
}

@media (min-width: 980px) {
	.CitySelectWindow__regions, .CitySelectWindow__cities--selected{
		overflow-y: auto;
	}
}

@media (min-width: 980px) {
	.CitySelectWindow__regions > .CitySelectWindow__region:last-child .CitySelectWindow__link, .CitySelectWindow__cities--selected > .CitySelectWindow__region:last-child .CitySelectWindow__link{
		padding-bottom: 0;
	}
}

.CitySelectWindow__region + .CitySelectWindow__region, .CitySelectWindow__city + .CitySelectWindow__city {
	margin-top: 14px;
}

.CitySelectWindow__citiesContainer {
	position: absolute;
	right: 0;
	top: 0;
	left: 255px;
	padding-left: 25px;
}

@media (min-width: 980px) {
	.CitySelectWindow__citiesContainer{
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 100%;
	}
}

.CitySelectWindow__cities {
	display: none;
}

.CitySelectWindow__cities--selected {
	display: block;
}

@media (min-width: 980px) {
	.CitySelectWindow__cities--selected{
		padding-right: 15px;
		padding-bottom: 10px;
	}
}

.CitySelectWindow__cities .CitySelectWindow__cities {
	display: block;
	margin-left: 14px;
}

.CitySelectWindow__cities .CitySelectWindow__cities .CitySelectWindow__city {
	margin-top: 14px;
}

@media (min-width: 980px) {
	.CitySelectWindow__label--selected .CitySelectWindow__link{
		font-weight: bold;
		pointer-events: none;
	}
}

.CitySelectWindow__link {
	color: #242322;
	cursor: pointer;
}

@media (min-width: 980px) {
	.CitySelectWindow__link{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.CitySelectWindow__link:hover {
	color: #ff0030;
}

.CitySelectWindow__icons {
	margin-left: 8px;
}

.CitySelectWindow__icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.CitySelectWindow__icon + .CitySelectWindow__icon {
	margin-left: 8px;
}

.CitySelectWindow__legend {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}

@media (min-width: 980px) {
	.CitySelectWindow__legend .CitySelectWindow__label + .CitySelectWindow__label{
		margin-left: 24px;
	}
}

.CitySelectWindow__legend .CitySelectWindow__icon {
	margin-top: -2px;
	margin-right: 8px;
}

.CitySelectWindow .Search__box--field .Autocomplete.ui-autocomplete {
	min-width: 100%;
	max-height: none;
	white-space: normal;
}

.CitySelectWindow .Page__overlay {
	z-index: 15;
}



.Page__wrapper .siteSelect {
	overflow: visible;
}

.testUser__bubble {
	color: #111111;
	width: 390px;
	right: -70px;
}

.testUser__content {
	padding: 15px;
}

.testUser__header {
	margin-bottom: 20px;
}

.testUser__headerText {
	font-weight: bold;
}

.testUser__headTabs li {
	cursor: pointer;
}

.testUser__headTab {
	background: #e2ddd9;
	border: 1px #e2ddd9 solid;
	border-radius: 2px 2px 0 0;
	border-bottom: none;
	display: inline-block;
	padding: 8px 15px;
}

.testUser__headTab.active {
	background: #fff;
	margin-bottom: -1px;
	padding-bottom: 9px;
}

.testUser__tabs {
	background: #fff;
	border: 1px #e2ddd9 solid;
	padding: 10px;
}

.testUser__tab {
	position: relative;
}

.testUser__search {
	margin-bottom: 10px;
}

.testUser__hint {
	color: #736f6c;
	position: absolute;
}

.testUser__tabsWrapper .testUser__tabs .testUser__tabList {
	display: block;
	height: 170px;
	overflow: auto;
}

.testUser__tabList li {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 5px;
	white-space: pre-wrap;
	width: 100%;
	word-wrap: break-word;
}

.testUser__tabList li:hover {
	background-color: #e9e4e1;
	cursor: pointer;
}

.testUser__tabList li.selected {
	background-color: #ffeaa8;
}

.testUser__footer {
	background-color: #c7c2be;
	padding: 10px 15px;
}

.testUser__footer .btn {
	margin-right: 10px;
}

.Product__income {
	font-size: 12px;
	margin-bottom: 0.75em;
}

.grid .ProductSpecial .Product__income {
	padding-left: 12px;
}

.actionsBadgeDescription .ProductSpecial .Product__income {
	padding-left: 10px;
}



.SidebarAbvertisement {
	background-image: url('/assets/img/interface/spasibo_sberbank_170x49.png');
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-bottom: 20px;
	margin-top: 28px;
	padding-top: 65px;
	-moz-transition-duration: .3s;
	  -o-transition-duration: .3s;
	     transition-duration: .3s;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}



.SidebarAbvertisement:hover {
	opacity: .7;
}



.SidebarAbvertisement--sberbank .caption {
	color: #079049;
	font-size: 12px;
	line-height: 16px;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
}


.Disclaimer--default {
	color: #878787;
	font-size: 12px;
}

.MinimalLotBenefits {
	margin: 8px 3px;
}

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


.FancyModal--confirmCreateAccount {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 645px;
}


.FancyModal--confirmCreateAccount .FancyModal__header {
	text-align: center;
}


.FancyModal--confirmCreateAccount .FancyModal__content {
	line-height: 1.35;
}


.FancyModal--confirmCreateAccount .FancyModal__controls {
	margin-top: 40px;
}


.FancyModal--confirmCreateAccount .Form__set {
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0;
}


.FancyModal--confirmCreateAccount .Form__error {
	margin-top: 12px;
}


.FancyModal--confirmCreateAccount:before {
	content: '';
	display: block;
	width: 84px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url('/assets/img/dest/interface/basket-hexagon_84x95.png');
}



/* Договоры ПВС
------------------------------------------------------------------------------*/
.dashedList--pvsContractsInfo {
	margin-top: 5px;
}
.TipTip__content .dashedList--pvsContractsInfo li {
	margin-bottom: 8px;
}
.dashedList--pvsContractsInfo .dashedList__lastItem {
	margin-bottom: 5px;
}
.dashedList--pvsContractsInfo .dashedList__lastItem:before {
	display: none;
}

.Contract__box--displayPvsContracts .Form__label {
	font-size: 12px;
}

.FancyModal--confirmPvsDisplay {
	width: 520px;
}



/* Согласие на обработку персональных данных
------------------------------------------------------------------------------*/

.FancyModal--salesInvoice {
	width: 880px;
}

.FancyModal--salesInvoice .FancyModal__header {
	margin-bottom: 20px;
}

.FancyModal--salesInvoice .textNode p {
	margin-bottom: 8px;
}

.FancyModal--salesInvoice .Items {
	margin-top: -26px;
}

.FancyModal--video {
	width: -moz-calc(100vw - 160px);
	width: calc(100vw - 160px); /* Расчёт ширины с учётом margin + padding + scrollbar */
	max-width: 1024px;
}

.FancyModal--video .FancyModal__content {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.FancyModal--video .FancyModal__content .FancyModal__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



/* Логотипы клиентов
------------------------------------------------------------------------------*/

.Clients__list {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-right: -20px;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.Clients__item {
	padding-right: 20px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-flex-basis: 174px;
	    -ms-flex-preferred-size: 174px;
	        flex-basis: 174px;
}

@media (max-width: 370px) {
	.Clients__item{
		-webkit-flex-basis: 150px;
		    -ms-flex-preferred-size: 150px;
		        flex-basis: 150px;
	}
}

.Clients__item .Clients__logo {
	margin-bottom: 18px;
}

.Clients + p {
	margin-top: 20px;
}

.TipTip--dataChange .TipTip__content {
	font-size: 12px;
}

.FancyModal--requisitesChangeData {
	width: 485px;
}

.FancyModal--requisitesChangeData b {
	font-weight: bold;
}


.Form__set--paymentType .Form__field {
	min-height: auto;
}



/* Блок формы "Особенности доставки"
------------------------------------------------------------------------------*/

.Form__set--deliveryFeatures .Form__field .Form__input {
	max-width: 290px;
}

.Form__set--deliveryFeatures .Form__field .Form__input--comment {
	max-width: none;
}

.Form__set--deliveryFeatures .Form__group--inline {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: auto;
	margin-right: -15px;
	margin-top: -1em;
}

.Form__set--deliveryFeatures .Form__group--inline .Form__field {
	-webkit-flex-basis: 130px;
	    -ms-flex-preferred-size: 130px;
	        flex-basis: 130px;
	max-width: 290px;
	margin-right: 15px;
	margin-top: 1em;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}



/* Добавление/удаление адреса доставки
------------------------------------------------------------------------------*/

.FancyModal--addAddress {
	width: 450px;
}

.FancyModal--addAddress .Form__set {
	padding: 0;
}

.FancyModal--addAddress .Form__field + .Form__set {
	margin-top: 1em;
}

.FancyModal--removeAddress {
	width: 485px;
}

.FancyModal--removeAddress p + p {
	margin-top: 15px;
}

.FancyModal--removeAddress strong {
	font-weight: bold;
}



/* Блок формы "Звонок для подтверждения заказа не требуется"
------------------------------------------------------------------------------*/

.Form__set--notRequiredCall .Form__description {
	margin-top: 5px;
}

@supports (container-type: inline-size) {
	.g-recaptcha {
		container-type: inline-size;
	}

	@container (max-width: 320px) {
		.g-recaptcha > * {
			-webkit-transform: scale(0.9);
			   -moz-transform: scale(0.9);
			    -ms-transform: scale(0.9);
			     -o-transform: scale(0.9);
			        transform: scale(0.9);
			-webkit-transform-origin: 0 0;
			   -moz-transform-origin: 0 0;
			    -ms-transform-origin: 0 0;
			     -o-transform-origin: 0 0;
			        transform-origin: 0 0;
		}
	}
}

@supports not (container-type: inline-size) {
	@media (max-width: 360px) {
		.g-recaptcha {
			width: 1px;
			-webkit-transform: scale(0.9);
			   -moz-transform: scale(0.9);
			    -ms-transform: scale(0.9);
			     -o-transform: scale(0.9);
			        transform: scale(0.9);
			-webkit-transform-origin: 0 0;
			   -moz-transform-origin: 0 0;
			    -ms-transform-origin: 0 0;
			     -o-transform-origin: 0 0;
			        transform-origin: 0 0;
		}
	}
}

.TableServiceRegions td:not(:last-child) {
	padding-right: 60px;
}

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