@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
 * @preserve normalize.css v3.0.2
 * @homepage http://git.io/normalize
 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"], input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"], input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*!
 * Проект: Seminary
 * Файл: Основные стили
 */

/* ==========================================================================
   _Основные стили
   ========================================================================== */

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

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	width: 100%;
	height: 100%;
	font: 14px/20px 'Raleway', sans-serif;
	font-weight: 500;
	color: #58433e;
	background: #fffbf4;
}
body {
	width: 100%;
	margin: 0 auto;
	min-width: 320px;
	min-height: 100%;
	padding-bottom: 170px;
	position: relative;
}

.wrapper {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;	
	padding: 0 20px;
}
.wrapper-content{
	display: flex;
	flex-wrap: wrap;
}
.main {
	padding: 18px 0 30px;
}
.content {
	flex: 0 0 calc(100% - 300px);
	max-width: calc(100% - 300px);
	padding-right: 50px;
	font-size: 16px;
}
.content-full {
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0;
}
.aside {
	flex: 0 0 300px;
	max-width: 300px;
}
.aside.right {
	margin-left: 0 !important;
}
.wrapper:after, .main:after, .content:after, .aside:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }
/* ==========================================================================
   _Текстовые стили
   ========================================================================== */
p { margin: 0 0 20px; }
ul, ol { margin: 0 0 20px 0; }
a { color: #84070d; outline: none; text-decoration: none; transition: color .2s; }
a:hover, a:focus { text-decoration: underline; outline: none; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	line-height: normal;
	font-weight: bold;
}
h1, .h1 { margin-bottom: 18px; font-size: 26px; }
h2, .h2 { margin-bottom: 18px; font-size: 24px; }
h3, .h3 { margin-bottom: 18px; font-size: 20px; }
h4, .h4 { margin-bottom: 18px; font-size: 20px; }
h5, .h5 { margin-bottom: 9px; font-size: 20px; }
h6, .h6 { margin-bottom: 9px; font-size: 14px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: #58433e; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { font-size: inherit; text-transform: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover { color: #58433e; text-decoration: underline; }
audio, canvas, img, video { vertical-align: middle; }
figure { margin: 0 0 24px 0; text-align: center; }
figure .image { display: block; border-radius: 10px; border: 1px solid #e0d6c5; padding: 2px; position: relative; margin: 0 auto; max-width: 650px; }
figure .image:before, figure .image:after { display: block; content: '\0020'; overflow: hidden; clear: both; opacity: 0; position: absolute; left: 50%; top: 50%; transition: opacity .2s ease; }
figure .image:hover:before, figure .image:hover:after { opacity: 1; }
figure .image:before { width: 90px; height: 90px; margin: -45px 0 0 -45px; background: rgba(0, 0, 0, .4); border-radius: 50%; }
figure .image:after { width: 40px; height: 34px; margin: -17px 0 0 -20px; background: url("img/sprite/search-white.png") 0 0 no-repeat; background-size: cover; }
figure .image img { display: block; border-radius: 8px; max-width: 100%; }
figure figcaption { font-size: 14px; line-height: 18px; }
fieldset { border: 0; margin: 0; padding: 0; }
/* ==================================================================================================
   Стили форм для плагина Form Styler 1.6.2 @homepage https://github.com/Dimox/jQueryFormStyler
   ================================================================================================== */
/* === INPUT === */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea { width: 220px; padding: 5px 8px; border: 1px solid #e6e2da; border-radius: 5px; outline: none; -webkit-appearance: none; color: #948781; font: italic 16px/18px 'Raleway', sans-serif; background: #fff; box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .3); transition: border-color .3s ease, box-shadow .3s ease; }
textarea { width: 400px; height: 120px; max-height: 300px; overflow: auto; resize: none; }
input[type="email"]:not([disabled]):focus, input[type="number"]:not([disabled]):focus, input[type="password"]:not([disabled]):focus, input[type="search"]:not([disabled]):focus, input[type="tel"]:not([disabled]):focus, input[type="text"]:not([disabled]):focus, input[type="url"]:not([disabled]):focus, textarea:not([disabled]):focus { border-color: #948781; }
input[type="email"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="url"][disabled], textarea[disabled] { cursor: default; background: #f6f5f3; opacity: 1; }
/* === BUTTON === */
button, .button, input[type="button"], input[type="submit"], input[type="reset"] { height: 30px; padding: 6px 22px; border: none; border-radius: 5px; text-shadow: 0 2px 2px rgba(0, 0, 0, .4); box-shadow: none; outline: none; cursor: pointer; overflow: visible; color: #fff8e6; background: #911400 linear-gradient(to bottom, rgba(145, 20, 0, 1) 0%, rgba(100, 0, 0, 1) 100%); font: bold italic 14px 'Raleway', sans-serif; transition: background-color .3s ease; }
.button { display: inline-block; text-decoration: none; text-align: center; }
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner { padding: 0; border: 0; }
button:after { content: ''; }
.button:hover, .button:focus,
button:not([disabled]):hover, input[type="button"]:not([disabled]):hover, input[type="submit"]:not([disabled]):hover, input[type="reset"]:hover,
button:not([disabled]):focus, input[type="button"]:not([disabled]):focus, input[type="submit"]:not([disabled]):focus, input[type="reset"]:focus { background: #be0022 linear-gradient(to bottom, rgba(190, 0, 34, 1) 0%, rgba(161, 22, 0, 1) 100%); text-decoration: none; }
.button:hover, button:not([disabled]):hover, input[type="button"]:not([disabled]):hover, input[type="submit"]:not([disabled]):hover, input[type="reset"]:hover { transition: background-color .2s ease, color .2s ease, box-shadow .2s .1s ease; }
.button:focus, button:not([disabled]):focus, input[type="button"]:not([disabled]):focus, input[type="submit"]:not([disabled]):focus, input[type="reset"]:focus { transition: background-color .2s ease, color .2s ease, box-shadow .2s .1s ease; }
.button:active, button:not([disabled]):active, input[type="button"]:not([disabled]):active, input[type="submit"]:not([disabled]):active, input[type="reset"]:active { transition: background-color .2s ease, color .2s ease, box-shadow .2s .1s ease; }
button[disabled], input[type="button"][disabled], input[type="submit"][disabled] { cursor: default; opacity: .75; background: #8d8d8d !important; }
button[disabled]:before, input[type="button"][disabled]:before, input[type="submit"][disabled]:before { text-shadow: none; background: #585858 !important; }
/* === CHECKBOX === */
.jq-checkbox { width: 12px; height: 12px; border: 1px solid #a5a5a5; box-shadow: inset 0 2px 1px 0 rgba(237, 237, 237, 1), 0 1px 0 0 rgba(222, 222, 222, .5); border-radius: 2px; margin: 0 4px 0 0; position: relative; top: -1px; display: inline-block; vertical-align: middle; cursor: pointer; background: #dedede; transition: border-color .2s; }
.jq-checkbox.checked .jq-checkbox__div { width: 9px; height: 8px; margin: 1px 0 0 1px; background: url("img/sprite/ok.png") 0 0 no-repeat; background-size: cover; opacity: 0; transition: opacity .1s; }
.jq-checkbox.checked .jq-checkbox__div { opacity: 1; }
.jq-checkbox.focused { border-color: #a09f9e; }
.jq-checkbox.disabled { cursor: default; background: #f6f5f3; }
.jq-checkbox.disabled.checked .jq-checkbox__div { opacity: .5; }
/* === RADIO === */
.jq-radio { width: 14px; height: 14px; border: 1px solid #b8b8b8; border-radius: 50%; margin: 0 10px 0 0; position: relative; top: 2px; display: inline-block; vertical-align: middle; cursor: pointer; background: #fff; transition: border-color .2s; }
.jq-radio .jq-radio__div { border-radius: 50%; position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; opacity: 0; background: #b8b8b8; transition: opacity .1s; }
.jq-radio.checked .jq-radio__div { opacity: 1; }
.jq-radio.focused { border-color: #a09f9e; }
.jq-radio.disabled { cursor: default; background: #f6f5f3; }
.jq-radio.disabled.checked .jq-radio__div { opacity: .5; }
/* === SELECT === */
.jq-selectbox { vertical-align: middle; cursor: pointer; position: relative; display: inline-block;}
.jq-selectbox__select { height: 36px; padding: 0 30px 0 10px; border: 1px solid #e4e3e1; border-radius: 6px; color: #563229; font: 14px/20px 'Raleway', sans-serif; background: #fdfdfd linear-gradient(to bottom, rgb(253, 253, 253) 0%, rgb(244, 244, 244) 100%); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); transition: border-color .2s; z-index: 50; }
.jq-selectbox.focused .jq-selectbox__select { border-color: #dbd6cd; }
.jq-selectbox.disabled .jq-selectbox__select { cursor: default; background: #f6f5f3; }
.jq-selectbox__select-text { width: 100%; height: 35px; padding: 8px 0 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jq-selectbox .placeholder { color: #563229; }
.jq-selectbox.disabled .placeholder {; }
.jq-selectbox__trigger { width: 39px; height: 100%; position: absolute; top: 0; right: 0; }
.jq-selectbox__trigger-arrow { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.jq-selectbox__trigger-arrow:before, .jq-selectbox__trigger-arrow:after { width: 0; height: 0; display: block; content: "\0020"; clear: both; overflow: hidden; border-style: solid; position: absolute; right: 12px; }
.jq-selectbox__trigger-arrow:before { top: 11px; border-width: 0 4px 5px 4px; border-color: transparent transparent #563229 transparent; }
.jq-selectbox__trigger-arrow:after { top: 20px; border-width: 5px 4px 0 4px; border-color: #563229 transparent transparent transparent; }
.jq-selectbox:not(.disabled):hover .jq-selectbox__trigger-arrow:before, .jq-selectbox.focused .jq-selectbox__trigger-arrow:before { border-color: transparent transparent #84070d transparent; }
.jq-selectbox:not(.disabled):hover .jq-selectbox__trigger-arrow:after, .jq-selectbox.focused .jq-selectbox__trigger-arrow:after { border-color: #84070d transparent transparent transparent; }
.jq-selectbox.disabled .jq-selectbox__trigger-arrow:before, .jq-selectbox.disabled .jq-selectbox__trigger-arrow:after { background: #a09f9e; }
.jq-selectbox__dropdown { width: 100%; padding: 0; border: 1px solid #e5e5e5; border-radius: 6px; margin: 0; top: 36px; color: #563229; font: 14px/20px 'Raleway', sans-serif; background: #fff; z-index: 20; }
.jq-selectbox ul { padding: 0; margin: 0; }
.jq-selectbox li { min-height: 37px; padding: 8px 12px; color: #563229; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; border-top: 1px solid #e5e5e5; }
.jq-selectbox li:first-child { border-top: none; }
.jq-selectbox li.selected { background: #eee8de; border-color: #dbd6cd; }
.jq-selectbox li:hover { background: #eee8de; border-color: #dbd6cd; }
.jq-selectbox li.disabled { color: #aaa; }
.jq-selectbox li.disabled:hover { background: none; }
.jq-selectbox li.optgroup { font-weight: bold; }
.jq-selectbox li.optgroup:hover { background: none; color: #563229; cursor: default; }
.jq-selectbox li.option { padding-left: 25px; }
.jq-selectbox__search { margin: 5px; }
.jq-selectbox__search input { -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0; padding: 5px 27px 6px 8px; outline: none; border: 1px solid #ccc; border-radius: 3px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%; box-shadow: inset 1px 1px #f1f1f1; color: #333; -webkit-appearance: textfield; }
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration { -webkit-appearance: none; }
.jq-selectbox__not-found { margin: 5px; padding: 5px 8px 6px; background: #f0f0f0; font-size: 13px; }
.jq-select-multiple { -moz-box-sizing: border-box; box-sizing: border-box; padding: 1px; border: 1px solid #ccc; border-radius: 4px; background: #fff; color: #333; font: 14px/18px Arial, sans-serif; cursor: default; }
.jq-select-multiple.focused { border: 1px solid #5794bf; }
.jq-select-multiple.disabled { border-color: #ccc; background: #f6f5f3; box-shadow: none; }
.jq-select-multiple ul { margin: 0; padding: 0; }
.jq-select-multiple li { padding: 3px 9px 4px; list-style: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; }
.jq-select-multiple li:first-child { border-radius: 3px 3px 0 0; }
.jq-select-multiple li:last-child { border-radius: 0 0 3px 3px; }
.jq-select-multiple li.selected { background: #08c; color: #fff; }
.jq-select-multiple li.disabled { color: #aaa; }
.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled { background: #ccc; color: #fff; }
.jq-select-multiple li.optgroup { font-weight: bold; }
.jq-select-multiple li.option { padding-left: 25px; }
/* === FILE === */
.jq-file { width: auto !important; min-height: 40px; box-shadow: none; border-radius: 0; overflow: visible !important; }
.jq-file input { cursor: pointer; height: auto; line-height: 1em; }
.jq-file__name { -moz-box-sizing: border-box; box-sizing: border-box; width: auto; padding: 10px 10px 10px 14px; float: right; color: #563229; font: 14px/20px 'Raleway', sans-serif; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border: none; border-radius: 0; box-shadow: none; background: transparent; }
.focused .jq-file__name { border: none; }
.jq-file__browse { text-align: center; position: relative; float: left; padding: 8px 18px 7px; border: 1px solid #e4e3e1; border-radius: 6px; background: #fff linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2); color: #563229; font: 14px/20px 'Raleway', sans-serif; }
.jq-file:hover .jq-file__browse { background: #d8d8d8 linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%); }
.jq-file:active .jq-file__browse { background: #d8d8d8 linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%); }
.jq-file.disabled .jq-file__name { color: #563229; }
.jq-file.disabled,
.jq-file.disabled .jq-file__browse { border-color: transparent; background: #f5f5f5; box-shadow: none; color: #563229; }
/* ==================================================================================================
   _Magnific Popup CSS
   ================================================================================================== */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: .8; filter: alpha(opacity=80) }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle }
.mfp-align-top .mfp-container:before { display: none }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045 }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto }
.mfp-ajax-cur { cursor: progress }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in }
.mfp-auto-cursor .mfp-content { cursor: auto }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none }
.mfp-loading.mfp-figure { display: none }
.mfp-hide { display: none !important }
.mfp-preloader { color: #ccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -.8em; left: 8px; right: 8px; z-index: 1044 }
.mfp-preloader a { color: #ccc }
.mfp-preloader a:hover { color: #fff }
.mfp-s-ready .mfp-preloader { display: none }
.mfp-s-error .mfp-content { display: none }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none }
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 6px; text-decoration: none; text-align: center; opacity: .65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #fff; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100) }
.mfp-close:active { }
.mfp-close-btn-in .mfp-close { color: #333 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #fff; right: -6px; text-align: right; padding-right: 6px; width: 100%; font: 18px/20px 'Raleway', sans-serif; padding-bottom: 0; }
.mfp-counter { position: absolute; top: 0; right: 0; left: 0; text-align: center; color: #ccc; font: 24px/26px 'Raleway', sans-serif; white-space: nowrap }
.mfp-arrow { position: absolute; opacity: .65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) }
.mfp-arrow:active { margin-top: -54px }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100) }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; position: absolute; }
.mfp-arrow:after, .mfp-arrow .mfp-a { }
.mfp-arrow:before, .mfp-arrow .mfp-b { }
.mfp-arrow-left { left: 0; cursor: pointer; }
.mfp-arrow-right { right: 0; cursor: pointer; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { }
.mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after { width: 2px; height: 30px; display: block; content: '\0020'; overflow: hidden; position: absolute; right: 40px; top: 6px; background: #fff; }
.mfp-arrow-left:before, .mfp-arrow-right:before { top: 50px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mfp-arrow-left:after, .mfp-arrow-right:after { top: 30px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mfp-arrow-right:before { top: 30px; }
.mfp-arrow-right:after { top: 50px; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px }
.mfp-iframe-holder .mfp-close { top: 0 }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25% }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000 }
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0; margin: 0 auto }
.mfp-figure { line-height: 0 }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444 }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px }
.mfp-figure figure { margin: 0 }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto }
.mfp-bottom-bar .mfp-title div {width: 300%; margin-left: -80%; margin-top: 10px;}
.mfp-title { text-align: left; font: 16px/18px 'Raleway', sans-serif; color: #f3f3f3; word-wrap: break-word; padding-right: 36px }
.mfp-image-holder .mfp-content { max-width: 100% }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0 }
	.mfp-img-mobile img.mfp-img { padding: 0 }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0 }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0 }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0 }
}
@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75) }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0 }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100% }
	.mfp-container { padding-left: 6px; padding-right: 6px }
}
.mfp-ie7 .mfp-img { padding: 0 }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px }
.mfp-ie7 .mfp-container { padding: 0 }
.mfp-ie7 .mfp-content { padding-top: 44px }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0 }
/* ==================================================================================================
   _noUiSlider CSS
   ================================================================================================== */
.noUi-target, .noUi-target * { -webkit-touch-callout: none; -webkit-user-select: none; -ms-touch-action: none; -ms-user-select: none; -moz-user-select: none; -moz-box-sizing: border-box; box-sizing: border-box; }
.noUi-target { position: relative; direction: ltr; }
.noUi-base { width: 100%; height: 100%; position: relative; z-index: 1; /* Fix 401 */ }
.noUi-origin { position: absolute; right: 0; top: 0; left: 0; bottom: 0; }
.noUi-handle { position: relative; z-index: 1; }
.noUi-stacking .noUi-handle { /* This class is applied to the lower origin when its values is > 50%. */ z-index: 10; }
.noUi-state-tap .noUi-origin { -webkit-transition: left 0.3s, top 0.3s; transition: left 0.3s, top 0.3s; }
.noUi-state-drag * { cursor: inherit !important; }
/* Painting and performance;
 * Browsers can paint handles in their own layer. */
.noUi-base { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/* Slider size and handle placement; */
.noUi-horizontal { height: 7px; }
.noUi-horizontal .noUi-handle { width: 20px; height: 20px; left: -10px; top: -7px; }
.noUi-vertical { width: 18px; }
.noUi-vertical .noUi-handle { width: 28px; height: 34px; left: -7px; top: -10px; }
/* Styling; */
.noUi-background { background: #fafafa; box-shadow: inset 0 1px 1px #f0f0f0; }
.noUi-connect { background: #84070d; box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.2); -webkit-transition: background 450ms; transition: background 450ms; }
.noUi-origin { border-radius: 2px; }
.noUi-target { border-radius: 4px; }
.noUi-target.noUi-connect { box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb; }
/* Handles and cursors;*/
.noUi-dragable { cursor: w-resize; }
.noUi-vertical .noUi-dragable { cursor: n-resize; }
.noUi-handle { border-radius: 50%; background: #fff; cursor: pointer; box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb; }
.noUi-active { box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }
/* Disabled state; */
[disabled].noUi-connect, [disabled] .noUi-connect { background: #b8b8b8; }
[disabled].noUi-origin, [disabled] .noUi-handle { cursor: not-allowed; }
/* ==================================================================================================
   _Magicsuggest CSS
   ================================================================================================== */
.ms-ctn { position: relative; padding: 5px 12px; height: auto }
.ms-inv { border: 1px solid #c00 }
.ms-ctn-readonly { cursor: pointer }
.ms-ctn-disabled { cursor: not-allowed; background-color: #eee }
.ms-ctn-bootstrap-focus, .ms-ctn-bootstrap-focus .ms-res-ctn { border-color: rgba(82, 168, 236, 0.8) !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important; border-bottom-left-radius: 0; border-bottom-right-radius: 0 }
.ms-ctn-focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) }
.ms-ctn input { border: 0; box-shadow: none; -webkit-transition: none; outline: 0; display: block; padding: 0; line-height: 1.42857143; margin: 1px 0; width: 100% }
.ms-ctn .ms-sel-ctn input { float: left }
.ms-ctn-disabled input { cursor: not-allowed; background-color: #eee }
.ms-ctn .ms-input-readonly { cursor: pointer }
.ms-ctn .ms-empty-text { color: #ddd }
.ms-ctn input:focus { border: 0; box-shadow: none; -webkit-transition: none; background: #fff }
.ms-ctn input::-ms-clear { width: 0; height: 0 }
.ms-ctn .ms-trigger { top: 0; width: 25px; height: 100%; position: absolute; right: 0; background: transparent; border-left: 1px solid #ccc; cursor: pointer }
.ms-ctn .ms-trigger .ms-trigger-ico { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #333; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; margin-left: 8px; margin-top: 15px }
.ms-ctn .ms-trigger:hover { background-color: #e6e6e6 }
.ms-ctn .ms-trigger:hover .ms-trigger-ico { background-position: 0 -4px }
.ms-ctn-disabled .ms-trigger { cursor: not-allowed; background-color: #eee }
.ms-ctn-bootstrap-focus { border-bottom: 1px solid #ccc }
.ms-res-ctn { width: 100%; display: block; overflow-y: auto }
.ms-res-ctn .ms-res-group { line-height: 23px; text-align: left; padding: 2px 5px; font-weight: bold; border-bottom: 1px dotted #ccc; border-top: 1px solid #ccc; background: #f3edff; color: #333 }
.ms-res-ctn .ms-res-item { line-height: 25px; text-align: left; padding: 2px 5px; color: #666; cursor: pointer }
.ms-res-ctn .ms-res-item-grouped { padding-left: 15px }
.ms-res-ctn .ms-res-odd { background: #fafafa }
.ms-res-ctn .ms-res-item-active { background-color: #f5f5f5 }
.ms-res-ctn .ms-res-item-disabled { color: #ccc; cursor: default }
.ms-sel-ctn { overflow: auto; line-height: 18px; padding-right: 25px }
.ms-no-trigger .ms-sel-ctn { padding-right: 0 }
.ms-sel-ctn .ms-sel-item { background: #f3f3f3; color: #999; float: left; font-size: 12px; padding: 3px 5px; border-radius: 3px; border: 1px solid #ddd; margin: 3px 0 1px 0 }
.ms-sel-ctn .ms-sel-invalid { border-color: #f8a5a5 !important; background: #fdf2f2 !important }
.ms-sel-ctn .ms-sel-item:hover { border: 1px solid #bbb }
.ms-ctn .ms-sel-item { background: #f3f3f3; color: #999; float: left; font-size: 12px; padding: 0 5px; border-radius: 3px; border: 1px solid #ddd; margin: 1px 5px 1px 0 }
.ms-ctn .ms-sel-item:hover { border: 1px solid transparent }
.ms-ctn-focus .ms-sel-item:hover { border: 1px solid #bbb }
.ms-sel-ctn .ms-sel-text { background: #fff; color: #666; padding-right: 0; margin-left: 0; font-size: 14px; font-weight: normal }
.ms-as-string .ms-sel-text { border-color: transparent }
.ms-res-ctn .ms-res-item em { font-style: normal; background: #565656; color: #fff }
.ms-sel-ctn .ms-sel-text:hover { background: #fff }
.ms-sel-ctn .ms-sel-item-active { border: 1px solid red; background: #757575 }
.ms-stacked .ms-sel-item { float: inherit }
.ms-sel-ctn .ms-sel-item .ms-close-btn { width: 7px; cursor: pointer; height: 7px; float: right; margin: 6px 2px 0 10px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC); background-position: 0 -7px }
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover { background-position: 0 0 }
.ms-stacked .ms-sel-item .ms-close-btn { margin-left: 0 }
.ms-helper { color: #aaa; font-size: 10px; position: absolute; top: -17px; right: 0 }
.ms-ctn.input-lg .ms-trigger .ms-trigger-ico { margin-top: 17px }
.ms-ctn.input-sm .ms-trigger .ms-trigger-ico { margin-top: 13px }
.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item { padding-top: 2px; padding-bottom: 3px }
.ms-ctn.input-sm .ms-sel-ctn { line-height: 15px }
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item { padding-top: 1px; padding-bottom: 1px; margin-top: 0; margin-bottom: 0 }
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn { margin-top: 4px }
.ms-ctn .ms-sel-ctn { margin-left: -7px }
.ms-ctn .ms-trigger:hover { width: 24px; right: 1px; border-radius: 0 3px 3px 0 }
/* Кастомные стили */
.ms-ctn {
	padding: 0;
	border: 1px solid #e6e2da;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .3);
	background: #fff;
	transition: border-color .2s ease;
}
.ms-ctn-focus {
	border-color: #948781;
}
.ms-ctn .ms-trigger {
	width: 30px !important;
	height: 29px !important;
	border: 1px solid #e4e4e4 !important;
	border-radius: 5px !important;
	position: absolute;
	top: 1px !important;
	right: 0 !important;
	background: #fff linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
}
.ms-ctn .ms-trigger .ms-trigger-ico {
	display: none !important;
}
.ms-ctn .ms-trigger:before {
	width: 12px;
	height: 2px;
	margin: -1px 0 0 -6px;
	content: '';
	display: block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #6b4a42;
}
.ms-ctn .ms-trigger:after {
	width: 12px;
	height: 6px;
	border-top: 2px solid #6b4a42 !important;
	border-bottom: 2px solid #6b4a42 !important;
	margin: -5px 0 0 -6px;
	content: '';
	display: block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background: none;
}
.ms-ctn .ms-sel-ctn { margin: 0; }
.ms-ctn input {
	padding: 5px 8px;
	background: none;
}
.ms-ctn .ms-sel-item {
	margin: 5px;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	color: #563229;
	background: #eee7db;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn {
	width: 8px;
	height: 8px;
	margin: 5px 2px 0 8px;
	position: relative;
	background: none;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:before, .ms-sel-ctn .ms-sel-item .ms-close-btn:after {
	width: 100%;
	height: 2px;
	margin: -1px 0 0 -4px;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #563229;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.ms-sel-ctn .ms-sel-item .ms-close-btn:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.ms-res-item.ms-res-item-active {
	background: #eee8de;
}
.ms-res-user {
	min-height: 70px;
	padding: 10px 10px 10px 70px;
	position: relative;
}
.ms-res-user .ms-res-avatar {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.ms-res-user .ms-res-name {
	padding: 15px 0;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #563229;
}
/* ==========================================================================
   _Дефолтная форма
   ========================================================================== */
/* === Цвета placeholder === */
/*noinspection CssInvalidPseudoSelector*/
::-webkit-input-placeholder { color: #948781; opacity: 1; }
/*noinspection CssInvalidPseudoSelector*/
:-moz-placeholder { color: #948781; opacity: 1; }
/*noinspection CssInvalidPseudoSelector*/
::-moz-placeholder { color: #948781; opacity: 1; }
/*noinspection CssInvalidPseudoSelector*/
:-ms-input-placeholder { color: #948781; opacity: 1; }
.form { cursor: default; display: block; }
.form:after, .form-line:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }
.checkbox, .radio { padding-left: 18px; display: inline-block; vertical-align: middle; position: relative; outline: none; -webkit-appearance: none; }
.checkbox .jq-checkbox, .radio .jq-radio { position: absolute !important; top: 50%; left: 0; margin: -8px 0 0 0; }
.for { font: 12px 'Calibri', Arial, sans-serif; color: #000; }
.for .jq-checkbox { margin: 0 2px 0 0; }
.form .line { margin-bottom: 14px; }
.form-line { width: 100%; margin-bottom: 10px; clear: left; }
.form-line input[type="email"], .form-line input[type="number"], .form-line input[type="password"], .form-line input[type="search"], .form-line input[type="tel"], .form-line input[type="text"], .form-line input[type="url"], .form-line textarea, .form-line .jq-selectbox, .form-line .jq-file { width: 100%; }
.form-line-col { width: auto; margin-left: -5px; margin-right: -5px; }
.form-line-col .col-3 { width: 33.3%; float: left; padding: 0 5px; }
.form-line-col .col-2 { width: 50%; float: left; padding: 0 5px; }
.form-submit { margin: 20px 0 0 0; text-align: center; }
.form-feedback .form-line-col .col-3 { width: 35.3%; margin-bottom: 0; }
.form-feedback .form-line-col .col-3:nth-child(3) { width: 28%; }
.form-feedback .form-line-col .col-3 .required { font-size: 13px; }
.form-feedback .capture { margin-top: -5px; text-align: right; display: block; }
.form-feedback .capture input[type="text"] { margin: 0 7px; width: 70px; }
.form-feedback .capture .question { letter-spacing: .1em; }
.form-feedback .short { display: none; }
.required { font-size: 16px; line-height: 18px; position: relative; padding-left: 18px; display: block; top: -2px; }
.required:before { width: 13px; height: 13px; display: block; content: '\0020'; overflow: hidden; position: absolute; top: 1px; left: 1px; background: url("img/sprite/required.png") 0 0 no-repeat; background-size: cover; }
.form-feedback-side .h4 { margin-bottom: 12px; }
.form-feedback-side .send { display: none; }
.form-feedback-side .required { line-height: 17px; }
.form-feedback-side .form-line { margin-bottom: 13px; }
.form-feedback-side textarea { height: 230px; }
.form-feedback-side input.answer { width: 52%; float: right; }
.form-feedback-side .question { width: 43%; float: left; font-size: 16px; line-height: 26px; text-align: right; }
.form-feedback-side .form-submit { margin-top: 0; }
.form-feedback-side .form-submit input { width: 100%; }
.ask .form-feedback { max-width: 420px; }
.form .capture { display: block; }
.form .capture .question { font-size: 16px; line-height: 23px; display: inline-block; vertical-align: middle; }
.form .capture input[type="text"] { margin: 0 4px; width: 122px; padding-top: 7px; padding-bottom: 7px; background: #fff; box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .4); }
.form .capture input[type="submit"] { display: inline-block; vertical-align: top; padding-left: 30px; padding-right: 30px; }
.form-search { margin-bottom: 26px; padding: 28px 18px 30px; border: 1px solid #e0d6c5; }
.form-search .form-line { margin-bottom: 22px; }
.form-search .form-line:last-of-type { margin-bottom: 0; }
.form-search label { margin: 0 -4px; }
.form-search .jq-selectbox { width: auto; min-width: 170px; margin: 0 5px; display: inline-block; z-index: 10 !important; }
.form-search .jq-selectbox.opened { z-index: 99 !important; }
.form-search input[type="text"] { padding: 10px 50px 8px 12px; font-size: 14px; background: #fff; box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .3); }
.form-search .search { position: relative; }
.form-search button { width: 41px; height: 31px; padding: 0; border-radius: 5px; position: absolute; top: 4px; right: 4px; bottom: 2px; }
.form-search button:before { width: 22px; height: 22px; margin: -11px 0 0 -11px; display: block; content: '\0020'; overflow: hidden; position: absolute; top: 50%; left: 50%; background: url('img/sprite/search-4.png') 50% 50% no-repeat; background-size: cover; }
/* ==========================================================================
   _Шапка
   ========================================================================== */
.header {
	height: 466px;
	position: relative;
    background: #d0e8fd url("img/header/day_autumn.png") 50% 50% no-repeat;
	/*background: #d0e8fd url("img/header/day_spring.png") 50% 50% no-repeat;
    background: #d0e8fd url("img/header/day.png") 50% 50% no-repeat;
    background: #d0e8fd url("img/header/day_summer.png") 50% 50% no-repeat;
   background: #d0e8fd url("img/header/day_autumn.png") 50% 50% no-repeat;
    background: #d0e8fd url("img/header/day_spring.png") 50% 50% no-repeat;*/
    background-color: #fffaf4;
	/*background-size: cover;*/
	cursor: default;
}
.header-night {
	background-image: url("img/header/night.png");
	background-color: #0a0917;
}
.header-low {
	height: 230px;
	background-color: #ddc2a0;
}
.header:before, .header:after {
	height: 47px;
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	top: 0;
	background: url("img/header.png") 100% 0 repeat-x;
}
.header:before {
	margin-right: 570px;
	left: 0;
	right: 50%;
	background-position: 100% 0;
}
.header:after {
	margin-left: 570px;
	left: 50%;
	right: 0;
	background-position: 0 100%;
}
.header .wrapper {
	padding-top: 150px;
	position: relative;
	z-index: 5;
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
}
.header .wrapper:before {
	height: 140px;
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("img/header-center.png") 50% 0 no-repeat;
}
.header .social {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 8px;
}
.header .social li {
	width: 26px;
	height: 26px;
	margin: 0 2px 0 0;
	display: inline-block;
}
.header .social li a {
	width: 26px;
	height: 26px;
	padding: 2px;
	border: 1px solid #c9c1a5;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	display: block;
	background: #b2453c radial-gradient(ellipse at center, rgba(222, 97, 84, 1) 0%, rgba(162, 59, 51, 1) 100%);
}
.header .social li a:hover {
	background: #c74b42 radial-gradient(ellipse at center, rgba(235, 123, 108, 1) 0%, rgba(199, 75, 66, 1) 100%);
}
.header .social li img {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	display: block;
}
.header .name {
	width: 160px;
	height: 30px;
	margin: 0 0 0 -80px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 15;
}
.header .name a {
	display: block;
	position: relative;
}
.header .name a:hover {
	text-decoration: none;
}
.header .name .text, .header .name .shadow {
	display: block;
	white-space: nowrap;
	position: absolute;
	top: 0;
	font: 24px 'BelleEtage', sans-serif;
	letter-spacing: .01em;
	color: #8c3719;
	text-shadow: 0 0 15px #fff, 0 0 30px #fff, 0 2px 0 rgba(0, 0, 0, .25);
	background: -webkit-linear-gradient(#c05024, #8c3719);
	/*noinspection CssInvalidPropertyValue*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header .name .text:nth-child(1) { right: 100%; }
.header .name .text:nth-child(2) { left: 100%; margin-left: -4px; }
.header .name .shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-shadow: none;
}
.header .name span{ font-size: 22px !important;}
.header .logo {
	width: 112px;
	height: 125px;
	margin: 0 0 0 -56px;
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10;
	/*overflow: hidden;*/
}
.header .logo:before {
	width: 108px;
	height: 108px;
	display: none;
	content: ' ';
	overflow: hidden;
	position: absolute;
	left: 2px;
	top: 3px;
	right: 0;
	z-index: 1;
	border-radius: 50%;
	box-shadow: 0 0 50px 0 #fff;
}
.header .logo a {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.header .logo img {
	width: 245px;
	height: 245px;
	display: block;
	position: relative;
	top: -66px;
	left: -66px;
	z-index: 3;
}
.header .calendar {
	width: 100px;
	padding-left: 24px;
	display: none;
	position: absolute;
	right: 78px;
	top: 12px;
	color: #563229;
}
.header .calendar:before {
	width: 20px;
	height: 20px;
	margin-top: -11px;
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	background: url("img/sprite/calendar.png") 0 0 no-repeat;
	background-size: cover;
}
.header .user {
	padding-left: 24px;
	position: absolute;
	right: 78px;
	top: 12px;
	color: #563229;
}
.header .user:before {
	width: 15px;
	height: 15px;
	margin-top: -9px;
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 50%;
	background: url("img/sprite/user-2.png") 0 0 no-repeat;
	background-size: cover;
}
.header .login {
	width: 60px;
	padding-left: 18px;
	display: block;
	position: absolute;
	right: 0;
	top: 12px;
	color: #563229;
}
.header .login:before {
	width: 16px;
	height: 16px;
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	background: url("img/sprite/signin.png") 0 0 no-repeat;
	background-size: cover;
}
.header .login.exit:before {
	width: 14px;
	height: 14px;
	background: url("img/sprite/exit.png") 0 0 no-repeat;
	background-size: cover;
}
.header .special-version {
	width: 26px;
    height: 26px;
    padding: 2px;
	display: block;
	position: absolute;
	right: 0;
	top: 12px;
}
.header .special-version img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
}
.header .quote {
	width: 300px;
	margin: 0 auto;
	color: #891000;
	font-size: 13px;
	text-align: center;
	line-height: 16px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .02em;
	text-shadow: 0 0 20px #fff, 0 0 30px #fff;
}
.header-night .quote { color: #fff8c0; text-shadow: 0 0 20px #fff8c0, 0 0 30px #fff8c0; }
.header .quote .author {
	display: block;
}
@media (max-width: 1260px) and (min-width: 1139px){
.header .special-version{
	right: 10px;
}	
.header .social{
	left: 10px;
}
}
/* Profile-list */
.profile-list {
	display: none;
}
.profile-list .toggle-close { display: none !important;}
/* ==========================================================================
   _Навигация
   ========================================================================== */
.nav {
	height: 60px;
	background: #84070d url("img/nav.jpg") 50% 50% repeat-x;
	position: relative;
	/*z-index: 999;*/
	cursor: default;
}
.nav .wrapper {
	padding-right: 260px;
	position: relative;
}
.nav .toggle {
	display: none;
}
.nav .list {
	margin: 0 0 0 -37px;
	padding: 0;
	list-style: none;
	font: 20px 'BelleEtage', sans-serif;
	display: flex;
	justify-content: space-between;
}
.nav .list-center.list {
	margin: 0 auto;
    display: block;
    width: 800px;
}

.nav_not_auth{
	margin: 0 -125px!important;
    display: block;
    padding-left: 43px!important;
}

.li_not_auth{
	margin-bottom: -1px;
    float: left;
    position: relative;
    padding-left: 46px;
}
.nav .nav_not_auth > li:before {
	right: -42px!important;
}
.nav .list > li.li_not_auth:last-child{
	padding-left: 0;
}
.nav .list > li.li_not_auth.sub:last-child{
	padding-left: 46px;
}

@media (max-width: 1280px) and (min-width: 768px){
.nav_not_auth.list .li_not_auth:first-child{
	padding-left: 0;
}
.nav .list {
    margin: 0 0 0 -15px;
    padding-right: 15px;
}
.nav .list > li > a, .nav .list > li > a > .shadow  {
   padding: 16px 20px 20px !important;
}
.nav .list > li.sub:after{
	right: 0 !important;
}
.nav_not_auth{
	margin: 0!important;
    display: block;
    padding-left: 0px!important;
}
.li_not_auth {
    padding-left: 40px;
}
.nav .search, .nav .toggle-search {
    right: 20px !important;
}
}
@media (max-width: 999px){
.li_not_auth {
    padding-left: 0;
}
}

/*.nav .list:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }*/
.nav .list > li {
	margin-bottom: -1px;
	/*float: left;*/
	position: relative;
}
.nav .list > li:before, .nav .list > li.sub:after { display: block; content: '\0020'; overflow: hidden; position: absolute; }
.nav .list > li:last-child:before { display: none; }
.nav .list > li:before {
	width: 24px;
	height: 24px;
	background: url("img/sprite/nav.png") 0 0 no-repeat;
	background-size: cover;
	right: -12px;
	top: 17px;
}
.nav .list > li.sub:before {
	right: -18px;
}
.nav .list > li.sub:after {
	width: 8px;
	height: 6px;
	background: url("img/sprite/arrow-inverse-2.png") 0 0 no-repeat;
	background-size: cover;
	right: 24px;
	top: 28px;
}
.nav .list > li.sub:hover:after {
	top: 26px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav .list li a {
	color: #ffdaa5;
}
.nav .list > li > a, .nav .list > li > a > .shadow {
	padding: 16px 36px 20px;
	display: block;
	position: relative;
	background: -webkit-linear-gradient(#fffcef, #ffdaa5);
	/*noinspection CssInvalidPropertyValue*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 1px 1px 1px rgba(95, 5, 9, .75);
}
.nav .list > li.sub > a {
	padding-right: 39px;
	text-decoration: none !important;
	border: none !important;
}
.nav .list > li.sub > a * {
	text-decoration: none !important;
	border-bottom: none !important;
}
.nav .list > li > a > .shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-shadow: none;
}
.nav .list > li > a:hover {
	text-decoration: none;
}
.nav .list li ul {
	width: 220px;
	margin: 0;
	padding: 8px 0 20px 0;
	display: none;
	list-style: none;
	position: absolute;
	top: 55px;
	left: 14px;
	text-transform: uppercase;
	background: #790614;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
	font: normal 14px/18px 'Raleway', sans-serif;
    z-index: 9999;
}
.nav .list li ul:before {
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url("img/dots.png") 0 0 repeat;
	z-index: 1;
}
/*.nav .list li.sub:hover ul {
	display: block;
}*/
.nav .list li ul li {
	padding: 0 20px;
	margin-bottom: -1px;
	padding-top: 1px;
	position: relative;
	transition: background-color .2s ease;
	z-index: 2;
}
.nav .list li ul li:hover {
	background-color: #950819;
}
.nav .list li ul li a {
	padding: 8px 14px;
	display: block;
	position: relative;
	border-bottom: 1px solid #650511;
	border-top: 1px solid #8c0c23;
}
.nav .list li ul li a:hover { text-decoration: none; }
.nav .list li ul li a:before {
	width: 3px;
	height: 3px;
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 0;
	background: #ffeed1;
}
.nav .list li ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #650511;
	border-top: 1px solid #8c0c23;
}
.nav .list li ul li:first-child a { border-top: 0; }
.nav .list li ul li:last-child a { border-bottom: 0; }
.nav .list li ul li ul {
	display: none;
	background-color: #eee7db;
	position: absolute;
	left: 100%;
	top: 0;
}
.nav .list li ul li ul li:hover {
	background-color: #fff5e4;
}
.nav .list li ul li ul li a {
	color: #563229;
}
.nav .list li ul li ul li a:before {
	background-color: #563229;
}
.nav .search {
	width: 230px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 15px;
}
.nav .search input[type="text"] {
	width: 100%;
	padding: 8px 30px 7px 7px;
	font: italic 12px 'Raleway', sans-serif;
	background: #fffbf4;
	box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, .3);
	border: none;
	border-radius: 4px;
}
.nav .search input[type="submit"] {
	width: 28px;
	height: 28px;
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("img/sprite/search.png") 50% 50% no-repeat;
	background-size: 16px 16px;
}
.nav .toggle-search {
	width: 28px;
	height: 28px;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 14px;
	right: 0;
	background: url("img/sprite/search-2.png") 0 0 no-repeat;
	background-size: cover;
}
/* ==========================================================================
   _Подвал
   ========================================================================== */
.footer {
	height: 150px;
	margin-top: 50px;
	padding-top: 58px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: default;
}
.footer .up {
	font: 18px 'BelleEtage', sans-serif;
	background: #930018 linear-gradient(to bottom, rgba(147, 0, 24, 1) 0%, rgba(96, 6, 12, 1) 100%);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: absolute;
	top: -30px;
	right: 70px;
}
.footer .up:before {
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url("img/dots.png") 0 0 repeat-x;
	z-index: 1;
}
.footer .up:hover {
	background: #a6002b linear-gradient(to bottom, rgba(166, 0, 43, 1) 0%, rgba(120, 12, 24, 1) 100%);
}
.footer .up a, .footer .up .shadow {
	width: 90px;
	height: 30px;
	padding-top: 8px;
	display: block;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px #5f0509;
	background: -webkit-linear-gradient(#fffcef, #ffdaa5);
	/*noinspection CssInvalidPropertyValue*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 2;
}
.footer .up .shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-shadow: none;
}
.footer .up a:hover {
	text-decoration: none;
}
.footer .counters {
	margin-bottom: 18px;
}
.footer .counters img {
	margin: 0 5px;
	display: inline-block;
}
.footer .copyright {
	margin-bottom: 0;
}
.footer .navigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font: 18px 'BelleEtage', sans-serif;
	background: #84070d;
}
.footer .navigation .full {
	display: none;
}
.footer .navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .navigation ul li {
	margin: 0 10px;
	display: inline-block;
	position: relative;
	/*	text-shadow: 1px 1px 1px #61050a;*/
	transition: background-color .2s;
}
.footer .navigation ul li:hover {
	background-color: #500609;
}
.footer .navigation ul li a, .footer .navigation ul li a .shadow {
	padding: 10px 14px;
	display: block;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px #5f0509;
	background: -webkit-linear-gradient(#fffcef, #ffdaa5);
	/*noinspection CssInvalidPropertyValue*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer .navigation ul li a .shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-shadow: none;
}
.footer .navigation a:hover { text-decoration: none; }
.footer .navigation ul li:last-of-type .icon:nth-of-type(2) { left: auto; right: -18px; }
.footer .navigation .icon { width: 11px; height: 11px; display: block; position: absolute; left: -18px; top: 50%; margin-top: -6px; }
.footer .navigation .icon:before, .footer .navigation .icon:after { display: block; content: '\0020'; overflow: hidden; position: absolute; }
.footer .navigation .icon:before { width: 3px; height: 5px; border-top: 3px solid #4e070a; border-bottom: 3px solid #4e070a; top: 0; left: 4px; }
.footer .navigation .icon:after { width: 5px; height: 3px; border-right: 3px solid #4e070a; border-left: 3px solid #4e070a; left: 0; top: 4px; }
/* ==========================================================================
   _Новости
   ========================================================================== */
.news { }
.news:after, .news .entry:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }
.news .entry {
	min-height: 141px;
	padding: 0 0 10px 182px;
	margin-bottom: 10px;
	position: relative;
	line-height: 1.2;
	font-size: 16px;
	overflow: hidden;
}
.news .entry:after { height: 3px; content: ' '; opacity: 1; display: block; position: absolute; bottom: 0; left: 0; right: 0; background: url('img/border.png') repeat-x 50% 0; background-size: auto 100%; visibility: visible; }
.news .entry:last-of-type:after { display: none; }
.news .entry .link {
	color: #58433e;
}
.news .entry .link:hover {
	text-decoration: none;
}
.news .entry .image {
	padding: 2px;
	border: 1px solid #e0d6c5;
	border-radius: 4px;
	margin: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.news .entry .image:before {
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background .2s ease;
}
.news .entry .link:hover .image:before {
	background: rgba(255, 255, 255, .25);
}
.news .entry .image img {
	width: 165px;
	height: 125px;
	border-radius: 3px;
	display: block;
}
.news .entry .link > .heading {
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0;
}
.news .entry .link:hover > .heading {
	text-decoration: underline;
}
.news .entry .author {
	margin: -2px 0 2px 0;
	line-height: 20px;
	display: block;
}
.news .entry .author strong {
	padding: 0;
	border-radius: 1px;
	box-shadow: -4px 0 0 3px #eee7db, 4px 0 0 3px #eee7db;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	left: 5px;
	background: #eee7db;
}
@media (min-width: 768px) {
	.news-columns {
		margin: 0 -10px 24px;
		line-height: 17px;
	}
	.news-columns .heading {
		margin-left: 10px;
		margin-right: 10px;
	}
	.news-columns .entry {
		width: 200px;
		margin: 0 10px;
		padding-bottom: 0;
		padding-left: 0;
		float: left;
	}
	.news-columns .entry:after { display: none; }
	.news-columns .entry .image {
		position: relative;
		margin-bottom: 4px;
	}
	.news-columns .entry .image img {
		width: 100%;
		height: auto;
	}
	.news-columns .entry .author strong {
		font-size: 14px;
		line-height: 16px;
		float: none;
	}
}
.news-tab-hidden { display: none; }
/* ==========================================================================
   __Баннер ( на главной )
   ========================================================================== */
.index {
	overflow: hidden;
	position: relative;
}
.index:after { display: table; content: '\0020'; clear: both; }
.index .entry {
	float: left;
	overflow: hidden;
}
.index .link {
	display: block;
	position: relative;
	overflow: hidden;
}
.index .image {
	width: 640px;
	height: 280px;
	border-radius: 7px 7px 0 0;
	display: block;
}
.index .text {
	padding: 16px 20px;
	margin-bottom: 0;
	background: rgba(0, 0, 0, .4);
	display: block;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.index .text .author {
	margin-top: -2px;
	margin-bottom: 4px;
	display: block;
	font-size: 14px;
	text-transform: none;
	letter-spacing: .05em;
}
.index .text .heading {
	display: block;
	font-size: 16px;
	color: #fff9cf;
	font-weight: 700;
	letter-spacing: -.01em;
	text-transform: uppercase;
}
.index .text .more {
	width: 100%;
	margin-top: 6px;
	display: none;
	float: left;
	overflow: hidden;
}
/* ==========================================================================
   _Разделы
   ========================================================================== */
.sections {
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}
.sections:after{
	display: block;
	content: ' ';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: calc(100% - 4px);
	height: 80%;
	border-top: 2px solid #d3ccc2;
	border-left: 2px solid #d3ccc2;
	border-right: 2px solid #d3ccc2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sections .sections-in {
	margin: 0;
	font: 18px 'BelleEtage', sans-serif;
	line-height: 1;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.sections .entry {
	position: relative;
	white-space: nowrap;
	padding: 0 2%;
}
.sections .entry a {
	padding: 5px 10px;
	display: block;
	position: relative;
	text-align: center;
	color: #70524a;
	background-color: #fffbf4;
}
.sections .entry a:hover {
	text-decoration: none;
}
.sections .entry.active a {
	cursor: default;
}
.sections .entry.active a {
	text-decoration: none !important;
	border: none !important;
}
.sections .entry:not(:first-of-type).active a {

}
.sections .entry:not(.active) a:hover {

}

.sections .entry a .in {
	color: #70524a;	
}
.sections .entry.active a .in, .sections .entry a:hover .in{
	text-decoration: underline;
}

.sections .link { display: none; }

@media (max-width: 1140px){
.sections .sections-in {
    font-size: 16px;
}
.sections:after {
    left: 0;
    width: calc(100% - 4px);
}
.sections .entry {
    padding: 0 2px;
}
.sections .entry a {
    padding: 5px 5px;
}	
}
@media (max-width: 600px){
.sections { padding-top: 0; margin-left: -14px; margin-right: -14px; margin-bottom: 10px; position: relative; }
	.sections .sections-in { margin-top: 0; font-size: 16px; height:40px;}
	.sections .entry { flex: 0 0 100%; float: none; display: none; height:40px; padding: 0; }
	.sections .entry a { padding-top: 10px; padding-bottom: 8px; border-radius: 0; background: #790c08; color:#fffcef; }
	.sections .entry a .in{
		color:#fffcef;
	}
	.sections .entry a:before { display: none; }
	.sections .entry.active { display: block; top: auto; background: #790c08; }
	.sections .entry.active a .in, .sections .entry a:hover .in{
	text-decoration: none;
}
	.sections .link { width: 50px; height:40px; display: block; cursor: pointer; background: #91180f; position: absolute; top: 0; bottom: 4px; z-index: 100; }
	.sections .link-prev { left: 0; }
	.sections .link-next { right: 0; }
	.sections .link:before { width: 16px; height: 22px; top: 9px; left: 50%; display: block; content: '\0020'; overflow: hidden; position: absolute; }
	.sections .link-prev:before { margin-left: -14px; background: url("img/sprite/arrow-big-left.png") 0 0 no-repeat; background-size: cover; }
	.sections .link-next:before { margin-left: -4px; background: url("img/sprite/arrow-big-right.png") 0 0 no-repeat; background-size: cover; }	
	.sections:after{
		display: none;
	}
.sections .entry.active { z-index: 20 !important; }
.sections .entry:nth-child(9) { z-index: 2; }
.sections .entry:nth-child(8) { z-index: 3; }
.sections .entry:nth-child(7) { z-index: 4; }
.sections .entry:nth-child(6) { z-index: 5; }
.sections .entry:nth-child(5) { z-index: 6; }
.sections .entry:nth-child(4) { z-index: 7; }
.sections .entry:nth-child(3) { z-index: 8; }
.sections .entry:nth-child(2) { z-index: 9; }
.sections .entry:nth-child(1) { z-index: 10; }
}
/* ==========================================================================
   _Информационный блок
   ========================================================================== */
.vintage {
	padding: 20px 32px 0 32px;
	margin: -18px -2px 67px -2px;
	position: relative;
	background: #ebe3d5 url('img/vintage.jpg') repeat-y 50% 0;
}
.vintage:before {
	height: 10px;
	content: ' ';
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
}
.vintage:after {
	height: 40px;
	content: ' ';
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	background: url('img/vintage-after.jpg') no-repeat 0 0;
}
.vintage .hr {
	margin-bottom: 15px;
}
/* ==========================================================================
   _Меню
   ========================================================================== */
.menu {
	padding: 0;
	margin: 0 0 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.menu > li {
	padding: 5px 10px 4px;
	border-bottom: 1px dotted #a38d7d;
	text-align: center;
}
.menu > li:last-of-type { border-color: transparent; }
.menu > li > a {
	border-radius: 13px;
	padding: 3px 6px;
	display: inline-block;
	position: relative;
	color: #563229;
	transition: background-color .2s;
}
.menu > li > a:before, .menu > li > a:after {
	width: 2px;
	height: 2px;
	margin-top: -1px;
	content: ' ';
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	background: #563229;
	transition: opacity .2s;
}
.menu > li > a:before { left: -8px; }
.menu > li > a:after { right: -8px; }
.menu > li > a:hover, .menu > li > a:focus, .menu > li.menu_selected > a {
	text-decoration: none;
	background: #d6ccb5;
}
.menu > li > a:hover:before, .menu > li > a:hover:after, .menu > li.menu_selected > a:before, .menu > li.menu_selected > a:after {
	opacity: 0;
}
/* 08.06.2015 */
.menu > li.open {
	border-bottom: none;
}
.menu > li > ul {
	margin: 6px -40px 0;
	padding: 16px 19px 12px 26px;
	list-style: none;
	display: none;
	text-align: left;
	background: rgba(123, 97, 58, .08);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 -1px 1px rgba(0, 0, 0, 0.4);
}
.menu > li.open > ul {
	display: block;
}
.menu > li > ul li {
	margin-bottom: 14px;
	position: relative;
}
.menu > li > ul li.sub-in:before {
	width: 0;
	height: 0;
	display: block;
	content: '\0020';
	overflow: hidden;
	border-style: solid;
	position: absolute;
	right: 0;
	top: 7px;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #57332a;
}
.menu > li > ul li:last-of-type {
	margin-bottom: 0;
}
.menu > li > ul li a {
	color: #563229;
}
/* ==========================================================================
   _Цитата
   ========================================================================== */
.mainquote {
	padding: 2px 0;
	margin: 0 -10px;
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	color: #563229;
	text-align: center;
}
.mainquote p {
	margin: 0;
	display: block;
}
.mainquote .link {
	display: block;
	color: #58433e;
	text-decoration: none;
}
.mainquote .text {
	display: block;
}
.mainquote .author {
	margin-top: 10px;
	display: block;
}
.mainquote .name {
	display: block;
}
.mainquote .who {
	display: block;
}
/* ==========================================================================
   _Картинка с текстом
   ========================================================================== */
.picture {
	margin-bottom: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #58433e;
}
.aside.right .picture figcaption{
	font-size: 16px;
}
.picture a {
	color: #58433e;
	display: inline-block;
}
.picture img {
	margin-bottom: 8px;
	border-radius: 5px;
}
.picture figcaption {
	line-height: 20px;
}
/* ==========================================================================
   _Баннер маленький
   ========================================================================== */
.banner-small {
	margin-bottom: 22px;
	text-align: center;
}
.banner-small-in {
	width: 230px;
	height: 65px;
	display: block;
	position: relative;
}
.banner-small img.pic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-small img.pic-top { opacity: 1; }
.banner-small img.pic-hover { opacity: 0; }
.banner-small:hover img.pic-top { opacity: 0; }
.banner-small:hover img.pic-hover { opacity: 1; }
/* ==========================================================================
   _Календарь
   ========================================================================== */
.sidebar-calendar {
	margin: 0 0 30px 0;
	padding: 10px 5px 10px 10px;
	border: 1px solid #563229;
	border-radius: 6px;
	position: relative;
}
.sidebar-calendar:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }
.sidebar-calendar .image {
	display: block;
	margin: 0 auto 17px;
}
.sidebar-calendar .list {
	margin: 0 0 9px;
	padding: 0;
	list-style: none;
	line-height: 18px;
}
.sidebar-calendar .list li {
	margin-bottom: 6px;
}
.sidebar-calendar .list li a {
	color: #563229;
}
.sidebar-calendar .hr {
	margin: 0;
	position: absolute;
	top: -5px;
	left: 10px;
	right: 10px;
}
.sidebar-calendar .hr .icon { background: #fffbf4; }
.sidebar-calendar .hr:last-of-type {
	top: auto;
	bottom: 0;
}
/* ==========================================================================
   _Разделы
   ========================================================================== */
.sidebar-faq {
	margin: 0 0 30px 0;
}
.sidebar-faq:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }
.sidebar-faq .banner-small {
	margin-bottom: 6px;
}
.sidebar-faq .inner {
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.sidebar-faq .inner li {
	padding: 8px 10px 7px 21px;
	position: relative;
	border-bottom: 1px dotted #aa968e;
}
.sidebar-faq .inner li:last-child {
	border-bottom: none;
}
.sidebar-faq .inner li:before {
	width: 3px;
	height: 3px;
	display: block;
	content: ' ';
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 17px;
	background: #aa968e;
}
.sidebar-faq .inner li a {
	color: #563229;
}
.sidebar-faq .list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
}
.sidebar-faq .list li {
	padding: 0 5px;
	margin-bottom: 10px;
}
.sidebar-faq .list li:last-of-type {
	margin-bottom: 2px;
}
.sidebar-faq .list li a {
	padding: 3px 0;
	color: #563229;
	display: inline;
	box-shadow: -5px 0 0 #eee7db, 5px 0 0 #eee7db;
	background: #eee7db;
	border-radius: 3px;
}
/* ==========================================================================
   _Разделитель
   ========================================================================== */
.hr {
	height: 1px;
	padding-top: 4px;
	margin-bottom: 20px;
	position: relative;
}
.hr:before, .hr:after { height: 1px; display: block; content: ' '; overflow: hidden; clear: both; position: absolute; background: #563229; }
.hr:before {
	margin-right: 12px;
	left: 0;
	right: 50%;
}
.hr:after {
	margin-left: 12px;
	right: 0;
	left: 50%;
        top: 4px;
}
.hr .icon {
	width: 23px;
	height: 11px;
	margin-left: -11px;
	display: block;
	position: absolute;
	top: -1px;
	left: 50%
}
.hr .icon:before, .hr .icon:after { display: block; content: ' '; overflow: hidden; clear: both; position: absolute; }
.hr .icon:before {
	width: 3px;
	height: 5px;
	top: 0;
	left: 10px;
	border-top: 3px solid #563229;
	border-bottom: 3px solid #563229;
}
.hr .icon:after {
	width: 5px;
	height: 3px;
	top: 4px;
	left: 6px;
	border-left: 3px solid #563229;
	border-right: 3px solid #563229;
}
/* ==========================================================================
   _Заголовок со ссылкой
   ========================================================================== */
.h4-link {
	margin-bottom: 10px;
	line-height: 30px;
}
.all {
	padding: 1px 6px 3px;
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	position: relative;
	top: -4px;
	background: #721000 linear-gradient(to bottom, rgba(114, 16, 0, 1) 0%, rgba(147, 0, 24, 1) 100%);
	border-radius: 5px;
	text-decoration: none;
}
.all:hover {
	text-decoration: none;
	background: #be0022 linear-gradient(to bottom, rgba(190, 0, 34, 1) 0%, rgba(161, 22, 1, 1) 100%);
}
.all .in {
	border: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: -webkit-linear-gradient(#fffefa, #ffe4bb);
	/*noinspection CssInvalidPropertyValue*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* ==========================================================================
   _Последние разделы
   ========================================================================== */
.last {
	margin: 22px 0;
}
.last .item {
	margin-bottom: 16px;
}
.last .item:last-of-type {
	margin-bottom: 0;
}
.last .pic {
	border-radius: 5px;
}
/* Видео */
.last .video-link {
	display: block;
	position: relative;
}
.last .video-link:before {
	width: 50px;
	height: 35px;
	margin: -14px 0 0 -25px;
	display: block;
	content: ' ';
	overflow: hidden;
	opacity: .9;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("img/sprite/play.png") 0 0 no-repeat;
	background-size: cover;
	transition: opacity .2s;
}
.last .video-link:hover:before { opacity: 1; }
/* Аудио */
.last.audio {
	line-height: 18px;
}
.last.audio .text {
	margin-bottom: 8px;
}
.last.audio .line {
	margin-bottom: 0;
}
.last.audio .line .btn {
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #c9bda8;
	border-radius: 3px;
}
.last.audio .line .btn.play {
	background: #84070d;
}
.last.audio .line .btn.track {
	width: 170px;
	background: #eee7db;
}
.last.audio .line .btn:before { display: block; content: ' '; overflow: hidden; position: absolute; top: 50%; left: 50%; }
.last.audio .line .btn.play:before {
	width: 0;
	height: 0;
	margin: -4px 0 0 -3px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
}
.last.audio .line .btn.pause:before {
	width: 3px;
	height: 8px;
	margin: -4px 0 0 -3px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.last.audio .line .btn.stop:before {
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #fff;
	border-radius: 1px;
}
/* Новости */
.last.news-small .item {
	min-height: 74px;
	padding-left: 90px;
	position: relative;
	line-height: 1.2;
	font-size: 14px;
}
.last.news-small h5, .last.news-small .h5 {
    font-size: 16px;
}
.last.news-small p:last-of-type {
	margin-bottom: 0;
}
.last.news-small a {
	color: #563229;
}
.last.news-small a:hover {
	text-decoration: none;
}
.last.news-small .heading {
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #84070d;
}
.last.news-small .author {
	padding: 0 5px;
	margin-bottom: 6px;
	display: block;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
}
.last.news-small .author .in {
	padding: 2px 0;
	border-radius: 3px;
	box-shadow: -5px 0 #eee7db, 5px 0 #eee7db;
	background: #eee7db;
}
.last.news-small .pic {
	width: 74px;
	height: 74px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	overflow: hidden;
}
.last.news-small .pic:before {
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background .2s ease;
}
.last.news-small .link:hover .pic:before {
	background: rgba(255, 255, 255, .25);
}
.last.news-small .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 50% top;
}
.last.news-small .link:hover .text {
	text-decoration: underline;
}
/* ==========================================================================
   _Хлебные крошки
   ========================================================================== */
.breadcrumbs {
	margin-bottom: 16px;
	font-style: italic;
	color: #563229;
	font-size: 12px;
	opacity: 0.5;
}
.breadcrumbs:hover{
	opacity: 1;
}
.breadcrumbs a {
	margin-right: 8px;
	padding: 0 6px;
	display: inline-block;
	color: #563229;
}
.breadcrumbs a:last-of-type {
	margin-right: 22px;
	position: relative;
}
.breadcrumbs a:last-of-type:before, .breadcrumbs a:last-of-type:after {
	width: 1px;
	height: 6px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	right: -14px;
	top: 6px;
	background: #745b54;
}
.breadcrumbs a:last-of-type:before {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.breadcrumbs a:last-of-type:after {
	top: 8px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
/* ==========================================================================
   _Автор
   ========================================================================== */
.article .h4 {
	margin-bottom: 8px;
}
.writer {
	margin-bottom: 18px;
	font-style: italic;
	letter-spacing: .05em;
}
.writer:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }
.writer time {
	float: right;
	letter-spacing: .03em;
}
/* ==========================================================================
   _Видео
   ========================================================================== */
.video {
	margin-bottom: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
/* ==========================================================================
   _Галерея
   ========================================================================== */
.gallery {
	margin-bottom: 26px;
}
.gallery .slider-for {
	height: 340px;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}
.gallery .slider-for:after, .gallery .slider-nav-in:after, .gallery .slider-for .text:after { width: 100%; height: 0; display: block; content: "\0020"; clear: both; visibility: hidden; overflow: hidden; }
.gallery .slider-for .entry {
	width: 640px;
	height: 340px;
	float: left;
	position: relative;
    /*z-index: 1 !important;*/
}
.gallery .slider-for .pic {
	width: auto;
	height: 340px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;*/
	border-radius: 7px 7px 0 0;
	z-index: 1;
}
.gallery .slider-for .pic:before, .gallery .slider-for .pic:after {
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: opacity .2s ease;
}
.pre_photo{
	display: block;
	height: 340px;
	width: auto;
    margin: auto!important;
}
.gallery .slider-for .pic:hover:before, .gallery .slider-for .pic:hover:after {
	opacity: 1;
}
.gallery .slider-for .pic:before {
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: rgba(0, 0, 0, .4);
	border-radius: 50%;
}
.gallery .slider-for .pic:after {
	width: 40px;
	height: 34px;
	margin: -17px 0 0 -20px;
	background: url("img/sprite/search-white.png") 0 0 no-repeat;
	background-size: cover;
}
.gallery .slider-for .text {
	height: 40px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.gallery .slider-for .text .author {
	float: left;
	font-size: 13px;
}
.gallery .slider-for .text .social {
	margin: 0 -6px;
	padding-left: 0;
	float: right;
	list-style: none;
}
.gallery .slider-for .text .social li {
	width: 22px;
	height: 22px;
	margin: 0 8px;
	display: inline-block;
}
.gallery .slider-for .text .social li a, .gallery .slider-for .text .social li img {
	width: 100%;
	height: 100%;
	display: block;
}
.gallery .slider-for .text .social li a {
	-webkit-transition: -webkit-transform .2s ease-out;
	-webkit-transform: scale(1);
	transition: transform .2s ease-out;
	transform: scale(1);
}
.gallery .slider-for .text .social li a:hover {
	-webkit-transform: scale(1.07);
	transform: scale(1.2);
}
.gallery .slider-nav {
	padding: 2px 60px;
	background: #eee7db;
	border-radius: 0 0 7px 7px;
	position: relative;
}
.gallery .slider-nav-in {
	min-height: 76px;
	padding-left: 2px;
	overflow: hidden;
}
.gallery .slider-nav * { outline: none !important; }
.gallery .slider-nav .entry {
	width: 74px !important;
	max-width: 74px;
	float: left;
	cursor: pointer;
	border: 3px solid transparent;
	border-radius: 6px;
	overflow: hidden;
}
.gallery .slider-nav .slick-current {
	border-color: #84070d;
}
.gallery .slider-nav .entry img {
	width: 100%;
	display: block;
	border-radius: 2px;
}
.gallery .slick-prev, .gallery .slick-next {
	width: 28px;
	height: 28px;
	margin-top: -11px;
	padding: 4px;
	display: block;
	cursor: pointer;
	content: '\0020';
	overflow: hidden;
	clear: both;
	position: absolute;
	background: #d5cdbf;
	border-radius: 50%;
	top: 50%;
}
.gallery .slick-prev { left: 18px; }
.gallery .slick-next { right: 18px; }
.gallery .slick-prev .slick-prev-in, .gallery .slick-next .slick-next-in {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background: #f2e8d7 linear-gradient(135deg, rgba(242, 232, 215, 1) 0%, rgba(124, 102, 82, 1) 100%);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
}
.gallery .slick-prev .slick-prev-in:hover, .gallery .slick-next .slick-next-in:hover {
	background: #7c6652 linear-gradient(135deg, rgba(124, 102, 82, 1) 0%, rgba(242, 232, 215, 1) 100%);
}
.gallery .slick-prev .slick-prev-in:before, .gallery .slick-prev .slick-prev-in:after, .gallery .slick-next .slick-next-in:before, .gallery .slick-next .slick-next-in:after {
	width: 0;
	height: 0;
	display: block;
	content: '\0020';
	overflow: hidden;
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 50%;
}
.gallery .slick-prev .slick-prev-in:before {
	margin: -5px 0 0 -4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #8d857a transparent transparent;
}
.gallery .slick-prev .slick-prev-in:after {
	margin: -4px 0 0 -4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #fff transparent transparent;
}
.gallery .slick-next .slick-next-in:before {
	margin: -5px 0 0 -2px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #8d857a;
}
.gallery .slick-next .slick-next-in:after {
	margin: -4px 0 0 -2px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
}
/* ==========================================================================
   _Цитата в тексте
   ========================================================================== */
.blockquote {
	margin: 30px 0 38px;
	padding: 30px 0 32px;
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}
.blockquote .hr {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
}
.blockquote .hr-top { top: 0; }
.blockquote .hr-bottom { bottom: 0; }
.blockquote .hr:before, .blockquote .hr:after {
	height: 2px;
	background: #be3d3a;
}
.blockquote .hr:before { margin-right: 18px; }
.blockquote .hr:after { margin-left: 18px; }
.blockquote .hr .icon {
	width: 21px;
	height: 21px;
	top: -3px;
}
.blockquote .hr:last-of-type .icon {
	top: -8px;
}
.blockquote .hr .icon:before, .blockquote .hr .icon:after { display: none; }
.blockquote p:last-of-type {
	margin-bottom: 0;
}
.blockquote-small {
	width: 320px;
	margin: 4px 0 16px 16px;
	padding: 16px 15px 20px;
	float: right;
	font-style: italic;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	background: #be3d3a url("img/blockquote-small.jpg") 50% 50% repeat;
	border-radius: 10px;
}
.blockquote-small:after { content: '\0020'; display: table; clear: both; }
.blockquote-small .icon {
	width: 25px;
	height: 25px;
	margin: 0 13px 13px 0;
	float: left;
}
/* ==========================================================================
   _Страницы
   ========================================================================== */
.pages {
	margin-bottom: 14px;
	font-style: italic;
	font-weight: bold;
}
.pages a {
	padding: 0 4px;
	font-size: 16px;
	color: #58433e;
}
.pages a.active {
	font-size: 24px;
	line-height: 14px;
	color: #a79d97;
}

.pages span {
    padding: 0 4px;
	font-size: 16px;
	color: #58433e;
}
/* ==========================================================================
   _Отзывы
   ========================================================================== */
.testimonials {
	margin-bottom: 30px;
}
.testimonials .h4 {
	margin-bottom: 16px;
}
.testimonials .entry {
	margin-bottom: 20px;
	padding-bottom: 11px;
	position: relative;
}
.testimonials .entry:after {
	height: 3px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("img/border.png") 50% 50% repeat-x;
}
.testimonials .entry .user {
	margin-bottom: 4px;
}
.testimonials .entry .name {
	padding: 2px 6px;
	display: inline;
	font-weight: bold;
	font-style: italic;
	background: #eee7db;
	border-radius: 2px;
}
.testimonials .entry time {
	margin: 0 6px;
	font-style: italic;
}
.testimonials .entry .comment {
	margin-bottom: 12px;
	line-height: 18px;
}
.testimonials .entry .reply {
	margin-bottom: 6px;
	padding-left: 20px;
	display: block;
	font-style: italic;
	font-weight: 700;
	color: #58433e;
	position: relative;
}
.testimonials .entry .reply:before {
	width: 16px;
	height: 16px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: url("img/sprite/reply.png") 0 0 no-repeat;
	background-size: cover;
}
.testimonials .entry .form-feedback {
	padding-top: 10px;
	padding-bottom: 18px;
	display: none;
}
.testimonials .ans {
	margin: 14px 0;
	padding: 7px 12px;
	background: #eee7db;
	border-radius: 5px;
}
.testimonials .ans .for-user {
	margin-bottom: 0;
	display: inline-block;
	padding: 0 16px;
	font-style: italic;
	position: relative;
}
.testimonials .ans .for-user:before {
	width: 12px;
	height: 12px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 1px;
	top: 2px;
	background: url("img/sprite/blockquote-brown.png") 0 0 no-repeat;
	background-size: cover;
}
.testimonials .ans .comment {
	margin-bottom: 0;
}
.testimonials .ans .next {
	width: 12px;
	height: 10px;
	margin: 0 4px;
	display: inline-block;
	position: relative;
	border-radius: 2px;
	background: #912600 linear-gradient(to bottom, rgba(145, 38, 0, 1) 0%, rgba(95, 27, 0, 1) 100%);
}
.testimonials .ans .next:hover {
	background: #be0022 linear-gradient(to bottom, rgba(190, 0, 34, 1) 0%, rgba(162, 21, 3, 1) 100%);
}
.testimonials .ans .next .quote {
	width: 8px;
	height: 8px;
	margin: -3px 0 0 -4px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("img/sprite/next.png") 0 0 no-repeat;
	background-size: cover;
}
/* ==========================================================================
   _Аудиоплеер
   ========================================================================== */
.audio-player {
	margin: 30px 0 38px;
}
.audio-player .heading {
	margin-bottom: 6px;
	font-style: italic;
	font-weight: bold;
}
/* ==========================================================================
   _Расписание
   ========================================================================== */
.schedule {
	min-height: 757px;
	overflow: hidden;
	position: relative;
}
.schedule:after, .mobile-schedule .entry:after { display: table; content: '\0020'; clear: both; }
.schedule .entry {
	float: left;
}
.schedule .heading {
	margin-bottom: 6px;
	padding: 12px 12px 9px;
	text-align: center;
	cursor: default;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	background: #790c08;
}
.schedule .heading .color, .schedule .heading .shadow {
	display: block;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px #5f0509;
	background: -webkit-linear-gradient(#fffcef, #ffdaa5);
	/*noinspection CssInvalidPropertyValue*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.schedule .heading .shadow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-shadow: none;
}
.schedule .slick-prev, .schedule .slick-next {
	width: 100px;
	height: 41px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	border-top: 1px solid #a11b11;
	background: #93000e linear-gradient(to bottom, rgba(147, 0, 14, .2) 0%, rgba(94, 27, 0, .2) 100%);
}
.schedule .slick-prev:hover, .schedule .slick-next:hover {
	background: #be2015;
}
.schedule .slick-prev {
	border-radius: 4px 0 0 4px;
	left: 0;
	border-right: 1px solid #a11b11;
}
.schedule .slick-next {
	border-radius: 0 4px 4px 0;
	right: 0;
	border-left: 1px solid #a11b11;
	z-index: 1;
}
.schedule .slick-next .arrow, .schedule .slick-prev .arrow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.schedule .slick-prev:before, .schedule .slick-prev:after, .schedule .slick-next:before, .schedule .slick-next:after { box-shadow: 0 0 1px 1px rgba(0, 0, 0, .4); }
.schedule .slick-prev:before, .schedule .slick-prev:after, .schedule .slick-next:before, .schedule .slick-next:after, .schedule .slick-prev .arrow:before, .schedule .slick-prev .arrow:after, .schedule .slick-next .arrow:before, .schedule .slick-next .arrow:after {
	width: 3px;
	height: 16px;
	margin: -3px 0 0 -3px;
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.schedule .slick-prev:before, .schedule .slick-next:before, .schedule .slick-prev .arrow:before, .schedule .slick-next .arrow:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.schedule .slick-prev:before, .schedule .slick-prev .arrow:before {
	margin-top: -13px;
	background: #fff9e9 linear-gradient(to bottom, rgba(255, 250, 235, 1) 0%, rgba(255, 237, 206, 1) 100%);
}
.schedule .slick-prev:after, .schedule .slick-prev .arrow:after {
	background: #fff9e9 linear-gradient(to bottom, rgba(255, 237, 206, 1) 0%, rgba(255, 221, 171, 1) 100%);
}
.schedule .slick-next:after, .schedule .slick-next .arrow:after {
	margin-top: -13px;
	background: #fff9e9 linear-gradient(to bottom, rgba(255, 250, 235, 1) 0%, rgba(255, 237, 206, 1) 100%);
}
.schedule .slick-next:before, .schedule .slick-next .arrow:before {
	margin-top: -3px;
	background: #fff9e9 linear-gradient(to bottom, rgba(255, 237, 206, 1) 0%, rgba(255, 221, 171, 1) 100%);
}
.schedule .slick-prev:after, .schedule .slick-next:after, .schedule .slick-prev .arrow:after, .schedule .slick-next .arrow:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.table-schedule {
	width: 100%;
	margin-bottom: 20px;
	line-height: 13px;
	font-size: 11px;
	background: #eee7db;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
}
.table-schedule th, .table-schedule td {
	padding: 10px;
	border: 1px solid #fffbf4;
}
.table-schedule th {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.table-schedule .th-course {
	padding-top: 7px;
	padding-bottom: 7px;
}
.table-schedule th .small {
	text-transform: none;
}
.table-schedule .td-time, .table-schedule .th-time {
	width: 80px;
	padding-left: 8px;
	padding-right: 7px;
	background: #d9d2c6;
}
.table-schedule .th-level {
	width: 394px;
}
.table-schedule p {
	margin-bottom: 0;
}
.table-schedule .course {
	white-space: nowrap;
}
.table-schedule .time {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	white-space: nowrap;
}
.table-schedule .name {
	display: block;
}
.table-schedule-simple {
	text-align: left;
}
@media (min-width: 767px) {
	.table-schedule-simple {
		font-size: 14px;
		line-height: 18px;
	}
	.table-schedule-simple th, .table-schedule-simple td {
		padding: 12px 20px;
	}
	.table-schedule-simple .td-time, .table-schedule .th-time {
		padding-left: 14px;
	}
	.table-schedule-simple .time {
		font-size: 14px;
	}
}
.mobile-visible {
	display: none;
}
.schedule-mobile {
	display: none;
}
.schedule-mobile .entry {
	margin: 0 -20px;
}
.schedule-mobile .entry-in-wrap {
	display: none;
	position: relative;
	overflow: hidden;
}
.schedule-mobile-single .entry-in-wrap {
	display: block;
}
.schedule-mobile .entry-in-wrap:after { display: table; content: '\0020'; clear: both; }
.schedule-mobile .entry-in {
	width: 100%;
	float: left;
}
.schedule-mobile .link {
	margin-bottom: 1px;
	padding: 10px 50px 10px 20px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	background: #eee7db;
}
.schedule-mobile .link:hover {
	text-decoration: none;
}
.schedule-mobile .link .switch {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 14px;
	top: 8px;
	background: #991b16;
	border-radius: 50%;
}
.schedule-mobile .link .switch:before, .schedule-mobile .link .switch:after {
	width: 2px;
	height: 10px;
	margin: -2px 0 0 -1px;
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.schedule-mobile .link .switch:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.schedule-mobile .link .switch:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.schedule-mobile .link .switch:before {
	margin-top: -8px;
	background: #fff9e9 linear-gradient(to bottom, rgba(255, 250, 235, 1) 0%, rgba(255, 237, 206, 1) 100%);
}
.schedule-mobile .link .switch:after {
	background: #fff9e9 linear-gradient(to bottom, rgba(255, 237, 206, 1) 0%, rgba(255, 221, 171, 1) 100%);
}
.schedule-mobile .heading {
	margin-bottom: 0;
	padding: 10px 14px;
}
.schedule-mobile .slick-prev:hover, .schedule-mobile .slick-next:hover {
	background: #be2015;
}
.schedule-mobile .slick-prev, .schedule-mobile .slick-next {
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 8px;
	border-radius: 50%;
	background: #93000e linear-gradient(to bottom, rgba(147, 0, 14, .2) 0%, rgba(94, 27, 0, .2) 100%);
}
.schedule .slick-prev:hover, .schedule .slick-next:hover {
	background: #be2015;
}
.schedule-mobile .slick-prev {
	left: 118px;
}
.schedule-mobile .slick-next {
	left: 150px;
}
.schedule-mobile .slick-prev:before, .schedule-mobile .slick-prev:after, .schedule-mobile .slick-next:before, .schedule-mobile .slick-next:after {
	width: 8px;
	height: 13px;
	margin: -6px 0 0 -4px;
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	left: 50%;
	top: 50%;
}
.schedule-mobile .slick-prev:before {
	background-image: url("img/sprite/arrow-small-left.png");
}
.schedule-mobile .slick-next:after {
	background-image: url("img/sprite/arrow-small-right.png");
}
/* ==========================================================================
   _Цитаты
   ========================================================================== */
.quotes .item {
	padding: 16px 0 18px 36px;
	margin: 0 0 6px;
	position: relative;
}
.quotes .item:last-of-type {
	margin-bottom: 24px;
}
.quotes .item:after {
	height: 3px;
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("img/border.png") 50% 50% repeat-x;
}
.quotes .quote {
	margin-bottom: 8px;
	font-style: italic;
	line-height: 18px;
}
.quotes .quote a {
	color: #563229;
}
.quotes .quote .icon {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
	background: #991510 linear-gradient(to bottom, rgba(153, 21, 16, 1) 0%, rgba(141, 26, 14, 1) 100%);
}
.quotes .quote .icon:before {
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background: url("img/sprite/blockquote-yellow.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
}
.quotes footer:after { display: table; content: '\0020'; clear: both; }
.quotes cite.author {
	padding-top: 3px;
	font-style: italic;
	font-weight: 700;
	float: left;
}
.quotes .social {
	margin: 0 -2px;
	padding: 0;
	list-style: none;
	float: right;
}
.quotes .social li {
	width: 24px;
	height: 24px;
	margin: 0 2px;
	display: inline-block;
}
.quotes .social li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background: #ccc2ba;
	border-radius: 5px;
	border: 1px solid #ccc2ba;
}
.quotes .social li a:hover {
	border-color: #c9c1a5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	background: #b2453c radial-gradient(ellipse at center, rgba(222, 97, 84, 1) 0%, rgba(162, 59, 51, 1) 100%);
}
.quotes .social li a img {
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.quotes .social li a img.white { opacity: 1; }
.quotes .social li a img.color { opacity: 0; }
.quotes .social li a:hover img.white { opacity: 0; }
.quotes .social li a:hover img.color { opacity: 1; }
/* ==========================================================================
   _Контакты
   ========================================================================== */
.contact-us .mail {
	color: #563229;
}
.contact-us .tel {
	color: #563229;
	cursor: default;
	text-decoration: none;
}
.contact-us .map {
	height: 456px;
	margin-bottom: 33px;
	padding: 2px;
	border: 1px solid #ddd3cb;
	border-radius: 3px;
}
.contact-us .map .map-in {
	width: 100%;
	height: 100%;
}
/* ==========================================================================
   _Популярные вопросы
   ========================================================================== */
.last-faq .button {
	margin-bottom: 26px;
	padding-top: 9px;
	padding-right: 34px;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
}
.last-faq .button:before {
	width: 14px;
	height: 18px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	right: 6px;
	top: 6px;
	background: url("img/sprite/arrow-small.png") 0 0 no-repeat;
}
.last-faq .entry {
	margin-bottom: 16px;
	font-style: italic;
}
.last-faq .author {
	padding: 0;
	border-radius: 1px;
	box-shadow: -4px 0 0 3px #eee7db, 4px 0 0 3px #eee7db;
	display: inline;
	font-weight: bold;
	background: #eee7db;
}
.last-faq .link {
	margin-top: 4px;
	line-height: 18px;
	display: block;
	color: #563229;
}
/* ==========================================================================
   _Ответы
   ========================================================================== */
.reply .h4 {
	margin-bottom: 8px;
}
.reply .question {
	font-style: italic;
}
.reply .question .time {
	margin-bottom: 10px;
	display: block;
	text-align: right;
	font-weight: bold;
}
.reply .question .text {
	margin-bottom: 10px;
}
.reply .question .author {
	display: block;
	font-weight: bold;
}
/* ==========================================================================
   _Фотогалерея
   ========================================================================== */
.photogallery {
	overflow: hidden;
}
.photogallery .h4 {
	margin-bottom: 20px;
}
.photogallery .pages {
	margin-bottom: 24px;
}
.photogallery .list {
	margin: 0 -10px;
}
.photogallery .list:after { display: table; content: '\0020'; clear: both; }
.photogallery .item {
	width: 33.3%;
	margin: 0 0 24px;
	padding: 0 10px;
	float: left;
}
.photogallery .item:nth-child(3n+1) {
	clear: left;
}
.photogallery figure {
	max-width: 200px;
	margin: 0;
}
.photogallery .photo {
	width: 100%;
	height: 150px;
	margin: 0 auto 7px;
	padding: 2px;
	display: block;
	border: 1px solid #e0d6c5;
	border-radius: 9px;
	position: relative;
}
.photogallery .photo:before {
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 9px;
	transition: background .2s ease;
}
.photogallery .item:hover .photo:before {
	background: rgba(255, 255, 255, .25);
}
.photogallery .photo img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
}
.photogallery figcaption {
	font-weight: bold;
}
.photogallery figcaption a {
	color: #58433e;
}
.photogallery .item:hover figcaption a {
	text-decoration: underline;
}
/* ==========================================================================
   _Анкета
   ========================================================================== */
.questionnaire .h4 {
	line-height: 25px;
	margin-bottom: 13px;
}
.questionnaire .video {
	margin-bottom: 16px;
	border-radius: 0;
}
.questionnaire .download {
	padding-left: 22px;
	margin-bottom: 10px;
	letter-spacing: -.01em;
	display: block;
	font-style: italic;
	font-weight: bold;
	position: relative;
}
.questionnaire .download:before {
	width: 16px;
	height: 16px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background: url("img/sprite/download.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -2px;
}
.questionnaire .form {
	margin-top: 24px;
}
.questionnaire .form-line {
	margin-bottom: 4px;
}
.questionnaire .form-submit {
	margin-top: 22px;
	margin-bottom: 0;
	text-align: left;
}
.questionnaire .text-mobile { display: none; }
/* ==========================================================================
   _Список работ
   ========================================================================== */
.research .h4 {
	margin-bottom: 26px;
}
.research-list {
	margin-bottom: 28px;
}
.research-list .item {
	padding: 16px 0 19px;
	position: relative;
}
.research-list .item:after {
	height: 3px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("img/border.png") 50% 50% repeat-x;
}
.research-list .item p:last-of-type {
	margin-bottom: 0;
}
.research-list .h5 {
	margin-bottom: 6px;
}
.research-list .name {
	font-style: italic;
}
.research-list .name a {
	color: #563229;
}
.research .tabs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.research .tabs-list li {
	display: inline-block;
	vertical-align: bottom;
}
.research .tabs-list li a {
	padding: 6px 24px 3px;
	display: block;
	text-decoration: none !important;
	background: #eee7db;
	border: 1px solid #e0d6c5;
	border-radius: 6px 6px 0 0;
}
.research .tabs-list li.active a {
	padding-top: 8px;
	background: transparent;
	border-bottom-color: #fffbf4;
}
.research .form-search {
	margin-top: -1px;
	padding-top: 29px;
}
.research .sort {
	text-align: center;
}
.research .sort:after { display: table; content: '\0020'; clear: both; }
.research .sort label.left {
	float: left;
}
.research .sort label.right {
	float: right;
}
.research .sort .jq-selectbox {
	width: 130px;
	min-width: 0;
	text-align: left;
}
.research .sort .sign {
	width: 12px;
	height: 2px;
	margin: 0 12px;
	display: inline-block;
	position: relative;
	top: 7px;
	background: #8f7b76;
}
.abc-list {
	margin: 0 -1px 9px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}
.research .abc-list:last-of-type {
	margin-bottom: 0;
}
.abc-list:after { display: table; content: '\0020'; clear: both; }
.abc-list li {
	margin: 0 1px;
	float: left;
}
.abc-list li.li-mobile { display: none !important; }
.abc-list li a {
	width: 18px;
	height: 18px;
	display: block;
	border: 1px solid #e0d6c5;
	border-radius: 3px;
}
.abc-list li a:hover, .abc-list li.active a {
	text-decoration: none;
	border-color: #eee7db;
	background: #eee7db;
}
.structure-pic img {
	max-width: 100%;
	display: block;
}
/* ==========================================================================
   _PROFILE
   ========================================================================== */
.profile .red {
	color: #c00;
}
.profile-table {
	width: 100%;
	margin-bottom: 20px;
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
}
.profile-table p {
	margin-bottom: 0;
}
.profile-table .require {
	position: relative;
}
.profile-table .require:after {
	margin: 0 4px;
	display: inline-block;
	content: '*';
	overflow: hidden;
	clear: both;
	color: #c00;
	font-size: 16px;
	line-height: 14px;
}
.profile-table .add {
	margin-left: 12px;
	display: inline-block;
	padding: 6px 15px 6px 32px;
	border: 1px dashed #a28c82;
	border-radius: 7px;
	position: relative;
	vertical-align: middle;
}
.profile-table .add:hover {
	text-decoration: none;
}
.profile-table .add:before, .profile-table .add:after {
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	position: absolute;
	background-color: #a28c82;
	top: 50%;
	transition: background-color .2s;
}
.profile-table .add:hover:before, .profile-table .add:hover:after {
	background-color: #563229;
}
.profile-table .add:before {
	width: 2px;
	height: 12px;
	left: 17px;
	margin-top: -6px;
}
.profile-table .add:after {
	width: 12px;
	height: 2px;
	left: 12px;
	margin-top: -1px;
}
.profile-table .tr {
	display: table-row;
}
.profile-table .td {
	padding: 16px 20px;
	display: table-cell;
	vertical-align: middle;
}
.profile-table .td:after, .profile-table .td-define .cols:after { display: table; content: '\0020'; clear: both; }
.profile-table .td-name {
	width: 21.3%;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #d9d2c6;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
}
.profile-table .td-define {
	width: 78.7%;
	background-color: #eee7db;
}
.profile-table .td-define .cols {
	margin: 0 -5px;
}
.profile-table .td-define .col {
	width: 50%;
	padding: 0 5px;
	float: left;
}
.profile-table .name {
	margin: 0 -8px;
}
.profile-table .name .form-line {
	width: 160px;
	margin: 0 8px;
	display: inline-block;
}
.profile-table .name .form-line input {
	padding-top: 7px;
	padding-bottom: 7px;
}
.profile-table .jq-selectbox {
	margin: 0 4px 0 0;
}
.profile-table .rate-slider {
	width: 450px;
	min-height: 36px;
	padding: 16px 70px 12px 60px;
	position: relative;
}
.profile-table .rate-slider .left {
	position: absolute;
	left: 0;
	top: 2px;
}
.profile-table .rate-slider .right {
	position: absolute;
	right: 5px;
	top: 2px;
}
.profile-table .rate-slider input[type="text"] {
	width: 44px;
	padding: 7px 8px;
	font-size: 14px;
	font-style: normal;
}
.profile .retain {
	text-align: right;
}
/* Profile-Info */
.profile-info {
	margin-bottom: 16px;
}
.profile-info .heading {
	margin-bottom: 11px;
}
.profile-info .inside:after { display: table; content: '\0020'; clear: both; }
.profile-info .left {
	width: 200px;
	float: left;
}
.profile-info .right {
	padding-left: 20px;
	float: left;
    max-width: 540px;
}
.profile-info .photo {
	width: 200px;
	height: 200px;
	margin-top: 2px;
	margin-bottom: -8px;
	padding: 2px;
	background-color: #fffbf4;
	border: 1px solid #e0d6c5;
	border-radius: 4px;
	z-index: 20;
	position: relative;
}
.profile-info .photo img {
	width: 100%;
	height: 100%;
	display: block;
}
.profile-info .rate {
	margin-bottom: 12px;
	font-size: 14px;
	position: relative;
}
.profile-info .rate:after { display: table; content: '\0020'; clear: both; }
.profile-info .rate-in {
	margin-left: -4px;
	padding: 13px 20px 6px;
	float: left;
	background-color: #eee7db;
	border-radius: 0 0 7px 7px;
	border: 1px solid #e0d6c5;
	z-index: 10;
	position: relative;
}
.profile-info .rate .button {
	width: 42px;
	height: 42px;
	margin-right: -4px;
	padding: 0;
	float: left;
	border-radius: 0 0 0 7px;
	position: relative;
}
.profile-info .rate .button:before {
	width: 14px;
	height: 14px;
	margin: -3px 0 0 -9px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.profile-info .rate .button.plus:before { background-image: url('img/sprite/plus.png'); }
.profile-info .rate .button.plus {
	margin-right: 0;
	border-left: 1px solid #a01b11;
}
.profile-info .rate .button.plus:not(:hover) {
	background: #8d1a0e linear-gradient(to bottom, rgba(150, 21, 16, 1) 0%, rgba(141, 26, 14, 1) 100%);
}
.profile-info .rate .button.minus:before { background-image: url('img/sprite/minus.png'); }
.profile-info .rate .number {
	font-size: 15px;
}
.profile-info .actions .line {
	margin-bottom: 8px;
	display: block;
	color: #563229;
}
.profile-info .actions .line:hover {
	color: #84070d;
	text-decoration: none;
}
.profile-info .actions .line .in {
	padding-left: 24px;
	position: relative;
}
.profile-info .actions .line .in:before, .profile-info .actions .line .in:after {
	width: 16px;
	height: 16px;
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .2s;
}
.profile-info .actions .line .in:before { opacity: 1; }
.profile-info .actions .line .in:after { opacity: 0; }
.profile-info .actions .line-edit .in:before { background-image: url('img/sprite/edit.png') }
.profile-info .actions .line-mail .in:before { background-image: url('img/sprite/mail.png') }
.profile-info .actions .line-add .in:before { background-image: url('img/sprite/add.png') }
.profile-info .actions .line-edit .in:after { background-image: url('img/sprite/edit-red.png') }
.profile-info .actions .line-mail .in:after { background-image: url('img/sprite/mail-red.png') }
.profile-info .actions .line-add .in:after { background-image: url('img/sprite/add-red.png') }
.profile-info .actions .line:hover .in:before { opacity: 0; }
.profile-info .actions .line:hover .in:after { opacity: 1; }
.profile-info .inform {
	margin-bottom: 20px;
}
.profile-info .inform .h {
	margin-bottom: 2px;
	text-transform: none;
}
.profile-info .inform .line {
	margin-bottom: 0;
}
.profile-info .inform .tel {
	color: #563229;
	text-decoration: none;
	cursor: default;
}
.profile-info .inform .mail {
	color: #563229;
	text-decoration: none;
}
.profile-info .inform .status {
	padding: 1px 5px 2px;
	font-style: italic;
	font-weight: bold;
	background-color: #eee7db;
	border-radius: 2px;
}
.entry .status {
	padding: 1px 5px 2px;
	font-style: italic;
	font-weight: bold;
	background-color: #eee7db;
	border-radius: 2px;
}
/* ==========================================================================
   _PAGE-LIST
   ========================================================================== */
.page-list {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e0d6c5;
}
.page-list:after { display: table; content: '\0020'; clear: both; }
.page-list li {
	display: inline-block;
	vertical-align: bottom;
}
.page-list li a {
	padding: 6px 24px 3px;
	display: block;
	text-decoration: none !important;
	background: #eee7db;
	border: 1px solid #e0d6c5;
	border-radius: 6px 6px 0 0;
}
.page-list li.active a {
	background: transparent;
	border-bottom-color: #fffbf4;
}
@media (min-width: 600px) {
	.page-list li.active a {
		padding-top: 8px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 16px;
	}
}
.page-list .amount {
	margin: 0 4px;
	padding: 2px 4px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -1px;
	color: #fffbf4;
	font-size: 12px;
	line-height: 12px;
	background-color: #bb0a1d;
	border-radius: 2px;
}
/* ==========================================================================
   _USERS
   ========================================================================== */
.users {
	margin-bottom: 18px;
}
.users .entry {
	margin-bottom: 4px;
	padding-top: 18px;
	padding-bottom: 18px;
	position: relative;
}
.users .entry:after {
	height: 3px;
	content: '\0020';
	opacity: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('img/border.png') repeat-x 50% 0;
	background-size: auto 100%;
}
.users .link {
	min-height: 100px;
	padding-left: 110px;
	display: block;
	position: relative;
	text-decoration: none;
}
.users .link:hover {
	text-decoration: none;
}
.users .link .img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
.users .link .img .top {
	padding: 3px 10px 3px 27px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	opacity: 0;
	background-color: #790c08;
	transition: opacity .1s;
}
.users .link .img:hover .top {
	opacity: 1;
}
.users .link .img .top:before {
	width: 16px;
	height: 16px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	left: 9px;
	top: 5px;
	background: url("img/sprite/search-5.png") 0 0 no-repeat;
	background-size: cover;
}
.users .link .img .top .in {
	border: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: -webkit-linear-gradient(#fffefa, #ffe4bb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.users .link .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.users .link .name {
	display: block;
	font-weight: 700;
}
/* ==========================================================================
   _MESSAGES
   ========================================================================== */
.messages .list {
	width: 100%;
	margin-bottom: 16px;
	display: table;
}
.messages .list .line {
	display: table-row;
	text-decoration: none;
}
.messages .list .line .td {
	padding: 20px 10px 14px;
	display: table-cell;
	position: relative;
}
.messages .list .line .td:after {
	width: 100%;
	height: 3px;
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("img/border.png") 0 0 repeat-x;
}
.messages .list .line .td-image {
	min-width: 84px;
	padding-left: 20px;
}
.messages .list .line .td-subject {
	width: 100%;
	padding-left: 38px;
}
.messages .list .line .td-name {
	padding-left: 0;
	white-space: nowrap;
}
.messages .list .line .td-time {
	font-weight: bold;
}
.messages .list .line .td-check {
	padding-left: 0;
	padding-right: 14px;
}
.messages .list .line .img {
	width: 50px;
	height: 50px;
}
.messages .list .line-unread .td {
	font-weight: bold;
	background-color: #eee7db;
}
.messages .actions {
	margin-bottom: 20px;
	position: relative;
	padding-right: 150px;
}
.messages .actions:after { display: table; content: '\0020'; clear: both; }
.messages .actions .type {
	min-width: 170px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.messages .actions .button {
	min-width: 200px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	right: 14px;
	line-height: 16px;
}
.messages .actions .delete {
	padding-left: 16px;
	line-height: 14px;
	position: absolute;
	text-decoration: none;
	right: 10px;
	bottom: 0;
}
.messages .actions .delete:hover {
	text-decoration: none;
}
.messages .actions .delete:before {
	width: 14px;
	height: 14px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background: url("img/sprite/cart.png") 0 0 no-repeat;
	position: absolute;
	top: -1px;
	left: 0;
}
.messages .actions .delete .jq-checkbox {
	margin: 0 8px 0 6px;
}
.messages .form {
	max-width: 70%;
}
/* message-open */
.message-open .download {
	margin-bottom: 14px;
	position: relative;
	padding-left: 44px;
	display: inline-block;
	text-decoration: none;
}
.message-open .download:before {
	width: 30px;
	height: 30px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background: url("img/sprite/download-2.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	left: 5px;
	top: 5px;
}
.message-open .mailer {
	width: 100%;
	margin-bottom: 16px;
	display: table;
}
.message-open .mailer .tr {
	display: table-row;
	text-decoration: none;
}
.message-open .mailer .td {
	padding: 20px 10px;
	display: table-cell;
	position: relative;
	font-weight: bold;
	background-color: #eee7db;
}
.message-open .mailer .td:after {
	width: 100%;
	height: 3px;
	display: block;
	content: '\0020';
	overflow: hidden;
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("img/border.png") 0 0 repeat-x;
}
.message-open .mailer .td-image {
	min-width: 80px;
	padding-left: 20px;
}
.message-open .mailer .td-subject {
	width: 100%;
	padding-left: 38px;
}
.message-open .mailer .td-name {
	padding-left: 0;
	white-space: nowrap;
}
.message-open .mailer .td-time {
	padding-right: 20px;
}
.message-open .mailer .img {
	width: 50px;
	height: 50px;
}
.message-open .text {
	margin-bottom: 14px;
}
.message-open .form-line {
	margin-bottom: 4px;
}
.message-open .form-line textarea {
	height: 184px;
	padding: 10px;
}
.message-open .quote {
	margin: 0 0 28px;
	padding: 10px;
	background-color: #eee7db;
	border-radius: 5px;
	line-height: 18px;
}
.message-open .quote .author {
	font-style: italic;
	padding-left: 16px;
	position: relative;
}
.message-open .quote .author:before {
	width: 12px;
	height: 12px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background: url("img/sprite/blockquote-brown.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.message-open .quote p:last-of-type { margin-bottom: 0; }
/* ==========================================================================
   _SEARCH-LINE
   ========================================================================== */
.search-line .form-line {
	position: relative;
}
.search-line input[type="text"] {
	box-shadow: none;
}
.search-line .jq-selectbox {
	width: 30px;
	height: 30px;
	position: absolute !important;
	display: block !important;
	top: 0;
	right: 0;
}
.search-line .jq-selectbox .jq-selectbox__select {
	height: 30px;
	padding: 0;
	box-shadow: none;
	background: #fff;
}
.search-line .jq-selectbox.opened .jq-selectbox__select { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.search-line .jq-selectbox .jq-selectbox__trigger { width: 28px; }
.search-line .jq-selectbox .jq-selectbox__select-text { display: none !important; }
.search-line .jq-selectbox .jq-selectbox__dropdown {
	width: 150px !important;
	border-radius: 5px 0 5px 5px !important;
	margin-top: 0;
	left: auto !important;
	right: 0;
	top: 29px;
}
.search-line .jq-selectbox .jq-selectbox__dropdown ul {
	border-radius: 5px 0 5px 5px;
	overflow: hidden;
}
.search-line .jq-selectbox .jq-selectbox__trigger-arrow:before {
	width: 12px;
	height: 2px;
	border: none;
	margin: -1px 0 0 -6px;
	display: block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #6b4a42;
}
.search-line .jq-selectbox .jq-selectbox__trigger-arrow:after {
	width: 12px;
	height: 6px;
	border: none;
	border-top: 2px solid #6b4a42 !important;
	border-bottom: 2px solid #6b4a42 !important;
	margin: -5px 0 0 -6px;
	display: block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background: none;
}
.search-line .list {
	width: 130px;
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
	position: absolute;
	top: 29px;
	right: 0;
	border: 1px solid #eceae6;
	border-radius: 5px;
	overflow: hidden;
	border-top-right-radius: 0;
	z-index: 20;
}
.search-line .list li a {
	padding: 10px 12px;
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #eceae6;
}
.search-line .list li:last-child a {
	border-bottom: none;
}
.search-line .list li a:hover {
	text-decoration: none;
	background-color: #eee8de;
}
.search-line .toggle {
	width: 32px;
	height: 28px;
	display: block;
	cursor: pointer;
	background-color: #fff;
	border-radius: 4px;
	border-top: 1px solid #dcdbdb;
	border-left: 1px solid #dcdbdb;
	border-right: 1px solid #dcdbdb;
	z-index: 100;
	position: absolute;
	top: 1px;
	right: 0;
}
.search-line .toggle.open {
	height: 29px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.search-line .toggle.open:before {
	width: 31px;
	height: 1px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	right: 0;
}
.search-line .toggle-in {
	width: 12px;
	height: 10px;
	margin: -5px 0 0 -6px;
	display: block;
	border-top: 2px solid #6b4a42;
	border-bottom: 2px solid #6b4a42;
	position: absolute;
	top: 50%;
	left: 50%;
}
.search-line .toggle-in:before {
	height: 2px;
	display: block;
	content: '\0020';
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	background-color: #6b4a42;
}
/* ==========================================================================
   _Popup
   ========================================================================== */
.popup-login {
	width: 320px;
	margin: 0 auto;
	padding: 26px;
	background-color: #fffbf4;
	border-radius: 5px;
	position: relative;
}
.popup-login .form-line {
	margin-bottom: 12px;
}
.popup-login input[type="submit"] {
	width: 100%;
	text-transform: uppercase;
	font-style: normal;
}
.popup-login .action-line {
	margin-top: 12px;
	margin-bottom: 0;
}
.popup-login .action-line:after { display: table; content: '\0020'; clear: both; }
.popup-login .action-line .checkbox {
	float: left;
}
.popup-login .action-line .checkbox .jq-checkbox {
	margin-top: -7px;
}
.popup-login .action-line .link {
	float: right;
	color: #563229;
}
.popup-login .mfp-close {
	width: 26px;
	height: 26px;
	text-indent: -5000px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #cbc4ac;
	cursor: pointer;
	top: -11px;
	right: -9px;
	background-color: #a23b33;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.40);
	opacity: .9;
}
.popup-login .mfp-close:hover {
	opacity: 1;
}
.popup-login .mfp-close:before {
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background: url('img/sprite/close.png') 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
}
/* ==========================================================================
   _AUDIOJS
   ========================================================================== */
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 100%; height: 40px; padding: 0 80px 0 124px; background: #423a37; overflow: hidden; position: relative; font-size: 12px; border-radius: 8px; box-shadow: none; }
.audiojs .play-pause { width: 70px; height: 20px; padding: 0; margin: 0; position: absolute; left: 12px; top: 50%; margin-top: -10px; overflow: hidden; border: none; }
.audiojs p { width: 20px; height: 20px; display: block; position: relative; float: left; margin: 0 3px 0 0; cursor: pointer; border-radius: 2px; }
.audiojs .play { display: block; position: relative; background: #85060d; }
.audiojs .play:before { width: 0; height: 0; display: block; content: '\0020'; overflow: hidden; position: absolute; top: 6px; left: 7px; border-style: solid; border-width: 4px 0 4px 6px; border-color: transparent transparent transparent #fff; }
.audiojs .scrubber { position: relative; float: none; width: 100%; background: #a6a094; height: 5px; margin: 18px 0; border-top: 1px solid #3f3f3f; border-left: 0; border-bottom: 0; border-radius: 3px; cursor: pointer; overflow: visible; z-index: 1; }
.audiojs .progress { position: absolute; top: 0; left: -1px; height: 4px; width: 0; background: #85060d; border-radius: 3px; z-index: 1; }
.audiojs .progress:before { width: 10px; height: 10px; display: block; content: '\0020'; overflow: hidden; position: absolute; right: -5px; top: -3px; cursor: pointer; border-radius: 50%; background-color: #fffcf5; }
.audiojs .loaded { position: absolute; top: 0; left: 0; height: 4px; width: 0; background: #efe6dd; border-radius: 3px; }
.audiojs .time { height: 40px; margin: 0; padding: 0; border: none; position: absolute; left: 88px; right: 40px; top: 0; color: transparent; font: 10px/40px "Times New Roman", sans-serif; z-index: 0; }
.audiojs .time em { padding: 0; position: absolute; left: 0; top: 0; color: #fbf6f3; font-style: normal; }
.audiojs .time strong { position: absolute; right: 0; top: 0; font-weight: 400; color: #fbf6f3; }
.audiojs .error-message { float: left; display: none; margin: 0 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff; text-overflow: ellipsis; -o-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; }
.audiojs .loading { display: none; background: url('img/player-graphics.gif') -9px -38px no-repeat; }
.audiojs .error { display: none; background: url('img/player-graphics.gif') -9px -68px no-repeat; }
.audiojs .stop { position: relative; background: #85060d; }
.audiojs .stop:before { width: 8px; height: 8px; margin: -4px 0 0 -4px; display: block; content: '\0020'; overflow: hidden; position: absolute; top: 50%; left: 50%; border-radius: 0; background: #fffcf5; }
.audiojs .pause { display: block; position: relative; background: #85060d; }
.audiojs .pause:before { display: block; content: '\0020'; overflow: hidden; position: absolute; left: 6px; top: 5px; right: 7px; bottom: 5px; border-left: 2px solid #fff; border-right: 2px solid #fff; }
.loading .play, .loading .pause, .loading .error { display: block !important; }
.loading .loading { display: block; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }
/* ==========================================================================
   _AUDIO_PLAYER_SMALL
   ========================================================================== */
.audio-player-small .audiojs {
	height: 16px;
	padding: 0 0 0 60px;
	background: transparent;
	border-radius: 0;
}
.audio-player-small .audiojs .scrubber {
	margin: 0;
	height: 16px;
	border: none;
	background: #eee7db;
}
.audio-player-small .audiojs .play-pause {
	width: 60px;
	height: 16px;
	left: 0;
	top: 0;
	margin-top: 0;
	padding: 0;
}
.audio-player-small .audiojs p {
	width: 16px;
	height: 16px;
}
.audio-player-small .audiojs .play:before {
	top: 4px;
	left: 5px;
}
.audio-player-small .audiojs .progress {
	height: 16px;
	left: 0;
}
.audio-player-small .audiojs .progress:before { display: none; }
.audio-player-small .audiojs .loaded {
	height: 16px;
	background: transparent;
}
.audio-player-small .audiojs .loading { background: url('img/player-graphics.gif') -6px -37px no-repeat; }
.audio-player-small .audiojs .time { display: none; }
.audio-player-small .audiojs .error:before { width: 6px; height: 6px; margin: -3px 0 0 -3px; }
.audio-player-small .audiojs .pause:before {
	top: 4px;
	left: 5px;
	right: 4px;
	bottom: 4px;
}
/* ==========================================================================
   _Адаптивность (до 1140px)
   ========================================================================== */
@media (max-width: 1140px) {
    .profile-info .right {max-width: 340px;}
	.wrapper, .header .wrapper { max-width: 940px; }
	.header:before { margin-right: 470px; }
	.header:after { margin-left: 470px; }
	.header .name span{ font-size: 24px !important;}
	.header .name { width: 120px; margin-left: -60px; }
	.header .name .text:nth-child(1) { margin-right: -3px; }
	.header .name .text:nth-child(2) { margin-left: -1px; }
	.header .calendar { display: block; }
	.nav .wrapper { padding-right: 40px; }
    .nav .list-center.list {margin: 0 -50px 0 -37px; width: auto;}
	.nav .list > li.sub > a { padding-right: 37px; }
	.nav .list > li.sub:before { right: -12px; }
	.nav .search { display: none; z-index: 20; }
	.nav.nav-open .search, .nav .toggle-search { display: block; }
	.footer .up { display: none; }
	.content { }
	.content-full {  }
	.aside-hidden { display: none; }
	.aside.right { float: left; }
	.mobile-hidden { display: none; }
	.mobile-visible { display: block; }
	.last.audio .item:not(:first-of-type) { display: none; }
	.banner-small { margin-bottom: 24px; }
	.last.photogallery-small { margin-top: 33px; }
	.last.audio, .last.news-small { margin-bottom: 24px; }
	.last.news-small .all { position: relative; top: -9px; }
	.last.news-small .h4-link { margin-bottom: 8px; line-height: 26px; }
	.last.news-small .heading { margin: -2px 0 5px 0; line-height: 14px; }
	.last.news-small .item {  }
	.header .user, .header .login.exit { display: none; }
	.profile-list { width: 180px; display: block; position: absolute; right: 20px; top: 0; z-index: 25; }
	.profile-list .toggle { padding: 12px 14px 14px 20px; position: relative; float: right; cursor: pointer; color: #563229; }
	.profile-list .toggle:hover { text-decoration: none; }
	.profile-list .toggle:before, .profile-list .toggle:after { display: block; content: '\0020'; overflow: hidden; clear: both; position: absolute; top: 50%; }
	.profile-list .toggle:before { width: 15px; height: 15px; background: url("img/sprite/user-1.png") 0 0 no-repeat; background-size: cover; left: 0; margin-top: -10px; }
	.profile-list .toggle:after { width: 0; height: 0; border-style: solid; border-width: 5px 4px 0 4px; border-color: #563229 transparent transparent transparent; right: 0; margin-top: -4px; }
	.profile-list .list { display: none; opacity: 0; list-style: none; padding: 0; margin: 0; background-color: #fffbf4; position: absolute; top: 45px; right: -20px; font-size: 12px; line-height: 16px; transition: opacity .5s 1s; }
	.profile-visible .profile-list .toggle:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
	.profile-visible .profile-list .list { display: block; opacity: 1; }
	.profile-list .list li { border: 1px solid #ddd3cb; }
	.profile-list .list li a { padding: 10px 20px; display: block; color: #563229; }
	.profile-list .list li a:hover { color: #84070d; text-decoration: none; }
}
/* ==========================================================================
   _Адаптивность (планшет вертикально)
   ========================================================================== */
@media (max-width: 1280px){
	.nav .list > li:before { display: none; }
}   
@media (max-width: 999px) {
    .profile-info .right {max-width: 510px;}
	.wrapper { max-width: 100%; }
	.wrapper-content{
		flex-wrap: wrap;
	}
	.content { 
		flex: 0 0 100%;
	    max-width: 100%;
	    padding-right: 0;
    }
	.nav .wrapper { padding-right: 50px; padding-left: 0; }
	.nav .search { right: 20px; }
	.nav .list { margin: 0; font-size: 16px;}
    .nav .list-center.list { margin: 0; width: auto;}
	.nav .list > li:before { display: none; }
	.nav .list > li > a, .nav .list > li > a > .shadow { padding-left: 10px; padding-right: 10px; }
	.nav .list > li.sub > a { padding-right: 20px; }
	.nav .list > li.sub:after { right: 2px; }
	.nav .toggle-search { right: 20px; }
	.header .wrapper { padding-top: 50px; }
	.header .wrapper:before { display: none; }
	.header:before { height: 48px; margin: 0; right: 0; background: url("img/header-mobile.png") 50% 50% repeat-x; background-size: 48px 48px; }
	.header:after { display: none; }
	.header .name { width: auto; height: auto; margin-top: 2px; margin-bottom: 18px; position: relative; left: auto; margin-left: auto; margin-right: auto; text-align: center; line-height: 32px; }
	.header .name .text { margin-bottom: 6px; float: none; display: block; position: relative; top: auto; left: auto !important; right: auto !important; background-position: 50% 0; text-shadow: 0 0 15px rgba(255, 255, 255, .25); }
	.header .name .shadow { left: 50%; margin-left: -98px; text-shadow: none; display: none;}
	.header .name .text:nth-child(2) .shadow { margin-left: -86px; }
	.header .logo { margin-bottom: 18px; position: relative; left: auto; margin-left: auto; top: 0; margin-right: auto; }
	.header .logo img { max-width: none; }
	.header .login { right: 20px; }
	.header .calendar { right: 100px; }
	.header .social { left: 20px; }
	.header .special-version{right: 10px;}	
	.content { float: none; margin: 0 auto; }
	.footer .navigation ul li { margin: 0; }
	.footer .navigation .icon { display: none; }
	.video iframe { width: 100%; }
	.gallery .slider-nav .entry { max-width: 100%; }
	.index .image { width: 100%; height: auto; }
	.aside { display: none; }
	.aside-visible { display: block; float: none; }
	.mobile-hide { display: none; }
	.schedule { display: none; }
	.schedule-mobile { display: block; }
	.last-faq .h4 { position: relative; margin-top: 14px; padding-top: 14px; }
	.last-faq .entry { position: relative; margin-bottom: 14px; padding-bottom: 14px; }
	.last-faq .entry:after, .last-faq .h4:after { height: 3px; display: block; content: '\0020'; overflow: hidden; clear: both; position: absolute; bottom: 0; left: 0; right: 0; background: url("img/border.png") 50% 50% repeat-x; }
	.last-faq .h4:after { bottom: auto; top: 0; }
	.last-faq .entry:last-of-type { margin-bottom: 0; padding-bottom: 0; }
	.last-faq .entry:last-of-type:after { display: none; }
	.photogallery .item { width: 25%; }
	.photogallery .item:nth-child(3n+1) { clear: none; }
	.photogallery .item:nth-child(4n+1) { clear: left; }
	.photogallery .photo { width: 100%; height: auto; }
	.header-low .name { max-width: 400px; padding-left: 140px; margin: 0 auto; top: 60px; }
	.header-low .name .text { margin: 2px 0; text-align: left; text-shadow: 0 0 15px #fffde9, 0 0 30px #fffde9, 0 2px 0 rgba(0, 0, 0, .25); }
	.header-low .name .text .shadow { left: 0 !important; margin: 0 !important; }
	.header-low .logo { width: auto; height: auto; position: absolute; margin: 0 0 0 -185px; top: 84px; left: 50%; z-index: 9; }
	.research .sort label { width: 46%; margin: 0; }
	.research .sort label.left { text-align: left; }
	.research .sort label.right { text-align: right; }
	.research .sort label.left .jq-selectbox:first-of-type { margin-left: 0; }
	.research .sort label.right .jq-selectbox:last-of-type { margin-right: 0; }
	.research .sort .jq-selectbox { width: 46%; }
}
@media (max-width: 890px){
.nav .list > li > a, .nav .list > li > a > .shadow { padding-left: 14px !important; padding-right: 14px !important; }	
}
@media (max-width: 767px) {
	.nav_not_auth {
		margin: 0 -14px !important;
		padding: 0!important;
	}
    .profile-info .right {max-width: 340px;}
	body { padding-bottom: 0; }
	.wrapper { padding-left: 14px; padding-right: 14px; }
	img { max-width: 100%; }
	.nav { height: auto; background: transparent; padding-top: 55px; z-index: 4;}
	.nav .wrapper { padding-right: 14px; }
	.nav:before { height: 55px; display: block; content: ' '; overflow: hidden; position: absolute; background: #790c08; top: 0; left: 0; right: 0; }
	.nav .list { display: none; }
    .nav .list-center.list {display: none;}
	.nav .list.open { display: block; margin: 0 -14px; }
	.nav .list > li { float: none; padding-left: 15px !important; padding-right: 0; border-top: 1px solid #b31b14; background: #981a11 linear-gradient(to bottom, rgba(94, 27, 0, 1) 0%, rgba(147, 0, 14, 1) 100%); }
	.nav .list > li:before { display: none; }
	.nav .list > li.sub:after { display: block; right: 14px; top: 26px !important; }
	.nav .list > li.sub:hover:after { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	.nav .list > li.sub.open:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
	.nav .list > li > a { padding-top: 16px; padding-bottom: 16px; }
	.nav .list li.sub:hover ul { display: none; }
	.nav .list li ul { width: auto; padding-bottom: 8px; position: relative; top: auto; left: auto; border-radius: 0; background: #fffbf4; }
	.nav .list li.sub.open > ul { display: block; }
	.nav .list li ul:before { display: none; }
	.nav .list li ul li { padding-left: 0; padding-right: 0; }
	.nav .list li ul li:hover { background: transparent; }
	.nav .list li ul li a { color: #563229; background: none; -webkit-text-fill-color: #563229; padding-left: 26px; padding-right: 26px; border-bottom-color: #ddd3cb; border-top: none; }
	.nav .list li ul li a:before { left: 14px; background: #563229; }
	.nav .list li ul li ul { position: relative; top: auto; left: auto; padding-left: 10px; }
	.nav .list li ul li ul li:hover { background: transparent; }
	.nav .list li ul li.sub-in { position: relative; }
	.nav .list li ul li.sub-in:after { width: 0; height: 0; border-style: solid; border-width: 6px 4px 0 4px; border-color: #563229 transparent transparent transparent; display: block; content: '\0020'; overflow: hidden; clear: both; position: absolute; right: 14px; top: 16px; }
	.nav .list li ul li.sub-in.open:after { top: 14px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
	.nav .list li ul li.sub-in.open > ul { display: block; }
	/*noinspection ALL*/
	.nav .toggle { display: block; color: #fff8e7; font: 26px 'Raleway', sans-serif; position: absolute; left: 14px; top: 0; right: 14px; padding: 14px 14px 14px 34px; cursor: pointer; background: -webkit-linear-gradient(#fffcef, #ffdaa5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
	.nav .toggle:before, .nav .toggle:after { display: block; content: ' '; overflow: hidden; position: absolute; }
	.nav .toggle:before { width: 25px; height: 25px; left: 0; top: 16px; background: url("img/sprite/menu-toggle.png") 0 0 no-repeat; background-size: cover; }
	.nav .toggle:after { width: 10px; height: 8px; background: url("img/sprite/arrow.png") 0 0 no-repeat; background-size: cover; right: 0; top: 26px; }
	.nav .toggle.open:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
	.nav .search { width: 100%; top: -86px; left: 0; right: 0; }
	.nav .search input[type="text"] { display: block; height: 32px; border-radius: 0; background: rgba(255, 255, 255, .6); box-shadow: none; }
	.nav .search input[type="submit"] { background-image: url("img/sprite/search-3.png"); background-size: 25px 25px; background-position: 50% 50%; }
	.nav .search { display: block; }
	.nav .search input[type="text"] { padding-left: 14px; font-size: 14px; font-style: italic; color: #563229; }
	/*noinspection CssInvalidPseudoSelector*/
	.nav .search ::-webkit-input-placeholder { color: #563229; opacity: 1; }
	/*noinspection CssInvalidPseudoSelector*/
	.nav .search :-moz-placeholder { color: #563229; opacity: 1; }
	/*noinspection CssInvalidPseudoSelector*/
	.nav .search ::-moz-placeholder { color: #563229; opacity: 1; }
	/*noinspection CssInvalidPseudoSelector*/
	.nav .search :-ms-input-placeholder { color: #563229; opacity: 1; }
	.nav .search input[type="submit"] { top: 1px; right: 12px; }
	.nav .toggle-search { display: none; }
	.footer { height: 122px; padding-top: 0; margin-top: 0; position: relative; }
	.footer .navigation ul { display: none; }
	.footer .counters { display: none; }
	.footer .copyright { margin: 0; position: absolute; top: 52px; left: 15px; right: 15px; text-align: center; }
	.footer .navigation .full { display: block; padding: 11px; text-align: left; font: bold 15px 'Raleway', sans-serif; background: -webkit-linear-gradient(#fffcef, #ffdaa5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #fff; text-transform: uppercase; }
	.footer .navigation .full-side { width: 50%; float: left; text-align: right; position: relative; }
	.footer .navigation .full-side.comeback { text-align: left; }
	.footer .navigation .full-side:before, .footer .navigation .full-side:after { width: 1px; display: block; content: '\0020'; overflow: hidden; clear: both; position: absolute; top: 0; bottom: 0; background: #a01b10; left: -10px; }
	.footer .navigation .full-side:after { display: none; }
	.footer .navigation .full-side.comeback:before { right: 11px; left: auto; background: #790c08; }
	.footer .navigation .full-side.comeback:after { right: 12px; left: auto; display: block; }
	.footer .navigation .full-side:before, .footer .navigation .full-side:after, .footer .navigation .full-side.comeback:after { display: none; }
	.header-low { height: 161px; }
	.header-low .name { top: 10px; }
	.header-low .logo { top: 24px; margin-left: -170px; }
	.header-low .logo img { width: 130px; height: 130px; top: auto; left: auto; }
	.photogallery .item { width: 33.3%; }
	.photogallery .item:nth-child(4n+1) { clear: none; }
	.photogallery .item:nth-child(3n+1) { clear: left; }
	.schedule-mobile .entry { margin-left: -14px; margin-right: -14px; }
	.research .sort .sign, .research .sort label.right { display: none; }
	.research .sort label { width: 100%; float: none; margin: 0; }
	.research .sort .jq-selectbox { width: auto; }
	.news .entry:after { background: url(img/news.png) 50% 0 repeat-x; background-size: auto 100%; opacity: .25; }
    .profile-table .name .form-line { width: 32%; padding-left: 8px; padding-right: 8px; margin-left: 0; margin-right: 0;}
}
/* ==========================================================================
   _Адаптивность (мобильная)
   ========================================================================== */
@media (max-width: 600px) {
	.header { height: 312px; background-image: url("img/header/day-mobile.jpg"); }
	.header-night { background-image: url("img/header/night-mobile.jpg"); background-color: #262681; }
	.header .login { right: 14px; }
	.header .social { left: 16px; top: 10px; }
	.header .social li { margin: 0 1px; }
	.header .quote { display: none; }
	.header .calendar { display: none; }
	.nav .toggle-search { display: none; }
}
/* ==========================================================================
   _Адаптивность (мобильная)
   ========================================================================== */
@media (max-width: 600px) {
	.header { height: 312px; background-image: url("img/header/day-mobile.jpg"); }
	.header-night { background-image: url("img/header/night-mobile.jpg"); background-color: #262681; }
	.header .login { right: 14px; }
	.header .social { left: 16px; top: 10px; }
	.header .social li { margin: 0 1px; }
	.header .quote { display: none; }
	.header .calendar { display: none; }
	.blockquote-small { display: none; }
	.gallery { margin-left: -14px; margin-right: -14px; margin-bottom: 14px; }
	.gallery .slider-for, .gallery .slider-for .entry { height: 170px; }
	.gallery .slider-nav { padding-left: 32px; padding-right: 32px; background: #790c08; }
	.gallery .slider-nav .entry { height: auto; }
	.gallery .slider-nav-in { min-height: 42px; }
	.gallery .slider-nav .slick-current { border-color: #e4cbc5; }
	.gallery .slider-for .text { padding: 4px 14px; font-weight: normal; height: 25px; font-size: 13px; line-height: 15px; }
	.gallery .slider-for .text .social { margin: 2px -4px 0; }
	.gallery .slider-for .text .social li { width: 14px; height: 14px; margin: 0 2px; }
	.gallery .slick-prev, .gallery .slick-next { width: 26px; height: auto; left: 0; top: 0; bottom: 0; margin-top: 0; border-radius: 0; background: #971510 linear-gradient(135deg, rgba(151, 21, 16, 1) 0%, rgba(141, 26, 14, 1) 100%); border-top: 1px solid #b41b15; border-right: 1px solid #b41b15; }
	.gallery .slick-next { right: 0; left: auto; border-right: none; border-left: 1px solid #b41b15; }
	.gallery .slick-prev .slick-prev-in, .gallery .slick-next .slick-next-in { height: 36px; }
	.gallery .slick-prev .slick-prev-in, .gallery .slick-next .slick-next-in, .gallery .slick-prev .slick-prev-in:hover, .gallery .slick-next .slick-next-in:hover { background: transparent; box-shadow: none; }
	.gallery .slick-prev .slick-prev-in:before, .gallery .slick-prev .slick-prev-in:after, .gallery .slick-next .slick-next-in:before, .gallery .slick-next .slick-next-in:after { border: none; width: 3px; height: 16px; border-radius: 4px; /*box-shadow: 0 0 1px 1px rgba(0,0,0,.4);*/ }
	.gallery .slick-prev .slick-prev-in:before, .gallery .slick-next .slick-next-in:after { margin-top: -13px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); background: #ffebca linear-gradient(135deg, rgba(255, 249, 233, 1) 0%, rgba(255, 235, 202, 1) 100%); }
	.gallery .slick-prev .slick-prev-in:after, .gallery .slick-next .slick-next-in:before { margin-top: -3px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); background: #ffebca linear-gradient(135deg, rgba(255, 235, 202, 1) 0%, rgba(255, 221, 171, 1) 100%); }
	.gallery .slick-next .slick-next-in:before { margin-top: -13px; }
	.gallery .slick-next .slick-next-in:after { margin-top: -3px; }
	.audio-player .track { margin-right: -14px; margin-left: -14px; }
	.video { margin-left: -14px; margin-right: -14px; margin-bottom: 12px; }
	.video iframe { height: 184px; }
	figure figcaption { font-size: 12px; }
	.blockquote { margin-bottom: 22px; padding: 21px 16px 19px; font-size: 16px; line-height: 20px; letter-spacing: .01em; }
	.news .h4 { margin-bottom: 10px; font-size: 18px; line-height: 24px; }
	.news .entry { padding-left: 0; padding-bottom: 20px; margin-bottom: 10px; position: relative; }
	.news .entry > .heading { padding-top: 0; padding-bottom: 5px; line-height: 19px; }
	.news .entry .image { clear: both; margin: 0 10px 2px 0; display: inline-block; float: left; position: relative; left: auto; top: auto; }
	.news .entry .author { margin-top: 1px; margin-bottom: 9px; line-height: 16px; }
	.news .entry .author strong { border-radius: 0; }
	.testimonials .entry .user { margin-bottom: 7px; }
	.testimonials .entry .name { font-size: 12px; }
	.testimonials .entry time { font-size: 13px; margin: 0 3px; }
	.testimonials .entry .comment { line-height: 19px; }
	.testimonials .hr { display: none; }
	.form-feedback .form-line-col .col-3 .required { font-size: 14px; letter-spacing: -.01em; }
	.footer .navigation .full { padding-left: 0; padding-right: 0; }
	.quotes .h4 { margin-bottom: 12px; font-size: 17px; }
	.quotes .pages { display: none; }
	.quotes .item { margin-bottom: 16px; padding-top: 0; }
	.quotes .item:last-of-type { padding-bottom: 0; margin-bottom: 0; }
	.quotes .item:last-of-type:after { display: none; }
	.quotes .quote { margin-bottom: 3px; }
	.quotes .quote .icon { top: -2px; }
	.quotes cite.author { margin-bottom: 10px; display: block; }
	.quotes cite.author, .quotes .social { float: none; }
	.aside-visible { width: 100%; }
	.form-feedback .long { display: none; }
	.form-feedback .short { display: inline-block; }
	.form-feedback-side .form-line input.send { width: auto; display: inline-block; }
	.form-feedback-side .form-submit { display: none; }
	.form-feedback-side .form-line { margin-bottom: 6px; }
	.form-feedback-side .question { float: none; width: auto; }
	.form-feedback-side .form-line input { width: 168px; }
	.form-feedback-side input.answer { float: none; }
	.form-feedback-side textarea { height: 70px; }
	.index { margin: -18px -14px 0 -14px; }
	.index .image { width: auto; max-width: 100%; border-radius: 0; }
	.index .text { padding: 8px 16px; }
	.index .text .author { margin: 0; }
	.index .text .more { display: none !important; }
	.index .text .heading { font-size: 14px; line-height: 19px; }
	
	.header-low { height: 161px; }
	.header-low .name { padding-left: 78px; margin: 0; }
	.header-low .name .text { margin: 2px 0; text-align: left; text-shadow: 0 0 15px #fffde9, 0 0 30px #fffde9, 0 2px 0 rgba(0, 0, 0, .25); }
	.header-low .name .text .shadow { left: 0 !important; margin: 0 !important; }
	.header-low .logo { width: auto; height: auto; position: absolute; margin: 0; top: 24px; left: -20px; z-index: 20; }
	.header-low .logo img { width: 130px; height: 130px; top: auto; left: auto; }
	.photogallery .item { width: 50%; }
	.photogallery .item:nth-child(3n+1) { clear: none; }
	.photogallery .item:nth-child(2n+1) { clear: left; }
	.form .capture input[type="text"] { width: 70px; padding-top: 5px; padding-bottom: 5px; }
	.form .capture input[type="submit"] { padding-left: 22px; padding-right: 22px; }
	.questionnaire .form { display: none; }
	.questionnaire .text-mobile { display: block; margin: 22px 0 0 0; }
	.abc-list { margin-bottom: 8px; }
	.abc-list li { margin-bottom: 1px; }
	.profile-table .name .form-line { width: 100%; }
	.profile-table .td-define .col { width: 100%; float: none; margin-bottom: 10px;}
	.profile-table .td-define .col:last-of-type { margin-bottom: 0;}
	.profile-table .td-define input { width: 100%;}
	.profile-table .jq-file__name { padding-left: 10px; padding-right: 3px; font-size: 12px;}
	.profile-table .jq-file__browse { font-size: 13px; padding-left: 4px; padding-right: 4px;}
}
@media (max-width: 480px) {
	html { line-height: 19px; }
	p { margin-bottom: 19px; }
	input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea { font-size: 12px; padding: 4px 6px; }
	textarea { height: 74px; }
	.entry .form-feedback .form-line-col { padding-top: 26px; position: relative; margin-bottom: 0; }
	.form-feedback .form-line-col .col-3 { width: 60%; margin-bottom: 7px; }
	.entry .form-feedback .form-line-col .col-3-fn { width: 100% !important; position: absolute; top: 0; left: 0; right: 0; }
	.writer { font-size: 12px; margin-bottom: 10px; }
	.breadcrumbs { display: none; }
	.article .h4 { margin-bottom: 10px; font-size: 18px; }
	.contact-us .map { margin-left: -14px; margin-right: -14px; height: 460px; border: none; padding: 0; }
	.footer .copyright { text-align: left; }
	.photogallery { overflow: visible; margin-bottom: -30px; }
	.photogallery .h4 { margin-bottom: 15px; }
	.photogallery .pages { display: none; }
	.photogallery .list { margin-left: -14px; margin-right: -14px; }
	.photogallery .item { width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 0; }
	.photogallery .item:nth-child(2n+1) { clear: none; }
	.photogallery .photo { height: 170px; margin-bottom: 0; padding: 0; border: none; border-radius: 0; overflow: hidden; }
	.photogallery .photo img { height: auto; border-radius: 0; }
	.photogallery figure { position: relative; max-width: 100%; }
	.photogallery figure figcaption { min-height: 34px; position: absolute; left: 0; right: 0; bottom: 0; font-size: 12px; line-height: 14px; padding: 10px 14px; color: #fff; font-style: italic; text-align: left; background: rgba(0, 0, 0, .4); }
	.photogallery figure figcaption a { color: #fff; }
	.photogallery .item:hover figcaption a { text-decoration: none; }
	.jq-selectbox__select { height: 26px; font-size: 12px; line-height: 16px; padding-left: 6px; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2); }
	.jq-selectbox__select-text { height: 25px; padding-top: 5px; }
	.jq-selectbox__trigger-arrow:before, .jq-selectbox__trigger-arrow:after { right: 9px; }
	.jq-selectbox__trigger-arrow:before { border-width: 0 3px 4px 3px; top: 8px; }
	.jq-selectbox__trigger-arrow:after { border-width: 4px 3px 0 3px; top: 14px; }
	.jq-selectbox__dropdown { top: 26px; font-size: 12px; line-height: 18px; }
	.jq-selectbox li { min-height: 28px; padding: 4px 6px; }
	.research .h4 { margin-bottom: 14px; font-size: 18px; line-height: 22px; }
	.research .tabs-list { margin-left: -14px; margin-right: -14px; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; }
	.research .tabs-list li { display: block; margin: 0 0 1px 0; }
	.research .tabs-list li a { padding: 13px 14px 8px; border-radius: 0; border: none; position: relative; }
	.research .tabs-list li.active { display: none; }
	.research .tabs-list li.active a { background: #eee7db; padding-top: 13px; }
	.research .tabs-list li a:before, .research .tabs-list li a:after { display: block; content: '\0020'; overflow: hidden; clear: both; position: absolute; top: 50%; }
	.research .tabs-list li a:before { width: 24px; height: 24px; margin-top: -12px; right: 15px; background: #721000 linear-gradient(to bottom, rgba(114, 16, 0, 1) 0%, rgba(147, 0, 24, 1) 100%); border-radius: 50%; }
	.research .tabs-list li a:hover:before { background: #be0022 linear-gradient(to bottom, rgba(190, 0, 34, 1) 0%, rgba(161, 22, 1, 1) 100%); }
	.research .tabs-list li a:after { width: 8px; height: 13px; margin-top: -7px; background: url("img/sprite/arrow-small-right.png") 0 0 no-repeat; right: 22px; }
	.research .sort { margin: 0; }
	.research .sort .jq-selectbox, .form-search .jq-selectbox { width: 100%; margin: 0 0 14px 0; }
	.research .sort .jq-selectbox:last-of-type, .form-search .jq-selectbox:last-of-type { margin-bottom: 0; }
	.research .form-search { border: none; padding: 0; margin-top: 0; }
	.form-search .form-line { margin-bottom: 14px; }
	.form-search label { margin: 0; }
	.form-search input[type="text"] { padding: 4px 50px 4px 6px; font-size: 12px; }
	.form-search button { width: 31px; height: 21px; top: 4px; right: 3px; }
	.form-search button:before { width: 18px; height: 18px; margin: -9px 0 0 -9px; }
	.research-list { margin-bottom: 0; }
	.research-list .h5 { margin-bottom: 0; line-height: 20px; }
	.research-list .item { padding-top: 0; margin-bottom: 14px; }
	.research-list .item:last-of-type { padding: 0; margin-bottom: 0; }
	.research-list .item:last-of-type:after { display: none; }
	.research .pages { display: none; }
	.research .abc-list { width: 50%; float: left; }
	.abc-list li { display: none; }
	.abc-list li.li-mobile { display: block !important; width: 100%; }
	.abc-list li.li-mobile a { width: 100%; height: 24px; padding-top: 4px; padding-bottom: 4px; }
	.abc-list li.li-mobile a:hover { background: transparent; }
	.footer .navigation .full-side { width: 54%; }
	.footer .navigation .full-side.comeback { width: 46%; }
	.form-feedback-side .form-line input.send { padding-left: 12px; padding-right: 12px; }
	.video { border-radius: 0; }
}
@media (max-width: 400px) {
}
/* ==========================================================================
   _Стили для печати
   ========================================================================== */
@media print {
	* { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/*---------------*/
.clear {
    clear: both;
}

.quotes_detail_left {
    float: left;
    width: 130px;
}

.quotes_detail_right {
    margin-left: 140px;
}
.quotes_detail {
    background: url("img/border.png") 0 100% repeat-x;
}

.quotes_detail .quotes .item:after {
	background: none;
}

.form-feedback-side .question {
    width: 50%;
}

input.error, textarea.error {
    border: 1px solid red;
}

.photogallery .video-link {
	width: 100%;
	height: 115px;
	margin: 0 auto 7px;
	padding: 2px;
	display: block;
	border: 1px solid #e0d6c5;
	border-radius: 9px;
	position: relative;
}

.photogallery .video-link img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
}

.photogallery .video-link:before {
	width: 50px;
	height: 35px;
	margin: -14px 0 0 -25px;
	display: block;
	content: ' ';
	overflow: hidden;
	opacity: .9;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("img/sprite/play.png") 0 0 no-repeat;
	background-size: cover;
	transition: opacity .2s;
}
/*.photogallery .video-link:hover:before { opacity: 1; }*/

.photogallery .video-link:before {background: none;}
.photogallery .video-link:hover:before { opacity: .9; background: url("img/sprite/play_active.png") 0 0 no-repeat; background-size: cover;}

.header-low {
    background-image: url('img/header/field_hd.jpg');
    background-color: #df9c68;
}

.header-low.hdr2{
    background-image: url('img/header/field2_hd.jpg');
    background-color: #d4b189;
}

.download {
	padding-left: 22px;
	margin-bottom: 10px;
	letter-spacing: -.01em;
	display: block;
	font-style: italic;
	font-weight: bold;
	position: relative;
}
.download:before {
	width: 16px;
	height: 16px;
	display: block;
	content: '\0020';
	overflow: hidden;
	background: url("img/sprite/download.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -2px;
}

.table-schedule {
	line-height: 10px;
	font-size: 9px;
}

.table-schedule th, .table-schedule td {
	/*padding: 10px 5px;*/
    padding: 5px 1px;
}

.table-schedule .time {
    font-size: 9px;
}

.table-schedule th {
    font-size: 10px;
}

.table-schedule .td-time, .table-schedule .th-time {
	width: auto;
	padding-left: 6px;
	padding-right: 5px;
}

.last .video-link:before {background: none;}
.last .video-link:hover:before { opacity: .9; background: url("img/sprite/play_active.png") 0 0 no-repeat; background-size: cover;}

.red_text {
    color: #84070d;
}

.photo_albom {
    float: left;
    margin: 0 10px 20px 0;
    text-align: center;
}

.photo_albom .img_mosaic {
    width: 202px;
    height: 202px;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #cdcdcd;
}

.photo_albom .img_mosaic .img1 {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

.photo_albom .img_mosaic .img2 {
    width: 100px;
    height: 200px;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

.photo_albom .img_mosaic .img4 {
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

.profile-info .rate .button.plus.no_active {
    cursor: default;
}
.profile-info .rate .button.plus.no_active:hover {
	background: #8d1a0e linear-gradient(to bottom, rgba(150, 21, 16, 1) 0%, rgba(141, 26, 14, 1) 100%);
}

.profile-info .rate .button.minus.no_active {
    cursor: default;
}
.profile-info .rate .button.minus.no_active:hover {
    background: #911400 linear-gradient(to bottom, rgba(145, 20, 0, 1) 0%, rgba(100, 0, 0, 1) 100%);
}

#vk_groups {
    margin-left: 10px;
}

.fb-page.fb_iframe_widget{
    margin-left: 10px;
}

.mainquote .text {
    margin-top: 10px;
}

.audio.news .entry {
    padding: 0 0 10px 0;
    min-height: 80px;
}

#vk_like {
    display: inline-block;
    top: 7px;
    margin-left: 18px;
}

#twitter-twitt {
    position: relative;
    top: 6px;
    display: inline-block;
}

.footer {
	height: 170px;
}

.main {
	padding: 18px 0 50px;
}

.content_text img{
    margin: 0 10px;
}

.content_text figure .image img{
    margin: 0;
    max-width: 100%;
}

.content_text .gallery .slider-nav .entry img{
    margin: 0;
}

.vipusk_bio {
    width: 500px;
    background: #fff;
    margin: 0 auto;
}

.vipusk_bio img{
    margin-bottom: 30px;
    min-width: 500px;
}

.vipusk_bio .text-bio {
    padding: 10px;
}

.menu > li > ul li.sub-in {
    padding-right: 7px;
}
#___plusone_0{
	text-indent: 0px;
    margin: 0px;
    padding-left: 24px!important;
    background: transparent;
    border-style: none;
    float: none;
    line-height: normal;
    font-size: 1px;
    vertical-align: baseline;
    display: inline-block;
    width: 90px;
    top: 6px;
    height: 20px;
    position: relative;
}
.table-bordered p {
	padding: 0;
	margin: 0;
}
.table-bordered table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.table-bordered tr th, .table-bordered tr td{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table-bordered tr>td, .table-bordered tr>th {
	border: 1px solid #ddd;
}
.title-table {
	text-transform: none;
}

.kursovye-img-title {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
.kursovye-right-text {
	float: right;
	width: 600px;
	height: 250px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

.count {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	background: url("/bitrix/templates/main/img/count.png") left no-repeat;
}


/*TABS*/
/* Style the tab */
.tab1 {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab1 button {
	background: #eee7db;
	float: left;
	border: none;
	border-radius: unset;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: none;
	font: 14px/20px 'Raleway', sans-serif;
	color: #58433e;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
	background: #e0d6c5;
}

/* Create an active/current tablink class */
.tab1 button.active {
	background: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	/*border: 1px solid #ccc;*/
	border-top: none;
}

.detail_news_body{
	clear: both;
}
.detail_news_body a{
	text-decoration: underline;
}
.detail_news_body:after { 
content: ' '; 
display: block; 
clear: both; 
visibility: hidden; 
height: 0;
}

/* snippet */
.img-center{
	display: block;
	margin: 0 auto 20px !important;
	max-width: 100%;
	width: 650px;
}
.img-left{
	margin: 0 20px 20px 0 !important;
	max-width: 50% !important;
	float: left;
}
.img-right{
	margin: 0 0 20px 20px !important;
	max-width: 50% !important;
	float: right;
}
.img-center, .img-left, .img-right{
	height: auto !important;
}
.video-block{
	margin-bottom: 20px;
}
.video-block iframe{
	max-width: 100% !important;
	display: block;
	margin: auto;
}
@media (max-width: 767px){
.img-center, .img-left, .img-right{
	display: block;
	margin: 0 auto 15px !important;
	max-width: 100% !important;
	float: none !important;
}
}
/* end snippet */


.second-level-menu{
	position: relative;
	background-color: #eee7db;
}
.second-level-menu .menu {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0 0;
    margin-left: -16px;
    text-align: left;
}
.second-level-menu .menu > li {
    padding: 0 10px 2px;
    border-bottom: 0;   
    position: relative; 
    text-align: left;
}
.second-level-menu .menu > li > a{
	margin-bottom: 5px;
}
.second-level-menu .menu > li > a:before, .second-level-menu .menu > li > a:after{
	display: none;
}
.second-level-menu .menu > li:after{
	width: 1px;
    height: 18px;
    margin-top: 0;
    content: ' ';
    display: block;
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 0;
    background: #563229;
    transition: none;
    opacity: 1 !important;
}
.second-level-menu .menu > li:last-child:after{
    display: none;
}
.second-level-menu .menu_selected.open > ul{
	display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    background-color: transparent;
    box-shadow: none;
}
.second-level-menu .menu_selected.open > ul > li{
	padding-left: 10px;
	display: inline-block;
}
.second-level-menu .menu_selected.open > ul > li > a{
	background-color: #fff5e4;
	border-radius: 13px;
    padding: 3px 6px;
    display: inline-block;
    text-decoration: none !important;
}
.second-level-menu .menu > li > ul li.sub-in {
    padding-right: 0;
}
.second-level-menu .menu > li > ul li.sub-in > a{
    padding-right: 17px;
}
.second-level-menu .menu > li > ul li.sub-in:before{
	right: 7px;
	top: 9px;
}

.third-level{
	position: relative;
}
.third-level:before{
	position: absolute;
	display: block;
	content: ' ';
	width: 100%;
	height: 0;
	top: 0;
	left: 15px;
	border-top: 1px dotted #a38d7d;
}
.third-level .menu_selected > a{
	background-color: #fff5e4 !important;
}

.aside .last {
    margin: 0 0 22px;
}


.vikon-wrapper {
    background-color: transparent !important;
}
.vikon-wrapper #vikon-content, .vikon-wrapper #vikon-content-abitur{
	font-family: 'Raleway', sans-serif;
	color: #58433e;
	font-size: 16px;
	background-color: transparent !important;
}
.vikon-wrapper.abitur-modal, .vikon-wrapper #vikon-content-abitur.abitur-modal {
	background-color: #fffbf4 !important;
	padding-left: 10px;
	padding-right: 10px;
}
.vikon-wrapper .modal-content{
	font-family: 'Raleway', sans-serif;
	color: #58433e;
	font-size: 16px;
	background-color: #fffbf4 !important;
}
.abitur-modal-content.container-abitur{
	padding-left: 100px;
}
@media (max-width: 1278px){
.abitur-modal-content.container-abitur{
	padding-left: 15px;
}	
}
.vikon-wrapper #vikon-content{
	padding-top: 0;
	padding-bottom: 0;
}
.vikon-wrapper a{
	color: #58433e !important;
}
.vikon-wrapper .abitur-modal-btn.return {
    font-size: 16px;
    margin-top: 15px;
    padding: 5px 10px;
}
.vikon-wrapper .abitur-modal-btn.close-modal {
    height: 50px;
}
.vikon-wrapper .nav{
	background-image: none;
	background-color: transparent;
	height: auto;
}
.vikon-wrapper #vikon-content ul.nav-tabs > li > a{
	color: #fff !important;
}
.vikon-wrapper #vikon-content table.table-bordered th, .vikon-wrapper #vikon-content-abitur table.table-bordered th, .vikon-wrapper .modal-content table.table-bordered th {
    background-color: #790c08;
    color: #fffcef;
    border: 1px solid #fffbf4;
}
.vikon-wrapper #vikon-content table.table-bordered td, .vikon-wrapper #vikon-content-abitur table.table-bordered td, .vikon-wrapper .modal-content table.table-bordered td {
    border: 1px solid #fffbf4;
}
.vikon-wrapper .table{
	background-color: #eee7db;
	border: 1px solid #fffbf4;
}
.vikon-wrapper #vikon-content table.table-striped>tbody>tr:nth-of-type(odd), .vikon-wrapper #vikon-content-abitur table.table-striped>tbody>tr:nth-of-type(odd), .vikon-wrapper .modal-content table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d9d2c6;
}
.vikon-responsive-table{
	overflow: auto;	
	max-width: 100%;
	margin-bottom: 20px;
}
.vikon-responsive-table::-webkit-scrollbar{
    height: 10px;
}
.vikon-responsive-table::-webkit-scrollbar-thumb{
    border-width:0;
    border-radius: 6px;
    background-color:  #d6ccb5;
}
.vikon-responsive-table::-webkit-scrollbar-thumb:hover{
    background-color: #d6ccb5;
}
.vikon-responsive-table::-webkit-scrollbar-track{
    border-bottom: 10px solid #ebebeb;
    background-color: #fff;
}


.language-tab .tabs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e0d6c5;
}
.language-tab .tabs-list li {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -1px;
}
.language-tab .tabs-list li a {
	padding: 6px 24px 3px;
	display: block;
	text-decoration: none !important;
	background: #eee7db;
	border: 1px solid #e0d6c5;
	border-radius: 6px 6px 0 0;
}
.language-tab .tabs-list li.active a {
	padding-top: 8px;
	background: transparent;
	border-bottom-color: #fffbf4;
}
.language-tab .tab{
	padding-top: 15px;
}
.language-tab .tab-hidden{
	display: none;
}


