.Files {
	padding-top: 5px;
}

.File {
	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;
}

.File:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center left;
	width: 25px;
	height: 30px;
	-webkit-flex: 0 0 auto;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.File--png:before {
	background-image: url('/assets_laima/img/dest/file_25x30_png.png');
}

.File--jpg:before {
	background-image: url('/assets_laima/img/dest/file_25x30_jpg.png');
}

.File__info {
	line-height: 1.22;
	margin-left: 8px;
	max-width: 402px;
}

.File__nameWrapper {
	display: block;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 2px;
}

.File__size {
	color: #949494;
	font-size: 12px;
	margin-top: 3px;
}

.File + .File {
	margin-top: 20px;
}
/*!

  BASE
    BASE - ROOT
    BASE - HTML5
    BASE - EMBEDDED
    BASE - FORMS
    BASE - TABLES
    BASE - LINKS
    BASE - LISTS
    BASE - TYPOGRAPHY

  USEFUL

  BLOCKS
    BLOCKS - EMBEDDED
    BLOCKS - FORMS
    BLOCKS - LINKS
    BLOCKS - BUTTONS
    BLOCKS - TABLES
    BLOCKS - LISTS
    BLOCKS - TYPOGRAPHY
    BLOCKS - PRODUCT
    BLOCKS - PRODUCT CARD
    BLOCKS - NAV
    BLOCKS - BANNERS & SLIDERS
    BLOCKS - PHOTOS VIEWER
    BLOCKS - POPUPS
      BLOCKS - POPUPS - NOTIFICATIONS

  THEME
    THEME - HELPERS
    THEME - EMBEDDED
    THEME - TYPOGRAPHY
    THEME - FORMS
    THEME - TABLES
    THEME - POPUPS
      THEME - POPUPS - FANCYBOX

  PAGES
    PAGES — HEADER
    PAGES — FOOTER
    PAGES — MAIN
      PAGES - MAIN - SHOPS
      PAGES - MAIN - FEEDBACK
      PAGES - MAIN - OPERATION
    PAGES — ERROR

  HELPERS

 */



/* BASE
---------------------------------------------------------------------*/

/* BASE - ROOT
---------------------------------------------------------------------*/

html {
	font-size: 62.5%;
	font-family: sans-serif;
	overflow-y: scroll; /* убираем скачок из-за появляющейся полосы прокрутки */
	-webkit-font-smoothing: antialiased; /* лучшее сглаживание шрифта в макоси */

	/* http://stackoverflow.com/questions/6210788/how-to-avoid-ios-automatic-font-size-adjustment — автоматическая настройка размеров текста у мобильных */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1.5;
	margin: 0; /* Убираем внутренний отступ */
}

/* Текстовые выделения: убирается тень и добавляются цвета по умолчанию */
::-moz-selection {
	background-color: #69c;
	background-color: Highlight;
	color: #fff;
	color: HighlightText;
	text-shadow: none;
}
::selection {
	background-color: #69c;
	background-color: Highlight;
	color: #fff;
	color: HighlightText;
	text-shadow: none;
}

[hidden], template { /* отсутствует в ИЕ, Сафари и ФФлт22 */
	display: none;
}



/* BASE - HTML5
---------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block; /* исправляется отображение в ИЕ89 */
}

audio, canvas, video {
	display: inline-block; /* исправляется отображение в ИЕ89 */
}
.ielte7 audio, .ielte7 canvas, .ielte7 video {
	display: inline;
	zoom: 1;
}

audio:not([controls]) {
	display: none; /* не отображать без элементов управления */
	height: 0; /* убирается ненужная высота в аёс 5 */
}



/* BASE - EMBEDDED
---------------------------------------------------------------------*/

img {
	border: 0; /* убирается граница, если изображение внутри ссылки в ИЕ89 */
	vertical-align: middle; /* убирается отступ снизу */
}
.ielte7 img {
	-ms-interpolation-mode: bicubic; /* улучшение отображения при изменении размера */
}

.ie9 svg:not(:root) {
	overflow: hidden; /* отображение в ИЕ9 */
}

figure {
	margin: 0; /* ИЕ 789, Сафари 5, Опера 11 */
}



/* BASE - FORMS
---------------------------------------------------------------------*/

.ielte7 form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
.ielte7 legend {
	margin-left: -7px;
}

label, input[type="checkbox"], input[type="radio"], button, select, .curPointer {
	cursor: pointer;
}
html input[disabled], button[disabled], select[disabled] {
	cursor: default;
}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	vertical-align: baseline;
}
.ielte7 button, .ielte7 input, .ielte7 select, .ielte7 textarea {
	vertical-align: middle;
}

button, input {
	line-height: 1;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* отображение в аёс и андроид */
	cursor: pointer;
}
.ielte7 button, .ielte7 html input[type="button"], .ielte7 input[type="reset"], .ielte7 input[type="submit"] {
	overflow: visible; /* внутренний отступ */
}

/* исправление неверно определяемых размеров в ИЕ */
input[type="checkbox"], input[type="radio"] {
	margin-top: -.17em;
	padding: 0;
	vertical-align: middle;
}
.ielte7 input[type="checkbox"], .ielte7 input[type="radio"] {
	height: 13px;
	width: 13px;
}

/* исправление проблемы с отображением в Хроме */
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* проблемы с отображением в Хроме и Сафари */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* внутренний отступ в ФФ */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* выделение элементов при фокусе в Хроме */
select:focus, button:focus, textarea:focus, input:focus {
	outline: 0;
}

/* вертикальная полоса прокрутки в ИЕ */
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}



/* BASE - TABLES
---------------------------------------------------------------------*/

/* устранение отступов между ячейками */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* BASE - LINKS
---------------------------------------------------------------------*/

a:focus {
	outline: thin dotted; /* одинаковое выделение выбранных ссылок */
}

a:active, a:hover {
	outline: 0; /* убираем выделение в других состояниях */
}



/* BASE - LISTS
---------------------------------------------------------------------*/

li ul, li ol {
	margin: .5em 0 1em;
}
ul, ol, dl {
	margin: 0 0 1.5em;
}
ul, ol {
	padding: 0 0 0 3em;
}
li, dt, dd {
	margin-top: .5em;
	padding-left: 0;
	position: relative;
}
li:first-child, dt:first-child, dd:first-child {
	margin-top: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 3em;
}



/* BASE - TYPOGRAPHY
---------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	margin: .75em 0 .325em;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0 .5em;
}

h3 {
	font-size: 1.17em;
	line-height: 1.2821em;
	margin: 1.2821em 0 .6411em;
}

h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 .75em;
}

h5 {
	font-size: 0.83em;
	line-height: 1.8072em;
	margin: 1.8072em 0 .9036em;
}

h6 {
	font-size: .67em;
	line-height: 2.2388em;
	margin: 2.2388em 0 1.1194em;
}

p, pre, blockquote {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

p + ul, p + ol, p + dl {
	margin-top: -.75em;
}


abbr[title] {
	border-bottom: 1px dotted; /* стиль отсутствует в ИЕ 89, Сафари 5 и в Хроме */
}

b, strong {
	font-weight: 700;
}

i, em {
	font-style: italic;
}

dfn {
	font-style: italic; /* стиль отсутствует в Сафари 5 и Хроме */
}

/* в ФФ теперь не отличается */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/* стиль отсутствует в ИЕ 789 */
mark {
	background: #ff0;
	color: #000;
}

/* стиль отсутствует в Сафари 5 и Хроме */
code, kbd, pre, samp {
	font-family: coursiva, monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap; /* улучшает читаемость во всех браузерах */
}

/* кавычки для русского и английского языков */
q:lang(en), .q.en {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q:lang(ru), .q.ru {
	quotes: '\00AB' '\00BB' '\201E' '\201C';
}

big {
	font-size: 120%;
}
small {
	font-size: 80%;
}

/* чтобы не влияли на высоту строки */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}



/* USEFUL
---------------------------------------------------------------------*/

/* предотвращает схлопывание элемента, если в нём есть плавающие */
.group:before, .group:after {
	content: " ";
	display: table;
}
.group:after {
	clear: both;
}
.ielte7 .group {
	zoom: 1;
}

/* альтернативный способ */
.groupIB {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
.ielte7 .groupIB {
	display: inline;
	zoom: 1;
}

/* для использования с отдельным элементом */
.clearBoth {
	clear: both;
}


/* способы скрытия элемента */
.hide {
	display: none;
}
.hideNow {
	display: none !important;
}

.invisible {
	visibility: hidden;
}
.invisibleNow {
	visibility: hidden !important;
}

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

.visible {
	visibility: visible;
}
.visibleNow {
	visibility: visible !important;
}

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

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

.ielte7 .showInlineBlock {
	display: inline;
	zoom: 1;
}
.ielte7 .showInlineBlockNow {
	display: inline !important;
	zoom: 1;
}


/* изображение растягивается на всю ширину контейнера, не искажаясь */
.imgFill {
	height: auto;
	width: 100%;
}

/* растяжка элемента на всю ширину контейнера */
.widthFull {
	width: 100%;
}

/* предзагрузка изображений */
/*
<button>
  <span class="Icon order imgPreload imgPreloadLoading"></span>
  Купить
</button>
*/

.imgPreload:after {
	content: '';
	display: inline;
}


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

.fieldRequired:after {
	color: red;
	content: '*';
	font-weight: bold;
	margin-left: .3em;
}
.ielte7 .fieldRequired {
	background-color: #fdd;
	display: inline;
	min-height: 1em;
	min-width: 1em;
	zoom: 1;
}


/* скрытие элементов, нуждающихся в джс, класс для модернизра */
.isNeedsJS {
	opacity: 0;
	visibility: hidden;
}
.has-js .isNeedsJS {
	opacity: 1;
	visibility: visible;
}


/* скрытие текста в элементе */
.textHide {
	overflow: hidden;
}
.textHide:before {
	content: "";
	display: block;
	height: 150%;
}
.ielte7 .textHide {
	text-indent: -9999px; /* проблема: строчно-блоковые элементы улетают */
}

.textHideAway {
	text-indent: -9999px;
}

/* /* отключение всплытия информации о ссылке при долгом нажатии на ней, http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#/apple_ref/css/property/-webkit-touch-callout */
.noTouchCallout {
	-webkit-touch-callout: none;
}

/* https://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/AdjustingtheTextSize/AdjustingtheTextSize.html */
/* аналог для ИЕ10 на ВинФон8 — http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx */
.noTapHighlight {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* верхний регистр с разрядкой */
.textUppercase {
	font-size: .875em;
	letter-spacing: .1em;
	margin-right: -.1em;
	text-transform: uppercase;
}

/* полупробел */
/* аналог в хтмл — `&#8198;` [отсюда](http://stackoverflow.com/a/8515417) */
/* неразрывный вариант — `&#8239;` [отсюда](http://en.wikipedia.org/wiki/Non-breaking_space) */
/*
<span class="halfSpace">&nbsp;</span>
*/
.textHalfSpace {
	font-size: 50%;
	line-height: 1;
}

/* предотвращает перенос слов на новую строку в элементе */
.textNowrap {
	white-space: nowrap;
}

@-webkit-keyframes StmSpinner {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@-moz-keyframes StmSpinner {
	0% {-moz-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);transform: rotate(360deg);}
}

@-o-keyframes StmSpinner {
	0% {-o-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);transform: rotate(360deg);}
}

@keyframes StmSpinner {
	0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
#fancybox-loading {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}
#fancybox-loading div {
	display: none;
}
#fancybox-loading:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 5px solid transparent;
	border-top-color: #E30613;
	border-left-color: #E30613;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	-webkit-animation: StmSpinner 1s linear infinite;
	   -moz-animation: StmSpinner 1s linear infinite;
	     -o-animation: StmSpinner 1s linear infinite;
	        animation: StmSpinner 1s linear infinite;
	content: '';
}

