/*!

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



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

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

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

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

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

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



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

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

audio, canvas, progress, video {
	display: inline-block; /* исправляется отображение в ИЕ89 */
	vertical-align: baseline; /* выравнивание в Хроме, ФФ и Опере */
}

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



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

img {
	border: 0; /* убирается граница, если изображение внутри ссылки в ИЕ89 */
	vertical-align: middle;
}

/* убирается отступ снизу */

.ielte7 img {
	-ms-interpolation-mode: bicubic;/* улучшение отображения при изменении размера */
}

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

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



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

.ielte7 form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	
	/* http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685 */
	min-width: 0;
}

@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
		vertical-align: middle;
	}
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

.ielte7 legend {
	margin-left: -7px;
}

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

button, input, optgroup, select, textarea {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: inherit;
	font: inherit;
	margin: 0;
	vertical-align: baseline;
}

.ielte7 button, .ielte7 input, .ielte7 optgroup, .ielte7 select, .ielte7 textarea {
	vertical-align: middle;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button {
	overflow: visible; /* изначально значение `hidden` в ИЕ */
}

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;/* внутренний отступ */
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	     box-sizing: border-box; /* правильные размеры для ИЕ */
	padding: 0;
	
	/* правильное выравнивание по вертикали */
	margin-top: -.17em;
	vertical-align: middle;
}

.ielte7 input[type="checkbox"], .ielte7 input[type="radio"] {
	height: 13px;
	width: 13px;
}

/* исправление проблемы с отображением в Хроме */
input[type="search"] {
	-webkit-appearance: textfield;
	-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;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto; /* теперь должен отображаться верный курсор */
}

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

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

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

legend {
	border: 0; /* правильный цвет не наследовался в ИЕ */
	padding: 0;
}

optgroup {
	font-weight: 700; /* жирность должна не наследоваться */
}



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

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

td, th {
	padding: 0;
}



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

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

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



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

li ul, li ol {
	margin: 0.5em 0 1em;
}
ul, ol, dl {
	margin: 0 0 1.5em;
}
ul, ol {
	padding: 0 0 0 1.5em;
}
li, dt, dd {
	margin-top: 0.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: 0.75em 0 0.375em;
}

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

h3 {
	font-size: 1.17em;
	line-height: 1.28205em;
	margin: 1.28205em 0 0.64103em;
}

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

h5 {
	font-size: .83em;
	line-height: 1.80723em;
	margin: 1.80723em 0 0.90361em;
}

h6 {
	font-size: .67em;
	line-height: 2.23881em;
	margin: 2.23881em 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: -0.75em;
}


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

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: monospace, sans-serif;
	font-size: 1em;
}

pre {
	overflow: auto; /* правильное поведение при переполнении */
	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;
}

wbr {
	display: inline-block;
}
/* BLOCKS - SPINNER
---------------------------------------------------------------------*/

