@font-face {
	font-family: 'Nautilus';
	src: url('/assets_tigerfamily/fonts/Nautilus/Nautilus.eot');
	src: url('/assets_tigerfamily/fonts/Nautilus/Nautilus.eot#iefix') format('embedded-opentype'),
	url('/assets_tigerfamily/fonts/Nautilus/Nautilus.woff') format('woff'),
	url('/assets_tigerfamily/fonts/Nautilus/Nautilus.ttf') format('truetype'),
	url('/assets_tigerfamily/fonts/Nautilus/Nautilus.otf') format('opentype'),
	url('/assets_tigerfamily/fonts/Nautilus/Nautilus.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*!

	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.3;
	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.43333em 0 0.86667em;
}
ul, ol, dl {
	margin: 0 0 1.3em;
}
ul, ol {
	padding: 0 0 0 1.5em;
}
li, dt, dd {
	margin-top: 0.43333em;
	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.65em 0 0.325em;
}

h2 {
	font-size: 1.5em;
	line-height: 0.86667em;
	margin: 0.86667em 0 0.43333em;
}

h3 {
	font-size: 1.17em;
	line-height: 1.11111em;
	margin: 1.11111em 0 0.55556em;
}

h4 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 1.3em 0 0.65em;
}

h5 {
	font-size: .83em;
	line-height: 1.56627em;
	margin: 1.56627em 0 0.78313em;
}

h6 {
	font-size: .67em;
	line-height: 1.9403em;
	margin: 1.9403em 0 0.97015em;
}

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

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


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;
}
/*!
	
	USEFUL
 
 */


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

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

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

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

.hideAway--clear {
	left: auto;
	position: static;
	top: auto;
	visibility: visible;
}
.hideAway--clear\! {
	left: auto !important;
	position: static !important;
	top: auto !important;
	visibility: visible !important;
}