#fancybox-left, #fancybox-right {
	top: 0;
	width: 15%;
	height: 100%;
	margin-top: 0;
}

#fancybox-left:before, #fancybox-right:before {
	content: '';
	position: absolute;
	top: -moz-calc(50% - 16px);
	top: calc(50% - 16px);
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	width: 32px;
	height: 32px;
	background-color: #fff;
	background-position-y: 50%;
	background-repeat: no-repeat;
	opacity: .8;
}

#fancybox-left:hover:before, #fancybox-right:hover:before {
	opacity: 1;
}

#fancybox-left {
	left: 0;
}

#fancybox-left:before {
	left: 10px;
	background-position-x: 45%;
}

#fancybox-right {
	right: 0;
}

#fancybox-right:before {
	right: 10px;
	background-position-x: 55%;
}

#fancybox-left-ico, #fancybox-right-ico {
	display: none;
}

#fancybox-close {
	top: 0;
	right: 0;
	border-bottom-width: 0;
	width: 30px;
	height: 30px;
	background-color: #fff;
	opacity: .8;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	margin-bottom: -30px;
}

#fancybox-close:before {
	content: none;
}

#fancybox-close:hover {
	opacity: 1;
}

.FancyModal {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 670px;
	font-size: 16px;
}

.FancyModal__header, .FancyModal__content, .FancyModal__control {
	padding-left: 25px;
	padding-right: 25px;
}

.FancyModal__header {
	font-size: 26px;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 12px;
}


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

/* BLOCKS - EMBEDDED
---------------------------------------------------------------------*/

/*
<span class="Icon actions"></span>
*/

.Icon {
	display: inline-block;
	margin-top: -.17em;
	vertical-align: middle;
	background-image: url('/assets_laima/img/dest/icons/ui.png');
	background-repeat: no-repeat;
}
.ielte7 .Icon {
	display: inline;
	zoom: 1;
}
a .Icon {
	margin-right: .4em;
}

.Icon.enter {
	background-position: -266px -81px;
	height: 11px;
	width: 12px;
}

.Icon.enter:hover {
	background-position: -271px -81px;
}

.Icon.search {
	background-position: 0 -112px;
	height: 16px;
	width: 16px;
}

.Icon.informationBig, .Page__header.main .Icon.information {
	background-position: 0 0;
	height: 48px;
	width: 47px;
}
.Icon.catalogueBig, .Page__header.main .Icon.catalogue {
	background-position: -52px 0;
	height: 48px;
	width: 41px;
}
.Icon.basketBig, .Page__header.main .Icon.basket {
	background-position: -98px 0;
	height: 48px;
	width: 50px;
}
.Icon.feedbackBig, .Page__header.main .Icon.feedback {
	background-position: -153px 0;
	height: 48px;
	width: 51px;
}

.Icon.information {
	background-position: -209px 0;
	height: 22px;
	width: 23px;
}
.Icon.catalogue {
	background-position: -237px 0;
	height: 22px;
	width: 19px;
}
.Icon.basket {
	background-position: -261px 0;
	height: 22px;
	width: 25px;
}
.Icon.basketL {
	background-position: -139px -112px;
	height: 33px;
	width: 39px;
}
.Icon.feedback {
	background-position: -291px 0;
	height: 22px;
	width: 24px;
}
.Icon.successBig {
	background-position: -320px 0;
	height: 49px;
	width: 49px;
}
.Icon.errorBig {
	background-position: -320px -54px;
	height: 49px;
	width: 49px;
}

.Icon.close {
	background-position: -300px -81px;
	height: 9px;
	width: 9px;
}

.LinkIcon.mail .Icon, .Icon.mail {
	background-position: -113px -112px;
	height: 13px;
	width: 21px;
}
a.Icon.mail:hover, a.Icon.mail.hover, .Icon.mail.active {
	background-position: -113px -130px;
}

.Icon.truck {
	background-position: -220px -133px;
	height: 17px;
	width: 32px;
}
.active .Icon.truck, .Icon.truck.active, .active .Icon.truck:hover, .Icon.truck.active:hover {
	background-position: -183px -133px;
}
.Icon.truck:hover, .thumb:hover .Icon.truck {
	background-position: -257px -133px;
}

.Icon.hypermarket {
	background-position: -223px -110px;
	height: 18px;
	width: 35px;
}
.active .Icon.hypermarket, .Icon.hypermarket.active, .active .Icon.hypermarket:hover, .Icon.hypermarket.active:hover {
	background-position: -183px -110px;
}
.Icon.hypermarket:hover, .thumb:hover .Icon.hypermarket {
	background-position: -263px -110px;
}

.Icon.officemagKor {
	background-position: -237px -155px;
	height: 12px;
	width: 49px;
}
.active .Icon.officemagKor, .Icon.officemagKor.active, .active .Icon.officemagKor:hover, .Icon.officemagKor.active:hover {
	background-position: -183px -155px;
}
.Icon.officemagKor:hover, .thumb:hover .Icon.officemagKor {
	background-position: -291px -155px;
}

.Icon.stickpin {
	background-position: -315px -110px;
	height: 12px;
	width: 8px;
}

/* BLOCKS - FORMS
---------------------------------------------------------------------*/

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

.Form__field {
	margin-top: 1.5em;
	position: relative;
}
.Form__field:first-child {
	margin-top: 0;
}
.Form__field.ib {
	display: inline-block;
	margin-top: 0;
}


/*
<form action="#" class="FormSearch headerSearch">
  <button class="FormSearch__submit" type="submit"><span class="textHide Icon enterBtn">Найти</span></button>
  <label class="FormSearch__wrapper"><input class="FormSearch__field" type="text"><span class="Icon search"></span></label>
</form>
*/

.FormSearch {
	position: relative;
	width: 100%;
}
.FormSearch__wrapper {
	display: block;
}
.FormSearch__field {
	width: 100%;
}
.FormSearch__submit {
	float: right;
}


/*
<label class="FieldFile">
  <span class="FieldFile__button">Загрузить</span>
  <span class="FieldFile__wrapper">
    <input type="file" class="FieldFile__input" />
  </span>
</label>
*/

.FieldFile {
	display: inline-block;
	position: relative;
}
.FieldFile__wrapper {
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.FieldFile__input {
	font-size: 48em;
	height: auto;
	left: -11.416666em;
	opacity: 0;
	position: absolute;
	top: -.3em;
	width: 12.5em;
	visibility: hidden;
}



/* BLOCKS - LINKS
---------------------------------------------------------------------*/

a, .pseudoLink {
	color: #0054de;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.pseudoLink {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: pointer;
	line-height: 1;
}
a:hover, .pseudoLink:hover {
	color: #e30613;
}

a.Icon {
	border-bottom: 0;
}

.Textnode a:visited {
	color: #741fbc;
}


.thinBorder {
	text-decoration: none;
}
.ielte7 .thinBorder .LinkWrapper {
	display: block;
	zoom: 1;
}
.thinBorder .LinkWrapper {
	border-bottom: 1px solid #7fa9ee;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.thinBorder:hover .LinkWrapper {
	border-color: #f18289;
}



/* BLOCKS - BUTTONS
---------------------------------------------------------------------*/

/*
<a class="Btn" href="#">Напомнить</a>
<button class="Btn">Купить</button>
<input class="Btn" type="submit" value="Применить">
*/

.Btn {
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	overflow: visible;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Btn:hover {
	text-decoration: none;
}
.ielte7 .Btn {
	display: inline;
	zoom: 1;
}

.Btn.big {
	font-size: 1.25em;
}
.Btn.small {
	font-size: .75em;
}


.BtnDefault {
	line-height: 1;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}


.BtnDefault {
	-webkit-border-radius: 0 .5em;
	-moz-border-radius: 0 .5em;
	border-radius: 0 .5em;
	-webkit-box-shadow:
			inset -.072em -.072em 0 rgba(0,0,0,.25),
			.072em .072em .144em rgba(0,0,0,.35);
	-moz-box-shadow:
			inset -.072em -.072em 0 rgba(0,0,0,.25),
			.072em .072em .144em rgba(0,0,0,.35);
	box-shadow:
			inset -.072em -.072em 0 rgba(0,0,0,.25),
			.072em .072em .144em rgba(0,0,0,.35);
	padding: .75em;
}
.BtnDefault:active, .BtnDefault.Btn--active {
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.25);
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.25);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.25);
}