/*doc

### Spinner

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

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

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

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

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

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

.Spinner {
	display: inline-block;
	height: .75em;
	vertical-align: middle;
	width: .75em;
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	border-radius: 100%;
	border: .33em solid #ffc1c1;
	border-top-color: red;
	font-size: 1em;
	margin-top: -.2em;
}
.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_brauberg/img/dest/file_25x30_png.png');
}

.File--jpg:before {
	background-image: url('/assets_brauberg/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;
}

@-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: #F2453F;
	border-left-color: #F2453F;
	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;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	color: #000;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	margin: auto;
	min-width: 980px;
}

a {
	color: #d18f02;
	text-decoration: none;
	-o-transition: color .03s ease-out;
	-moz-transition: color .03s ease-out;
	transition: color .03s ease-out;
}

a:hover {
	color: #f2453f;
}

.Page {
	display: table;
}

.Page--wide .Page__box--mainContent {
	margin-left: 0;
}

.Page__wrapper {
	max-width: 1250px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}

.Page__main {
	display: table-row;
	height: 100%;
}

.Page__box--nav {
	width: 230px;
	float: left;
}

.Page__box--mainContent {
	margin-left: 270px;
}

.ContentWrapper {
	font-size: 15px;
	padding-bottom: 10px;
}

.ContentDescription {
	font-size: 15px;
}

.ContentDescription__title {
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	line-height: 1.3;
}

.ContentDescription__text {
	margin-top: 20px;
	margin-bottom: 10px;
}

.ContentDescription__logo {
	display: inline-block;
	margin-top: -10px;
}

.ContentDescription ol {
	margin-left: -4px;
	margin-bottom: 0;
}

@media (max-width: 1240px) {
	.Page__box--nav {
		display: none;
	}
	.Page__box--mainContent {
		margin-left: 0;
	}
}

.btn {
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: middle;
	position: relative;
	-o-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

.btn .Spinner {
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	border-radius: 100%;
	border: .33em solid transparent;
	border-top-color: #000;
	font-size: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.75em;
	margin-left: -.75em;
	opacity: 0;
	visibility: hidden;
}

.btn.Spinner--active {
	color: #fff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

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

.btnSend {
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: middle;
	position: relative;
	-o-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	background-color: #f8d43f;
	font-size: 16px;
	padding: .65em 50px;
	height: 40px;
}

.btnSend .Spinner {
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	border-radius: 100%;
	border: .33em solid transparent;
	border-top-color: #000;
	font-size: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.75em;
	margin-left: -.75em;
	opacity: 0;
	visibility: hidden;
}

.btnSend.Spinner--active {
	color: #fff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

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

.btnSend:hover, .btnSend:focus {
	background-color: #ffe354;
}

.btnLink, a.btnLink {
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: middle;
	position: relative;
	-o-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	color: #000;
	background-color: #f8d43f;
	font-size: 16px;
	line-height: 1.3;
	padding: .65em 50px;
	height: 40px;
	outline: none;
}

.btnLink .Spinner, a.btnLink .Spinner {
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	border-radius: 100%;
	border: .33em solid transparent;
	border-top-color: #000;
	font-size: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.75em;
	margin-left: -.75em;
	opacity: 0;
	visibility: hidden;
}

.btnLink.Spinner--active, a.btnLink.Spinner--active {
	color: #fff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

.btnLink.Spinner--active .Spinner, a.btnLink.Spinner--active .Spinner {
	opacity: 1;
	visibility: visible;
}

.btnLink:hover, .btnLink:focus, a.btnLink:hover, a.btnLink:focus {
	color: #000;
	background-color: #ffe354;
}

.btnSearch {
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: 1em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: middle;
	position: relative;
	-o-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	background-color: #f2453f;
	padding: 7px 12px;
}

.btnSearch .Spinner {
	-webkit-animation: Spinner linear .7s infinite;
	   -moz-animation: Spinner linear .7s infinite;
	     -o-animation: Spinner linear .7s infinite;
	        animation: Spinner linear .7s infinite;
	border-radius: 100%;
	border: .33em solid transparent;
	border-top-color: #000;
	font-size: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.75em;
	margin-left: -.75em;
	opacity: 0;
	visibility: hidden;
}

.btnSearch.Spinner--active {
	color: #fff;
	color: rgba(255,255,255,0);
	cursor: default;
	pointer-events: none;
}

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

.btnSearch:before {
	content: "";
	display: block;
	background-image: url('/assets_brauberg/img/dest/icons/head_search.png');
	width: 15px;
	height: 16px;
}

.btnSearch:hover, .btnSearch:focus {
	background-color: #de2821;
}

.btnSendMail {
	display: block;
	width: 25px;
	height: 14px;
	-o-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.btnSendMail:hover {
	background-image: url('/assets_brauberg/img/dest/icons/envelope_hover.png');
}
.Breadcrumbs {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.Page--wide .Breadcrumbs {
	margin-left: 270px;
}
.Breadcrumbs__list {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
.Breadcrumbs__link {
	color: #777;
	text-decoration: none;
	-o-transition: color .1s ease;
	-moz-transition: color .1s ease;
	transition: color .1s ease;
}
.Breadcrumbs__link:hover {
	color: #f2453f;
}
.Breadcrumbs__item {
	display: inline;
	cursor: default;
	margin-top: 0;
	position: relative;
	vertical-align: top;
}
.Breadcrumbs__item + .Breadcrumbs__item:before {
	content: "\00a0\2192  ";
	color: #777;
	margin: 0 3px;
}
.Breadcrumbs__item:last-child {
	color: #000;
}
.Paginator {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 50px;
	padding-left: 15px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	vertical-align: baseline;
}
.Paginator__item {
	display: inline-block;
	font-size: 14px;
	margin-top: 0;
	margin-right: 10px;
	vertical-align: middle;
}
.Paginator__item--ellipsis {
	margin-top: -.4em;
}
.Paginator__link {
	background-color: #e6e6e6;
	border: 1px solid  #e6e6e6;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #808080;
	display: inline-block;
	vertical-align: baseline;
	padding: 5px 0;
	text-decoration: none;
	text-align: center;
	width: 30px;
	height: 30px;
}
.Paginator__link:hover {
	background-color: #f2f2f2;
	color: #000;
}
.Paginator__link.active {
	background-color: #666;
	border-color: #666;
	color: #fff;
	cursor: default;
	pointer-events: none;
}
.Tabs {
	margin-top: 20px;
}
.Tabs--inner {
	margin-top: 40px;
}
.Tabs__captions {
	font-size: 20px;
	margin-left: -1.5%;
	margin-bottom: 35px;
}
.Tabs--inner .Tabs__captions {
	font-size: 18px;
	max-width: 83%;
}
@media screen and (max-width: 1120px) {

	.Tabs--inner .Tabs__captions {
		max-width: none;
	}
}
.Tabs__caption {
	border-bottom: 5px solid #ccc;
	color: #777;
	display: inline-block;
	width: 31.833%;
	text-align: center;
	line-height: 1em;
	margin-left: 1.5%;
	padding-bottom: 12px;
	-o-transition: all .15s ease;
	-moz-transition: all .15s ease;
	transition: all .15s ease;
}
.Tabs__caption:hover {
	border-bottom-color: #808080;
	color: #000;
	cursor: pointer;
}
.Tabs__caption.active {
	border-bottom-color: #f2453f;
	color: #000;
	cursor: default;
	pointer-events: none;
}
.Tabs--inner .Tabs__caption {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-bottom: 6px;
}
.Tabs--inner .Tabs__caption.active {
	border-bottom-color: #f8d43f;
}
.Tabs__content {
	display: none;
}
.Tabs__content.active {
	display: block;
}

.Form {
	font-size: 15px;
}

.Form__field + .Form__field {
	margin-top: 30px;
}

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

.Form__field--personalData {
	width: 470px;
	margin-left: 150px;
}

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

.Form__field .Form__label + div {
	display: inline-block;
	width: auto;
	z-index: 1;
}

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

.Form__title {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.3em;
	width: 150px;
}

.Form__title--required:after {
	content: '*';
	color: red;
	font-size: 12px;
	position: relative;
	top: -2px;
	left: 3px;
}

.Form__select {
	padding: .4em 12px;
	width: 470px;
	line-height: 1.3;
	height: 30px;
	padding: 0 5px;
}

.Form__select:focus {
	border: 1px solid #ffc300;
}

.Form__select--error {
	border: 1px solid #f2453f;
}

.Form__input {
	padding: .4em 12px;
	width: 470px;
	line-height: 1.3;
	height: 30px;
	padding: .2em 12px .4em;
}

.Form__input:focus {
	border: 1px solid #ffc300;
}

.Form__input--error {
	border: 1px solid #f2453f;
}

.Form__error {
	color: #f2453f;
	font-size: 12px;
	margin: .3em 0 0 150px;
}

.Form .btnSend {
	margin-left: 150px;
}

.FormSuccess {
	display: none;
	font-size: 1.15em;
}

.PersonalData {
	font-size: 14px;
	width: 660px;
}

.PersonalData__header {
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

.PersonalData__accent {
	color: #666;
	font-size: 11px;
	margin-bottom: 0;
}
.Items {
	display: table;
	width: 100%;
	font-size: 14px;
	margin-top: 35px;
}
.Items__title {
	font-size: 22px;
}
.Items__title--line {
	overflow: hidden;
}
.Items__title--line:after {
	content: '';
	background-color: #d9d9d9;
	border: 1px solid #fff;
	border-width: 0 30px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	margin-right: -100%;
}

.Item {
	display: table-row;
}

.Item--header .Item__box {
	color: #808080;
	padding: 0 10px 10px;
}

.Item:first-child .Item__box {
	border-top: none;
}

.Item__box {
	border-top: 1px solid #b3b3b3;
	cursor: default;
	display: table-cell;
	vertical-align: top;
	padding: 15px 10px;
}

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

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

.Item__box--hideBorder {
	border-top: none;
}

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

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

.Item__box .btnSendMail {
	margin-top: 7px;
	opacity: .45;
}

.Item__additional {
	color: #808080;
	display: block;
	font-size: 12px;
	margin-bottom: .3em;
}

.Item__link {
	color: #000;
	border-bottom: 1px dashed currentColor;
}

.Item__link:hover {
	color: #f2453f;
}

.Item:hover .btnSendMail {
	opacity: 1;
}

.Item__address {
	word-break: break-all;/* edge, palemoon */
	word-break: break-word;/* ff, chrome */
}