.hideSr {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* грамотное выравнивание */
.v-a-m-true {
	margin-top: -.17em;
	vertical-align: middle;
}

.v-a-m-tranY {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}


img[align="left"], .align-left {
	float: left;
	margin-right: .75em;
}
img[align="right"], .align-right {
	float: right;
	margin-left: .75em;
}


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


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

.imgPreload:after {
	content: '';
	display: inline;
}
/*.imgPreloadLoading:after,
.Btn.loading .Icon {
	background: url("/img/icons/loading.gif");
}*/

/*
 * осеревание изображения
 * http://www.karlhorky.com/2012/06/cross-browser-image-grayscale-with-css.html
 * https://github.com/karlhorky/gray
 */
.grayscale {
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+ */
	        filter: grayscale(100%); /* Chrome 19+, Safari 6+ */
}


/*
<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;
}


.Required:after {
	content: '*';
	color: #e35959;
}


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


/* скрытие текста в элементе */
.textHide {
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.ielte7 .textHide {
	text-indent: -9999px;

	/* проблема: строчно-блоковые элементы улетают */
}

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


/* невыделяемый текст */
.noUserSelect {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.noUserSelect::-moz-selection {
	color: inherit
}
.noUserSelect::selection {
	color: inherit
}

/* отключение всплытия информации о ссылке при долгом нажатии на ней, 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;
}


/*doc

### .TextFade

Плавное опрозрачнивание однострочного текста

Не работает в опере 12, в ИЕ скрывается троеточиями (где возможно)
*/

.TextFade {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-webkit-mask-image: linear-gradient(to left, transparent 0, #000 3em);
	        mask-image: linear-gradient(to left, transparent 0, #000 3em);
	-ms-text-overflow: ellipsis;
}


/* вытягивание текста в одну строку и обрезание троеточием */
.fillLine {
	display: inline-block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
			text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}


/*
Скрытие текста обрезанием

http://www.mobify.com/blog/multiline-ellipsis-in-pure-css/

```html
<p class="Ellipsify"><span class="Ellipsify__text">Эксикатор разрушаем. Заиливание волнообразно. Очевидно, что надолба перемещает легкосуглинистый бур, вне зависимости от предсказаний теоретической модели явления. Латерит, как следует из полевых и лабораторных наблюдений, восстанавливает пахотный чернозём одинаково по всем направлениям.<span></p>
```
*/

.Ellipsify {
	height: 5.2em;
	line-height: 1.3em;
	overflow: hidden;
}

.Ellipsify:before {
	content: "";
	float: left;
	height: 5.2em;
	width: 5px;
}

.Ellipsify:after {
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	content: "\02026";
	float: right;
	left: 100%;
	margin-left: -1em;
	padding-right: 5px;
	position: relative;
	text-align: right;
	top: -1.3em;
	width: 1em;
}
.Ellipsify__text {
	float: right;
	margin-left: -5px;
	width: 100%;
}


/* добавление индикатора выпадаемости */

.caret {
	border: .36em solid transparent;
	border-top-color: currentColor;
	border-bottom-width: 0;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
}

.caret--top {
	border-top: 0;
	border-bottom-color: currentColor;
	border-bottom-width: .36em;
}

.caret--left {
	border-right: 0;
	border-left-color: currentColor;
	border-top-color: transparent;
	border-bottom-width: .36em;
}

.caret--right {
	border-left: 0;
	border-right-color: currentColor;
	border-top-color: transparent;
	border-bottom-width: .36em;
}

.caret--after {
	margin-left: .4em;
}

.caret--before {
	margin-right: .4em;
}

.Btn .caret {
	margin-left: 0;
}


/* добавление внешних стрелок, удобно для ссылок со стрелками */
.larr, .rarr {
	position: relative;
}
.larr {
	margin-left: 1.5em;
}
.rarr {
	margin-right: 1.5em;
}
.larr:before, .rarr:after {
	font-size: 1.2em;
	line-height: 1em;
	position: absolute;
	top: 0;
}
.larr:before {
	content: "\2190";
	margin-right: .3em;
	right: 100%;
}
.rarr:after {
	content: "\2192";
	left: 100%;
	margin-left: .3em;
}

.Delta {
	color: #999;
}

.Delta--positiveDown, .Delta--positive {
	color: #48b28b;
}

.Delta--positiveDown:after, .Delta--positive:after {
	content: '\2191';
	position: relative;
	top: -.15em;
}

.Delta--positiveDown:after {
	content: '\2193';
}

.Delta--negativeUp, .Delta--negative {
	color: #e45959;
}

.Delta--negativeUp:after, .Delta--negative:after {
	content: '\2193';
	position: relative;
	top: -.15em;
}

.Delta--negativeUp:after {
	content: '\2191';
}


/* Адаптивные таблицы */
.TableResponsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.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_tigerfamily/img/dest/file_25x30_png.png');
}

.File--jpg:before {
	background-image: url('/assets_tigerfamily/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: #00A1FE;
	border-left-color: #00A1FE;
	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;
}


/* Useful
------------------------------------------------------------------------------*/



/* Text
------------------------------------------------------------------------------*/

html, body {
	width: 100%;
}

html {
	font-family: 'Open Sans',arial,sans-serif;
}
body {
	background-image: url('/assets_tigerfamily/img/dest/bg_top.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	
	background-image: url('/assets_tigerfamily/img/dest/bg_top.png'), url('/assets_tigerfamily/img/dest/bg_bottom.png');
	background-position: 50% 0, 50% 100%;
	background-repeat: no-repeat, no-repeat;

	font-size: 1.4em;
}
@media screen and (min-width: 2500px) {

	body {
		background-size: auto, contain;
	}
}


h1 {
	font-family: 'Nautilus',cursive;
	font-size: 42px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: .8em;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}

p, pre {
	margin-bottom: 0.65em;
}

blockquote {
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
	padding-left: 1.5em;
}
blockquote:before {
	content: "";
	position: absolute;
	left: 0;
	background-color: #a6cf39;
	top: -.25em;
	bottom: -.25em;
	width: .5em;
	border-radius: .5em;
}

a, .Pseudolink {
	color: #00a1fe;
}

a:hover, a.hover, a:focus, a.focus, .Pseudolink:hover, .Pseudolink.hover, .Pseudolink:focus, .Pseudolink.focus {
	color: #ff5400;
}

a:active, a.active, .Pseudolink:active, .Pseudolink.active {
	color: #d84700;
}

a[href^="#"]:not([href$="#"]), .Pseudolink {
	color: #00a1fe;
	border-bottom: 1px dotted;
	cursor: pointer;
	text-decoration: none;
}

a[href^="#"]:not([href$="#"]):hover, a[href^="#"]:not([href$="#"]).hover, a[href^="#"]:not([href$="#"]):focus, a[href^="#"]:not([href$="#"]).focus, .Pseudolink:hover, .Pseudolink.hover, .Pseudolink:focus, .Pseudolink.focus {
	color: #ff5400;
}

a[href^="#"]:not([href$="#"]):active, a[href^="#"]:not([href$="#"]).active, .Pseudolink:active, .Pseudolink.active {
	color: #d84700;
}


.Textnode table {
	width: 100%;
	text-align: left;
}


.Textnode th, .Textnode td {
	padding-top: 1em;
	padding-bottom: 1em;
}


.Textnode th {
	color: #666;
	font-weight: normal;
	font-size: .86em;
	padding-top: 0;
}


.Textnode tr {
	border-bottom: 1px solid #d6d6d6;
}


.Textnode ul {
	list-style-type: none;
}


.Textnode ul > li:before {
	content: '\2014';
	margin-right: .5em;
	cursor: default;
	margin-right: .35em;
	position: absolute;
	right: 100%;
	top: 0;
}


.Textnode a:visited:not([href^="#"]):not(.BtnMain) {
	color: #6895af;
}



/* Buttons
------------------------------------------------------------------------------*/

.BtnOutline {
	background-color: transparent;
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: inherit;
	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;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 1em 2em;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	border: 1px solid #404040;
}

.BtnOutline[disabled] {
	cursor: default;
}

.BtnOutline:hover, .BtnOutline.hover, .BtnOutline:focus, .BtnOutline.focus {
	background-color: #ff5400;
	color: #fff;
	outline: none;
}

.BtnOutline:active, .BtnOutline.active {
	background-color: #d84700;
	color: #fff;
}

.BtnOutline:hover, .BtnOutline.hover, .BtnOutline:focus, .BtnOutline.focus, .BtnOutline:active, .BtnOutline.active {
	border-color: transparent;
}
.BtnMain {
	background-color: transparent;
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: inherit;
	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;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 1em 2em;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #00a1fe;
	color: #fff;
}
.BtnMain[disabled] {
	cursor: default;
}
.BtnMain:hover, .BtnMain.hover, .BtnMain:focus, .BtnMain.focus {
	background-color: #ff5400;
	color: #fff;
	outline: none;
}
.BtnMain:active, .BtnMain.active {
	background-color: #d84700;
	color: #fff;
}
.BtnSoft {
	background-color: transparent;
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: inherit;
	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;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 1em 2em;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #ededed;
}
.BtnSoft[disabled] {
	cursor: default;
}
.BtnSoft:hover, .BtnSoft.hover, .BtnSoft:focus, .BtnSoft.focus {
	background-color: #ffe5d9;
}
.BtnSoft:active, .BtnSoft.active {
	background-color: #f3cebd;
}



/* Forms
------------------------------------------------------------------------------*/

/*doc

## Формы

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

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

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

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

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

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

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


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

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

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

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

})
</script>
*/


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


.Form__set.buttonSet {
	border-top: 1px dotted #bababa;
	padding-top: 10px;
}
.Form__set:first-child {
	margin-top: 0;
}

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

.Form__field {
	min-height: 1.4em;
	margin-top: 1em;
	margin-left: 230px;
	position: relative;
}
.Form__field:first-child {
	margin-top: 0;
}
.Form__field .Form__field {
	margin-left: 0;
}

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

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

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

	margin-left: -230px;
}

.Form__title.hiddenTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Form__title:hover {
	overflow: visible;
	white-space: normal;
}

.Form__value--truncated {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Form__input {
	border: 1px solid #d9d9d9;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	font: inherit;
	margin: 0;
	padding: 5px;
	width: 100%;
}

.Form__input:hover, .Form__input.hover, .Form__input:focus {
	border-color: #ababab;
}

textarea.Form__input {
	resize: vertical;
}
.Form__input + .Form__input {
	vertical-align: top;
}
.Form__input.w-150 {
	max-width: 150px;
}
.Form__input.w-300 {
	max-width: 300px;
}

.Form__group {
	display: inline-block;
	width: 100%;
}

.Form__group + .Form__group {
	margin-top: .75em;
}
.Form__field .Form__field + .Form__field {
	margin-top: .5em;
}
.Form__field.inputFull .Form__group .Form__field {
	margin-left: 0;
}


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

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


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


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

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



.Form__field.error .Form__title, .Form__title.error {
	color: #f61818;
}
.Form__field.error .Form__input, .Form__input.error {
	border-color: #f61818;
}

.Form__error {
	color: #f61818;
	display: block;
	font-size: 1em;
	left: 0;
	margin-top: 5px;
	width: 100%;
}

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

.Form__error li {
	padding-left: 15px;
	margin-top: 5px;
}

.Form__error li:before {
	content: '\2014';
	display: inline-block;
	width: 15px;
	margin-left: -15px;
}

.Form.Form--fresh {
	font-size: 13px;
}

.Form.Form--fresh .Form__title {
	color: #000;
	font-weight: bold;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: default;
}

.Form.Form--fresh .Form__input {
	border-radius: 2px;
}

.Form.Form--fresh .Form__field + .Form__field, .Form.Form--fresh .Form__field .Form__field + .Form__field  {
	margin-top: 1.2em;
}

.Form.Form--fresh label {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.Form.Form--fresh .Form__field .Form__field {
	margin-top: .2em;
}

.Form.Form--fresh input[type='checkbox'] {
	margin-right: .15em;
}


.Form__title {
	cursor: default;
}
.Form__field + .Form__field {
	margin-top: 2em;
}
.Form__field--indent .Form__error {
	padding-left: 18px;
}

.Form__field.inputFull .Form__title {
	color: #666;
	margin-bottom: 0;
	padding-bottom: 0;
	height: auto;
	overflow: visible;
}

.Form__field.inputFull .Form__label {
	display: inline-block;
	padding-bottom: 5px;
}

.Form__field.inputFull.isFocused .Form__title, .Form__field.inputFull.isHovered .Form__label {
	color: #000;
}
.Form__field.inputFull.error .Form__error {
	display: inline-block;
	font-size: inherit;
	width: auto;
}
.Form__input {
	border-width: 0 0 1px;
	border-color: #d6d6d6;
	font-size: 18px;
	padding-left: 0;
	padding-right: 0;
}
.Form__input:hover, .Form__input:focus {
	border-color: #000;
}
textarea.Form__input {
	border-width: 1px;
	height: 8em;
	padding: .5em;
}

.Form__submit {
	background-color: transparent;
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: inherit;
	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;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 1em 2em;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #00a1fe;
	color: #fff;
}

.Form__submit[disabled] {
	cursor: default;
}

.Form__submit:hover, .Form__submit.hover, .Form__submit:focus, .Form__submit.focus {
	background-color: #ff5400;
	color: #fff;
	outline: none;
}

.Form__submit:active, .Form__submit.active {
	background-color: #d84700;
	color: #fff;
}


/* Custom Inputs
------------------------------------------------------------------------------*/

.Checkbox {
	display: inline-block;
	margin-right: 1.5em;
}
.Checkbox__label {
	display: inline-block;
	padding-left: 20px;
}
.Checkbox__text {
	line-height: 1.5em;
}

.ie9 .Checkbox__input, .not-oldie .Checkbox__input {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ie9 .Checkbox__button, .not-oldie .Checkbox__button {
	vertical-align: middle;
	margin-top: -.17em;
	margin-left: -20px;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	box-shadow: inset 0 0 0 2px #fff;
}

.ie9 .Checkbox__button:after, .not-oldie .Checkbox__button:after {
	content: "";
	width: 12px;
	height: 16px;
	position: absolute;
	bottom: 2px;
	left: 2px;
	display: none;
}

.ie9 .Checkbox__input:checked + .Checkbox__button:after, .ie9 .Checkbox__button--checked:after, .not-oldie .Checkbox__input:checked + .Checkbox__button:after, .not-oldie .Checkbox__button--checked:after {
	display: block;
}

.ie9 .Checkbox__input:hover + .Checkbox__button, .ie9 .Checkbox__input:focus + .Checkbox__button, .ie9 .Checkbox__button--focused, .not-oldie .Checkbox__input:hover + .Checkbox__button, .not-oldie .Checkbox__input:focus + .Checkbox__button, .not-oldie .Checkbox__button--focused {
	border-color: #000;
}

.ielte8 .Checkbox__input {
	margin-left: -20px;
	margin-right: 7px;
}



.Radio {
	display: inline-block;
	margin-right: 1.5em;
}
.Radio__label {
	display: inline-block;
	padding-left: 20px;
}

.ie9 .Radio__input, .not-oldie .Radio__input {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ie9 .Radio__button, .not-oldie .Radio__button {
	vertical-align: middle;
	margin-top: -.17em;
	margin-left: -20px;
	margin-right: 7px;
	width: 13px;
	height: 13px;
	border: 1px solid #d6d6d6;
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #fff;
}

.ie9 .Radio__input:checked + .Radio__button, .ie9 .Radio__button--checked, .not-oldie .Radio__input:checked + .Radio__button, .not-oldie .Radio__button--checked {
	background-color: #a6cf39;
}

.ie9 .Radio__input:hover + .Radio__button, .ie9 .Radio__input:focus + .Radio__button, .ie9 .Radio__button--focused, .not-oldie .Radio__input:hover + .Radio__button, .not-oldie .Radio__input:focus + .Radio__button, .not-oldie .Radio__button--focused {
	border-color: #000;
}

.ielte8 .Radio__input {
	margin-left: -20px;
	margin-right: 7px;
}



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



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



.Select__select {
	position: absolute;
	bottom: 0;
	left: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	right: 0;
	height: 100%;
	opacity: 0;
	width: 100%;
	z-index: 2;
}



.Select__select[disabled] {
	cursor: default;
}



.ielte8 .Select__select {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}



.Select__text {
	display: block;
	min-height: 1.75em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.Select__text.Form__input {
	padding-right: 25px;
}



.ielte8 .Select__text.Form__input {
	padding-bottom: 0;
}



.Select__text:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3.5px;
	width: 14px;
	height: 7px;
	content: "";
	opacity: .5;
}



.Select__text.placeholder {
	color: #aaa;
}



.Select__select:focus + .Select__text:after, .Select__select:hover + .Select__text:after {
	opacity: 1;
}



.Select__select:focus + .Select__text {
	border-color: #000;
}



.Select__select[disabled]:hover + .Select__text:after {
	opacity: .5;
}


.PersonalData {
	padding: 30px;
	width: 660px;
}


.PersonalData__header {
	font: 24px Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0 0 20px;
}


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


/* Layout
------------------------------------------------------------------------------*/

.Page {
	display: table;
	table-layout: fixed;
	height: 100vh;
}

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

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

/* Header
------------------------------------------------------------------------------*/

.Page__header {
	display: table-row;
	height: auto;
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(0,0,0,.15);
	position: relative;
	z-index: 2;
}

.Header__group {
	display: table;
	width: 100%;
}
.Header__box {
	display: table-cell;
	vertical-align: bottom;
}
.Header__box--logo {
	padding-right: 40px;
	vertical-align: middle;
	width: 1px;
}
.Header__box--menu {
	padding-top: 2em;
	width: 100%;
}

.Logo {
	background-image: url('/assets_tigerfamily/img/dest/logo.png?v=1');
	width: 224px;
	height: 117px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -9px;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

a.Logo:hover {
	opacity: .75;
}

.Header__links {
	margin-bottom: .7em;
}
.Header__link {
	color: #404040;
	font-size: 14px;
}
.Header__link + .Header__link {
	margin-left: 1em;
}
span.Header__link {
	cursor: default;
}

.Action__link {
	position: relative;
}

.Action__link:before {
	content: "";
	width: 23px;
	height: 9px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -11.5px;
}

.Search {
	background-color: #fff;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 23px;
}

.Search--active {
	padding-left: 1%;
	width: 101%;
}
.Search__input {
	background-color: transparent;
	padding-top: .5em;
	position: relative;
	z-index: 1;
	width: 0;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.Search--active .Search__input {
	width: 100%;
}
.Search__wrapper {
	position: relative;
	z-index: 1;
}
.Search__group {
	display: table;
	width: 100%;
}

.Search__box {
	display: table-cell;
	padding-top: 10px;
	vertical-align: bottom;
	width: 1px;
}

.Search__box--input {
	text-align: right;
	width: 100%;
}

.Search__box--trigger {
	width: 23px;
}

.Search__trigger {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 23px;
	height: 32px;
	display: inline-block;
	
	width: 23px;
	
	height: 32px;
}

.Search--active .Search__trigger {
	margin-left: 1em;
}

.SearchAutocomplete__wrapper {
	position: absolute;
	top: 100%;
	left: -72px;
	display: none;
	z-index: 100;
}
.SearchAutocomplete {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	margin-top: 3px;
	overflow: hidden;
	padding: 3px;
	padding-top: 0;
}
.SearchAutocomplete:before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 3px;
	right: 3px;
	height: 3px;
}
.SearchAutocomplete__content {
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.15);
	padding: 0 30px;
	overflow: auto;
	max-height: 500px;
	max-height: 60vh;
}
.SearchAutocomplete__link {
	color: #666;
	text-decoration: none;
}
.SearchAutocomplete__group {
	display: table;
	width: 100%;
}
.SearchAutocomplete__box {
	display: table-cell;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: middle;
}
.SearchAutocomplete__box--image {
	padding-right: 1em;
	width: 1px;
}
.SearchAutocomplete__box--name {
	width: 100%;
}
.SearchAutocomplete__link + .SearchAutocomplete__link .SearchAutocomplete__box--name {
	border-top: 1px solid #e5e5e5;
}
.SearchAutocomplete__image {
	width: 36px;
	height: 36px;
}
.SearchAutocomplete__fill {
	color: #000;
}
.SearchAutocomplete__link:hover .SearchAutocomplete__fill {
	color: inherit;
}
.Nav {
	display: block;
	padding-left: 0;
	margin-bottom: 0;
	height: 70px;
}
.Nav__item {
	display: inline-block;
	margin: 0;
	position: relative;
	height: 100%;
}
.Nav__item:first-child {
	margin-left: -.25em;
}
.Nav__item + .Nav__item {
	margin-left: 1em;
}
.Nav__link {
	font-family: 'Nautilus',cursive;
	font-size: 34px;
	display: inline-block;
	border-radius: 4px;
	padding: 0 .25em;
	line-height: 1.75;
	text-decoration: none;
}
.Nav__item:hover .Nav__link {
	background-color: #ededed;
}
.Nav__item--active a.Nav__link {
	background-color: #e4f1c3;
}
.Nav__item.Nav__item--active span.Nav__link {
	background-color: #a6cf39;
	cursor: default;
}
.NavMenu__wrapper {
	position: absolute;
	top: 100%;
	left: -3px;
	opacity: 0;
	visibility: hidden;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	-moz-transition-delay: .1s;
	  -o-transition-delay: .1s;
	     transition-delay: .1s;
}
.NavMenu__wrapper:before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 3px;
	right: 3px;
	height: 3px;
}
.Nav__item:hover .NavMenu__wrapper {
	opacity: 1;
	visibility: visible;
}
.NavMenu {
	margin-top: 3px;
	overflow: hidden;
	padding: 3px;
	padding-top: 0;
}
.NavMenu__content {
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.15);
	padding-bottom: .5em;
}
.NavMenu__link {
	display: block;
	padding: .75em 1em;
	text-decoration: none;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.NavMenu__link:hover {
	background-color: #ededed;
}



/* Main
------------------------------------------------------------------------------*/

.Main__header {
	margin-bottom: 1em;
}



/* Modules
------------------------------------------------------------------------------*/

/* Breadcrumbs
------------------------------------------------------------------------------*/

.Breadcrumbs {
	margin-top: 3em;
	margin-bottom: 5em;
}
.Breadcrumbs__list {
	display: block;
	padding-left: 0;
}
.Breadcrumbs__item {
	cursor: default;
	display: inline-block;
	margin: 0;
}
.Breadcrumbs__item + .Breadcrumbs__item:before {
	content: "";
	width: 16px;
	height: 10px;
	display: inline-block;
	margin-left: .6em;
	margin-right: .6em;
}
/* Banner
---------------------------------------------------------------------*/

/*
<div class="Banner" style="background-color: #88c3ff;">
	<div class="Wrapper main">
		<div class="Banner__container">
			<ul class="Banner__slides">
				<li class="Banner__slide">
					<a class="Banner__link" href="#">
						<img src="/img/banner.png" alt="" width="" height="" class="BannerImage">
					</a>
				</li>
			</ul>
			<div class="Banner__controls">
				<div class="Banner__control prev"></div>
				<div class="Banner__control next"></div>
			</div>
		</div>
	</div>
</div>
*/

.Banner {
	-o-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.Banner__container {
	background-image: url('/assets_tigerfamily/img/dest/background-slider.jpg');
	position: relative;
}

.Banner__slides {
	overflow: hidden;
	white-space: nowrap;
	padding-left: 0;
}

.Banner__slide {
	background: no-repeat 50% 50%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 450px;
	width: 100%;
	margin: 0;
}
.Banner__link {
	border-bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.BannerImage {
	display: block;
}

.Banner__controls {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.Banner__controls .Page__wrapper {
	position: relative;
}
.Banner__control {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
}
.Banner__control.disabled {
	visibility: hidden;
}
.Banner__control.prev {
	background-image: url('/assets_tigerfamily/img/dest/arrow_left_shadow_white.png');
	width: 74px;
	height: 94px;
	margin-top: -47px;
	left: 0;
}
.Banner__control.prev:hover {
	background-image: url('/assets_tigerfamily/img/dest/arrow_left_shadow_hover.png');
}
.Banner__control.next {
	background-image: url('/assets_tigerfamily/img/dest/arrow_right_shadow_white.png');
	width: 72px;
	height: 91px;
	margin-top: -45.5px;
	right: 0;
}
.Banner__control.next:hover {
	background-image: url('/assets_tigerfamily/img/dest/arrow_right_shadow_hover.png');
}
.Banner__triggers {
	cursor: default;
	line-height: 1em;
	margin-top: 1em;
	text-align: center;
}
.Banner__trigger {
	display: inline-block;
	cursor: pointer;
	padding: .15em;
}
.Banner__trigger:after {
	content: "";
	background-color: #e5e5e5;
	display: inline-block;
	border-radius: 10px;
	width: 10px;
	height: 10px;
}
.Banner__trigger:hover:after {
	background-color: #ff5400;
}
.Banner__trigger.active {
	cursor: default;
}
.Banner__trigger.active:after {
	background-color: #a6cf39;
}
.Slider.main {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-top: 2em;
}
.Slider__content {
	position: relative;
}

.Slider__wrapper {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	min-width: 960px;
	max-width: 1190px;
}

.Slider__header {
	font-family: 'Nautilus',cursive;
	font-size: 34px;
	margin-top: 0;
	text-align: center;
}

.Products--slider {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	padding: 0;
}

.Products--slider .ProductsItem {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	width: 19.29em;
}

.Products--slider .ProductsItem + .ProductsItem {
	padding-left: 1em;
}

.Products--slider .ProductsItem .ProductsItem__image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
	height: 15.71em;
	width: 15.71em;
}

.Slider__control {
	background-color: #ffffff;
	background-color: rgba(255,255,255,.75);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	height: 100%;
	width: 30px;
	cursor: pointer;
	
	-o-transition: .2s;
	
	-moz-transition: .2s;
	
	transition: .2s;
	opacity: 1;
	visibility: visible;
}

.Slider__control--prev {
	left: 0;
	width: 52px;
}

.Slider__control--prev:hover {
	background-color: #fff;
}

.Slider--no-prev .Slider__control--prev {
	opacity: 0;
	visibility: hidden;
}

.Slider__control--next {
	right: 0;
	width: 50px;
}

.Slider__control--next:hover {
	background-color: #fff;
}

.Slider--no-next .Slider__control--next {
	opacity: 0;
	visibility: hidden;
}

.Slider__progress {
	background-image: url('/assets_tigerfamily/img/dest/slider_progress.png');
	height: 12px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 2em;
	position: relative;
}

.Slider__handler {
	background-color: #00a1fe;
	border-radius: 4px;
	height: 40px;
	left: -7px;
	top: -15px;
	width: 14px;
	z-index: 1;
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
	display: block;
	position: relative;
}

.Slider__handler:after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 300%;
	height: 100%;
}
.Slider__handler:hover, .Slider__handler.hover {
	background-color: #ff5400;
}
.Slider__handler:active, .Slider__handler.active {
	background-color: #d84700;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}



/* Status
------------------------------------------------------------------------------*/

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

.Status__box {
	display: table-cell;
	vertical-align: bottom;
}

.Status__box--icon {
	padding-right: 15px;
	width: 1px;
}

.Status__box--info {
	padding-bottom: 10px;
	width: 100%;
}

.Status__icon {
	background-repeat: no-repeat;
}

.Status--success .Status__icon {
	background-image: url('/assets_tigerfamily/img/dest/success.png');
	width: 45px;
	height: 62px;
}

.Status--error .Status__icon {
	width: 44px;
	height: 46px;
}

.Status__header {
	font-size: 18px;
}



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

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

/*doc

### Вкладки

Контейнеры для содержимого должны быть блочными, так как всегда отображается первый контейнер до первого действия пользователя с помощью `display: block`.

Изначально должны быть проставлены `Tab--active` и `TabContent--active`.

```html
<div class="Tabs">
	<div class="Tab__wrapper main fill">
		<ul class="Tab__list main" data-tabs-id="example">
			<li class="Tab Tab--active" data-tab-id="main">
				<span class="Tab__text">Основное</span>
			</li><li class="Tab" data-tab-id="products">
				<span class="Tab__text">Товары-участники</span>
				<span class="Tab__info">(4&nbsp;532)</span>
			</li>
		</ul>
	</div>

	<div class="TabContent__wrapper" data-tabs-id="example" data-tab-animate="true">
		<div class="TabContent TabContent--active" data-tab-id="main">
			a
		</div>
		<div class="TabContent" data-tab-id="products">
			b
		</div>
	</div>
</div>
```
 */

.Tab__wrapper {
	width: 100%;
}

.Tab__list, .Tab {
	margin: 0;
	padding: 0;
}

.Tab {
	cursor: pointer;
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.Tab--active {
	cursor: default;
}

.Tab--active .Tab__text {
	cursor: default;
}

.TabContent {
	display: block;
}

.TabContent + .TabContent {
	display: none;
}

.Tab__list {
	border-bottom: 1px solid #d6d6d6;
}
.Tab {
	color: #00a1fe;
	font-size: 16px;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
}
.Tab + .Tab {
	margin-left: 2em;
}
.Tab:not(.Tab--active):hover {
	color: #ff5400;
}
.Tab--active {
	color: #000;
	position: relative;
}
.Tab--active:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #a6cf39;
}



/* Upload
------------------------------------------------------------------------------*/

/*
<div class="Upload">
	<label class="Upload__label">
		<input type="file" name="" id="" class="Upload__field">
		<span tabindex="0" class="Upload__btn">Загрузить баннер</span>
	</label>
</div>
*/

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

.Upload__box {
	display: table-cell;
	vertical-align: middle;
}

.Upload__box + .Upload__box {
	padding-left: 1em;
}

.Upload__box--field {
	width: 1px;
}

.Upload__box--info {
	cursor: default;
	width: 100%;
}

.Upload__btn {
	background-color: transparent;
	border: 0 none;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: inherit;
	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;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 1em 2em;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #ededed;
}

.Upload__btn[disabled] {
	cursor: default;
}

.Upload__btn:hover, .Upload__btn.hover, .Upload__btn:focus, .Upload__btn.focus {
	background-color: #ffe5d9;
}

.Upload__btn:active, .Upload__btn.active {
	background-color: #f3cebd;
}

.Upload__file, .Upload__description {
	color: #666;
}

.Upload__field {
	display: none;
}

.Upload__file {
	font-size: 18px;
}




/* Categories
------------------------------------------------------------------------------*/

.Categories {
	display: block;
	margin: 0;
	padding: 0;
}

.CategoriesItem {
	border-bottom: 1px solid #d6d6d6;
	display: table;
	width: 100%;
}

.CategoriesItem + .CategoriesItem {
	margin-top: 60px;
}

.CategoriesItem__box {
	display: table-cell;
}

.CategoriesItem__box + .CategoriesItem__box {
	padding-left: 40px;
}

.CategoriesItem__box--info {
	vertical-align: top;
	width: 100%;
}

.CategoriesItem__box--image {
	vertical-align: bottom;
	width: 1px;
}

.CategoriesItem__header {
	font-family: 'Nautilus',cursive;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: .5em;
}

.CategoriesItem__link {
	text-decoration: none;
}



/* Products
------------------------------------------------------------------------------*/

.Products {
	display: block;
	margin: 0;
	padding: 0;
}

.Products--fill {
	margin: -3em -1.5% 0;
}

.Products--fill .ProductsItem {
	margin-top: 4em;
	margin: 4em 1.5% 0;
	width: 22%;
}

@media screen and (min-width: 1100px) {

	.Products--fill .ProductsItem {
		width: 17%;
	}
}

li.ProductsItem {
	margin-top: 0;
}

.ProductsItem {
	display: inline-block;
	vertical-align: top;
}

.ProductsItem__image {
	margin-bottom: 0.5em;
}

.ProductsItem__code {
	color: #999;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	margin-bottom: 10px;
}

.ProductsItem__link {
	display: block;
	text-decoration: none;
}

.ProductsItem__link .ProductsItem__image {
	width: 100%;
	height: auto;
}

.Product {
	padding-bottom: 4em;
}

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

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

.Product__box + .Product__box {
	padding-left: 40px;
}

.Product__code {
	font-size: 12px;
}

.Product__name {
	line-height: 1.2;
	margin-bottom: .5em;
}

.Product__linkToBuy {
	margin-top: 24px;
	margin-bottom: 30px;
}

.Product__linkToBuy .BtnMain {
	padding: 24px 64px;
	font-size: 18px;
}
.Slider.Slider--productCard {
	border-top: 3px solid #d6d6d6;
	padding-top: 5em;
}

.Files {
	margin-bottom: 20px;
}

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


/* ProductViewer
------------------------------------------------------------------------------*/

.ProductViewer--multi .Product__image {
	cursor: pointer;
}

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

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

.ProductViewer__box--image {
	width: 1px;
}

.ProductViewer__box--images {
	padding-left: 20px;
	width: 1px;
}

.ProductViewer__trigger {
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.ProductViewer__trigger:hover {
	opacity: .85;
}

.ProductViewer .Product__image {
	width: 380px;
	height: 380px;
}

.ProductViewer--fancy {
	background-color: #fff;
}

.ProductViewer--fancy .ProductViewer__box--images {
	white-space: nowrap;
}

.ProductViewer--fancy .Product__image {
	width: 480px;
	height: 480px;
}

.ProductViewer--fancy .ProductImages {
	height: 480px;
}

.ProductViewer--fancy .ProductImages__controls {
	display: none;
}

.ProductViewer--fancy .ProductImagesList + .ProductImagesList {
	margin-left: 20px;
}
.ProductImages {
	height: 380px;
	position: relative;
	overflow: hidden;
}
.ProductImagesList {
	display: inline-block;
	vertical-align: top;
}
.ProductImagesItem {
	border: 1px solid transparent;
	border-radius: 4px;
	display: block;
	opacity: .5;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.ProductImagesItem + .ProductImagesItem {
	margin-top: 1em;
}
.ProductImagesItem:hover {
	border-color: #ff5400;
	opacity: 1;
}
.ProductImagesItem--active {
	cursor: default;
	opacity: 1;
}
.ProductImagesItem--active, .ProductImagesItem--active:hover {
	border-color: #a6cf39;
}
.ProductImagesItem__image {
	border-radius: 4px;
	width: 60px;
	height: 60px;
}
.ProductImages__control {
	position: absolute;
	left: 0;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.75);
	width: 100%;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 1;
	visibility: visible;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.ProductImages__control:hover {
	background-color: #fff;
}
.ProductImages__control--prev {
	top: 0;
}
.ProductImages--no-prev .ProductImages__control--prev {
	opacity: 0;
	visibility: hidden;
}
.ProductImages__control--next {
	bottom: 0;
}
.ProductImages--no-next .ProductImages__control--next {
	opacity: 0;
	visibility: hidden;
}



/* Collection
------------------------------------------------------------------------------*/

.CollectionItems {
	display: block;
	margin: 0 -2em;
	padding: 0;
}

.CollectionItem {
	display: inline-block;
	margin: 0;
	padding-left: 2em;
	padding-right: 2em;
}

.CollectionItem__link {
	display: inline-block;
}

.CollectionItem__image {
	width: 100px;
	height: 100px;
}

.CollectionItem__name {
	display: block;
	margin-top: 1em;
}



/* Action
------------------------------------------------------------------------------*/

.ActionInfo {
	position: relative;
	z-index: 1;
}

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

.ActionInfo__box {
	display: table-cell;
	vertical-align: bottom;
}

.ActionInfo__box + .ActionInfo__box {
	padding-left: 30px;
}

.ActionInfo__box--formLink {
	width: 240px;
}

.ActionInfo__header {
	margin-top: 0;
}

.ActionInfoFormlink {
	line-height: 1.5;
}

.ActionInfoFormlink:before {
	content: "";
	display: block;
	padding-bottom: .75em;
	background-image: url('/assets_tigerfamily/img/dest/photo_main.png');
	width: 64px;
	height: 50px;
	background-repeat: no-repeat;
}

.ActionInfoFormlink:hover:before {
	background-image: url('/assets_tigerfamily/img/dest/photo_hover.png');
}

.ActionInfoFormlink__title {
	padding-top: .5em;
	padding-bottom: .5em;
}


.ActionPrize {
	background-color: #ffefc7;
	background-image: url('/assets_tigerfamily/img/dest/background-action.jpg');
	height: 351px;
	background-position: 50% 50%;
	border-radius: 4px;
	margin: 40px -25px;
	position: relative;
}


.ActionPrize:before {
	content: "";
	background-image: url('/assets_tigerfamily/img/dest/action_ears.png');
	width: 269px;
	height: 88px;
	position: absolute;
	bottom: 100%;
	right: 100px;
}


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


.ActionPrize__group + .ActionPrize__group {
	border-top: 1px solid #968d75;
}


.ActionPrize__box {
	display: table-cell;
	padding: 2% 2% 0;
	text-align: center;
}


.ActionPrize__image {
	width: 100%;
	height: auto;
	max-width: 240px;
}


.ActionPrize__title {
	font: 28px 'Nautilus',cursive;
}


.ActionForm {
	width: 530px;
}


.ActionForm .Form__set--submit {
	margin-top: 3em;
}


.ActionForm .Form__submit {
	font-size: 18px;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	width: 100%;
}


.ActionForm .ActionForm__permission {
	font-size: 18px;
}

.ActionTerms--fancy {
	width: 600px;
}

.ActionTerms--fancy .ActionTerms__header {
	margin-top: 0;
}


.ActionResult__photos {
	margin-top: 2em;
}


.ActionResult__item {
	margin-right: 2em;
}


.ActionResult__photo {
	width: auto;
	max-height: 300px;
}



/* Feedback
------------------------------------------------------------------------------*/

.FeedbackForm {
	width: 530px;
}

.FeedbackForm .Form__set--submit {
	margin-top: 3em;
}

.FeedbackForm .Form__submit {
	font-size: 18px;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	width: 100%;
}

.FeedbackForm .FeedbackForm__type {
	width: 100%;
}



/* ShopAddresses
------------------------------------------------------------------------------*/

.ShopAddresses a {
	color: #00A1FE;
}

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

.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: #00A1FE;
	color: #00A1FE;
}

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

.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 #00A1FE;
	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: #00A1FE;
	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: #00A1FE;
	border-color: #00A1FE;
}

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

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

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

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

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

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

.CitySelector__link:hover {
	color: #FF5400;
}

.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: #00A1FE;
	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: #FF5400;
	border-color: #FF5400;
	color: #fff;
	text-decoration: none;
}

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

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



/* 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 #00A1FE;
	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: #FF5400;
}



/* 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: #00A1FE;
}

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

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



/* 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: #00A1FE;
	border-left-color: #00A1FE;
	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: #00A1FE;
	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: #FF5400;
	border-color: #FF5400;
	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: #00A1FE;
	border-left-color: #00A1FE;
	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: #FF5400;
}

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

.ShopAddressesWidget {
	background-color: #fff;
	margin-top: 0;
	padding-top: 42px;
	margin-bottom: 5px;
}

.ShopAddressesWidget__header {
	font-family: 'Nautilus', cursive;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 0;
}

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



/* Blank
------------------------------------------------------------------------------*/

.Page--blank {
	background-image: url('/assets_tigerfamily/img/dest/bg_empty.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	height: 100vh;
}

@media screen and (min-height: 1004px) {

	.Page--blank {
		background-size: cover;
	}
}

.Blank {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

.Blank__header {
	font-size: 70px;
	margin-top: 0;
	margin-bottom: .5em;
}

.Blank__status {
	font-family: 'Nautilus',cursive;
	font-size: 35px;
}

.Blank__logo {
	background-image: url('/assets_tigerfamily/img/dest/logo_big.png');
	width: 367px;
	height: 176px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 3em;
	margin-bottom: 8em;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

a.Blank__logo:hover {
	opacity: .75;
}

.Blank--503 .Blank__header {
	font-size: 50px;
	width: 60%;
	margin: 0 auto;
	line-height: 1.2em;
}

.Blank--503 .Blank__header:before {
	content: '';
	display: block;
	background-image: url('/assets_tigerfamily/img/dest/tiger.png');
	width: 152px;
	height: 104px;
	margin: 0 auto 15px;
	-webkit-transform: translate(-8%, -13%);
	   -moz-transform: translate(-8%, -13%);
	    -ms-transform: translate(-8%, -13%);
	     -o-transform: translate(-8%, -13%);
	        transform: translate(-8%, -13%);
}

.Blank--503 .Blank__message {
	margin-top: 23px;
}




/* About
------------------------------------------------------------------------------*/

.AboutCompany h2 {
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 1.07em;
}

.AboutCompany h3 {
	font-size: 18px;
}

.AboutCompany .CompanyHistory {
	background-image: url('/assets_tigerfamily/img/dest/snake.png');
	background-position: center 60px;
	background-repeat: no-repeat;
	width: 100%;
}

.AboutCompany .CompanyHistory__box {
	background-image: url('/assets_tigerfamily/img/dest/snake__circle.png');
	background-position: center 53px;
	background-repeat: no-repeat;
	width: 33.3%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.AboutCompany .CompanyHistory__year {
	font: 32px 'Nautilus',cursive;
	line-height: 1em;
	margin-bottom: 2.2em;
	position: relative;
}

.AboutCompany .CompanyHistory__year--middle {
	top: 8px;
}

.AboutCompany .CompanyHistory__year--last {
	top: 16px;
}

.AboutCompany .CompanyHistoryInfo {
	text-align: left;
	padding-right: 5.5em;
}

.AboutCompany .CompanyHistory__year--last + .CompanyHistoryInfo {
	padding-right: 0;
	padding-left: 3.5em;
}

.AboutCompany .SuccessStrategy h2 {
	margin-bottom: 10px;
}

.AboutCompany .SuccessStrategy h3 {
	margin: 0 0 40px;
}

.AboutCompany .SuccessStrategy__box {
	display: inline-block;
	vertical-align: top;
}

.AboutCompany .SuccessStrategy__box--left {
	width: 66.3%;
}

.AboutCompany .SuccessStrategy__box--right {
	width: 33.3%;
	color: #5c5c5c;
	font-style: italic;
}

.AboutCompany .SuccessStrategy__box--right ul {
	padding-left: 40px;
}

.AboutCompany .StrategyBrand + .StrategyBrand {
	margin-top: 30px;
}

.AboutCompany .StrategyBrand__title {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font: 43px 'Nautilus',cursive;
	line-height: 1em;
	padding: 11px 0;
	margin-bottom: 10px;
}

.AboutCompany .StrategyBrand--first .StrategyBrand__title {
	background-color: #e4b82b;
	padding-left: 15px;
	padding-right: 12px;
}

.AboutCompany .StrategyBrand--second .StrategyBrand__title {
	background-color: #00a6d9;
	padding-left: 14px;
	padding-right: 20px;
}

.AboutCompany .StrategyBrand--third .StrategyBrand__title {
	background-color: #a6cf39;
	padding-left: 22px;
	padding-right: 19px;
}

.AboutCompany .Collection h2 {
	margin: 40px 0 15px;
}

.AboutCompany .Collection h3 {
	margin: 0 0 50px;
}

.AboutCompany .Collection__box {
	display:inline-block;
	vertical-align: top;
}

.AboutCompany .Collection__box--left {
	width: 54%;
}

.AboutCompany .Collection__box--right {
	width: 45.6%;
}

.AboutCompany .Collection__images {
	vertical-align: top;
	display: inline-block;
	margin-right: 4%;
	width: 17%;
}

.AboutCompany .Collection__img {
	width: 100%;
	height: auto;
	display: block;
}

.AboutCompany .Collection__info {
	display: inline-block;
	width: 75%;
}

.AboutCompany .Collection__box--right .Collection__box {
	display: block;
}

.AboutCompany .Collection__box--right .Collection__box .Collection__images {
	width: 18%;
	margin-right: 3%;
}

.AboutCompany .Collection__box--right .Collection__box + .Collection__box {
	margin-top: 33px;
}


/* Footer
------------------------------------------------------------------------------*/

.Page__footer {
	display: table-row;
	height: auto;
}

.Page__footer .Page__wrapper {
	padding-top: 170px;
	padding-bottom: 30px;
	position: relative;
}


/* КНОПКА "СООБЩИТЬ О ПРОБЛЕМЕ"
-------------------------------------------------------------*/

.TroubleReport {
	position: absolute;
	bottom: 80px;
	left: 18px;
}

.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, .8);
	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, .TroubleReport__button:focus {
	color: #3d3d3d;
}

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

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