.BtnDefault.primary, a.BtnDefault.primary {
	background-color: #cb3a28;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d74813), to(#c12f39));
	background: -webkit-linear-gradient(#d74813, #c12f39);
	background:    -moz-linear-gradient(#d74813, #c12f39);
	background:      -o-linear-gradient(#d74813, #c12f39);
	background:         linear-gradient(#d74813, #c12f39);
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	color: #fff;
}
.BtnDefault.primary:focus, .BtnDefault.primary:hover, .BtnDefault.primary.Btn--hover {
	background-color: #e84b1b;
	background-image: none;
}



/* BLOCKS - TABLES
---------------------------------------------------------------------*/

/*
<a class="pseudoTable">
  <span class="col name">Имя</span>
  <span class="col age">Возраст</span>
  <span class="col weight">Вес</span>
</a>
*/

.pseudoTable .col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: .75em;
	vertical-align: middle;
	word-wrap: break-word;
}



/* BLOCKS - LISTS
---------------------------------------------------------------------*/

ul.custom {
	list-style-type: none;
}
ul.custom > li:before {
	cursor: default;
	margin-right: .35em;
	position: absolute;
	right: 100%;
	top: 0;
}
ul.custom.inside > li:before {
	position: static;
}

ul.custom.dashed > li:before {
	content: '\2014';
	margin-right: .5em;
}


/*
<ul class="List">
  <li class="List__item">Пункт меню, например</li>
</ul>
*/

.List {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.List__item {
	margin: 0;
}
.List.ib .List__item {
	display: inline-block;
}
.ielte7 .List.ib .List__item {
	display: inline;
	zoom: 1;
}

.List.ib.separated {
	cursor: default;
}
.List.ib.separated .List__item:after {
	content: "|";
	margin-left: .55em;
	margin-right: .55em;
	opacity: .75;
}
.List.ib.separated .List__item.last:after {
	content: none;
}

.List.ib.justify {
	text-align: justify;
}
.List.ib.justify .List__item {
	text-align: left;
}
.List.ib.justify:after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 100%;
}



/* BLOCKS - TYPOGRAPHY
---------------------------------------------------------------------*/

.H {
	font: inherit;
	margin: 0;
}
.subheader {
	font-weight: normal;
}



/* BLOCKS - PRODUCT
---------------------------------------------------------------------*/

/*
<div class="Product">
  <a href="#" class="Product__link">
    <img src="http://img.png" alt="" class="Product__photo">
    <span class="Product__name">Вентилятор</span>
    <span class="textHide Product__badge novelty">Новинка</span>
  </a>
</div>
*/

.Product {
	position: relative;
}

.Product__link {
	line-height: 1.5;
	position: relative;
}

.Product__badge {
	position: absolute;
	z-index: 3;
}

.List.ib.products .Product__link {
	display: block;
}
.List.ib.products .Product__photo {
	display: block;
	height: auto;
	margin-bottom: .5em;
	width: 100%;
}

.Product__code {
	font-size: 13px;
	color: #656565;
}

.List.ib.products {
	margin-top: 1.5em;
	margin-bottom: -2.5em;
}
.List.ib.products .List__item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4em;
	vertical-align: top;
	width: 27.5%;
}
.List.ib.justify.products .List__item.fake {
	margin-bottom: 0;
}

.List.ib.products .Product__link {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.8, #fff), to(#f3f3f3));
	background-image: -webkit-linear-gradient(#fff 80%, #f3f3f3 100%);
	background-image:    -moz-linear-gradient(#fff 80%, #f3f3f3 100%);
	background-image:      -o-linear-gradient(#fff 80%, #f3f3f3 100%);
	background-image:         linear-gradient(#fff 80%, #f3f3f3 100%);
	border: 1px solid #cfcfcf;
	border-radius: .57em;
	-webkit-box-shadow:
			inset 0 -5px 0 #cfcfcf,
			0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow:
			inset 0 -5px 0 #cfcfcf,
			0 0 10px rgba(0,0,0,.1);
	box-shadow:
			inset 0 -5px 0 #cfcfcf,
			0 0 10px rgba(0,0,0,.1);
	padding: 1.45em;
	text-decoration: none;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	z-index: 2;
}


.Product__badge {
	-webkit-border-radius: 0 .57em;
	-moz-border-radius: 0 .57em;
	border-radius: 0 .57em;
	font-weight: bold;
	padding-right: .3em;
	padding-bottom: .1em;
	padding-left: .3em;
}
.Product__badge.novelty {
	background-color: #49ab8b;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6aba8e), to(#299e88));
	background-image: -webkit-linear-gradient(#6aba8e, #299e88);
	background-image:    -moz-linear-gradient(#6aba8e, #299e88);
	background-image:      -o-linear-gradient(#6aba8e, #299e88);
	background-image:          linear-gradient(#6aba8e, #299e88);
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.Product__link .Product__badge.novelty {
	right: -1px;
	top: -1px;
}



/* BLOCKS - PRODUCT CARD
---------------------------------------------------------------------*/

/*
<div class="ProductCard">
  <div class="ProductCard__photos">
    <img src="http://img1.png" alt="Вентилятор" class="imgFill Product__photo main">
    <ul class="List ib PhotosPreview">
      <li class="ListItem PhotoPreview__item active">
        <img src="http://img1_preview.png" alt="" class="Product__photo">
      </li><li class="ListItem PhotoPreview__item">
        <img src="http://img2.png" alt="" class="Product__photo">
      </li>
    </ul>
  </div><div class="ProductCardInfo Textnode">
    <span class="Product__code">Артикул 439043</span>
    <div class="ProductDescription">Напольный вентилятор - просто.</div>
    <h4 class="h4 ProductFeaturesHeader">Характеристики</h4>
    <ul class="ul dashedList ProductFeatures">
      <li>Диаметр - 40 см.</li>
      <li>Мощность - 45 Вт.</li>
    </ul>
  </div>
</div>
*/

.ProductCard {
	position: relative;
}

.ProductCard__photos, .ProductCard__info {
	display: inline-block;
	vertical-align: top;
}
.ProductCard__photos {
	margin-right: 5%;
	width: 40%;
}
.ProductCard__info {
	width: 55%;
}
.Textnode .ProductFeatures {
	padding-left: 1.5em;
}

.ProductCard__linkToBuy {
	margin-top: 26px;
	margin-bottom: 26px;
}


.Product__photo {
	display: block;
}


.ProductBigPhoto__link {
	border: 0;
	display: inline-block;
	position: relative;
}
.Product__photo.main {
	max-height: 320px;
	margin-bottom: 1.5em;
	max-width: 320px;
}

.PhotosPreview {
	line-height: 1;
	margin-left: -.5em;
}
.PhotoPreview__item {
	background-color: #e5e5e5;
	border: 1px solid #cacaca;
	cursor: pointer;
}
.PhotoPreview__item:hover, .PhotoPreview__item.hover {
	border-color: #818181;
}
.PhotoPreview__item.active {
	border-color: #e30613;
	cursor: default;
}
.List.ib .PhotoPreview__item {
	margin-left: .5em;
	margin-bottom: .5em;
}

.PhotoPreview__item .Product__photo {
	height: 48px;
	width: 48px;
}

.ProductCard__info .Product__code {
	color: #666;
	display: block;
	margin-bottom: 1em;
}


.ProductSuggest__header {
	margin-top: 5.1284em;
	margin-bottom: .6411em;
}

.List.productsSuggest {
	font-size: .85em;
	margin-bottom: 3.53em;
}
.List.productsSuggest.productsIntro .List__item {
	border-bottom: 1px solid #d3d8d8;
	padding-top: .5em;
	padding-bottom: .5em;
}
.List.productsSuggest.productsIntro .List__item:first-child {
	border-top: 1px solid #d3d8d8;
}
.List.productsSuggest .Product__link {
	color: #454545;
	display: inline;
}
.List.productsSuggest .Product__link:hover {
	color: #e30613;
}
.List.productsSuggest .ProductIntro__media {
	float: left;
}
.List.productsSuggest .Product__name {
	display: inline-block;
	margin-left: 20px;
	text-decoration: underline;
}
.List.productsSuggest .ProductIntro__description {
	margin-top: .3em;
	margin-left: 70px;
}
.List.productsSuggest .Product__code {
	color: #666;
	font-size: .9em;
}

.Files {
	margin-top: 20px;
}

.Files .File__info .File__nameWrapper{
	color: #0054de;
}

.Files .File__info .File__nameWrapper:hover {
	color: #e30613;
}

.File__name {
	border-bottom: 1px solid;
}

.File__nameWrapper {
	padding-bottom: 1px;
}



/* BLOCKS - NAV
---------------------------------------------------------------------*/

/*
<div class="Paginator">
  <span class="Paginator__pager"><a href="#">&larr;</a><small> + Ctrl</small></span>
  <ul class="Paginator__list">
    <li class="Paginator__item">
      <a href="#">1</a>
    </li><li class="Paginator__item active">
      2
    </li><li class="Paginator__item">
      ...
    </li><li class="Paginator__item">
      <a href="#">7</a>
    </li>
  </ul>
  <span class="Paginator__pager"><small>Ctrl + </small><a href="#">&rarr;</a></span>
</div>
*/

.Paginator {
	cursor: default;
}

.Paginator__list, .Paginator__item {
	display: inline-block;
	vertical-align: top;
}
.ielte7 .Paginator__list, .ielte7 .Paginator__item {
	display: inline;
	zoom: 1;
}

.Paginator__pager small {
	font-size: 70%;
}

.Paginator__list {
	margin-right: .4em;
	margin-bottom: 0;
	margin-left: .4em;
	padding-left: 0;
}

.Paginator__item {
	margin-top: 0;
	margin-left: .2em;
	padding: 0 .4em;
}
.Paginator__item:first-child {
	margin-left: 0;
}


.Paginator__pager {
	color: #666;
}
.Paginator__item.active {
	background-color: #e7e9e9;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

.PageNavigator .Paginator.isRight {
	float: right;
}
.PageNavigator__items {
	float: left;
	width: 50%;
}


/*
<div class="Breadcrumbs">
  <ul class="Breadcrumbs__list">
    <li class="Breadcrumbs__item">
      <a href="#">Главная</a>
    </li><li class="Breadcrumbs__item last">
      <span>Обратная связь</span>
    </li>
  </ul>
</div>
*/

.Breadcrumbs {
	cursor: default;
	font-size: .86em;
	line-height: 1;
}
.Breadcrumbs__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.Breadcrumbs__item {
	display: inline-block;
	margin-top: 0;
	margin-right: .4em;
	vertical-align: baseline;
}
.Breadcrumbs__item:after {
	content: "";
	display: inline-block;
	left: 100%;
	margin-top: -.17em;
	margin-left: .5em;
	top: 0;
	vertical-align: middle;
}
.Breadcrumbs__item.active:after {
	display: none;
}

.Breadcrumbs__item:after {
	/*background-image: url(/img/interface/breadcrumb_arrow.png);*/
	height: 6px;
	width: 3px;
}


.CategoriesNav {
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
}
.CategoriesNav__header {
	cursor: default;
	margin: 0;
}
.Categories__link {
	display: block;
	padding: .75em 30px;
}
.CategoriesNav__header.Categories__link {
	color: #333;
}
.Categories .Categories__link {
	border-top: 1px solid #cbcbcb;
	color: #555;
	text-decoration: none;
}
.Categories .Categories__link:hover {
	color: #000;
}
.Categories__item.active .Categories__link {
	background-color: #e13a29;
	color: #fff;
	font-weight: bold;
}
.Categories__item.active a.Categories__link:hover {
	color: #ffffff;
	color: rgba(255,255,255,.75);
}
.Categories__item.active {
	font-weight: bold;
}



/* BLOCKS - BANNERS & SLIDERS
---------------------------------------------------------------------*/

.Banner__slides {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.Banner__slide {
	margin-top: 0;
}

.Banner.main {
	/*background: url(/img/interface/behind_banner_bg.png) repeat-x 0 100%;*/
	clear: left;
}

.Banner.main .Banner__slides {
	position: relative;
}
.Banner.main .Banner__slide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.Banner.main .Banner__slide.first {
	bottom: auto;
	position: relative;
	top: auto;
}
.Banner.main .Banner__slide.active {
	z-index: 10;
}
.Banner.main .Banner__slide.activeReady {
	z-index: 11;
}

.Banner__container {
	position: relative;
}
.Banner__container:before, .Banner__container:after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 22px;
	background-image: url('/assets_laima/img/dest/interface/banner_shadow.png');
	background-repeat: no-repeat;
}
.Banner__container:before {
	background-position: 0 0;
	left: -2.5%;
	width: 30%;
}
.Banner__container:after {
	background-position: 100% 0;
	right: -2.5%;
	width: 75%;
}

.Banner__image {
	-webkit-border-radius: 0 60px;
	-moz-border-radius: 0 60px;
	border-radius: 0 60px;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 10;
}

.Banner__slides {
	z-index: 2;
}

.Banner__controls {
	margin-top: -36px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 20;
}
.Banner__control {
	cursor: pointer;
	opacity: .5;
	padding: 15px;
	position: absolute;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.Banner__control:hover {
	opacity: 1;
}
.Banner__control.previous {
	left: 0;
}
.Banner__control.next {
	right: 0;
}
.Banner__arrow {
	display: block;
	width: 18px;
	height: 42px;
	background-image: url('/assets_laima/img/dest/icons/ui.png');
	background-repeat: no-repeat;
}
.Banner__control.previous .Banner__arrow {
	background-position: -67px -112px;
}
.Banner__control.next .Banner__arrow {
	background-position: -90px -112px;
}


.Slider.main {
	background: #fff;
	clear: left;
	padding: 3em 0 4.5em;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.Slider.main .Wrapper {
	position: relative;
}

.Slider__container {
	margin: 0 3em;
	overflow: hidden;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.Slider__container:before, .Slider__container:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 3em;
	z-index: 10;
}
.Slider__container:before {
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#ffffff));
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(to right, #fff, rgba(255,255,255,0));
	background:    -moz-linear-gradient(to right, #fff, rgba(255,255,255,0));
	background:      -o-linear-gradient(to right, #fff, rgba(255,255,255,0));
	background:         -moz-linear-gradient(left, #fff, rgba(255,255,255,0));
	background:         -o-linear-gradient(left, #fff, rgba(255,255,255,0));
	background:         linear-gradient(to right, #fff, rgba(255,255,255,0));
	left: 0;
}
.Slider__container:after {
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(#ffffff));
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#fff), to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(to left, #fff, rgba(255,255,255,0));
	background:    -moz-linear-gradient(to left, #fff, rgba(255,255,255,0));
	background:      -o-linear-gradient(to left, #fff, rgba(255,255,255,0));
	background:         -moz-linear-gradient(right, #fff, rgba(255,255,255,0));
	background:         -o-linear-gradient(right, #fff, rgba(255,255,255,0));
	background:         linear-gradient(to left, #fff, rgba(255,255,255,0));
	right: 0;
}

.Slider__item, .Slider__link {
	display: inline-block;
}
.Slider__item {
	margin: 0 1em 2.5em;
	padding: 2px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	height: 15em;
	width: 14.5em;
}
.Slider__link {
	border: 1px solid #dddfdf;
	-webkit-border-radius: .3571em;
	-moz-border-radius: .3571em;
	border-radius: .3571em;
	overflow: hidden;
	height: 14em;
	position: relative;
	width: 14em;
	-webkit-transition: border-color .25s ease;
	-moz-transition: border-color .25s ease;
	-o-transition: border-color .25s ease;
	transition: border-color .25s ease;
}

.Slider__container .Slider__item .Slider__link:hover {
	opacity: 1;
}

.Slider__photo {
	-webkit-border-radius: .3571em;
	-moz-border-radius: .3571em;
	border-radius: .3571em;
	height: 100%;
	width: 100%;
}

.Slider__description {
	height: 100%;
	left: 0;
	padding: 0 .8571em;
	position: absolute;
	text-align: left;
	top: 0;
	background-image: url('/assets_laima/img/dest/interface/bg_leaves_tile.png');

	opacity: 0;
	visibility: hidden;

	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	    transform: translateY(50%);

	/* анимируем с появлением */
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.Slider__itemCode {
	font-size: 13px;
	color: #555;
}

.Slider__itemTitle {
	line-height: 1.5em;
	color: #000;
}


.Slider__item:hover:after {
	/*background: url(/img/interface/slider_shadow.png) no-repeat;*/
	bottom: -2.5em;
	content: "";
	display: block;
	height: 28px;
	left: 50%;
	margin-left: -160px;
	position: absolute;
	width: 320px;
}
.Slider__item:hover .Slider__link, .Slider__item:hover .Slider__photo, .Slider__item .Slider__description {
	-webkit-border-radius: 0 1em;
	-moz-border-radius: 0 1em;
	border-radius: 0 1em;
}
.Slider__item:hover .Slider__link {
	border: 3px solid #df2a0e;
	top: -2px;
}

.Slider__description {
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
.Slider__item:hover .Slider__description {
	padding: 1.3142em .8571em 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	    transform: translateY(0);

	opacity: 1;
	visibility: visible;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.Slider__control {
	cursor: pointer;
	display: block;
	height: 14em;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.has-js .Slider__control {
	visibility: visible;
}
.Slider__control:hover {
	background: rgb(240,240,240);
	background-color: #000000;
	background-color: rgba(0,0,0,.05);
}
.Slider__control:active {
	background: rgb(230,230,230);
	background-color: #000000;
	background-color: rgba(0,0,0,.1);
}

.Slider__arrow {
	position: absolute;
	top: 50%;
	width: 9px;
	height: 20px;
	margin-top: -10px;
	background-image: url('/assets_laima/img/dest/icons/ui.png');
	background-repeat: no-repeat;
}

.Slider__control.previous {
	left: 30px;
}
.Slider__control.previous .Slider__arrow {
	background-position: -209px -81px;
	left: 10px;
}
.Slider__control.previous:hover .Slider__arrow {
	background-position: -237px -81px;
}

.Slider__control.next {
	right: 30px;
}
.Slider__control.next .Slider__arrow {
	background-position: -223px -81px;
	right: 10px;
}
.Slider__control.next:hover .Slider__arrow {
	background-position: -251px -81px;
}



/* BLOCKS - PHOTOS VIEWER
---------------------------------------------------------------------*/

.PhotoViewer {
	overflow: hidden;
}

.PhotoViewer__photo, .PhotoViewer__list {
	float: left;
	padding: 24px 24px 18px;
}

.PhotoViewer__photo {
	background: #fff;
	border-right: 1px solid #cfcfcf;
}

.PhotoViewer__list {
	background: #e6e6e6;
	border-left: 0;
	height: 450px;
	list-style-type: none;
	margin: 0;
	margin-left: -6px;
	overflow: hidden;
	padding: 40px 24px 32px 0;
	width: 60px;
	line-height: 0;
}
.PhotoViewer__photo + .PhotoViewer__list {
	border-left: 1px solid #ddd;
	margin-left: 0;
	padding-left: 24px;
}
.List.PhotoViewer__list .List__item {
	margin: 0 0 5px;
}
.List.PhotoViewer__list .List__item.last {
	margin-bottom: 0;
}

.PhotoViewer__list .Product__photo {
	height: 57px;
	width: 57px;
}



/* BLOCKS - POPUPS
---------------------------------------------------------------------*/

/* BLOCKS - POPUPS - NOTIFICATIONS
---------------------------------------------------------------------*/

.NotificationPanel {
	background-color: #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
	box-shadow: 0 1px 2px rgba(0,0,0,.35);
	font-size: .93em;
	position: relative;
	z-index: 1;
}
.NotificationPanel.problem {
	background-color: #ffe7c0;
}
.NotificationPanel.main {
	text-align: center;
}

.NotificationPanel .Wrapper {
	padding-bottom: .75em;
	padding-left: 21px;
	padding-top: .75em;
}
.NotificationPanel.problem .NotificationPanel__message {
	color: #e5151f;
	margin-right: 1em;
}
.NotificationPanel__close {
	color: #666159;
	margin-left: 1em;
}
.NotificationPanel__close.pseudoLink .Icon.close {
	margin-left: -13px;
}
.NotificationPanel__close.pseudoLink:hover .Icon.close {
	background-position: -300px -95px;
}



/* BLOCKS - TABS
---------------------------------------------------------------------*/

/*
  <ul class="List ib Tabs">
    <li class="List__item Tabs__item active">
      <div class="Tabs__itemInformation">
        Оптовые поставки
      </div>
    </li><li class="List__item Tabs__item thumb">
      <div class="Tabs__itemInformation">
        Розничные магазины
      </div>
    </li>
  </ul>
*/

.Tabs__item {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 0 1.3em;
	padding: .93em 1.2em;
}

.Tabs__item:first-child {
	margin: 0;
}

.Tabs__item.active {
	background: #dfe1e1;
	border: 0 none;
	-webkit-box-shadow: inset 0 2px 4px rgba(65, 87, 98, .5);
	box-shadow: inset 0 2px 4px rgba(65, 87, 98, .5);
	cursor: default;
}

.Tabs__item.thumb {
	background: none;
	border: 1px dashed #0557df;
	color: #0557df;
	cursor: pointer;
}

.Tabs__item.thumb:hover {
	border-color: #e30613;
	color: #e30613;
}

.Tabs__item.active .Tabs__itemInformation {
	margin: 1px;
}



/* BLOCKS - TROUBLE REPORT
---------------------------------------------------------------------*/

/*
	<div class="TroubleReport">
		<a class="TroubleReport__button" href="#">Сообщить о проблеме</a>
	</div>
*/

.TroubleReport {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: -4px;
}

.TroubleReport__button {
	display: inline-block;
	padding: 9px 17px 9px 47px;
	border-radius: 5px;
	border: none;
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
	color: #3d3d3d;
	background-color: #dddddd;
	background-color: rgba(221, 221, 221, .9);
	background-repeat: no-repeat;
	background-position: 19px 50%;
	-o-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}

.TroubleReport__button:hover {
	color: #3d3d3d;
	background-color: #dddddd;
	background-color: rgba(221, 221, 221, 1);
}



/* THEME
---------------------------------------------------------------------*/

/* THEME - HELPERS
---------------------------------------------------------------------*/

/* врезка */
/*p*/.textIncut {
	background-color: #de2710;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e44301), to(#d80820));
	background: -webkit-linear-gradient(#e44301, #d80820);
	background:    -moz-linear-gradient(#e44301, #d80820);
	background:      -o-linear-gradient(#e44301, #d80820);
	background:         linear-gradient(#e44301, #d80820);
	-webkit-border-radius: 0 2em;
	-moz-border-radius: 0 2em;
	border-radius: 0 2em;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3;
	padding: 1.7em 2em;
}



/* THEME - EMBEDDED
---------------------------------------------------------------------*/

figure img + figcaption {
	margin-top: 1em;
}



/* THEME - TYPOGRAPHY
---------------------------------------------------------------------*/

ul, ol {
	padding: 0 0 0 1.25em;
}

ol {
	counter-reset: level1;
	list-style-type: none;
}
.ielte7 ol {
	list-style-type: decimal;
}
ol > li:before {
	cursor: default;
	margin-right: .75em;
	position: absolute;
	right: 100%;
	top: 0;
}
ol.inside > li:before {
	position: static;
}
ol > li:before {
	content: counter(level1) ". ";
	counter-increment: level1;
	position: absolute;
}
ol ol {
	counter-reset: level2;
}
ol ol li:before {
	content: counter(level1) "." counter(level2) ". ";
	counter-increment: level2;
	position: absolute;
}

ol li:before {
	color: #6b6b6b;
	font-size: .85em;
	line-height: 1.9em;
}


small {
	font-size: 85%;
}



/* THEME - FORMS
---------------------------------------------------------------------*/

.Fieldset {
	border: 1px solid;
	padding: .35em .625em .75em;
}


input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="tel"], input[type="url"], select, textarea {
	background-color: #f5f5f5;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: inset 0 .1em .2em rgba(0,0,0,.09);
	-moz-box-shadow: inset 0 .1em .2em rgba(0,0,0,.09);
	box-shadow: inset 0 .1em .2em rgba(0,0,0,.09);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	padding: .4em .6em .3em;
}
select {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#dadfdf));
	background: -webkit-linear-gradient(#fff, #dadfdf);
	background:    -moz-linear-gradient(#fff, #dadfdf);
	background:      -o-linear-gradient(#fff, #dadfdf);
	background:         linear-gradient(#fff, #dadfdf);
	border: 0;
	-webkit-box-shadow:
			0 .072em 0 rgba(0,0,0,.2),
			0 .144em .148em rgba(0,0,0,.1);
	-moz-box-shadow:
			0 .072em 0 rgba(0,0,0,.2),
			0 .144em .148em rgba(0,0,0,.1);
	box-shadow:
			0 .072em 0 rgba(0,0,0,.2),
			0 .144em .148em rgba(0,0,0,.1);
}
.ie8 input[type="text"], .ie8 input[type="password"], .ie8 input[type="search"], .ie8 input[type="email"], .ie8 input[type="tel"], .ie8 input[type="url"], .ie8 select, .ie8 textarea {
	border: 1px solid #999;
}

input:focus, select:focus, textarea:focus {
	background-color: #fff;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	border-color: #9ca1a1;
}


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

.formError input, .formError textarea, input.fieldError, textarea.fieldError {
	border-color: #e70202;
}
.formError select, select.fieldError {
	border: 1px solid #e70202;
}
.errorName {
	color: #E70202;
	font-size: 0.86em;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}


.FormSearch.headerSearch {
	top: 2px;
}

.FormSearch__wrapper {
	display: inline-block;
	position: relative;
	-webkit-transition: all .25s cubic-bezier(.62,-0.51,.52,1.43);
	-moz-transition: all .25s cubic-bezier(.62,-0.51,.52,1.43);
	-o-transition: all .25s cubic-bezier(.62,-0.51,.52,1.43);
	transition: all .25s cubic-bezier(.62,-0.51,.52,1.43);
}
.ielte7 .FormSearch__wrapper {
	display: block;
	zoom: 1;
}

.FormSearch__wrapper .Icon {
	left: .6em;
	opacity: .7;
	position: absolute;
	top: .75em;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

input.FormSearch__field {
	background: #f5f5f5;
	padding-left: 2.14em;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

input.FormSearch__field:hover {
	background: #fafafa;
	border-color: #b5b5b5;
}

.FormSearch__wrapper:hover .Icon {
	opacity: 1;
}

.FormSearch.fieldIsFocused .FormSearch__field, .FormSearch__field.isFilled  {
	background: #fff;
	border-color: #9ca1a1;
}

.FormSearch__submit {
	background: none;
	border: 0;
	margin: 0;
	padding: 8px 6px;
}


.FormSearch.fieldIsFocused .Icon.search, .FormSearch__field:focus + .Icon.search, .FormSearch__field.isFilled + .Icon.search {
	background-position: 0 -133px;
	opacity: 1;
}

.FormSearch__submit:hover .Icon {
	background-position: -283px -81px;
}



/* THEME - TABLES
---------------------------------------------------------------------*/
.Items, .Table, .Textnode table {
	line-height: 1.5;
	margin-top: -.75em;
	margin-bottom: -.75em;
}

.Items, .Table, .Textnode table {
	width: 100%;
}
.Table th, .Textnode th {
	color: #949494;
	font-weight: normal;
	text-align: left;
}

.Items .Item, .Table tr, .Textnode tr {
	border-bottom: 1px solid #dcdcdc;
	vertical-align: top;
}

.Items .Item:last-child, .Table tbody tr:last-child, .Textnode tbody tr:last-child {
	border-bottom: 0;
}
.Table th, .Textnode th, .Table td, .Textnode td {
	padding: .75em;
}
.Table th:first-child, .Textnode th:first-child, .Table td:first-child, .Textnode td:first-child {
	padding-left: 0;
}
.Table th:last-child, .Textnode th:last-child, .Table td:last-child, .Textnode td:last-child {
	padding-right: 0;
}



/* PAGES
---------------------------------------------------------------------*/

/*
<body class="Page">
  <header class="Page__header"></header>
  <div class="Page__content"></div>
  <footer class="Page__footer"></footer>
</body>
*/

.Page {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
}
.Page.clean {
	background: #fff;
}
.Page.main {
	background: #242626;
}
.Page.inner, .Page.main .Page__content {
	background-color: #e7e9e9;
	background-image: url('/assets_laima/img/dest/interface/bg_things_tile.png');
}

.Wrapper.main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	min-width: 960px;
	max-width: 1260px;
}



/* PAGES — HEADER
---------------------------------------------------------------------*/

.Page__header.main, .Page__header.sub .Wrapper.main {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.8, #fff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(#fff 80%, #f4f4f4);
	background-image:    -moz-linear-gradient(#fff 80%, #f4f4f4);
	background-image:      -o-linear-gradient(#fff 80%, #f4f4f4);
	background-image:         linear-gradient(#fff 80%, #f4f4f4);
	-webkit-box-shadow: 0 .8em .93em rgba(0,0,0,.5);
	-moz-box-shadow: 0 .8em .93em rgba(0,0,0,.5);
	box-shadow: 0 .8em .93em rgba(0,0,0,.5);
	position: relative;
}
.Page__header.main:after, .Page__header.sub .Wrapper.main:after {
	background-color: #cacaca;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}
.has-csscalc .Page__header.sub .Wrapper.main:after {
	background-color: transparent;
	border: 10px solid;
	border-color: #cacaca transparent transparent;
	border-bottom: none;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 100%;

	/* компенсация бордюров */
	width: -webkit-calc(100% - 20px);
	width:    -moz-calc(100% - 20px);
	width:         calc(100% - 20px);
}


.HeaderLogo__link {
	display: inline-block;
	vertical-align: middle;
}
.ielte7 .HeaderLogo__link {
	display: inline;
	zoom: 1;
}
.HeaderLogo__img {
	display: block;
	width: 243px;
	height: 54px;
	background-image: url('/assets_laima/img/dest/brand/logos.png');
	background-repeat: no-repeat;
}

.HeaderLinks {
	text-align: center;
}
.HeaderNav__link {
}
.HeaderNav__link {
	color: #3d3d3d;
	display: inline-block;
	font-size: .857em;
	font-weight: bold;
	padding: 9px 11px 5px 9px;
	white-space: nowrap;
}
.HeaderNav__link .LinkWrapper {
	border-color: #7f7f7f;
}

.HeaderLinks__item.active .HeaderNav__link {
	background-color: #e23b25;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#df324c), to(#e44401));
	background: -webkit-linear-gradient(#df324c, #e44401);
	background:    -moz-linear-gradient(#df324c, #e44401);
	background:      -o-linear-gradient(#df324c, #e44401);
	background:         linear-gradient(#df324c, #e44401);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.28);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.28);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.28);
	-webkit-border-radius:  0 8px 0 8px;
	-moz-border-radius:  0 8px 0 8px;
	border-radius:  0 8px 0 8px;
}
.HeaderLinks__item.active .Icon {
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.HeaderLinks__item.active:hover .Icon {
	opacity: .8;
}
.HeaderLinks .HeaderLinks__item.active .Icon.information, .HeaderLinks .HeaderLinks__item.active .HeaderNav__link:hover .Icon.information {
	background-position: -209px -54px;
}
.HeaderLinks .HeaderLinks__item.active .Icon.catalogue, .HeaderLinks .HeaderLinks__item.active .HeaderNav__link:hover .Icon.catalogue {
	background-position: -237px -54px;
}
.HeaderLinks .HeaderLinks__item.active .Icon.basket, .HeaderLinks .HeaderLinks__item.active .HeaderNav__link:hover .Icon.basket {
	background-position: -261px -54px;
}
.HeaderLinks .HeaderLinks__item.active .Icon.feedback, .HeaderLinks .HeaderLinks__item.active .HeaderNav__link:hover .Icon.feedback {
	background-position: -291px -54px;
}

.HeaderLinks__item.active .LinkWrapper {
	border: 0;
	color: #fff;
}
.HeaderLinks__item.active:hover .LinkWrapper {
	color: #ffd4d4;
}

.HeaderSearch {
	text-align: right;
}

.Page__header .HeaderNav, .Page__header .HeaderSearch {
	line-height: 1;
}


.Page__header.main {}

.Page__header.main .Wrapper.main {
	position: relative;
}

.Page__header.main .HeaderLogo {
	left: 122px;
	position: relative;
	text-align: right;
	width: 50%;
}
.Page__header.main .HeaderLogo__link {
	padding: 2.1428em 0 2.6428em;
}

.Page__header.main .HeaderNav {
	float: left;
	padding: 1.643em 0 .929em;
	width: 100%;
}
.Page__header.main .HeaderLinks__item {
	margin-left: 6em;
}
.Page__header.main .HeaderLinks__item:first-child {
	margin-left: 0;
}
.Page__header.main .HeaderNav__link:hover .Icon.information {
	background-position: 0 -59px;
}
.Page__header.main .HeaderNav__link:hover .Icon.catalogue {
	background-position: -52px -59px;
}
.Page__header.main .HeaderNav__link:hover .Icon.basket {
	background-position: -98px -59px;
}
.Page__header.main .HeaderNav__link:hover .Icon.feedback {
	background-position: -153px -59px;
}

.Page__header.main .HeaderSearch {
	position: absolute;
	right: 0;
	top: 48px;
	width: 37%;

	/* компенсация внутреннего отступа основной обёртки */
	margin-right: 30px;
}
.Page__header.main .FormSearch__wrapper {
	width: 50%;
}
.Page__header.main  .FormSearch.fieldIsFocused .FormSearch__wrapper {
	width: 80%;
}


.has-display-table .Page__header.sub {
	display: table;
	width: 100%;
}

.Page__header.sub .HeaderLogo, .Page__header.sub .HeaderNav, .Page__header.sub .HeaderSearch {
	display: inline-block;
	vertical-align: top;
}
.Page__header.sub .HeaderNav, .Page__header.sub .HeaderSearch {
	margin-top: 3.4286em;
}
.has-display-table .Page__header.sub .HeaderLogo, .has-display-table .Page__header.sub .HeaderNav, .has-display-table .Page__header.sub .HeaderSearch {
	display: table-cell;
}
.has-display-table .Page__header.sub .HeaderNav, .has-display-table .Page__header.sub .HeaderSearch {
	padding-top: 3.4286em;
}

.Page__header.sub .HeaderLogo {
	margin-right: 2.8571em;
	padding: 2.5714em 0 2.7143em;
	width: 238px;
}
.Page__header.sub .HeaderLogo__img {
	background-position: 0 -60px;
	height: 46px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 206px;
}
.Page__header.sub .HeaderLogo__link:hover .HeaderLogo__img {
	opacity: .6;
}

.has-display-table .Page__header.sub .HeaderLinks {
	white-space: nowrap;
}
.has-display-table .Page__header.sub .HeaderLinks__item {
	white-space: normal;
}
.Page__header.sub .HeaderLinks__item {
	margin-left: 1.5em;
}
.Page__header.sub .HeaderLinks__item:first-child {
	margin-left: 0;
}
.has-display-table .Page__header.sub .HeaderLinks__item:first-child {
	margin-left: 2em;
}

.Page__header.sub .HeaderNav__link:hover .Icon.information {
	background-position: -209px -27px;
}
.Page__header.sub .HeaderNav__link:hover .Icon.catalogue {
	background-position: -237px -27px;
}
.Page__header.sub .HeaderNav__link:hover .Icon.basket {
	background-position: -261px -27px;
}
.Page__header.sub .HeaderNav__link:hover .Icon.feedback {
	background-position: -291px -27px;
}

.Page__header.sub .HeaderSearch {
	float: right;
}
.has-display-table .Page__header.sub .HeaderSearch {
	float: none;
	width: 50%;
}
.Page__header.sub .FormSearch__wrapper {
	width: 60%;
}
.Page__header.sub .FormSearch.fieldIsFocused .FormSearch__wrapper {
	width: 70%;
}


@media screen and (max-width: 80em) { /* 1200px */

	.HeaderNav__link {
		padding: 12px 11px 10px 9px;
	}

	.Page__header.sub .HeaderNav__link .Icon {
		display: none;
	}
	.Page__header.sub .HeaderLinks__item {
		margin-left: .5em;
	}

	.Page__header.sub .HeaderSearch {
		width: 9em;
	}

}



/* PAGES — FOOTER
---------------------------------------------------------------------*/

.Page__footer {
	color: #fff;
	font-size: .9286em;
}

.Page__footer.main {
	background: #242626;
	padding: 2.5em 0;
	text-align: center;
}

.Page__footer.sub .Wrapper.main {
	background-color: #242626;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#161717), color-stop(0.3, #272929));
	background-image: -webkit-linear-gradient(#161717, #272929 30%);
	background-image:    -moz-linear-gradient(#161717, #272929 30%);
	background-image:      -o-linear-gradient(#161717, #272929 30%);
	background-image:         linear-gradient(#161717, #272929 30%);
	-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 -2px 5px rgba(0,0,0,.3);
	box-shadow: 0 -2px 5px rgba(0,0,0,.3);
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	position: relative;
	text-align: left;
	z-index: 1;
}
.has-csscalc .Page__footer.sub .Wrapper.main:before, .has-csscalc .Page__footer.sub .Wrapper.main:after {
	bottom: 100%;
	border: 10px solid transparent;
	border-bottom-color: #555;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}
.has-csscalc .Page__footer.sub .Wrapper.main:before {
	border-right: none;
	left: 0;
}
.has-csscalc .Page__footer.sub .Wrapper.main:after {
	border-left: none;
	right: 0;
}



/* PAGES — MAIN
---------------------------------------------------------------------*/

.Page__header.main + .Page__content {
	clear: both;
}

.Page__content.sub {
	margin-top: 40px;
}
.Page__content.sub .Wrapper.main {
	padding-right: 0;
	padding-left: 0;
}
.has-csscalc .Page__content.sub .Wrapper.main {
	padding-right: 10px;
	padding-left: 10px;
}
.Page__content.sub .Page__contentWrapper {
	background: #fff;
	-webkit-border-radius:  30px 30px 0 0;
	-moz-border-radius:  30px 30px 0 0;
	border-radius:  30px 30px 0 0;
	-webkit-box-shadow: 0 0 .93em rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 .93em rgba(0,0,0,.3);
	box-shadow: 0 0 .93em rgba(0,0,0,.3);
	padding: 30px;
}
.has-csscalc .Page__content.sub .Page__contentWrapper {
	padding: 30px;
}


.Page__content.sidebarIsLeft .SideBar.main {
	float: left;
	margin-top: 2em;
	width: 250px;

	/* компенсация внутреннего отступа основной обёртки */
	/* и небольшое выдвижение */
	margin-left: -30px;
}
.has-csscalc .Page__content.sidebarIsLeft .SideBar.main {
	margin-left: -40px;
}
.Page__content.sidebarIsLeft .Content.main {
	margin-left: 260px;
}


.Content.main {
	min-height: 35em;
}

.Content__header {
	cursor: default;
	margin-bottom: .75em;
}
.Content__header .accent {
	color: #a1a0a0;
}



/* PAGES - MAIN - SHOPS
---------------------------------------------------------------------*/

.ShopAddresses a {
	color: #0557DF;
}

.ShopAddresses a:hover {
	color: #E30613;
}

.ShopAddresses__title {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 24px 0 20px;
}

.ShopAddresses .ShopAddresses__represent {
	position: relative;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
	padding-left: 20px;
	display: inline-block;
	border-bottom: 0;
	margin-right: 10px;
	border-radius: 10px 10px 0 0;
	color: #858585;
	padding: 5px 14px;
	border: 1px solid #dcdcdc;
	border-bottom-width: 0;
	text-decoration: none;
}

.ShopAddresses .ShopAddresses__represent:before {
	content: '';
	margin-right: 6px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
}

.ShopAddresses .ShopAddresses__represent:hover {
	border-color: #0557DF;
	color: #0557DF;
}

.ShopAddresses .ShopAddresses__represent.active {
	pointer-events: none;
	border-color: #0557DF;
	color: #0557DF;
}

.ShopAddresses .ShopAddresses__represent.active:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}

.ShopAddresses .ShopAddresses__represent:focus {
	outline: none;
}

.ShopAddresses .ShopAddresses__represent--map:before {
	width: 11px;
	height: 16px;
}

.ShopAddresses .ShopAddresses__represent--list {
	margin-right: 15px;
}

.ShopAddresses .ShopAddresses__represent--list:before {
	width: 15px;
	height: 12px;
}

.ShopAddresses__representMapContent {
	position: relative;
	display: none;
	margin-top: 12px;
	width: 100%;
	height: 890px;
}

.ShopAddresses__logoSamson {
	margin: 17px 0 19px;
}



/* Tabs
---------------------------------------------------------------------- */

.Tabs--shopAddresses {
	margin: 0;
}

.Tabs--shopAddresses .Tabs__list {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0557DF;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.Tabs--shopAddresses .Tabs__content {
	display: block;
	padding: 0;
}

.Tabs--shopAddresses .Tabs__content .TabContent {
	margin-top: 1.43em;
}

.Tabs--shopAddresses .Tab {
	margin: 0;
	padding: 14px 28px;
	vertical-align: top;
	display: inline-block;
	margin-right: 14px;
	border: 1px solid #dcdcdc;
	border-bottom-width: 1px;
	border-bottom-width: 0;
	border-radius: 10px 10px 0 0;
	background: none;
	cursor: pointer;
	box-shadow: none;
	font-weight: normal;
	color: #858585;
}

@media (max-width:1030px){

	.Tabs--shopAddresses .Tab {
		padding: .93em 1.05em .65em 1em;
	}
}

.Tabs--shopAddresses .Tab:before {
	display: none;
}

.Tabs--shopAddresses .Tab--active {
	cursor: default;
	border-color: #0557DF;
	position: relative;
}

.Tabs--shopAddresses .Tab--active:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #fff;
}

.Tabs--shopAddresses .Tab:hover, .Tabs--shopAddresses .Tab--active, .Tabs--shopAddresses .Tab--active:hover {
	color: #0557DF;
	border-color: #0557DF;
}

.Tabs--shopAddresses .Tab__title {
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	font-weight: bold;
}

.Tabs--shopAddresses .Tab__desc {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 1px;
}



/* ShopAddressesView
---------------------------------------------------------------------- */

.ShopAddressesView--default .ShopAddressesView__control {
	display: table;
	width: 100%;
	border-bottom: 1px solid #0557DF;
	margin-bottom: 15px;
}

.ShopAddressesView--default .ShopAddressesView__controlBox {
	display: table-cell;
}

.ShopAddressesView--default .ShopAddressesView__controlBox--type {
	text-align: right;
}

.ShopAddressesView--default a.ShopAddressesView__address {
	color: #0557DF;
	border-bottom: 1px dashed;
	text-decoration: none;
	display: inline;
}

.ShopAddressesView--default a.ShopAddressesView__address:hover {
	color: #E30613;
}

.ShopAddressesView--default .ShopAddressesView__site {
	font-weight: normal;
}

.ShopAddressesView--default .ShopAddressesView__sheduleLine {
	white-space: nowrap;
}

.ShopAddressesView--default .ShopAddressesView__empty {
	color: #858585;
	font-size: 20px;
	margin: 1.4em auto 0 auto;
	text-align: center;
}

.ShopAddressesView--default .ShopAddressesView__content {
	margin-top: 1.43em;
}



/* Items
---------------------------------------------------------------------- */

.Items--shopAddressesList {
	display: table;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-collapse: collapse;
	width: 100%;
	max-width: none;
	line-height: 1.5;
	font-size: inherit;
	border-spacing: 0;
	margin-top: 0;
	margin-bottom: -.75em;
}

.Items--shopAddressesList .Item {
	display: table-row;
}

.Items--shopAddressesList .Item + .Item .Item__box {
	border-top: 1px solid #dcdcdc;
}

.Items--shopAddressesList .Item__box {
	display: table-cell;
	vertical-align: top;
	padding: .75em;
}

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

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

.Items--shopAddressesList .Item__box--city {
	width: 14.29em;
	/* 200px */
}

.Items--shopAddressesList .Item__box--name {
	font-weight: bold;
	width: 14.29em;
	/* 200px */
}

.Items--shopAddressesList .Item__box--phone {
	text-align: right;
	width: 10em;
	/* 140px */
}

.Items--shopAddressesList .Item__box--site {
	white-space: nowrap;
}



/* CitySelector
---------------------------------------------------------------------- */

.CitySelector__link {
	position: relative;
	border: 0;
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	padding-right: 15px;
	color: #0557DF;
	cursor: pointer;
}

.CitySelector__link:hover {
	color: #E30613;
}

.CitySelector__link:after {
	content: "";
	width: 10px;
	height: 5px;
	top: 50%;
	right: 0;
	margin-left: 5px;
	margin-top: -3px;
	position: absolute;
}

.CitySelector__current {
	font-size: 14px;
	line-height: 18px;
}

.CitySelector__current--link {
	border-bottom: 1px dashed;
}



/* CitySelectorTipTip
-----------------------------------------------------------------*/

.CitySelectorTipTip.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;
	background: #fff;
}

.CitySelectorTipTip.TipTip--theme-white .TipTip__pointer {
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 -6px;
}

.CitySelectorTipTip.TipTip--top.TipTip--theme-white .TipTip__pointer, .CitySelectorTipTip.TipTip--bottom.TipTip--theme-white .TipTip__pointer {
	width: 24px;
	height: 13px;
}

.CitySelectorTipTip.TipTip--top.TipTip--theme-white .TipTip__pointer {
	margin-top: -1px;
}

.CitySelectorTipTip.TipTip--bottom.TipTip--theme-white .TipTip__pointer {
	margin: 0 0 -1px -6px;
}

.CitySelectorTipTip.TipTip--right.TipTip--theme-white .TipTip__pointer, .CitySelectorTipTip.TipTip--left.TipTip--theme-white .TipTip__pointer {
	width: 13px;
	height: 24px;
}

.CitySelectorTipTip.TipTip--right.TipTip--theme-white .TipTip__pointer {
	margin: -6px 0 0 4px;
}

.CitySelectorTipTip.TipTip--left.TipTip--theme-white .TipTip__pointer {
	margin: -6px 0 0 0;
}



/* CitySelectorTip
-----------------------------------------------------------------*/

.CitySelectorTip {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 12px;
	white-space: nowrap;
	cursor: default;
}

.CitySelectorTip__title, .CitySelectorTip__city {
	display: inline-block;
}

.CitySelectorTip__btn {
	color: #fff;
	background-color: #E30613;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 0;
	padding: 16px;
	text-align: center;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-decoration: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	border: 1px solid;
	padding: 5px 11px;
	font-size: 12px;
	line-height: 18px;
}

.CitySelectorTip__btn:hover {
	background-color: #E84B1B;
	border-color: #E84B1B;
	color: #fff;
	text-decoration: none;
}

.CitySelectorTip__btn--close {
	margin-left: 10px;
	border-color: #E30613;
}

.CitySelectorTip__btn--link {
	color: #E30613;
	margin-left: 7px;
	background-color: transparent;
	border-color: #E30613;
}



/* MapPlacemark
---------------------------------------------------------------------- */

.MapPlacemark--brand {
	width: 35px;
	height: 48px;
	cursor: pointer;
}

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

.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 #E30613;
	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: #E84B1B;
}



/* BuyOnline
---------------------------------------------------------------------- */

.BuyOnline--default {
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
}

.BuyOnline--default .BuyOnline__item {
	display: inline-block;
	margin: 0 0 20px 2%;
	padding: 0;
	vertical-align: top;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 32%;
}

.BuyOnline--default .BuyOnline__item:nth-child(3n + 1) {
	margin-left: 0;
}

.BuyOnline--default .BuyOnline__link {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	text-align: center;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 34px 20px 33px;
	position: relative;
	border-radius: 10px;
	text-decoration: none;
}

.BuyOnline--default .BuyOnline__link:hover {
	border-color: #E30613;
}

.BuyOnline--default .BuyOnline__img {
	max-width: 100%;
	max-height: 100%;
}

.BuyOnline--default .BuyOnline__title {
	color: #0557DF;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-top: 12px;
}

.BuyOnline--default .BuyOnline__reference {
	color: #949494;
	font-size: 12px;
	line-height: 14px;
	display: block;
	margin-top: 5px;
}

.BuyOnline--default .BuyOnline__link:hover .BuyOnline__title, .BuyOnline--default .BuyOnline__link:hover .BuyOnline__reference {
	color: #E30613;
}



/* Addresses
---------------------------------------------------------------------- */

.Address--default .Address__title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.Address--default .Address__infoItem {
	font-size: 13px;
	line-height: 24px;
}

.Address--default .Address__title + .Address__info, .Address--default .Address__infoItem + .Address__infoItem {
	margin-top: 6px;
}

.Address--default .Address__gallery {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.Address--default .Address__photoLink {
	border-bottom-width: 0;
	width: 16%;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.Address--default .Address__photoLink--loading {
	position: relative;
	background-color: #dcdcdc;
	background-color: rgba(220, 220, 220, .5);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.Address--default .Address__photoLink--loading:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 4px solid transparent;
	border-top-color: #E30613;
	border-left-color: #E30613;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	-webkit-animation: StmSpinner 1s linear infinite;
	   -moz-animation: StmSpinner 1s linear infinite;
	     -o-animation: StmSpinner 1s linear infinite;
	        animation: StmSpinner 1s linear infinite;
	content: '';
	position: absolute;
	top: -moz-calc(50% - 12px);
	top: calc(50% - 12px);
	left: -moz-calc(50% - 12px);
	left: calc(50% - 12px);
}

.Address--default .Address__photoLink:hover {
	opacity: .6;
}

.Address--default .Address__photoLink + .Address__photoLink {
	margin-left: 1%;
}

.Address--default .Address__photo {
	display: block;
	width: 100%;
	height: auto;
}

.Address--balloonContent {
	position: absolute;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 10px;
	padding: 18px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	     -o-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}

.Address--balloonContent .Address__btnClose {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	width: 19px;
	height: 19px;
	padding: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.Address--balloonContent .Address__btnClose:hover {
	opacity: .7;
}

.Address--balloonContent .Address__title {
	padding-right: 10px;
	font-size: 14px;
	line-height: 1.143;
}

.Address--balloonContent .Address__info {
	padding-right: 10px;
}

.Address--balloonContent .Address__infoItem {
	font-size: 12px;
	line-height: 1.5;
}

.Address--balloonContent .Address__gallery {
	margin-top: 10px;
}

.Address--balloonContent .Address__photoLink + .Address__photoLink {
	margin-left: 10px;
}

.Address--balloonContent .Address__photoLink, .Address--balloonContent .Address__photo {
	width: 84px;
	height: 56px;
}

.Address--balloonContent:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-bottom: -6px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}


/* ShopAddressesCards
---------------------------------------------------------------------- */

.ShopAddressesCards--default {
	margin-top: 20px;
}

.ShopAddressesCard--default {
	display: inline-block;
	width: 350px;
	border: 1px solid #dcdcdc;
	margin: 0 30px 0 0;
	vertical-align: top;
	padding: 25px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 10px;
}

.ShopAddressesCard--default .ShopAddressesCard__title {
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
}

.ShopAddressesCard--default .ShopAddressesCard__content {
	font-size: 14px;
	line-height: 21px;
	margin-top: 12px;
	height: 105px;
}

.ShopAddressesCard--default .ShopAddressesCard__link {
	display: inline-block;
	margin-top: 5px;
	border-bottom: 0;
}

.ShopAddressesCard--default .ShopAddressesCard__mail {
	border-bottom: 0;
	display: inline;
}

.ShopAddressesCard--default .ShopAddressesCard__mail, .ShopAddressesCard--default .ShopAddressesCard__phone {
	margin-left: 26px;
	line-height: 26px;
	position: relative;
}

.ShopAddressesCard--default .ShopAddressesCard__mail:before, .ShopAddressesCard--default .ShopAddressesCard__phone:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -26px;
	width: 18px;
	height: 17px;
}

.ShopAddressesCard--default .ShopAddressesCard__mail:before {
	background-position: 0 0;
	background-repeat: no-repeat;
	top: 3px;
	height: 12px;
}

.ShopAddressesCard--default .ShopAddressesCard__phone:before {
	background-position: 0 0;
	background-repeat: no-repeat;
	top: 5px;
}

.ShopAddressesCard--default .ShopAddressesCard__btnWrapper {
	margin-top: 18px;
}

.ShopAddressesCard--default .ShopAddressesCard__btn {
	color: #fff;
	background-color: #E30613;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 0;
	padding: 16px;
	text-align: center;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-decoration: none;
	display: block;
}

.ShopAddressesCard--default .ShopAddressesCard__btn:hover {
	background-color: #E84B1B;
	border-color: #E84B1B;
	color: #fff;
	text-decoration: none;
}

.ShopAddressesCard--default .ShopAddressesCard__explanation {
	margin-top: 7px;
	color: #858585;
	font-size: 12px;
	text-align: center;
}



/* CitySelectWindow
---------------------------------------------------------------------- */

.CitySelectWindow {
	width: 670px;
	overflow: hidden;
	padding-bottom: 0;
}

.CitySelectWindow--loading {
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.CitySelectWindow--loading:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 5px solid transparent;
	border-top-color: #E30613;
	border-left-color: #E30613;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	-webkit-animation: StmSpinner 1s linear infinite;
	   -moz-animation: StmSpinner 1s linear infinite;
	     -o-animation: StmSpinner 1s linear infinite;
	        animation: StmSpinner 1s linear infinite;
	content: '';
	position: absolute;
	top: -moz-calc(50% - 50px);
	top: calc(50% - 50px);
	left: -moz-calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 2;
}

.CitySelectWindow--loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .75);
	z-index: 1;
}

.CitySelectWindow a:hover {
	color: #E30613;
}

.CitySelectWindow .FancyModal__header {
	border-bottom: 0;
	margin-bottom: 0;
}

.CitySelectWindow__content {
	border-top: 1px solid #d6d6d6;
	position: relative;
}

.CitySelectWindow__box {
	position: relative;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	height: 440px;
	width: 50%;
}

.CitySelectWindow__box:after {
	background: -moz-linear-gradient(top, #ffffff 0, #fff 100%);
	background: -o-linear-gradient(top, #ffffff 0, #fff 100%);
	background: linear-gradient(to bottom, #ffffff 0, #fff 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0, #fff 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0, #fff 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0, #fff 100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 90%;
	height: 30px;
	pointer-events: none;
}

.CitySelectWindow__box--regions, .CitySelectWindow__box--cities {
	box-shadow: inset -1px 0 0 0 #d6d6d6;
}

.CitySelectWindow__box--regions {
	width: 300px;
}

.CitySelectWindow__box--cities {
	width: 370px;
}

.CitySelectWindow__wrapper {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 25px 30px 0;
	height: 100%;
	overflow: auto;
}

.CitySelectWindow__header {
	color: #b1b5bd;
	cursor: default;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 15px;
}

.CitySelectList {
	line-height: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.CitySelectList--main {
	margin-bottom: 1em;
}

.CitySelectList--main .CitySelectList__box {
	margin: 0;
}

.CitySelectList:last-child {
	margin-bottom: 20px;
}

.CitySelectList__box {
	list-style: none;
	display: block;
	vertical-align: top;
	margin: 0 0 0 25px;
	padding: 0;
	max-width: 200px;
}

.CitySelectList__box--alphabet {
	color: #bbb;
	text-transform: uppercase;
	width: 15px;
	float: left;
	margin: 0;
	position: absolute;
}

.CitySelectList__item:before {
	content: none;
}

.CitySelectList__item {
	margin: 0 0 14px 0;
}

.CitySelectList__item--search {
	display: none;
}

.CitySelectList__item--main {
	font-weight: bold;
}

.CitySelectList__item--active {
	font-weight: bold;
}

.CitySelectList__item--active .CitySelectList__link {
	color: #0557DF;
	pointer-events: none;
	outline: none;
}

.CitySelectList__link {
	color: #000;
	border: 0;
}

.CitySelectList__region {
	color: #999;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 3px;
}

.CitySelectSearch .Field--search {
	position: relative;
	border-width: 0;
	padding: 0;
	margin-bottom: 15px;
	display: block;
}

.CitySelectSearch .Field__input {
	width: 100%;
	background-color: #f5f7fa;
	border: 1px solid #dcdcdc;
	height: 31px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border-radius: 4px;
	padding-left: 45px;
	background-position: 17px 50%;
	background-repeat: no-repeat;
}

.CitySelectSearch .Field__input:focus {
	background-color: #fff;
}

.CitySelectSearchResult, .CitySelectNotSearch {
	display: none;
}

.CitySelectNotSearch {
	margin-top: 13px;
}

.CitySelectNotSearch__box {
	line-height: 20px;
}

.CitySelectNotSearch__box--title {
	font-weight: bold;
}

.CitySelectNotSearch__box + .CitySelectNotSearch__box, .CitySelectNotSearch__item + .CitySelectNotSearch__item {
	margin-top: 4px;
}

.CitySelectNotSearch__list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

.CitySelectNotSearch__item:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 10px;
	left: -21px;
}

.HeaderNav__link .LinkWrapper {
	color: #576372;
	border: 0;
}

@media (max-width: 1280px) {
	.Page--shops .Page__content.sidebarIsLeft .SideBar.main {
		display: none;
	}
	.Page--shops .Page__content.sidebarIsLeft .Content.main {
		margin-left: 0;
	}
}

.ShopAddressesWidget {
	background-color: #fff;
	padding-top: 42px;
}

.ShopAddressesWidget__header {
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 20px;
}

.ShopAddressesWidget .BuyOnline {
	max-width: 900px;
	margin: auto;
}

.ShopAddressesWidget .BuyOnline__link {
	border-color: #dcdcdc;
	height: 40px;
	line-height: 40px;
	padding: 25px 20px;
}

.ShopAddressesWidget .BuyOnline__title {
	margin-top: 3px;
}



/* PAGES - MAIN - FEEDBACK
---------------------------------------------------------------------*/

/*
<div class="Wrapper feedbackForm">
  <form action="#" class="Form FeedbackForm">
    <label class="Form__field Feedback__field ib">
      <span class="FeedbackForm__title">Что вас интересует</span><select name="" id="">
        <option value="">Покупка для своих сотрудников</option>
      </select>
    </label>
    <label class="Form__field Feedback__field">
      <span class="FeedbackForm__title">Ф.И.О.</span><input type="text" name="" id="" class="FeedbackForm__input">
    </label>
    <label class="Form__field Feedback__field">
      <span class="FeedbackForm__title">Текст сообщения</span><textarea class="FeedbackForm__input"></textarea>
    </label>
    <span class="Form__field Feedback__field Feedback__submit"><button class="Btn BtnDefault primary">Отправить</button></span>
  </form>
</div>
*/

.Wrapper.feedbackForm {
	background-color: #e9eaeb;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e9e9), to(#e2e5e5));
	background-image: -webkit-linear-gradient(#e7e9e9, #e2e5e5);
	background-image:    -moz-linear-gradient(#e7e9e9, #e2e5e5);
	background-image:      -o-linear-gradient(#e7e9e9, #e2e5e5);
	background-image:         linear-gradient(#e7e9e9, #e2e5e5);
	-webkit-border-radius: 0 60px;
	-moz-border-radius: 0 60px;
	border-radius: 0 60px;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	position: relative;
}

.FeedbackForm {
	padding: 40px;
}

.FeedbackForm .Form__field {
	display: block;
}
.FeedbackForm .Form__field.ib {
	display: inline-block;
}

.Feedback__field {
	margin-left: 160px;
}
.FeedbackForm__title {
	display: inline-block;
	margin-left: -155px;
	width: 150px;
}
.Feedback__submit {
	margin-left: 151px;
}
.FeedbackForm__input {
	width: 100%;
}
textarea.FeedbackForm__input {
	min-height: 7em;
}

.FeedbackForm .Form__field--indent {
	padding-left: 18px;
}
.FeedbackForm .Form__indent {
	margin-left: -17px;
}

.Form__field.personalData .errorName {
	display: inline-block;
	font-size: 13px;
	position: static;
	margin-top: .2em;
}


/* PAGES - MAIN - OPERATION
---------------------------------------------------------------------*/

/*
<div class="Operation groupIB">
  <span class="Operation__image Icon successBig"></span>
  <div class="Operation__content">
    Всё очень хорошо. Всё сработало, жизнь прекрасна!<br>
    Вернитесь на <a href="#">главную страницу</a> или воспользуйтесь навигацией.
  </div>
</div>
*/

.Operation {
	padding-top: .67em;
	padding-left: 60px;
}

.Operation__image, .Operation__content {
	display: inline-block;
	vertical-align: middle;
}
.Operation__image {
	margin-right: 10px;
	margin-left: -60px;
}
.Operation__content p {
	font-size: 1.14em;
	margin: 0;
}



/* PAGES — ERROR
---------------------------------------------------------------------*/

/*
<div class="Wrapper error Error">

  <div class="Page__content">
    <img width="395" height="178" src="/img/error/404.png" alt="404">

    <h3 class="subheader Error__explanation">
      Такой страницы не существует или она была удалена.<br>
      Попробуйте ввести адрес заново либо воспользуйтесь меню.
    </h3>

    <div class="ErrorNav group">
      <a class="textHide ErrorNav__logo" href="#">Laima</a><ul class="List ib separated">
        <li class="List__item"><a class="ErrorNav__link" href="#">О компании</a></li><li class="List__item"><a class="ErrorNav__link" href="#">Каталог</a></li><li class="List__item"><a class="ErrorNav__link" href="#">Где купить</a></li><li class="List__item last"><a class="ErrorNav__link" href="#">Обратная связь</a></li>
      </ul>
    </div>
  </div>

  <footer class="Page__footer">
    <span class="Footer__copyRights">
      &copy; 2013 <a href="#">Лайма</a>. Все права защищены. Все товары сертифицированны.
    </span>
  </footer>

</div>
*/

.Wrapper.error {
	margin: auto;
	padding-top: 9em;
	text-align: center;
}
.Error {
	width: 37em;
}
.Error .Page__content {
	margin-bottom: 5em;
}
.ErrorNav {
	margin-top: 4em;
}
.ErrorNav__logo {
	position: relative;
	top: .3em;
	display: inline-block;
	border: 0;
	width: 113px;
	height: 25px;
	margin-right: 1em;
	background-image: url('/assets_laima/img/dest/brand/logos.png');
	background-repeat: no-repeat;
	background-position: 0 -112px;
}
.ErrorNav .List {
	display: inline-block;
}
.Error .Page__footer {
	color: #000;
	font-size: 1em;
}

.Error__explanation {
	font-size: 18px;
}

.Error__header {
	font-weight: normal;
	font-size: 1.28em;
	margin-top: 46px;
	margin-bottom: 0;
}

.Error__message {
	margin-top: 0.6em;
}

.Error__message:after {
	content: '';
	display: block;
	background-image: url('/assets_laima/img/dest/brand/logos.png');
	width: 127px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 -112px;
	margin: 63px auto 0
}

.Page__content--503:before {
	content: "";
	display: block;
	height: 237px;
	width: 223px;
	background: url("/assets_laima/img/error/503.png") center no-repeat;
	margin: 0 auto;
}

.Page__content--503.Page__content {
	margin-bottom: 19px;
}

.Page__content--503 .ErrorNav {
	display: none;
}

.Footer__copyRights--503 {
	line-height: 1.8em;
}

/* PersonalData */
.PersonalData {
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 720px;
}

h1.PersonalData__title {
	font-size: 23px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	margin: 0 0 .9em;
}

.PersonalData__accent {
	font-size: 11px;
	color: #666;
	margin-bottom: 0;
}
/* ~PersonalData */



/* HELPERS
---------------------------------------------------------------------*/

.disabled {
	pointer-events: none;
	cursor: default;
}

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