.Item__city, .Item__phone, .Item__time {
	white-space: nowrap;
}

.Items--shopAddressesList .Item__box {
	border-top: 0;
}
.Page__header .Page__wrapper {
	display: table;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.Page__header .Box {
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 1150px) {

	.Page__header .Box {
		display: block;
		margin-bottom: 30px;
	}

	.Page__header .Box.Box--list {
		padding-left: 0;
	}

	.Page__header .Box.Box--search {
		margin-bottom: 0;
	}
}
.Page__header .Box--logo {
	width: 230px;
}
.Page__header .Box--list {
	padding-left: 40px;
}
.Page__header .Box--search {
	width: 270px;
}
.Page__header .Box__search {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 1px solid #f2453f;
	border-right-width: 0;
	font-size: 13px;
	padding: .2em 5px .4em;
	height: 30px;
	width: 100%;
}
.Page__header .Box__link {
	color: #999;
	text-decoration: none;
}
.Page__header .Box__link.current {
	color: #000;
}
.Page__header .Box__link:hover {
	color: #f2453f;
	cursor: pointer;
}
.Page__header .Box__link.disabled {
	cursor: default;
	pointer-events: none;
}
.Page__header .Box__item {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}
.Page__header .Box__item + .Box__item {
	margin-left: 40px;
}
.Page__header .HeaderItems {
	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-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1150px) {

	.Page__header .HeaderItems {
		-webkit-justify-content: flex-start;
		   -moz-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.Page__header .HeaderItems .HeaderItem--social {
		margin-left: 40px;
	}
}
.Page__header .HeaderItem--social {
	margin-right: 15px;
}
.Page__footer {
	margin-top: 70px;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #e6e6e6;
}
.Page__footer .Box {
	display: inline-block;
	vertical-align: middle;
}
.Page__footer .Box__content {
	display: inline-block;
	vertical-align: middle;
}
.Page__footer .Page__wrapper {
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
}
.Page__footer .FooterItems {
	display: table;
	width: 100%;
}
.Page__footer .FooterItems .Box {
	display: table-cell;
}
.Search__group {
	display: table;
	width: 100%;
}
.Search__box {
	display: table-cell;
	vertical-align: middle;
}
.Search__box--submit {
	width: 1px;
}

.SearchHelp {
	font-size: 15px;
	margin-top: 20px;
}

.SearchHelp__title {
	font-size: 1em;
	margin: 0 0 5px 0;
}

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

.SearchHelp__item {
	margin-top: 5px;
}

.SearchHelp__item:before {
	content: '\2014';
	margin-right: 5px;
	vertical-align: baseline;
}
.Banner {
	max-width: 930px;
	position: relative;
	overflow: hidden;
}

.Slides {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

@-webkit-keyframes fade {
	from { opacity: .4 }
	to { opacity: 1 }
}

@-moz-keyframes fade {
	from { opacity: .4 }
	to { opacity: 1 }
}

@-o-keyframes fade {
	from { opacity: .4 }
	to { opacity: 1 }
}

@keyframes fade {
	from { opacity: .4 }
	to { opacity: 1 }
}

.Slide {
	display: none;
	position: relative;
	margin: 0;
	width: 100%;
	padding-top: 35.48387096774194%;
	text-align: center;
	-webkit-animation-name: fade;
	   -moz-animation-name: fade;
	     -o-animation-name: fade;
	        animation-name: fade;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
}

.Slide--active {
	display: block;
}

.Slide__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.Controls {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 15px;
	left: 25px;
}

.Control {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin-top: 0;
	line-height: 0;
}

.Control:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-align: center;
	background-color: #727577;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
}

.Control:hover {
	cursor: pointer;
}

.Control:hover:before {
	background-color: #c2c5c8;
}

.Control--active {
	cursor: default;
	pointer-events: none;
}

.Control--active:before {
	background-color: #fff;
}
.Menu {
	font-size: 15px;
	width: 230px;
	position: relative;
	z-index: 10;
}
.Menu__list {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 230px;
	border: solid #ccc;
	border-width: 0 1px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.Menu__header {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background-color: #f2453f;
	font-weight: bold;
	color: #fff;
	height: 40px;
	line-height: 1em;
	padding: 12px 14px 13px;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.Menu__link {
	display: block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 11px 14px;
	border-bottom: 1px solid #ccc;
	color: #404040;
	text-decoration: none;
}
.Menu__link:hover {
	color: #000;
}
.Menu__item {
	position: relative;
	margin: 0;
	background-color: #f2f2f2;
	-o-transition: background-color .15s ease-out;
	-moz-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out;
}
.Menu__item.hover {
	background-color: #fff;
}
.Menu__item.hover .Menu__link {
	color: #000;
}
.Menu__item.hover > .SubMenu {
	display: block;
}

.Menu--drop .Menu__list {
	display: none;
	position: absolute;
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
}

.Menu--drop .Menu__header:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 14px;
	width: 16px;
	height: 8px;
	background-image: url('/assets_brauberg/img/dest/icons/expand_menu.png');
}

.Menu--drop .Menu__header:hover {
	background-color: #de2821;
	cursor: pointer;
}

.Menu--turn .Menu__header:after {
	background-image: url('/assets_brauberg/img/dest/icons/turn_menu.png');
}

.SubMenu {
	display: none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 320px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 100%;
	top: -1px;
	border: 1px solid #ccc;
	list-style: none;
	background-color: #fff;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.15);
}

.SubMenu__link {
	display: block;
	padding: 8px 20px;
	color: #565656;
	text-decoration: none;
	-o-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	transition: color .15s ease-out;
}

.SubMenu__link:hover {
	color: #e5322c;
}

.SubMenu__item {
	padding: 0;
	margin: 0;
	line-height: 18px;
}

.SubMenu__item:last-child > .SubMenu {
	top: -4px;
}

.SubMenu__item:last-child > .SubMenu__link {
	padding-bottom: 11px;
}

.SubMenu__item:first-child > .SubMenu {
	top: -1px;
}

.SubMenu__item:first-child > .SubMenu__link {
	padding-top: 11px;
}

.SubMenu__item.hover > .SubMenu__link {
	color: #e5322c;
}

.SubMenu__item.hover > .SubMenu {
	display: block;
}

.SubMenu:before, .SubMenu:after {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
}

.SubMenu:before {
	top: 11px;
	border: 10px solid transparent;
	border-right: 6px solid #ccc;
}

.SubMenu:after {
	top: 12px;
	border: 9px solid transparent;
	border-right: 5px solid #fff;
}

.Page--noJs .Menu:hover .Menu__header {
	background-color: #de2821;
	cursor: default;
}

.Page--noJs .Menu:hover .Menu__header:after {
	background-image: url('/assets_brauberg/img/dest/icons/turn_menu.png');
}

.Page--noJs .Menu:hover .Menu__list {
	display: block;
}

.Page--noJs .Menu__item:hover {
	background-color: #fff;
}

.Page--noJs .Menu__item:hover .Menu__link {
	color: #000;
}

.Page--noJs .SubMenu__item:hover > .SubMenu__link {
	color: #e5322c;
}

.Page--noJs .Menu__item:hover > .SubMenu, .Page--noJs .SubMenu__item:hover > .SubMenu {
	display: block;
}
.Categories {
	border: 1px solid #ccc;
	font-size: 15px;
	padding: 16px 12px 20px 12px;
	margin-top: 20px;
}

.Category__link {
	color: #808080;
}

.Category__link:hover {
	color: #f2453f;
}

.Category + .Category {
	margin-top: 12px;
}

.Category.active .Category__link {
	color: #000;
	cursor: default;
	pointer-events: none;
}

.Category--subCategory {
	padding-left: 10px;
}
.Products {
	width: 100%;
}
.Banner + .Products {
	margin-top: 75px;
}
.Products--hasHead .Products__title {
	display: block;
}
.Products__title {
	font-size: 32px;
	display: none;
	text-align: center;
	overflow: hidden;
}
.Products__title:before {
	margin-left: -100%;
}
.Products__title:after {
	margin-right: -100%;
}
.Products__title:before, .Products__title:after {
	content: '';
	background-color: #d9d9d9;
	border: 1px solid #fff;
	border-width: 0 70px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
}
.Products__list {
	margin-left: -4%;
}
@media screen and (max-width: 1100px) {

	.Products__list {
		margin-left: -5%;
	}
}
.Products__item {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 1px solid #fff;
	color: #000;
	display: inline-block;
	padding: 15px 15px 30px;
	vertical-align: top;
	width: 29.333%;
	height: 315px;
	margin: 20px 0 0 4%;
	text-align: center;
	text-decoration: none;
	position: relative;
	-o-transition: border .25s ease;
	-moz-transition: border .25s ease;
	transition: border .25s ease;
}
@media screen and (max-width: 1100px) {

	.Products__item {
		width: 45%;
		margin-left: 5%;
	}
}
.Products__item:hover {
	border: 1px solid #d9d9d9;
	cursor: pointer;
	color: #e5322c;
}
.Products__item:hover .Products__info {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .6);
	max-height: 20em;
}
.Products__img {
	width: 205px;
	height: 200px;
}
.Products__info {
	text-align: left;
	line-height: 1.5em;
	position: absolute;
	bottom: 30px;
	right: 15px;
	left: 15px;
	z-index: 9;
	max-height: 60px;
	min-height: 60px;
	overflow-y: hidden;
	-o-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}
.Products__code {
	position: absolute;
	bottom: 13px;
	color: #999;
	font-size: 13px;
}
.Product {
	display: table;
	margin: 45px 0 90px;
	width: 100%;
}
.Product__box {
	display: table-cell;
	vertical-align: top;
}
.Product__box + .Product__box {
	padding-left: 60px;
}

.ProductPhoto {
	width: 1px;
}

.ProductPhoto__box--thumbnails {
	margin-right: -10px;
}

.ProductPhoto__main {
	display: block;
	width: 480px;
	height: 480px;
}

.ProductPhoto__main--video {
	position: relative;
	overflow: hidden;
}

.ProductPhoto__main--video:before, .ProductPhoto__main--video:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.ProductPhoto__main--video:before {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	background-color: #f2453f;
	margin: -50px 0 0 -50px;
}

.ProductPhoto__main--video:after {
	border: 23px solid transparent;
	border-left: 32px solid #fff;
	margin: -23px 0 0 -10px;
	height: 1px;
}

.ProductPhoto__main--video:hover:before {
	background-color: #de2821;
}

.ProductPhoto__main--video .ProductPhoto__big {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	cursor: pointer;
}

.ProductPhoto__big {
	width: auto;
	height: 100%;
	cursor: pointer;
	cursor: url("/assets_brauberg/img/cursors/zoom_in.cur"), auto;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.ProductPhoto__small {
	opacity: .5;
	width: 46px;
	height: 46px;
	-o-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	overflow: hidden;
}

.ProductPhoto__item {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: 2px solid #ccc;
	display: inline-block;
	padding: 5px;
	margin: 10px 10px 0 0;
	-o-transition: border-color .15s ease-out;
	-moz-transition: border-color .15s ease-out;
	transition: border-color .15s ease-out;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ProductPhoto__item--video {
	position: relative;
}

.ProductPhoto__item--video:before, .ProductPhoto__item--video:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.ProductPhoto__item--video:before {
	height: 23px;
	width: 23px;
	border-radius: 100%;
	background-color: #f18c88;
	margin: -11px 0 0 -11px;
}

.ProductPhoto__item--video:after {
	border: 5px solid transparent;
	border-left: 7px solid #fff;
	margin: -5px 0 0 -2px;
	height: 1px;
}

.ProductPhoto__item--video:hover:before {
	background-color: #f2453f;
}

.ProductPhoto__item:hover {
	border-color: #999;
	cursor: pointer;
}

.ProductPhoto__item:hover .ProductPhoto__small {
	opacity: 1;
}

.ProductPhoto__item.active {
	border-color: #f2453f;
	cursor: default;
	pointer-events: none;
}

.ProductPhoto__item.active:before {
	background-color: #f2453f;
}

.ProductPhoto__item.active .ProductPhoto__small {
	opacity: 1;
}

.ProductInfo {
	font-size: 15px;
}

.ProductInfo__box + .ProductInfo__box {
	margin-top: 20px;
}

.ProductInfo__box--desc {
	line-height: 1.5em;
}

.ProductInfo__box--article {
	color: #808080;
	font-size: 14px;
}

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

.ProductInfo__box + .ProductInfo__box--linkToBuy {
	margin-top: 30px;
}

.ProductInfo__item {
	margin-top: 5px;
}

.ProductInfo__item:before {
	content: '\2014';
	margin-right: 5px;
	vertical-align: baseline;
}

.Items--product .Item__box {
	padding-right: 10px;
	padding-left: 10px;
}

.Items--product .Item__box--img {
	width: 80px;
	height: 80px;
	padding-right: 40px;
}

.Items--product .Item__box--desc {
	padding-top: 20px;
}

.Items--product .Item__link {
	border-bottom: none;
}

.Items--product .Item__link:hover {
	color: #e5322c;
}

.File__size {
	margin-top: 0;
}
.Viewer {
	padding: 30px;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.Viewer__subject {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	cursor: pointer;
	cursor: url("/assets_brauberg/img/cursors/zoom_in.cur"), auto;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.Viewer__subject .Viewer__video {
	width: 100%;
	height: 100%;
}
.Viewer__subject:before {
	content: '';
	display: inline-block;
	padding-top: 100%;
	vertical-align: top;
}
.Viewer__subject--smallPhoto {
	cursor: pointer;
}
.Viewer__subject--video {
	cursor: default;
}
.Viewer__subject--zoom {
	cursor: pointer;
	cursor: url("/assets_brauberg/img/cursors/zoom_out.cur"), auto;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}
.Viewer__photoList {
	width: 69px;
	display: inline-block;
	vertical-align: top;
	margin-top: -10px;
}
.Viewer__target {
	display: none;
	width: 80px;
	height: 40px;
	position: absolute;
	border: 1px solid #acacac;
	z-index: 1;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .3);
	pointer-events: none;
	cursor: pointer;
}
.Viewer__object {
	display: none;
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50px;
	border: 1px solid #666;
	background-color: #fff;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.Viewer__object img {
	position: absolute;
}
.Viewer .ProductPhoto__box {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	white-space: normal;
}
.Viewer .ProductPhoto__item {
	margin: 10px 10px 0 0;
}
.Page--404, .Page--503 {
	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;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	min-width: 650px;
	padding: 0;
}
.Page--404 .Page__main, .Page--503 .Page__main {
	height: auto;
}
.Page--404 .Error__header, .Page--503 .Error__header {
	margin-top: 40px;
	font-size: 24px;
	font-weight: normal;
}
.Page--404 .Error__message, .Page--503 .Error__message {
	font-size: 15px;
}
.Page--404 .Page__footer, .Page--503 .Page__footer {
	background: none;
	text-align: left;
}
.Page--404 .Page__footer .Logo, .Page--503 .Page__footer .Logo {
	width: 144px;
	height: 28px;
}
.Page--404 .Page__footer .Box--menu, .Page--503 .Page__footer .Box--menu {
	margin-left: 30px;
}
.Page--404 .Page__footer .Box--menu a, .Page--503 .Page__footer .Box--menu a {
	display: inline-block;
	font-size: 16px;
	color: #999;
}
.Page--404 .Page__footer .Box--menu a:hover, .Page--503 .Page__footer .Box--menu a:hover {
	color: #f2453f;
}
.Page--404 .Page__footer .Box--menu a + a, .Page--503 .Page__footer .Box--menu a + a {
	margin-left: 18px;
}
.Page--404 .Page__footer .Box--credits, .Page--503 .Page__footer .Box--credits {
	display: block;
	margin-top: 20px;
	line-height: 1.8em;
}

.Page--503 {
	text-align: center;
}

.Page--503 .Page__footer {
	text-align: center;
	margin-top: 65px;
}

.Page--503 .Page__footer:before {
	content: '';
	display: block;
	background-size: contain;
	width: 144px;
	height: 28px;
	margin: 0 auto;
}

.Page--503 .Box--logo, .Page--503 .Box--menu {
	display: none;
}

.Page--503 .Error--503 {
	color: #262626;
}

.Page--503 .Error--503:before {
	content: '';
	display: block;
	background-image: url('/assets_brauberg/img/dest/503.png');
	width: 240px;
	height: 239px;
	margin: 0 auto;
}

.Page--503 .Error--503 .Error__header{
	margin-top: 23px;
}
/* КНОПКА "СООБЩИТЬ О ПРОБЛЕМЕ"
-------------------------------------------------------------*/

.TroubleReport {
	position: absolute;
	bottom: 100%;
	left: 25px;
}

.TroubleReport__button {
	display: inline-block;
	padding: 9px 23px 9px 47px;
	border-radius: 5px 5px 0 0;
	border: none;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #7f7f7f;
	background-color: rgba(127, 127, 127, .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: #fff;
	background-color: #7f7f7f;
	background-color: rgba(127, 127, 127, 1);
}
.BannerPartners {
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
}
.BannerPartners__title {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px 20px 11px 30px;
	margin-bottom: -19px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .04em;
	background-color: #f2453f;
	color: #fff;
}
@media screen and (max-width: 1100px) {

	.BannerPartners__title {
		font-size: 14px;
	}
}
.BannerPartners__title:after {
	content: '';
	width: 18px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -9px;
	background-color:#f2453f;
	-webkit-transform: skew(-22deg, 0);
	   -moz-transform: skew(-22deg, 0);
	    -ms-transform: skew(-22deg, 0);
	     -o-transform: skew(-22deg, 0);
	        transform: skew(-22deg, 0);
}
.BannerPartners__content {
	padding: 19px 0 3% 3%;
	background-color: #f2f2f2;
}
.BannerPartners__link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 30.24%;
	margin: 3.092% 3.092% 0 0;
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
}
.BannerPartners__link:before {
	content: '';
	display: block;
	padding-top: 31.34%;
}
.BannerPartners__link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s;
	pointer-events: none;
}
.BannerPartners__link:hover:after {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .3);
}
.BannerPartners__logo {
	max-width: 65%;
	max-height: 55%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.ShopAddresses a {
	color: #d18f02;
}

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

.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: 0 0 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: #F2453F;
	color: #F2453F;
}

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

.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 #F2453F;
	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: 0 0 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: #F2453F;
	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: #F2453F;
	border-color: #F2453F;
}

.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 #F2453F;
	margin-bottom: 15px;
}

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

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

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

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

.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: #d18f02;
	cursor: pointer;
}

.CitySelector__link:hover {
	color: #f2453f;
}

.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: #F2453F;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 0;
	padding: 16px;
	text-align: center;
	border-radius: 0;
	-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: #DE2821;
	border-color: #DE2821;
	color: #fff;
	text-decoration: none;
}

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

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



/* 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 #F2453F;
	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: #DE2821;
}



/* 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: 0;
	text-decoration: none;
}

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

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

.BuyOnline--default .BuyOnline__title {
	color: #d18f02;
	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: #F2453F;
}



/* 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: #F2453F;
	border-left-color: #F2453F;
	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: 0;
}

.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: #F2453F;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 0;
	padding: 16px;
	text-align: center;
	border-radius: 0;
	-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: #DE2821;
	border-color: #DE2821;
	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: #F2453F;
	border-left-color: #F2453F;
	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: #f2453f;
}

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

.ShopAddresses {
	margin-top: 30px;
}

.Tabs--shopAddresses .Tab__title {
	font-size: 14px;
}
.SocialNetworks {
	text-align: right;
}

.SocialNetworks__title {
	margin-right: 10px;
}

.SocialNetwork {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
}

.SocialNetwork:hover {
	opacity: .75;
	-o-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.SocialNetwork + .SocialNetwork {
	margin-left: 5px;
}

.SocialNetwork--inst {
	background-image: url('/assets_brauberg/img/dest/inst.png');
}

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