/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	color: #000;
	background: #ff0;
}

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(html) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-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 {
	font: inherit;
	margin: 0;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	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-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	text-decoration: none;
	color: #337ab7;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #23527c;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

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

.img-rounded {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.img-thumbnail {
	line-height: 1.42857;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.img-circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}

[role='button'] {
	cursor: pointer;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

.container:before,
.container:after {
	display: table;
	content: ' ';
}

.container:after {
	clear: both;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

.container-fluid:before,
.container-fluid:after {
	display: table;
	content: ' ';
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-right: -16px;
	margin-left: -16px;
}

.row:before,
.row:after {
	display: table;
	content: ' ';
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 16px;
	padding-left: 16px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

.visible-print {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
	position: relative;
	min-height: 1px;
	padding-right: 16px;
	padding-left: 16px;
}

.visible-xs {
	display: none !important;
}

.visible-ms {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
	display: none !important;
}

/* Place this after bootstrap.scss */

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-right: 16px;
	padding-left: 16px;
}

.visible-xl {
	display: none !important;
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
	display: none !important;
}

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

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

@font-face {
	font-family: 'PT Sans Caption';
	font-weight: 700;
	font-style: normal;
	src: url('fonts/PT-Sans-Caption-Bold.eot');
	src: url('fonts/PT-Sans-Caption-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/PT-Sans-Caption-Bold.woff2') format('woff2'), url('fonts/PT-Sans-Caption-Bold.woff') format('woff'), url('fonts/PT-Sans-Caption-Bold.ttf') format('truetype'), url('fonts/PT-Sans-Caption-Bold.svg#PT-Sans-Caption-Bold') format('svg');
}

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

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

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

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

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

.icon-close:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e96d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-peoplewatch:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e946';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-box:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e908';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-speaker:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e957';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-peopletalk:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e945';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-team-work:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e95e';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-guys:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e92e';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-guys-2:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e92f';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-people:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e944';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-openness:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e941';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cpu:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e918';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-budget:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90b';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quality:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e94c';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-box-papers:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e909';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e942';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e954';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ok:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e940';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-vk:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e965';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play-button:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e94b';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-money-share:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e93b';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-money-pile:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e93a';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-stats:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e959';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pinned-paper:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e94a';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-team-men:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e95d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope-send:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e925';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-reestr:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e94e';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-money-brief:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e939';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-box2:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-rouble:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e94f';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone-call:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e949';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e923';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-top-charts:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e95f';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-libra:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e935';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-oath:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e93f';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-gavel:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e92a';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-setting:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e953';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-male:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e937';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e917';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phonebook:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e947';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-workers:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e968';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-suitcase:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e95b';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-structure:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e95a';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phonebook-2:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e948';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-android:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e900';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e901';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e902';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e903';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e904';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e905';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e906';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bill:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e907';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-briefcase:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90a';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-building:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90c';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-calculator:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90e';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-caret-dwn:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90f';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-caret-left:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e910';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-caret-right:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e911';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-caret-up:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e912';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cc:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e913';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clipboard:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e915';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-culture:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e919';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-debt:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e91b';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-desktop:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e91c';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-doc:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e91d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e91e';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ecology:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e920';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-economy:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e921';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-education:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e922';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e924';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-error:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e926';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-external:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e927';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e928';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-government:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e92b';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-growth:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e92c';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-guard:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e92d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-hands:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e930';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-health:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e931';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e932';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-house:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e933';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-interview:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e934';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mails:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e936';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-media:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e938';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-museum:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e93d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e943';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-receipt:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e94d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-safe:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e950';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e951';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-security:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e952';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-social:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e956';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sport:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e958';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-talk:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e95c';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-transfer:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e960';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e961';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-users:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e963';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-visualization:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e964';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-wallet:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e966';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-windows-8:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e967';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-write:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e969';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-xls:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e96a';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e96b';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zip:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e96c';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e96d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-msi:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e93c';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-notes:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e93e';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-computer:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e916';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-folder:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e929';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-curves:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e91a';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-checklist:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e914';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^='icon-gerb-'],
[class*=' icon-gerb-'] {
	position: relative;
	vertical-align: middle;
}

[class^='icon-gerb-']:before,
[class*=' icon-gerb-']:before {
	position: absolute;
	left: -32px;
	display: inline-block;
	width: 16px;
	height: 19px;
	margin-top: 4px;
	margin-right: 16px;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.icon-gerb-kld:before {
	background-image: url('images/gerb-kld.png');
}

.icon-gerb-bagrationovsk:before {
	background-image: url('images/gerb-bagrationovsk.png');
}

.icon-gerb-baltiysk:before {
	background-image: url('images/gerb-baltiysk.png');
}

.icon-gerb-chernyahovsk:before {
	background-image: url('images/gerb-chernyahovsk.png');
}

.icon-gerb-gurievsk:before {
	background-image: url('images/gerb-gurievsk.png');
}

.icon-gerb-gusev:before {
	background-image: url('images/gerb-gusev.png');
}

.icon-gerb-gvardeysk:before {
	background-image: url('images/gerb-gvardeysk.png');
}

.icon-gerb-krasnoznamensk:before {
	background-image: url('images/gerb-krasnoznamensk.png');
}

.icon-gerb-ladushkin:before {
	background-image: url('images/gerb-ladushkin.png');
}

.icon-gerb-mamonovo:before {
	background-image: url('images/gerb-mamonovo.png');
}

.icon-gerb-neman:before {
	background-image: url('images/gerb-neman.png');
}

.icon-gerb-nesterov:before {
	background-image: url('images/gerb-nesterov.png');
}

.icon-gerb-ozersk:before {
	background-image: url('images/gerb-ozersk.png');
}

.icon-gerb-pionerskiy:before {
	background-image: url('images/gerb-pionerskiy.png');
}

.icon-gerb-polessk:before {
	background-image: url('images/gerb-polessk.png');
}

.icon-gerb-pravdinsk:before {
	background-image: url('images/gerb-pravdinsk.png');
}

.icon-gerb-slavsk:before {
	background-image: url('images/gerb-slavsk.png');
}

.icon-gerb-sovetsk:before {
	background-image: url('images/gerb-sovetsk.png');
}

.icon-gerb-svetliy:before {
	background-image: url('images/gerb-svetliy.png');
}

.icon-gerb-svetlogorsk:before {
	background-image: url('images/gerb-svetlogorsk.png');
}

.icon-gerb-yantarniy:before {
	background-image: url('images/gerb-yantarniy.png');
}

.icon-gerb-zelenogradsk:before {
	background-image: url('images/gerb-zelenogradsk.png');
}

[class*='icon-gerb-']:before {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: grayscale(100%) contrast(130%);
	filter: grayscale(100%) contrast(130%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Caption';
	font-weight: 700;
	word-wrap: break-word;
	color: #000;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1.color-white,
h2.color-white,
h3.color-white,
h4.color-white,
h5.color-white,
h6.color-white {
	color: #fff;
}

h1 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 32px;
}

h2 {
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 24px;
}

h3 {
	font-size: 32px;
	line-height: 40px;
	margin-top: 48px;
	margin-bottom: 32px;
}

h3:first-child {
	margin-top: 0;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
}

h6 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 8px;
	color: #000;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

p.color-white {
	color: #fff;
}

p.big {
	font-size: 20px;
	line-height: 32px;
}

p.small {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

p.smallest {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

p.expanded {
	line-height: 32px;
}

p.important {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #000;
}

a,
.common-link {
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: 0 0 0 1px currentColor;
	box-shadow: 0 0 0 1px currentColor;
}

a:hover,
a:active,
a:visited,
a:focus,
.common-link:hover,
.common-link:active,
.common-link:visited,
.common-link:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:visited,
.common-link:visited {
	color: #000;
}

a:hover,
a:focus,
.common-link:hover,
.common-link:focus {
	color: #000;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: 0 0 0 3px currentColor;
	box-shadow: 0 0 0 3px currentColor;
}

.common-link--inverted {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.common-link--inverted:visited {
	color: #fff;
}

.common-link--inverted:hover {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.common-link--gray {
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.common-link--gray:visited {
	color: #000;
}

.common-link--gray:hover,
.common-link--gray:active,
.common-link--gray:focus {
	color: #000;
	border-bottom: 1px solid transparent;
}

.common-link--black {
	color: #000;
	border-bottom: 1px solid #000;
}

.common-link--black:hover,
.common-link--black:focus {
	color: #000;
	border-bottom: 1px solid transparent;
}

.common-link--black:visited {
	color: #000;
}

.common-link--icon {
	position: relative;
	display: inline-block;
	margin-left: 24px;
}

.common-link--icon:before {
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 2px;
	left: -24px;
	color: #000;
}

.common-link--icon:hover:before {
	color: #000;
}

.common-link--icon-top {
	margin-left: 0;
	padding-top: 24px;
}

.common-link--icon-top:before {
	top: 4px;
	left: 0;
}

.fancy-link--primary {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #000));
	background-image: -webkit-linear-gradient(transparent 50%, #000 0);
	background-image: -o-linear-gradient(transparent 50%, #000 0);
	background-image: linear-gradient(transparent 50%, #000 0);
	background-repeat: repeat-x;
	background-position: 0 90%;
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
	text-shadow: 1px -1px #fff, -1px -1px #fff, -1px 1px #fff, -1px -1px #fff, 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px 1px #fff, 1px -1px #fff;
}

.fancy-link--primary:hover {
	color: #000;
	background-image: none;
}

.fancy-link--white {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #fff));
	background-image: -webkit-linear-gradient(transparent 50%, #fff 0);
	background-image: -o-linear-gradient(transparent 50%, #fff 0);
	background-image: linear-gradient(transparent 50%, #fff 0);
	background-repeat: repeat-x;
	background-position: 0 90%;
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
	text-shadow: 1px -1px #000, -1px -1px #000, -1px 1px #000, -1px -1px #000, 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px 1px #000, 1px 1px #000, 1px -1px #000;
}

.fancy-link--white:hover {
	color: #fff;
	background-image: none;
}

.fancy-link--gray {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #000));
	background-image: -webkit-linear-gradient(transparent 50%, #000 0);
	background-image: -o-linear-gradient(transparent 50%, #000 0);
	background-image: linear-gradient(transparent 50%, #000 0);
	background-repeat: repeat-x;
	background-position: 0 90%;
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
	text-shadow: 1px -1px #fff, -1px -1px #fff, -1px 1px #fff, -1px -1px #fff, 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px 1px #fff, 1px -1px #fff;
}

.fancy-link--gray:hover {
	color: #000;
	background-image: none;
}

.fancy-link--gray:before {
	color: #000;
}

ul,
ol {
	margin: 16px 0;
	padding: 0;
	list-style: none;
}

ul li,
ol li {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 8px;
	color: #000;
}

ul.small li,
ol.small li {
	font-size: 16px;
	line-height: 24px;
}

ol {
	counter-reset: item;
}

ol li:before {
	content: counter(item) ') ';
	counter-increment: item;
}

ol.links li {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

ol.links li:before {
	content: counter(item) '. ';
}

ol.links li a {
	color: #000;
	border-bottom: 1px solid #000;
}

ol.links li a:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

ul li {
	position: relative;
	padding-left: 32px;
}

ul li:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e904';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul li:before {
	font-size: 12px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}

table {
	width: 100%;
	max-width: 100%;
	margin: 32px 0;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
}

table tr:nth-child(2n-1) {
	background-color: #fff;
}

table tr:nth-child(2n) {
	background-color: #fff;
}

table th,
table td {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border: 1px solid #000;
}

table th:first-child,
table td:first-child {
	text-align: left;
}

table th {
	font-weight: 700;
	padding: 16px 24px;
	text-align: center;
}

table td {
	font-weight: 400;
	padding: 12px 24px;
	text-align: right;
}

table ol,
table ul {
	margin: 0;
}

table.directory {
	min-width: 480px;
	margin-top: 0;
	margin-bottom: 48px;
	border: 0;
}

table.directory tr {
	border-bottom: 1px solid #000;
	background-color: transparent;
}

table.directory th,
table.directory td {
	border: 0;
}

table.directory th:first-child,
table.directory td:first-child {
	width: 60%;
}

table.directory th {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 16px;
	text-align: left;
	color: #000;
}

table.directory th:first-child {
	padding-left: 0;
}

table.directory td {
	padding: 16px;
	text-align: left;
	vertical-align: bottom;
}

table.directory td:first-child {
	padding-left: 0;
}

table.directory td p.staff-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-top: 8px;
	margin-bottom: 0;
	color: #000;
}

table.directory.directory-mo th,
table.directory.directory-mo td {
	border: 0;
}

table.directory.directory-mo th:first-child,
table.directory.directory-mo td:first-child {
	width: 70%;
}

table.simple {
	margin-top: 0;
	padding-left: 0;
	border: 0;
}

table.simple tr {
	border-bottom: 1px solid #000;
	background-color: transparent;
}

table.simple th,
table.simple td {
	padding-left: 0;
	text-align: left;
	border: 0;
}

table.name-list td:first-child {
	font-weight: 700;
	padding-right: 48px;
	color: #000;
}

table.report {
	width: 100%;
	height: 100%;
}

table.report tr {
	background-color: #fff !important;
}

table.report th,
table.report td {
	padding: 16px 24px;
	color: #000;
}

table.report td:nth-child(3),
table.report th:nth-child(3) {
	background-color: #fff;
}

table.report td:first-child {
	min-width: 50%;
}

table.report tr.sub td {
	font-size: 14px;
	line-height: 24px;
	padding: 8px 24px;
}

table.report tr.sub td:first-child {
	padding-left: 40px;
}

table.budget tr {
	background-color: transparent;
}

table.budget tr td,
table.budget tr th {
	color: #000;
}

table.budget tr td:nth-child(2n),
table.budget tr th:nth-child(2n) {
	background-color: #fff;
}

table.budget tr.lvl-1 td:first-child {
	font-weight: 700;
	padding-left: 32px;
	color: #000;
}

table.budget tr.lvl-2 td:first-child {
	font-weight: 700;
	padding-left: 40px;
	color: #000;
}

table.budget tr.lvl-3 td:first-child {
	padding-left: 48px;
}

table.budget tr.sub th,
table.budget tr.sub td {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

table.budget tr.sub th:nth-child(2n-1),
table.budget tr.sub td:nth-child(2n-1) {
	background-color: #fff;
}

table.budget tr.sub th:nth-child(2n),
table.budget tr.sub td:nth-child(2n) {
	background-color: transparent;
}

table.budget tr td:not(:first-child) {
	white-space: nowrap;
}

table.budget .accent {
	font-weight: 700;
	color: #000 !important;
}

img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: grayscale(100%) contrast(130%);
	filter: grayscale(100%) contrast(130%);
}

.button-wrap {
	width: 100%;
	margin: 32px 0;
}

.button-wrap--left {
	text-align: left;
}

.button-wrap--right {
	text-align: right;
}

.button-wrap--center {
	text-align: center;
}

.button-wrap--fullwidth .button {
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.button {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	display: inline-block;
	padding: 14px 48px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align: center;
	color: #000 !important;
	border: 0;
	border: 0 !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	background-color: #fff !important;
	background-image: none;
	-webkit-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 0 0 1px #000;
}

.button:active {
	top: 2px;
	outline: 0;
}

.button:focus {
	border: 0;
}

.button span {
	position: relative;
	z-index: 2;
}

.button:hover,
.button:focus {
	-webkit-box-shadow: 0 0 0 3px #000;
	box-shadow: 0 0 0 3px #000;
}

.button--small {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 24px;
}

.button--primary {
	color: #fff !important;
	color: #000 !important;
	border: 2px solid #000;
	background-color: #000;
}

.button--primary:before {
	color: #fff;
}

.button--primary:hover {
	color: #fff;
	border: 2px solid #000;
	background-color: #000;
}

.button--primary:focus {
	-webkit-box-shadow: 0 0 5px 2px #000;
	box-shadow: 0 0 5px 2px #000;
}

.button--primary:active {
	color: #fff;
	border: 2px solid #000;
	background-color: #000;
}

.button--secondary {
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
}

.button--secondary:before {
	color: #fff;
}

.button--secondary:hover {
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
}

.button--secondary:active {
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
}

.button--secondary:focus {
	-webkit-box-shadow: 0 0 5px 2px #fff;
	box-shadow: 0 0 5px 2px #fff;
}

.button--inverted {
	color: #000;
	border: 2px solid #fff;
	background-color: #fff;
}

.button--inverted:before {
	color: #000;
}

.button--inverted:hover {
	color: #000;
	border: 2px solid #fff;
}

.button--inverted:focus {
	-webkit-box-shadow: 0 0 5px 2px #fff;
	box-shadow: 0 0 5px 2px #fff;
}

.button--inverted:active {
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
}

.button--inverted:active:before {
	color: #fff;
}

.button--dark {
	color: #fff !important;
	color: #000 !important;
	border: 2px solid #000;
	background-color: #000;
}

.button--dark:before {
	color: #fff;
}

.button--dark:hover {
	color: #fff;
	border: 2px solid #000;
	background-color: #000;
}

.button--dark:hover:before {
	color: #fff;
}

.button--dark:focus {
	-webkit-box-shadow: 0 0 5px 2px #000;
	box-shadow: 0 0 5px 2px #000;
}

.button--dark:active {
	color: #fff;
	border: 2px solid #000;
	background-color: #000;
}

.button--dark:active:before {
	color: #000;
}

.button--icon:before {
	font-size: 14px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.button--icon:hover:before {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.button--icon-right:before {
	right: 30px;
}

.button--icon-right:hover:before {
	right: 20px;
}

.button--icon-left:before {
	left: 30px;
}

.button--icon-left:hover:before {
	left: 20px;
}

.section {
	position: relative;
	display: block;
	width: 100%;
}

.section .section-title {
	margin-bottom: 40px;
}

.section--gray {
	background-color: #fff;
}

.section--white {
	background-color: #fff;
}

.section--primary {
	background-color: #000;
}

.section--primary .section-title {
	margin-bottom: 40px;
	color: #fff;
}

.section--gradient {
	background-color: #000;
	background-image: #000;
}

.section--shadow {
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}

.section--extralarge {
	padding: 88px 0;
}

.section--large {
	padding: 80px 0;
}

.section--normal {
	padding: 72px 0;
}

.section--small {
	padding: 64px 0;
}

.section--xs {
	padding: 48px 0;
}

.section--img {
	background: #000;
	background-color: #000;
	background-image: none !important;
}

.bg-budget {
	background-image: url('images/citizens-bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}

.bg-corruption {
	background-image: url('images/money-bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}

.section--bg-chart {
	background: url('images/chart-bg.png') no-repeat 100% 100%;
	background: #000;
	-webkit-background-size: cover;
	background-size: cover;
}

.news-content {
	width: 100%;
	padding: 56px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
}

.special-links {
	margin-top: 16px;
}

.special-links .common-link {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-right: 24px;
	color: #000;
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.special-links .common-link:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

.special-links .common-link:before {
	color: #000;
}

.special-links .common-link:last-child {
	margin-right: 0;
}

.document-link {
	position: relative;
	display: block;
	margin: 24px 0;
	padding: 32px 144px 32px 104px;
	cursor: pointer;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	border: 2px solid #000;
}

.document-link:first-child {
	margin-top: 0;
}

.document-link .link-wrapper {
	position: relative;
}

.document-link .link-wrapper:before {
	font-size: 48px;
	position: absolute;
	left: -72px;
	color: #000;
}

.document-link .link-wrapper a.main-link {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	display: inline;
	color: #000;
	border-bottom: 1px solid #000;
}

.document-link .link-wrapper a.main-link:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

.document-link .link-wrapper a.main-link:hover,
.document-link .link-wrapper a.main-link.active {
	color: #000;
}

.document-link .link-wrapper a.main-link:focus {
	-webkit-box-shadow: 0 0 3px 0 currentColor;
	box-shadow: 0 0 3px 0 currentColor;
}

.document-link p.subtitle {
	font-size: 16px;
	line-height: 24px;
	margin-top: 12px;
	margin-bottom: 0;
}

.document-link .meta-date {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: absolute;
	top: 32px;
	right: 32px;
	color: #000;
}

.document-link .special-links {
	position: absolute;
	bottom: 0;
	left: 88px;
	padding: 4px 16px;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	-webkit-transform: translateY(60%);
	-ms-transform: translateY(60%);
	transform: translateY(60%);
	opacity: 0;
	background-color: #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.document-link:hover {
	border-color: #000;
}

.document-link:hover .special-links {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.document-link:focus {
	-webkit-box-shadow: 0 0 3px 2px #000;
	box-shadow: 0 0 3px 2px #000;
}

.document-link--category {
	padding: 16px 32px 16px 104px;
}

.document-link--category .category-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 8px;
	color: #000;
	color: #fff;
	border-bottom: 0;
	background-color: #000;
}

.document-link--category .category-label:hover {
	color: #fff;
	background-color: #000;
}

.document-link--category .authority {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	padding: 4px 24px;
	color: #000;
}

.document-link--category .meta-date {
	font-size: 14px;
	line-height: 16px;
	top: 16px;
}

.document-link--category .link-wrapper a.main-link {
	font-size: 16px;
}

.document-link--category p.subtitle {
	font-size: 14px;
	line-height: 24px;
	margin-top: 8px;
}

.document-link--category .special-links {
	padding: 8px 16px;
}

.document-link--icon-top {
	padding: 32px;
	padding-top: 96px;
}

.document-link--icon-top .link-wrapper:before {
	top: -72px;
	left: 0;
}

.document-link--icon-top .special-links {
	left: 50%;
	width: 240px;
	-webkit-transform: translate(-50%, 60%);
	-ms-transform: translate(-50%, 60%);
	transform: translate(-50%, 60%);
}

.document-link--icon-top:hover .special-links {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

a.info-box {
	overflow: hidden;
	border-bottom: 0;
}

.info-box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 32px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border-bottom: 0;
	-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 1px #fff;
}

.info-box:hover {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
	border-bottom: 0;
}

.info-box:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
}

.info-box:before {
	font-size: 64px;
	position: absolute;
	top: 48px;
	left: 32px;
	display: block;
	display: none;
	margin-bottom: 24px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.info-box h4 {
	margin: 0;
	margin-bottom: 16px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.info-box p {
	margin-bottom: 0;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align: left;
}

.info-box p.cite {
	font-weight: 500;
	font-style: normal;
	text-align: right;
}

.info-box--primary {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), color-stop(50%, #000));
	background-image: -webkit-linear-gradient(bottom, #000 50%, #000 50%);
	background-image: -o-linear-gradient(bottom, #000 50%, #000 50%);
	background-image: linear-gradient(to top, #000 50%, #000 50%);
	background-image: none;
	background-position: 50% 99%;
	-webkit-background-size: 200% 205%;
	background-size: 200% 205%;
	-webkit-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 0 0 1px #000;
}

.info-box--primary:before {
	color: #fff;
}

.info-box--primary h3,
.info-box--primary h4,
.info-box--primary p {
	color: #fff;
	color: #000;
}

.info-box--primary:hover,
.info-box--primary:focus {
	background-position: 50% 0;
	-webkit-box-shadow: 0 0 0 3px #000;
	box-shadow: 0 0 0 3px #000;
}

.info-box--coat {
	background-image: none;
	-webkit-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 0 0 1px #000;
}

.info-box--coat h2,
.info-box--coat h3,
.info-box--coat h4,
.info-box--coat p {
	position: relative;
	z-index: 1;
}

.info-box--coat:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	display: none;
	width: 100%;
	height: 100%;
	content: '';
	background: url('images/coat-kaliningrad.png') no-repeat 100% 50%;
	-webkit-background-size: 45% 45%;
	background-size: 45%;
}

.info-box--inverted {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #000));
	background-image: -webkit-linear-gradient(bottom, #fff 50%, #000 50%);
	background-image: -o-linear-gradient(bottom, #fff 50%, #000 50%);
	background-image: linear-gradient(to top, #fff 50%, #000 50%);
	background-image: none;
	background-position: 50% 99%;
	-webkit-background-size: 200% 205%;
	background-size: 200% 205%;
	-webkit-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 0 0 1px #000;
}

.info-box--inverted:before {
	color: #000;
}

.info-box--inverted h3,
.info-box--inverted h4 {
	color: #000;
}

.info-box--inverted p {
	margin-bottom: 0;
	color: #000;
}

.info-box--inverted:hover,
.info-box--inverted:focus {
	background-position: 50% 0;
	-webkit-box-shadow: 0 0 0 3px #000;
	box-shadow: 0 0 0 3px #000;
}

.info-box--inverted:hover:before,
.info-box--inverted:focus:before {
	color: #fff;
}

.info-box--inverted:hover h3,
.info-box--inverted:hover h4,
.info-box--inverted:hover p,
.info-box--inverted:focus h3,
.info-box--inverted:focus h4,
.info-box--inverted:focus p {
	color: #fff;
	color: #000;
}

.info-box--normal {
	padding: 40px 32px 48px 120px;
	padding: 32px !important;
}

.info-box--large {
	padding: 176px 40px 128px 48px;
}

.info-box--large:before {
	font-size: 64px;
	top: 80px;
	left: 48px;
}

.info-box--simple {
	position: relative;
	display: inline-block;
	margin-bottom: 32px;
	padding-left: 88px;
	text-align: left;
}

.info-box--simple:before {
	font-size: 64px;
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
}

.info-box--simple h4 {
	margin-bottom: 8px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
}

.info-box--simple p {
	margin: 0;
	color: #000;
}

.info-box--simple.icon--gray:before {
	color: #000;
}

.info-box--simple.icon--top {
	padding-top: 88px;
	padding-left: 0;
	text-align: center;
}

.info-box--simple.icon--top:before {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

a.info-box--simple {
	border-bottom: 0;
}

a.info-box--simple:hover {
	outline: 3px solid #000;
}

a.info-box--simple:hover h4 {
	color: #000;
}

.directory-content {
	position: relative;
}

.coat-title {
	position: relative;
	margin-bottom: 32px;
	padding: 8px;
	padding-left: 112px;
}

.coat-title h3 {
	margin-bottom: 8px;
}

.coat-title p.big {
	line-height: 24px;
	margin-top: 8px;
}

.coat-title:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 100px;
	margin-right: 32px;
	content: '';
	-webkit-background-size: contain;
	background-size: contain;
}

.info-box--button {
	position: relative;
	margin-bottom: 32px;
	padding: 80px 48px 64px 168px;
	border: 1px solid #000;
	background-image: none;
}

.info-box--button:before {
	font-size: 88px;
	position: absolute;
	top: 80px;
	left: 48px;
	color: #000;
}

.info-box--button h3 {
	margin-bottom: 24px;
	color: #000;
}

.info-box--button p {
	margin-bottom: 32px;
	color: #000;
}

.info-box--gradient {
	position: relative;
	overflow: hidden;
	padding: 72px 48px;
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 0 0 1px #000;
	text-shadow: none;
}

.info-box--gradient:before {
	position: absolute;
	top: 0;
	left: -100%;
	width: 200%;
	height: 200%;
	content: '';
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	background: #000;
}

.info-box--gradient:hover:before {
	top: -100%;
	left: 0;
}

.info-box--gradient h2,
.info-box--gradient h3,
.info-box--gradient h4 {
	position: relative;
	z-index: 2;
	color: #fff;
}

.info-box--gradient p {
	position: relative;
	z-index: 2;
	color: #fff;
}

.info-box--gradient h2,
.info-box--gradient h3,
.info-box--gradient h4,
.info-box--gradient h5,
.info-box--gradient h6,
.info-box--gradient p {
	color: #000;
}

.info-box--bgi {
	background: #000;
	background-image: url('images/background_5.jpg') !important;
	background-image: none !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.info-box--bgi-finance {
	background: #000;
	background-image: url('images/finance-bg.jpg') !important;
	background-image: none !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.info-box--bgi-finance:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	opacity: 0;
	background-color: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.info-box--bgi-finance:hover:after {
	opacity: .1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
}

.info-box--centered {
	margin-bottom: 0;
	padding: 168px 16px 72px 16px;
	text-align: center;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.info-box--centered:before {
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
}

.info-box--centered h4 {
	line-height: 1 !important;
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid transparent;
}

.info-box--centered p {
	margin-top: 0;
	text-align: center;
	color: #fff;
}

.info-box--centered:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.info-box--centered:hover:before {
	font-size: 88px;
	top: 56px;
	width: 88px;
	height: 88px;
	color: #fff;
}

.info-box--centered:hover h4 {
	border-bottom: 1px solid #fff;
}

.info-box--raex {
	padding: 40px 32px;
}

.info-box--raex .raex-logo {
	display: block;
	width: 100%;
	height: 68px;
	background: url('svg/raex.svg') no-repeat 0 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.info-box--raex .rating {
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	color: #000;
}

.content-box {
	position: relative;
	margin-bottom: 32px;
	padding: 40px 48px 64px 48px;
	-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
}

.content-box:last-child {
	margin-bottom: 0;
}

.content-box h2,
.content-box h3,
.content-box h4 {
	margin: 0;
	margin-bottom: 8px;
}

.content-box p {
	margin: 0;
}

.content-box .content-item {
	position: relative;
	margin-top: 40px;
	padding-left: 72px;
}

.content-box .content-item:first-child {
	margin-top: 0;
}

.content-box .content-item:before {
	font-size: 48px;
	position: absolute;
	top: 0;
	left: 0;
}

.content-box .content-item a {
	font-size: 18px;
	line-height: 1;
	display: inline;
}

.content-box .content-item p {
	line-height: 16px;
	margin-top: 0;
	margin-top: 4px;
}

.content-box--primary {
	background-color: #000;
}

.content-box--primary:before {
	color: #fff;
}

.content-box--primary h2,
.content-box--primary h3,
.content-box--primary h4 {
	color: #fff;
}

.content-box--primary p {
	color: #fff;
}

.content-box--primary .content-item:before {
	color: #fff;
}

.content-box--primary .content-item a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-box--primary .content-item a:hover {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.content-box--inverted {
	background-color: #fff;
}

.content-box--inverted:before {
	color: #000;
}

.content-box--inverted h2,
.content-box--inverted h3,
.content-box--inverted h4 {
	color: #000;
}

.content-box--inverted > p {
	color: #000;
}

.content-box--inverted .content-item:before {
	color: #000;
}

.content-box--inverted .content-item a {
	color: #000;
	border-bottom: 1px solid #000;
}

.content-box--inverted .content-item a:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

.content-box--inverted .content-item > p {
	color: #000;
}

.content-box--transparent {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content-box--transparent:before {
	color: #fff;
}

.content-box--transparent h2,
.content-box--transparent h3,
.content-box--transparent h4 {
	color: #fff;
}

.content-box--transparent p {
	color: #fff;
}

.content-box--transparent .content-item:before {
	color: #fff;
}

.content-box--transparent .content-item a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-box--transparent .content-item a:hover {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.content-box--large {
	margin-bottom: 56px;
	padding: 0;
}

.content-box--large h2 {
	margin-top: 8px;
	margin-bottom: 44px;
}

.content-box--large .content-item {
	margin-top: 0;
	margin-bottom: 44px;
	padding-left: 64px;
}

.content-box--large .content-item:last-child {
	margin-bottom: 0;
}

.content-box--large .content-item a {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	display: inline;
	margin-bottom: 12px;
}

.content-box--large .content-item .small {
	margin-top: 8px;
}

.content-box--icon {
	padding: 80px 48px 56px 168px;
}

.content-box--icon:before {
	font-size: 88px;
	position: absolute;
	left: 48px;
	width: 88px;
	height: 88px;
	text-outline: 80px;
}

.content-box--icon h3 {
	margin-bottom: 16px;
}

.content-box--icon .content-item {
	padding-left: 0 !important;
}

.content-box--icon .content-item a {
	font-family: 'PT Sans Caption';
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.content-box--border {
	border: 1px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.important-info {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 40px;
	padding: 96px 80px 48px 72px;
}

.important-info .important-info-tag {
	position: absolute;
	top: -10px;
	left: 40px;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}

.important-info .important-info-tag h1,
.important-info .important-info-tag h2,
.important-info .important-info-tag h3,
.important-info .important-info-tag h4,
.important-info .important-info-tag h5,
.important-info .important-info-tag h6 {
	margin-bottom: 0;
}

.important-info h1,
.important-info h2,
.important-info h3,
.important-info h4,
.important-info h5,
.important-info h6 {
	font-family: 'PT Sans Caption';
	margin-top: 0;
}

.important-info p {
	margin-bottom: 8px;
}

.important-info p.big {
	line-height: 24px;
}

.important-info ul li {
	line-height: 32px;
}

.important-info ul li:before {
	line-height: 32px;
}

.important-info--normal {
	border: 10px solid #000;
}

.important-info--primary {
	border: 10px solid #000;
}

.important-info--img-circle {
	margin-top: 72px;
}

.important-info--img-circle .important-info-tag {
	padding: 0 32px;
}

.important-info--img-circle .important-info-tag .img-wrapper {
	overflow: hidden;
	width: 144px;
	height: 144px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.important-info--img-circle .important-info-tag img {
	width: 100%;
	height: auto;
}

.important-info--img-circle .person-name {
	margin-bottom: 24px;
}

.important-info--img-circle .person-name h4 {
	margin-bottom: 8px;
}

.important-info--img-circle .person-name p {
	margin-bottom: 0;
}

.important-info--icon {
	margin-top: 80px;
}

.important-info--icon .important-info-tag {
	padding: 24px;
}

.important-info--icon .important-info-tag:before {
	font-size: 100px;
	display: block;
	width: 104px;
	height: 104px;
	text-align: center;
	color: #000;
}

.important-info--title {
	margin-top: 40px;
	padding: 24px 64px;
}

.important-info--title .important-info-tag {
	padding: 0 32px;
}

.important-info--centered {
	padding: 72px 32px 48px 32px;
	text-align: center;
}

.important-info--centered:first-child {
	margin-top: 56px;
}

.important-info--centered .important-info-tag {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.important-info--centered .important-info-tag:before {
	font-size: 88px;
	width: 88px;
	height: 88px;
}

.important-info--button .button-wrap {
	position: absolute;
	bottom: 0;
	left: 72px;
	margin: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.important-info--sort {
	margin-top: 0;
	padding: 32px 32px 8px 32px;
	padding-bottom: 8px;
}

.important-info--sort .important-info-tag {
	padding: 0 24px;
}

.important-info--sort .important-info-tag h4 {
	margin-bottom: 0;
}

.important-info-wrap {
	margin-top: 48px;
	padding-top: 1px;
}

.important-info-wrap:first-child {
	margin-top: 0;
}

.contact-block {
	margin-bottom: 32px;
	padding: 32px;
	padding-bottom: 16px;
	border: 1px solid #000;
}

.contact-block p.small {
	margin-bottom: 32px;
}

.contact-block a {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
}

.contact-block a:before {
	font-size: 14px;
}

.requisites {
	padding: 48px;
	border: 1px solid #000;
}

.requisites h4 {
	margin-bottom: 24px;
}

.requisites p.small {
	margin-bottom: 16px;
}

.requisites .info-box--simple {
	margin-bottom: 0;
}

.appointment-date {
	margin: 32px 0;
	margin-bottom: 48px;
	border: 1px solid #000;
	background-color: #000;
}

.appointment-date .appointment-item {
	padding-top: 48px;
	padding-left: 48px;
	background-color: #000;
}

.appointment-date .appointment-item h4 {
	color: #fff;
}

.appointment-date .appointment-item a {
	font-size: 16px;
	line-height: 1;
	position: relative;
	display: inline;
	margin-bottom: 8px;
	margin-left: 24px;
	color: #000;
	color: #fff;
	border-bottom: 1px solid #000;
}

.appointment-date .appointment-item a:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

.appointment-date .appointment-item a:before {
	line-height: 16px;
	position: absolute;
	left: -24px;
}

.appointment-date .appointment-item a:hover {
	color: #fff;
}

.appointment-date .appointment-item a:hover:before {
	color: #fff;
}

.appointment-date .date-item {
	padding: 52px 0;
	padding-left: 48px;
	background-color: #fff;
}

.appointment-date .date-item .date-wrapper {
	position: relative;
	padding-left: 104px;
}

.appointment-date .date-item .date-wrapper:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90e';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.appointment-date .date-item .date-wrapper:before {
	font-size: 80px;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
}

.appointment-date .date-item .date,
.appointment-date .date-item .time {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
}

.appointment-date .date-item .day {
	font-size: 18px;
	line-height: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.accordion {
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 32px;
	list-style: none;
}

.accordion .accordion-item {
	border-bottom: 1px solid #000;
}

.accordion .accordion-item > dt {
	width: 100%;
}

.accordion .accordion-item > dt .accordion-panel {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	position: relative;
	display: block;
	width: 100%;
	padding: 24px;
	color: #000;
	border-bottom: 0;
	background-image: none;
	text-shadow: none;
}

.accordion .accordion-item > dt .accordion-panel:hover {
	border-bottom: 0;
}

.accordion .accordion-item > dt .accordion-panel:before {
	font-size: 16px;
	line-height: 32px;
	float: right;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #000;
}

.accordion .accordion-item > dt.show .accordion-panel:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion .accordion-item > dd {
	display: none;
	overflow: hidden;
	padding: 0 48px 16px 24px;
}

.accordion .accordion-item > dd.show {
	display: block;
}

.app-block {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 32px;
	padding: 40px 40px 40px 24px;
	border: 1px solid #000;
}

.app-block .app-logo {
	width: 100%;
	height: 96px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.app-block .app-logo.logo-drebedengi {
	background-image: url('images/drebedengi.jpg');
}

.app-block .app-logo.logo-zenmoney {
	background-image: url('images/zenmoney.jpg');
}

.app-block .app-logo.logo-alzex {
	background-image: url('images/alzex.jpg');
}

.app-block .app-logo + a {
	text-align: center;
}

.app-block .common-link {
	color: #000;
	border-bottom: 1px solid #000;
}

.app-block .common-link:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

.app-block .mobile-support {
	margin-top: 16px;
	margin-bottom: 32px;
	text-align: center;
}

.app-block .mobile-support p {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}

.app-block .mobile-support .mob-icon {
	display: none;
	width: 16px;
	height: 16px;
	margin: 0 8px;
	padding-left: 0;
}

.app-block .mobile-support .mob-icon:before {
	font-size: 16px;
	text-align: center;
	color: #000;
}

.app-block .mobile-support.windows .icon-windows-8 {
	display: inline-block;
}

.app-block .mobile-support.ios .icon-apple {
	display: inline-block;
}

.app-block .mobile-support.android .icon-android {
	display: inline-block;
}

.app-block .app-block-content ul {
	list-style: none;
}

.app-block .app-block-content ul p {
	margin: 0;
}

.app-block .app-block-content ul li {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
}

.app-block .app-block-content ul li:before {
	font-size: 16px;
	line-height: 24px;
	position: static;
	margin-right: 8px;
	content: '\2013';
	color: #000;
}

.useful-link {
	width: 100%;
	margin: 32px 0;
	padding: 24px 24px 16px 24px;
	border: 2px solid #000;
	background: #fff;
}

.useful-link p {
	min-height: 72px;
}

.quote-of-the-day {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: -56px;
	padding-top: 80px;
	padding-bottom: 136px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 -25px 50px -25px rgba(0, 0, 0, .1);
	box-shadow: 0 -25px 50px -25px rgba(0, 0, 0, .1);
}

.quote-of-the-day:before,
.quote-of-the-day:after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 50%;
	height: 56px;
	content: '';
	background-color: #fff;
}

.quote-of-the-day:before {
	left: 0;
	-webkit-border-radius: 0 100px 0 0 / 0 100% 0 0;
	border-radius: 0 100px 0 0 / 0 100% 0 0;
	-webkit-box-shadow: inset 10px 20px 50px -25px rgba(0, 0, 0, .1);
	box-shadow: inset 10px 20px 50px -25px rgba(0, 0, 0, .1);
}

.quote-of-the-day:after {
	right: 0;
	-webkit-border-radius: 100px 0 0 0 / 100% 0 0 0;
	border-radius: 100px 0 0 0 / 100% 0 0 0;
	-webkit-box-shadow: inset -10px 20px 50px -25px rgba(0, 0, 0, .1);
	box-shadow: inset -10px 20px 50px -25px rgba(0, 0, 0, .1);
}

.quote-of-the-day h3 {
	line-height: 32px;
	margin-bottom: 56px;
}

.quote-of-the-day blockquote {
	position: relative;
	max-width: 1076px;
	margin: 0 auto;
}

.quote-of-the-day blockquote:before,
.quote-of-the-day blockquote:after {
	font: 400 88px/88px 'PT Serif';
	color: #000;
}

.quote-of-the-day blockquote:before {
	position: absolute;
	top: -4px;
	left: 0;
	content: '\201c';
}

.quote-of-the-day blockquote:after {
	position: absolute;
	right: 0;
	bottom: 40px;
	content: '\201e';
}

.quote-of-the-day blockquote .content {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	line-height: 32px;
	padding: 0 72px 32px 72px;
	text-align: center;
	color: #000;
}

.quote-of-the-day blockquote .name {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
	color: #000;
}

.news-item {
	display: block;
	margin-bottom: 32px;
	-webkit-transition: background-position box-shadow 400ms;
	-o-transition: background-position box-shadow 400ms;
	transition: background-position box-shadow 400ms;
	border-bottom: 0;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #000));
	background-image: -webkit-linear-gradient(bottom, #fff 50%, #000 50%);
	background-image: -o-linear-gradient(bottom, #fff 50%, #000 50%);
	background-image: linear-gradient(to top, #fff 50%, #000 50%);
	background-image: none;
	background-position: 50% 99%;
	-webkit-background-size: 200% 205%;
	background-size: 200% 205%;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 1px #000;
}

.news-item .news-item-img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.news-item .news-item-img img {
	width: 100%;
	height: auto;
	-webkit-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.news-item .news-item-titles {
	padding: 40px 24px;
}

.news-item .news-item-titles .category {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 0;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #000;
}

.news-item .news-item-titles .title {
	font-family: 'PT Sans Caption';
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	max-height: 64px;
	margin-top: 0;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	color: #000;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-item .news-item-titles .description {
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	max-height: 120px;
	margin: 0;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.news-item .news-item-titles .category,
.news-item .news-item-titles .title,
.news-item .news-item-titles .meta-date,
.news-item .news-item-titles .description {
	-webkit-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}

.news-item .meta-date {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8;
	-webkit-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	color: #000;
}

.news-item:hover {
	color: #fff;
	border-bottom: 0;
	background-position: 50% 0;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
}

.news-item:hover .news-item-img img {
	opacity: .5;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.news-item:hover .category,
.news-item:hover .title,
.news-item:hover .meta-date,
.news-item:hover .description {
	color: #fff;
	color: #000;
}

.news-item:focus {
	border: 0;
	outline: none;
	-webkit-box-shadow: 0 0 5px 0 #000;
	-webkit-box-shadow: 0 0 0 3px #000;
	box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 0 0 3px #000;
}

.news-item--small {
	position: relative;
	overflow: hidden;
}

.news-item--small .news-item-img {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.news-item--small .news-item-titles {
	position: relative;
	padding-top: 32px;
	padding-bottom: 48px;
}

.news-item--small .news-item-titles .title {
	font-size: 20px;
	line-height: 24px;
	max-height: 96px;
	-webkit-line-clamp: 4;
}

.news-item--small .news-item-titles .description {
	display: none;
}

.news-item--small .meta-date {
	position: absolute;
	bottom: 24px;
	left: 24px;
	margin-bottom: 0;
}

.news-item--small:hover .meta-date {
	color: #fff;
	color: #000;
}

.news-item--small.no-pic .news-item-titles {
	display: block;
	width: 100% !important;
}

.media-gallery {
	width: 100%;
	margin-bottom: 32px;
}

.media-gallery .gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-bottom: 0;
}

.media-gallery .gallery-item img {
	width: 100%;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.media-gallery .gallery-item--pic {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #000));
	background-image: -webkit-linear-gradient(bottom, transparent 50%, #000 50%);
	background-image: -o-linear-gradient(bottom, transparent 50%, #000 50%);
	background-image: linear-gradient(to top, transparent 50%, #000 50%);
	background-position: 50% 100%;
	-webkit-background-size: 200% 200%;
	background-size: 200% 200%;
}

.media-gallery .gallery-item--pic img {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.media-gallery .gallery-item--pic:hover {
	background-position: 50% 0;
}

.media-gallery .gallery-item--pic:hover img {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.media-gallery .gallery-item--pic:hover .description {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.media-gallery .gallery-item--pic .description {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 32px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.media-gallery .gallery-item--pic .description .title {
	font-family: 'PT Sans Caption';
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
}

.media-gallery .gallery-item--pic .description .subtitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: #fff;
}

.media-gallery .gallery-item--pic .description .meta {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	bottom: 32px;
	margin-bottom: 0;
	color: #fff;
}

.media-gallery .gallery-item--video img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.76378 0.21455999999999997 0.021660000000000006 0 0 0.06378 0.9145599999999999 0.021660000000000006 0 0 0.06378 0.21455999999999997 0.72166 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
	-webkit-filter: grayscale(30%) blur(1px);
	filter: grayscale(30%) blur(1px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: grayscale(100%) contrast(130%);
	filter: grayscale(100%) contrast(130%);
}

.media-gallery .gallery-item--video:before {
	font-size: 16px;
	line-height: 56px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
}

.media-gallery .gallery-item--video:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.media-gallery .gallery-item--video:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	-webkit-filter: grayscale(0%) blur(0);
	filter: grayscale(0%) blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncG type="linear" slope="1.3" intercept="-0.15000000000000002" /><feFuncB type="linear" slope="1.3" intercept="-0.15000000000000002" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: grayscale(100%) contrast(130%);
	filter: grayscale(100%) contrast(130%);
}

.news-list li {
	font-size: 16px;
	line-height: 24px;
	padding: 16px 0;
	border-bottom: 1px solid #000;
}

.news-list li:before {
	display: none;
}

.news-list li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.news-list li .meta {
	margin-top: 16px;
}

.news-list li .meta span {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #000;
}

.news-list li .meta .source {
	text-transform: uppercase;
}

.news-list li .meta .date {
	float: right;
}

.section-heading {
	position: absolute;
	top: 50%;
	margin-bottom: 48px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paginator-wrap {
	margin: 32px 0;
	text-align: center;
}

.paginator-wrap:last-child {
	margin-bottom: 0;
}

.paginator {
	display: inline-block;
}

.paginator .prev,
.paginator .next,
.paginator .page,
.paginator .ellip {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	position: relative;
	display: inline-block;
	margin: 0 8px;
	padding: 8px 0;
	color: #000;
	color: #fff;
	border-bottom: 0;
}

.paginator .prev:before,
.paginator .next:before {
	font-size: 16px;
	line-height: 32px;
	margin: 0 10px;
}

.paginator .prev.disabled,
.paginator .next.disabled {
	color: #000;
	color: #fff;
}

.paginator .next:before {
	float: right;
}

.paginator .page {
	width: 48px;
	height: 48px;
	text-align: center;
	color: #000;
	color: #fff;
	background-color: #000;
}

.paginator .page.current {
	color: #fff;
	background-color: #000;
}

.paginator .ellip {
	color: #000;
}

.doc-discussion {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 114px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border: 1px solid #000;
}

.doc-discussion .doc-name {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	padding: 32px;
	color: #000;
}

.doc-discussion .doc-data {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 24px 32px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	background-color: #000;
	-js-display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.doc-discussion .doc-data .doc-download,
.doc-discussion .doc-data .doc-period,
.doc-discussion .doc-data .doc-mail {
	padding: 0 4px;
}

.doc-discussion .doc-data .doc-download a,
.doc-discussion .doc-data .doc-download p,
.doc-discussion .doc-data .doc-period a,
.doc-discussion .doc-data .doc-period p,
.doc-discussion .doc-data .doc-mail a,
.doc-discussion .doc-data .doc-mail p {
	color: #fff !important;
}

.doc-discussion .doc-data p {
	margin: 0;
}

.doc-discussion .doc-data p:first-child {
	color: #000;
}

.doc-discussion .doc-data a {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.doc-discussion .doc-data a:hover {
	border-bottom: 1px solid transparent;
}

.doc-discussion .doc-data .period {
	font-weight: 500;
}

.doc-discussion:hover {
	border: 1px solid #000;
}

.doc-discussion:hover .doc-data {
	background-color: #000;
}

.doc-discussion:hover .doc-data p,
.doc-discussion:hover .doc-data a {
	color: #fff;
	border-color: #fff;
}

.chart-item {
	position: relative;
	width: 100%;
	margin-bottom: 32px;
}

.chart-item .chart-item-wrap {
	min-height: 312px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
}

.margin-none {
	margin: 0;
}

.mb8 {
	margin-bottom: 8px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb24 {
	margin-bottom: 24px !important;
}

.mb32 {
	margin-bottom: 32px !important;
}

.mb40 {
	margin-bottom: 40px;
}

.mb48 {
	margin-bottom: 48px;
}

.mb56 {
	margin-bottom: 56px;
}

.mb64 {
	margin-bottom: 64px !important;
}

.wrap--center {
	text-align: center;
}

.wrap--left {
	text-align: left;
}

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

.wrap--section {
	margin: 32px 0;
}

.content-wrap {
	margin-bottom: 48px;
}

.elements-match {
	position: relative;
}

.stretch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-js-display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

/* radio */

.jcf-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 3px 0 0;
	cursor: default;
	vertical-align: middle;
	border: 1px solid #777;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #fff;
}

.jcf-radio span {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	display: none;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #777;
}

.jcf-radio input[type='radio'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* checkbox */

.jcf-checkbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 3px 0 0;
	cursor: default;
	vertical-align: middle;
	border: 1px solid #777;
	background: #fff;
}

.jcf-checkbox span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	width: 8px;
	height: 4px;
	margin: -7px 0 0 -6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
}

html .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type='checkbox'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* button */

.jcf-button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #777;
	background: #fff;
}

.jcf-button .jcf-real-element {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	border: 0;
	outline: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

/* file */

.jcf-file {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	background: #fff;
}

.jcf-file .jcf-real-element {
	font-size: 200px;
	position: absolute;
	top: 0;
	right: 0;
	height: 200px;
	margin: 0;
}

.jcf-file .jcf-fake-input {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	overflow: hidden;
	padding: 16px 24px;
	vertical-align: middle;
	text-overflow: ellipsis;
	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-o-text-overflow: ellipsis;
}

.jcf-file .jcf-upload-button {
	display: none;
}

/* scrollbars */

.jcf-scrollable-wrapper {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.jcf-scrollbar-vertical {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 14px;
	cursor: default;
	background: #e3e3e3;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec {
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #bbb;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: 0;
	top: auto;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #bbb;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	width: 14px;
	height: 1px;
	background: #888;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 14px;
	background: #e3e3e3;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec {
	display: inline-block;
	overflow: hidden;
	width: 14px;
	height: 14px;
	vertical-align: top;
	background: #bbb;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	right: 0;
	left: auto;
	display: inline-block;
	overflow: hidden;
	width: 14px;
	height: 14px;
	vertical-align: top;
	background: #bbb;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	position: relative;
	display: inline-block;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	height: 14px;
	background: #888;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* select */

.jcf-select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: top;
	border: 1px solid #000;
	background: #fff;
}

.jcf-select:hover {
	border-color: #000;
}

.jcf-select select {
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-select .jcf-select-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	display: block;
	overflow: hidden;
	margin: 16px 64px 16px 24px;
	cursor: default;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	-o-text-overflow: ellipsis;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 64px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	text-align: center;
	background: transparent;
}

.jcf-select .jcf-select-opener:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e90f';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jcf-select .jcf-select-opener:before {
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}

.jcf-select.jcf-focus {
	border-color: #000 !important;
	background-color: #000;
}

.jcf-select.jcf-focus .jcf-select-text {
	color: #fff;
}

.jcf-select.jcf-focus .jcf-select-opener:before {
	color: #fff;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 9999;
	margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	z-index: 9999;
	top: 100%;
	right: -1px;
	left: -1px;
	margin-top: 0;
}

.jcf-select .jcf-drop-flipped {
	top: auto;
	bottom: 100%;
}

.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	color: #000;
	background: #e6e6e6;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	width: 8px;
	height: 4px;
	margin: -7px 5px 0 -3px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
}

/* multiple select styles */

.jcf-list-box {
	display: inline-block;
	overflow: hidden;
	min-width: 200px;
	margin: 0 15px;
	border: 1px solid #b8c3c9;
}

/* select options styles */

.jcf-list {
	font-size: 12px;
	line-height: 14px;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #fff;
}

.jcf-list .jcf-list-content {
	display: inline-block;
	overflow: auto;
	width: 100%;
	vertical-align: top;
}

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

.jcf-list ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #000;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	display: block;
	overflow: hidden;
	height: 1%;
	min-height: 14px;
	padding: 16px 64px 16px 24px;
	cursor: default;
	white-space: nowrap;
	color: #656565;
}

.jcf-list .jcf-disabled {
	color: #aaa !important;
	background: #fff !important;
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
	color: #000;
	background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption {
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	white-space: nowrap;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* other styles */

.jcf-textarea {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #b8c3c9;
}

.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}

.jcf-textarea textarea {
	margin: 0;
	padding: 8px 10px;
	border: 0;
}

.jcf-textarea .jcf-resize {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 15px;
	cursor: se-resize;
	text-align: center;
	text-indent: 1px;
	background: #e3e3e3;
}

.jcf-textarea .jcf-resize:before {
	display: block;
	width: 6px;
	height: 6px;
	margin: 4px 0 0 3px;
	content: '';
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
}

/* number input */

.jcf-number {
	position: relative;
	display: inline-block;
	height: 32px;
}

.jcf-number input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	padding: 3px 27px 3px 7px;
	border: 1px solid #777;
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	height: 15px;
	background: #aaa;
}

.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover {
	background: #e6e6e6;
}

.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -6px 0 0 -4px;
	content: '';
	border: 4px solid #aaa;
	border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before {
	opacity: .3;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}

.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: .3;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* range input */

.jcf-range {
	display: inline-block;
	width: 130px;
	min-width: 200px;
	margin: 0 10px;
}

.jcf-range .jcf-range-track {
	position: relative;
	display: block;
	height: 10px;
	margin: 0 20px 0 0;
}

.jcf-range .jcf-range-wrapper {
	position: relative;
	display: block;
	margin: 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e5e5e5;
}

.jcf-range.jcf-vertical {
	width: auto;
	min-width: 0;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	width: 10px;
	height: auto;
	margin: 0;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	width: 10px;
	height: 180px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	top: auto;
	left: -5px;
}

.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	right: 10px;
	left: 10px;
	min-width: 10px;
	min-height: 10px;
}

.jcf-range .jcf-range-display {
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #888;
}

.jcf-range .jcf-range-display.jcf-range-min {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
	margin: 0 -10px 0 0;
	padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	top: 10px;
	right: auto;
	bottom: 10px;
	left: auto;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin: 0 0 -10px;
	padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin: -10px 0 0;
	padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	background: #aaa;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	top: -7px;
	overflow: hidden;
	width: 1px;
	height: 3px;
	margin: 0 0 0 9px;
	background: #000;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	top: auto;
	left: 14px;
	width: 3px;
	height: 1px;
	margin: 0 0 9px;
}

.jcf-range .jcf-active-handle {
	z-index: 2;
}

.jcf-range.jcf-focus .jcf-active-handle {
	margin: -5px 0 0 -1px;
	border: 1px solid #f00;
}

.jcf-range.jcf-disabled {
	opacity: .3;
	background: none !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}

/* common styles */

.jcf-disabled {
	background: #ddd !important;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	color: #ccc;
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	border: none;
	background: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */

.datepicker--cells {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-js-display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.datepicker--cell {
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-js-display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.datepicker--cell.-focus- {
	background: #f0f0f0;
}

.datepicker--cell.-current- {
	color: #4eb5e6;
}

.datepicker--cell.-current-.-focus- {
	color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
	color: #4eb5e6;
}

.datepicker--cell.-in-range- {
	color: #4a4a4a;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #5cc4ef;
	background: rgba(92, 196, 239, .1);
}

.datepicker--cell.-in-range-.-focus- {
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-range-from- {
	border: 1px solid #5cc4ef;
	border: 1px solid rgba(92, 196, 239, .5);
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .1);
}

.datepicker--cell.-range-to- {
	border: 1px solid #5cc4ef;
	border: 1px solid rgba(92, 196, 239, .5);
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .1);
}

.datepicker--cell.-range-from-.-range-to- {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.datepicker--cell.-selected- {
	color: #fff;
	border: none;
	background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced;
}

.datepicker--cell:empty {
	cursor: default;
}

.datepicker--days-names {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin: 8px 0 3px;
	-js-display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.datepicker--day-name {
	font-size: .8em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	text-align: center;
	text-transform: uppercase;
	color: #ff9a19;
	-js-display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1 1;
}

.datepicker--cell-day {
	width: 14.28571%;
}

.datepicker--cells-months {
	height: 170px;
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%;
}

.datepicker--years {
	height: 170px;
}

.datepicker--cells-years {
	height: 170px;
}

.datepicker--cell-year {
	width: 25%;
	height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	color: #ccc;
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	border: none;
	background: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */

.datepickers-container {
	position: absolute;
	top: 0;
	left: 0;
}

.datepicker {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	position: absolute;
	z-index: 100;
	left: -100000px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 250px;
	-webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	-o-transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
	opacity: 0;
	color: #4a4a4a;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
}

.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
}

.datepicker.active {
	-webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	-o-transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.datepicker-inline .datepicker {
	position: static;
	right: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	border-color: #d7d7d7;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.datepicker-inline .datepicker--pointer {
	display: none;
}

.datepicker--content {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 4px;
}

.-only-timepicker- .datepicker--content {
	display: none;
}

.datepicker--pointer {
	position: absolute;
	z-index: -1;
	width: 10px;
	height: 10px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background: #fff;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	top: -webkit-calc(100% - 4px);
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
	right: -webkit-calc(100% - 4px);
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
	bottom: -webkit-calc(100% - 4px);
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
	left: -webkit-calc(100% - 4px);
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
	left: 10px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
	right: 10px;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
	bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
}

.datepicker--body {
	display: none;
}

.datepicker--body.active {
	display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	color: #ccc;
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	border: none;
	background: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */

.datepicker--nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	min-height: 32px;
	padding: 4px;
	border-bottom: 1px solid #efefef;
	-js-display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.-only-timepicker- .datepicker--nav {
	display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	cursor: pointer;
	-js-display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.datepicker--nav-action {
	width: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.datepicker--nav-action:hover {
	background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
	visibility: hidden;
}

.datepicker--nav-action svg {
	width: 32px;
	height: 32px;
}

.datepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px;
}

.datepicker--nav-title {
	padding: 0 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.datepicker--nav-title i {
	font-style: normal;
	margin-left: 5px;
	color: #9c9c9c;
}

.datepicker--nav-title:hover {
	background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
	cursor: default;
	background: none;
}

.datepicker--buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 4px;
	border-top: 1px solid #efefef;
	-js-display: flex;
}

.datepicker--button {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	height: 32px;
	cursor: pointer;
	color: #4eb5e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1 1;
	-js-display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	color: #ccc;
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	border: none;
	background: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */

.datepicker--time {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 4px;
	border-top: 1px solid #efefef;
	-js-display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	max-width: 138px;
	-webkit-flex: 0 1 138px;
	-ms-flex: 0 1 138px;
	-webkit-box-flex: 0;
	flex: 0 1 138px;
}

.-only-timepicker- .datepicker--time {
	border-top: none;
}

.datepicker--time-sliders {
	max-width: 153px;
	margin-right: 10px;
	-webkit-flex: 0 1 153px;
	-ms-flex: 0 1 153px;
	-webkit-box-flex: 0;
	flex: 0 1 153px;
}

.datepicker--time-label {
	font-size: 12px;
	display: none;
}

.datepicker--time-current {
	font-size: 14px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin: 0 0 0 10px;
	text-align: center;
	-js-display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1 1;
}

.datepicker--time-current-colon {
	line-height: 1;
	margin: 0 2px 3px;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 19px;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
	position: absolute;
	z-index: -1;
	top: -3px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	content: '';
	opacity: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f0f0f0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.datepicker--time-current-ampm {
	font-size: 11px;
	margin-bottom: 1px;
	margin-left: 6px;
	text-transform: uppercase;
	color: #9c9c9c;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.datepicker--time-row {
	font-size: 11px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 17px;
	background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
	background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
	background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
	-js-display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.datepicker--time-row:first-child {
	margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: none;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1 1;
	-webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
	display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
	outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
	border-color: #5cc4ef;
	background: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
	border-color: #5cc4ef;
	background: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
	border-color: #5cc4ef;
	background: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	cursor: pointer;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	cursor: pointer;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
	border: 1px solid #dedede;
	border-radius: 3px;
	background: #fff;
}

.datepicker--time-row input[type='range']::-ms-thumb {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	cursor: pointer;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
	border: 1px solid #dedede;
	border-radius: 3px;
	background: #fff;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
	margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
	height: 1px;
	cursor: pointer;
	color: transparent;
	border: none;
	background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
	height: 1px;
	cursor: pointer;
	color: transparent;
	border: none;
	background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
	height: 1px;
	cursor: pointer;
	color: transparent;
	border: none;
	background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
	background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
	background: transparent;
}

.datepicker--time-row span {
	padding: 0 12px;
}

.datepicker--time-icon {
	font-size: 16px;
	position: relative;
	width: 1em;
	height: 1em;
	margin: 0 5px -1px 0;
	color: #9c9c9c;
	border: 1px solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
	position: absolute;
	content: '';
	background: currentColor;
}

.datepicker--time-icon:after {
	top: -webkit-calc(50% + 1px);
	top: calc(50% + 1px);
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	width: 1px;
	height: .4em;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.datepicker--time-icon:before {
	top: -webkit-calc(50% + 1px);
	top: calc(50% + 1px);
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	width: .4em;
	height: 1px;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	color: #ccc;
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: #5cc4ef;
	background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	border: none;
	background: none;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel { /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	float: left;
	min-height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.owl-carousel.owl-hidden {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 100ms ease;
	-o-transition: transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	background: url('owl.video.play.png') no-repeat;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	height: 100%;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
	position: absolute;
	top: 55%;
	width: 100%;
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	font-size: 0;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.owl-theme .owl-prev:before,
.owl-theme .owl-next:before {
	font-family: 'minfin-font' !important;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 64px;
	display: block;
	width: 64px;
	height: 64px;
	content: '\e904';
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
	text-align: center;
	text-transform: none;
	color: #fff;
	border: 2px solid #fff;
	border: 2px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.owl-theme .owl-prev:hover:before,
.owl-theme .owl-next:hover:before {
	border: 2px solid white;
}

.owl-theme .owl-next {
	float: right;
}

.owl-theme .owl-next:before {
	content: '\e905';
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	display: inline;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #d6d6d6;
	-webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

html,
body {
	font-family: 'PT Russia';
	font-size: 16px;
	min-width: 320px;
	color: #000;
	background-color: #fff;
}

#overlay {
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	background-color: #fff;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

#overlay.is-active {
	z-index: 5;
	display: block;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.clearfix:after {
	display: table;
	clear: both;
	content: '';
}

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

.preheader {
	position: relative;
	z-index: 15;
	display: none;
	width: 100%;
	background-color: #000;
}

.preheader .preheader-inner--poor-vision,
.preheader .preheader-inner--searchform {
	width: 100%;
	padding: 24px 0;
}

.preheader .poor-vision {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	margin-right: 48px;
	color: #fff;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 1px #fff;
}

.preheader .poor-vision:hover {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.preheader .poor-vision:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.preheader .poor-vision:focus {
	border-color: transparent;
}

.preheader .poor-vision:focus {
	-webkit-box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 5px 0 #fff;
}

.preheader .fake-search-button {
	position: relative;
	display: none;
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 0;
	background: none;
	background-color: transparent;
}

.preheader .fake-search-button:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e951';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.preheader .fake-search-button:before {
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
	color: #fff;
}

.preheader .fake-search-button:hover {
	border-bottom: 0;
}

.preheader .fake-search-button:active {
	top: 2px;
}

.preheader .searchform-header {
	margin: 0;
	text-align: right;
	background-color: transparent;
}

.preheader .searchform-header #search-button {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 0;
	background: none !important;
	background-color: inherit;
}

.preheader .searchform-header #search-button:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e951';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.preheader .searchform-header #search-button:before {
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
	color: #fff;
	background: none;
}

.preheader .searchform-header .search-input {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.preheader .searchform-header .search-input input {
	font-size: 14px;
	line-height: 16px;
	width: 120px;
	height: 100%;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #fff;
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

.preheader .searchform-header .search-input input:focus {
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 0 3px #fff;
}

.preheader .searchform-header .search-input input:focus,
.preheader .searchform-header .search-input input:active,
.preheader .searchform-header .search-input input:not(:placeholder-shown) {
	width: 400px;
	border-bottom: 1px solid #000;
	outline: none;
}

.preheader .searchform-header .search-input input:focus + label,
.preheader .searchform-header .search-input input:active + label,
.preheader .searchform-header .search-input input:not(:placeholder-shown) + label {
	color: #000;
}

.preheader .searchform-header .search-input input:not(:placeholder-shown) + label {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.preheader .searchform-header .search-input label {
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #fff;
}

.preheader-poor-vision {
	display: none;
	display: block;
	padding: 24px 0;
	background-color: #fff;
}

.preheader-poor-vision .vision-active {
	display: inline-block;
	margin-left: 48px;
}

.preheader-poor-vision .vision-active p.small {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	color: #000;
}

.preheader-poor-vision .vision-active .switch {
	display: inline-block;
	vertical-align: middle;
}

.preheader-poor-vision .vision-active .switch .switch-item {
	font-size: 24px;
	font-weight: 500;
	line-height: 56px;
	display: block;
	float: left;
	width: 56px;
	height: 56px;
	margin-left: -1px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px #000;
	box-shadow: 0 0 0 1px #000;
}

.preheader-poor-vision .vision-active .switch .switch-item:hover {
	-webkit-box-shadow: 0 0 0 3px #000;
	box-shadow: 0 0 0 3px #000;
}

.preheader-poor-vision .vision-active .switch .switch-item.switch-small {
	font-size: 22px;
}

.preheader-poor-vision .vision-active .switch .switch-item.switch-normal {
	font-size: 28px;
}

.preheader-poor-vision .vision-active .switch .switch-item.switch-large {
	font-size: 34px;
}

.preheader-poor-vision .vision-active .switch .switch-item.switch-white {
	color: #000;
	background-color: #fff;
}

.preheader-poor-vision .vision-active .switch .switch-item.switch-black {
	color: #fff;
	background-color: #000;
}

.preheader-poor-vision .vision-active .switch .switch-item.switch-blue {
	background-color: #99c7f2;
}

.preheader-poor-vision .vision-active .switch .switch-item.switch-brown {
	color: #bfff57;
	background-color: #422a19;
}

.mob-search-form {
	position: fixed;
	z-index: 666;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
}

.mob-search-form .search-close-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	border: 0;
	background-color: transparent;
}

.mob-search-form .search-close-btn:before {
	font-size: 24px;
	display: block;
	width: 24px;
	height: 24px;
	color: #fff;
}

.mob-search-form .search-close-btn:active {
	top: 18px;
	right: 16px;
}

.mob-search-form .mob-searchform {
	position: absolute;
	top: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	-js-display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mob-search-form .mob-searchform .search-input {
	position: relative;
	width: 90%;
}

.mob-search-form .mob-searchform .search-input input {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	padding: 8px;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #000;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
}

.mob-search-form .mob-searchform .search-input input + label {
	font-size: 18px;
	line-height: 24px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 8px;
	padding: 8px 0;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}

.mob-search-form .mob-searchform .search-input input:not(:placeholder-shown) + label {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.mob-search-form .mob-searchform .mob-search-button {
	position: relative;
	display: inline-block;
	border: 0;
	background: none;
	background-color: transparent;
}

.mob-search-form .mob-searchform .mob-search-button:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e951';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mob-search-form .mob-searchform .mob-search-button:before {
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: #fff;
}

.mob-search-form .mob-searchform .mob-search-button:active {
	top: 2px;
}

header {
	position: relative;
	z-index: 5;
	background-color: #000;
}

.header-common {
	position: relative;
	z-index: 10;
	width: 100%;
}

.header-common .header-logo {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px 0;
	padding-left: 88px;
	padding-left: 16px;
	border-bottom: 0;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

.header-common .header-logo:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	display: none;
	width: 63px;
	height: 70px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('images/coat-header.svg') no-repeat 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.header-common .header-logo .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 4px;
	padding-top: 4px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
}

.header-common .header-logo .subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0;
	white-space: nowrap;
	color: #fff;
}

.header-common .header-logo:focus,
.header-common .header-logo:hover {
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
}

.header-common .mobile-title {
	position: relative;
	display: block;
	margin-bottom: 48px;
	border: 0;
}

.header-common .mobile-title:hover {
	border: 0;
}

.header-common .mobile-title:before {
	display: inline-block;
	float: left;
	width: 60px;
	height: 70px;
	margin-right: 12px;
	margin-left: 8px;
	content: '';
	background: url('images/coat-header.svg') no-repeat 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" intercept="0" /><feFuncG type="linear" slope="1" intercept="0" /><feFuncB type="linear" slope="1" intercept="0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: grayscale(100%) contrast(100%);
	filter: grayscale(100%) contrast(100%);
}

.header-common .mobile-title .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	color: #fff;
}

.header-common .mobile-title .subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}

.main-menu {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 28px 0;
	-js-display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.main-menu li {
	display: inline-block;
	margin: 0;
	padding: 0 8px;
}

.main-menu li:before {
	display: none;
}

.main-menu li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	white-space: nowrap;
	color: #fff;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

.main-menu li a:hover {
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
}

.main-menu li a:focus {
	outline: none;
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 0 3px #fff;
}

.main-menu li a:active {
	border-bottom: 1px solid #fff;
}

.main-menu li.hidden {
	display: none;
}

.main-menu .button-navi {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	width: 100%;
	padding: 16px 24px;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	text-align: left;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #000;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

.main-menu .button-navi:before {
	font-size: 24px;
	margin-right: 20px;
	vertical-align: bottom;
	color: #fff;
}

.main-menu .button-navi .icon-navi {
	position: absolute;
	right: 16px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.main-menu .button-navi .icon-navi:before {
	font-size: 16px;
	line-height: 24px;
	vertical-align: bottom;
}

.main-menu .button-navi .icon-navi.rotate {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-menu .button-navi:hover,
.main-menu .button-navi:active,
.main-menu .button-navi:focus {
	border: 0;
	outline: none;
}

.main-menu .button-navi:focus {
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 0 3px #fff;
}

.main-menu .button-navi:hover {
	background-color: #000;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
}

.main-menu .button-navi.get-back .icon-navi {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header-home {
	display: none;
	overflow: hidden;
	height: 0;
}

.header-home .header-title {
	display: none;
}

.header.header--home {
	height: 424px;
}

.header.header--home .header-logo-wrap {
	display: none;
}

.header--home .header-home {
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 100%;
	height: 424px;
	margin-bottom: 0;
	background: url('images/main-header-bg.jpg') no-repeat 50% 50%;
	background: #000;
	-webkit-background-size: cover;
	background-size: cover;
}

.header--home .header-home .header-logo {
	display: block;
	width: 100%;
	height: 296px;
	margin-top: 64px;
	border-bottom: 0;
	background: url('images/coat-header-main.png') no-repeat 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" intercept="0" /><feFuncG type="linear" slope="1" intercept="0" /><feFuncB type="linear" slope="1" intercept="0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: grayscale(100%) contrast(100%);
	filter: grayscale(100%) contrast(100%);
}

.header--home .header-home .header-title {
	position: relative;
	display: block;
	margin-top: 190px;
	margin-left: 8px;
	padding: 0;
}

.header--home .header-home .header-title .title {
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: 16px;
	color: #fff;
}

.header--home .header-home .header-title .subtitle {
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}

.header-submenu {
	position: absolute;
	z-index: 20;
	display: none;
	width: 100%;
	padding-top: 80px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1);
}

.header-submenu .submenu-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 64px;
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.header-submenu .submenu-wrapper .close-btn {
	position: absolute;
	z-index: 3;
	top: -24px;
	right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	border: 0;
	background-color: #fff;
}

.header-submenu .submenu-wrapper .close-btn:before {
	font-family: 'minfin-font' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	content: '\e96d';
	text-transform: none;
	speak: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-submenu .submenu-wrapper .close-btn:before {
	font-size: 24px;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #000;
}

.header-submenu .submenu-wrapper .close-btn:hover:before,
.header-submenu .submenu-wrapper .close-btn:focus:before {
	right: 15px;
	color: #000;
}

.header-submenu .submenu-wrapper .close-btn:focus:before {
	-webkit-box-shadow: 0 0 3px 0 currentColor;
	box-shadow: 0 0 3px 0 currentColor;
}

.header-submenu .submenu-wrapper .close-btn:active {
	top: -22px;
	right: 15px;
	color: #000;
}

.header-submenu .submenu {
	margin-top: 0;
}

.header-submenu .submenu li {
	position: relative;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.header-submenu .submenu li .chevron {
	position: absolute;
	top: 50%;
	right: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.header-submenu .submenu li .chevron:before {
	font-size: 16px;
	line-height: 48px;
	color: #000;
}

.header-submenu .submenu li:last-child {
	border-bottom: 0;
}

.header-submenu .submenu > li {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}

.header-submenu .submenu > li:before {
	display: none;
}

.header-submenu .submenu > li a {
	font-family: 'PT Sans Caption';
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
	border-bottom: 0;
}

.header-submenu .submenu > li a:hover,
.header-submenu .submenu > li a:active,
.header-submenu .submenu > li a:focus {
	color: #000;
	border-bottom: 0;
}

.header-submenu .submenu > li a:focus {
	-webkit-box-shadow: 0 0 3px 0 currentColor;
	box-shadow: 0 0 3px 0 currentColor;
}

.header-submenu .submenu > li a.is-hidden {
	display: none;
}

.header-submenu .submenu .level-2 li,
.header-submenu .submenu .level-3 li {
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

.header-submenu .submenu .level-2 li:before,
.header-submenu .submenu .level-3 li:before {
	display: none;
}

.header-submenu .submenu .level-2 li a,
.header-submenu .submenu .level-3 li a {
	font-family: 'PT Russia';
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 8px;
	color: #000;
	border-bottom: 1px solid transparent;
}

.header-submenu .submenu .level-2 li a:hover,
.header-submenu .submenu .level-2 li a:active,
.header-submenu .submenu .level-3 li a:hover,
.header-submenu .submenu .level-3 li a:active {
	color: #000;
	border-bottom: 1px solid #000;
}

.header-submenu .submenu .level-2 {
	margin-top: 10px;
}

.header-submenu .submenu .level-2.is-active {
	display: block;
}

.header-submenu .submenu .level-3 {
	margin: 0 0 0 16px;
}

.header-submenu.active {
	display: block;
}

.pageline {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1);
}

.pageline:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: none;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .15;
	background: url('images/pageline-bg-bw.jpg') no-repeat 100% 100%;
	-webkit-background-size: contain;
	background-size: contain;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)';
}

.pageline h1 {
	font-family: 'PT Russia';
	margin-top: 0;
	margin-bottom: 14px;
}

.pageline h1 + p.subtitle {
	font-size: 20px;
	line-height: 32px;
	max-width: 700px;
	min-height: 64px;
	margin: 0;
}

form {
	width: 100%;
	margin-bottom: 32px;
	background-color: #fff;
}

form p.required {
	margin-bottom: 40px;
}

form .form-section {
	margin-bottom: 48px;
}

form .form-section:last-child {
	margin-bottom: 0;
}

form .form-section h4 {
	margin-bottom: 24px;
}

.input,
.textarea {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.input .input--filled,
.textarea .input--filled {
	padding: 32px 24px 0 24px;
}

.input .textarea--filled,
.textarea .textarea--filled {
	padding: 32px 24px 16px 24px;
}

.input .input--filled + .label__field,
.input .input--focused + .label__field,
.input .textarea--filled + .label__field,
.input .error + .label__field,
.textarea .input--filled + .label__field,
.textarea .input--focused + .label__field,
.textarea .textarea--filled + .label__field,
.textarea .error + .label__field {
	font-size: 14px;
	line-height: 16px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.input .input--filled ~ .form-error,
.input .input--focused ~ .form-error,
.input .textarea--filled ~ .form-error,
.input .error ~ .form-error,
.textarea .input--filled ~ .form-error,
.textarea .input--focused ~ .form-error,
.textarea .textarea--filled ~ .form-error,
.textarea .error ~ .form-error {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	top: -18px;
	left: 24px;
	-webkit-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
	color: #000;
}

.input.input--calendar,
.textarea.input--calendar {
	position: relative;
}

.input.input--calendar input::-webkit-input-placeholder,
.textarea.input--calendar input::-webkit-input-placeholder {
	color: #000;
}

.input.input--calendar input::-moz-placeholder,
.textarea.input--calendar input::-moz-placeholder {
	color: #000;
}

.input.input--calendar input:-ms-input-placeholder,
.textarea.input--calendar input:-ms-input-placeholder {
	color: #000;
}

.input.input--calendar input::-ms-input-placeholder,
.textarea.input--calendar input::-ms-input-placeholder {
	color: #000;
}

.input.input--calendar input::placeholder,
.textarea.input--calendar input::placeholder {
	color: #000;
}

.input.input--calendar label,
.textarea.input--calendar label {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 24px;
	height: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.input.input--calendar label:before,
.textarea.input--calendar label:before {
	font-size: 24px;
	color: #000;
}

.select {
	margin-bottom: 32px;
}

.input--file {
	position: relative;
	margin: 32px 0;
}

.input--file .help-block.form-error {
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: -18px;
	left: 24px;
	color: #000;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
textarea {
	font-family: 'PT Russia';
	font-size: 18px;
	line-height: 32px;
	width: 100%;
	padding: 16px 24px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-appearance: none;
}

input[type='text'] + .label__field,
input[type='email'] + .label__field,
input[type='password'] + .label__field,
input[type='number'] + .label__field,
input[type='tel'] + .label__field,
input[type='date'] + .label__field,
textarea + .label__field {
	font-size: 18px;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 24px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: translateY(16px);
	-ms-transform: translateY(16px);
	transform: translateY(16px);
	text-overflow: ellipsis;
	color: #000;
	-o-text-overflow: ellipsis;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='date']:focus,
textarea:focus {
	outline: none;
}

input[type='text']:required + label:after,
input[type='email']:required + label:after,
input[type='password']:required + label:after,
input[type='number']:required + label:after,
input[type='tel']:required + label:after,
input[type='date']:required + label:after,
textarea:required + label:after {
	display: inline;
	content: ' *';
}

input[type='text']:valid:not(:placeholder-shown),
input[type='email']:valid:not(:placeholder-shown),
input[type='password']:valid:not(:placeholder-shown),
input[type='number']:valid:not(:placeholder-shown),
input[type='tel']:valid:not(:placeholder-shown),
input[type='date']:valid:not(:placeholder-shown),
textarea:valid:not(:placeholder-shown) {
	border: 1px solid #000;
}

input[type='text']:valid:not(:placeholder-shown) + label,
input[type='email']:valid:not(:placeholder-shown) + label,
input[type='password']:valid:not(:placeholder-shown) + label,
input[type='number']:valid:not(:placeholder-shown) + label,
input[type='tel']:valid:not(:placeholder-shown) + label,
input[type='date']:valid:not(:placeholder-shown) + label,
textarea:valid:not(:placeholder-shown) + label {
	color: #000;
}

input[type='text']:invalid:not(:focus):not(:placeholder-shown),
input[type='email']:invalid:not(:focus):not(:placeholder-shown),
input[type='password']:invalid:not(:focus):not(:placeholder-shown),
input[type='number']:invalid:not(:focus):not(:placeholder-shown),
input[type='tel']:invalid:not(:focus):not(:placeholder-shown),
input[type='date']:invalid:not(:focus):not(:placeholder-shown),
textarea:invalid:not(:focus):not(:placeholder-shown) {
	border: 1px solid #000;
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

input[type='text']:invalid:not(:focus):not(:placeholder-shown) + label,
input[type='email']:invalid:not(:focus):not(:placeholder-shown) + label,
input[type='password']:invalid:not(:focus):not(:placeholder-shown) + label,
input[type='number']:invalid:not(:focus):not(:placeholder-shown) + label,
input[type='tel']:invalid:not(:focus):not(:placeholder-shown) + label,
input[type='date']:invalid:not(:focus):not(:placeholder-shown) + label,
textarea:invalid:not(:focus):not(:placeholder-shown) + label {
	color: #000;
}

input[type='text']:invalid:not(:focus):not(:placeholder-shown) ~ .form-error,
input[type='email']:invalid:not(:focus):not(:placeholder-shown) ~ .form-error,
input[type='password']:invalid:not(:focus):not(:placeholder-shown) ~ .form-error,
input[type='number']:invalid:not(:focus):not(:placeholder-shown) ~ .form-error,
input[type='tel']:invalid:not(:focus):not(:placeholder-shown) ~ .form-error,
input[type='date']:invalid:not(:focus):not(:placeholder-shown) ~ .form-error,
textarea:invalid:not(:focus):not(:placeholder-shown) ~ .form-error {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

input[type='text'].error,
input[type='email'].error,
input[type='password'].error,
input[type='number'].error,
input[type='tel'].error,
input[type='date'].error,
textarea.error {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

textarea {
	font-size: 16px;
	line-height: 24px;
	max-height: 256px;
}

textarea:focus {
	padding: 32px 24px 0 24px;
}

textarea:focus + .label__field {
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

textarea:not(:placeholder-shown) {
	padding: 32px 24px 0 24px;
}

textarea:not(:placeholder-shown) + .label__field {
	font-size: 14px;
	line-height: 16px;
}

textarea.has-error {
	padding: 32px 24px 0 24px;
}

textarea.has-error + .label__field {
	font-size: 18px;
	line-height: 32px;
}

input[type='radio'] {
	position: absolute;
	left: -9999px;
}

input[type='radio'] + label {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	display: block;
	margin-bottom: 8px;
	padding-left: 40px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
}

input[type='radio'] + label:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border: 2px solid #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
}

input[type='radio'] + label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

input[type='radio'] + label:hover,
input[type='radio'] + label:focus {
	color: #000;
}

input[type='radio'] + label:hover:before,
input[type='radio'] + label:focus:before {
	border-color: #000;
}

input[type='radio'] + label:focus {
	-webkit-box-shadow: 0 0 3px 0 #000;
	box-shadow: 0 0 3px 0 #000;
}

input[type='radio']:checked + label {
	color: #000;
}

input[type='radio']:checked + label:before {
	border-color: #000;
}

input[type='radio']:checked + label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

select {
	font-size: 18px;
	line-height: 32px;
	width: 100%;
	padding: 16px 24px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
	border: 1px solid #000;
}

select:hover {
	border: 1px solid #000;
}

.contents {
	margin-top: 72px;
	margin-bottom: 48px;
}

#kaliningrad_map {
	display: none;
	width: 100%;
	height: auto;
	margin-bottom: 48px;
}

#kaliningrad_map #areas g use {
	cursor: pointer;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

#kaliningrad_map #areas g:hover use,
#kaliningrad_map #areas g.is-hover use {
	fill: #000;
}

#kaliningrad_map #areas g.is-active use {
	fill: #000;
}

ul.municipalities {
	margin-top: 0;
}

ul.municipalities li {
	margin-bottom: 16px;
}

ul.municipalities li:before {
	display: none;
}

ul.municipalities li a {
	display: inline;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

ul.municipalities li a.is-active {
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid transparent;
}

ul.municipalities li a.is-active:hover {
	color: #000;
}

ul.municipalities li a.is-hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

.main-slider {
	display: none;
	width: 100%;
	background: #000 url('images/main-slider-bg.jpg') no-repeat 100% 100%;
	-webkit-background-size: cover;
	background-size: cover;
}

.main-slider .owl-stage-outer {
	padding-bottom: 48px;
}

.main-slider .slider-inner {
	position: relative;
	z-index: 5;
	margin-bottom: -112px;
}

.main-slider .slide {
	width: 90%;
	margin: 0 auto;
	padding-top: 80px;
}

.main-slider .slide .pretitle {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	min-height: 48px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.main-slider .slide .title {
	font-weight: 700;
	margin-top: 16px;
	text-align: center;
	color: #fff;
}

.main-slider .slide .slide-content {
	width: 100%;
	max-width: 1168px;
	margin: 0 auto;
	margin-top: 56px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1);
}

.main-slider .slide .stateDebt-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	height: 704px;
	-js-display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-slider .slide .stateDebt-chart {
	position: relative;
	width: 100%;
	max-width: 768px;
	height: auto;
}

.main-slider .slide .stateDebt-chart #stateDebt {
	position: absolute;
	z-index: 3;
}

.main-slider .slide .stateDebt-chart .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-slider .slide .stateDebt-chart .caption .title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	color: #000;
}

.main-slider .slide .stateDebt-chart .caption .subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #000;
}

.main-slider .slide .stateDebt-legend {
	height: 100%;
}

.main-slider .slide .stateDebt-legend ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 400px;
	height: 100%;
	margin: 0;
	border-left: 3px solid #000;
	-js-display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.main-slider .slide .stateDebt-legend ul li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 0;
	padding: 0 40px;
	-js-display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-slider .slide .stateDebt-legend ul li:not(:last-child) {
	border-bottom: 3px solid #000;
}

.main-slider .slide .stateDebt-legend ul li:before {
	display: none;
}

.main-slider .slide .stateDebt-legend ul li .li-inner {
	width: 100%;
}

.main-slider .slide .stateDebt-legend ul li .label-point {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.main-slider .slide .stateDebt-legend ul li .label-percent {
	line-height: 32px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 56px;
}

.main-slider .slide .stateDebt-legend ul li .label-title,
.main-slider .slide .stateDebt-legend ul li .label-value {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	z-index: 3;
	margin: 0;
	padding-left: 56px;
	color: #000;
}

.main-slider .slide .stateDebt-legend ul li .label-icon {
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
}

.main-slider .slide .stateDebt-legend ul li .label-icon:before {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: #000;
}

.main-slider .slide #stateDebt-tooltip {
	position: absolute;
	z-index: 5;
	-webkit-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.main-slider .slide #stateDebt-tooltip .tooltip {
	padding: 16px;
	padding-left: 40px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.main-slider .slide #stateDebt-tooltip .tooltip .tooltip-point {
	position: absolute;
	left: 16px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.main-slider .slide #stateDebt-tooltip .tooltip .tooltip-title,
.main-slider .slide #stateDebt-tooltip .tooltip .tooltip-value,
.main-slider .slide #stateDebt-tooltip .tooltip .tooltip-percent {
	font-family: 'PT Russia';
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	margin: 0;
	color: #000;
}

.main-slider .slide #stateDebt-tooltip .tooltip .tooltip-line {
	height: 2px;
	margin: 8px 0;
	background-color: #000;
}

.main-slider .slide .taxes-wrap {
	position: relative;
	width: 100%;
	height: 704px;
	padding: 32px 16px 16px 16px;
}

.main-slider .slide .taxes-wrap .taxes-chart {
	position: relative;
	display: inline-block;
	width: 808px;
	max-width: 808px;
	height: 100%;
}

.main-slider .slide .taxes-wrap #taxes-legend {
	float: left;
	width: 304px;
	height: 100%;
}

.main-slider .slide .taxes-wrap .taxes-legend {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 24px;
	-js-display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.main-slider .slide .taxes-wrap .taxes-legend li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 6px;
	-js-display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main-slider .slide .taxes-wrap .taxes-legend li:before {
	display: none;
}

.main-slider .slide .taxes-wrap .taxes-legend li .label-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0;
	text-align: right;
	color: #000;
}

.main-slider .slide .taxes-wrap .taxes-legend li .label-icon {
	margin-left: 16px;
	padding-top: 4px;
}

.main-slider .slide .taxes-wrap .taxes-legend li .label-icon:before {
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: #000;
}

section.documents {
	padding-top: 160px;
	padding-bottom: 80px;
}

section.documents .documents-sort {
	margin-top: 16px;
}

section.documents .documents-sort h2 {
	margin-bottom: 8px;
}

section.documents .documents-sort form {
	margin-top: 18px;
}

section.documents .documents-sort form .radio-wrapper label {
	page-break-inside: avoid;
}

.test-container .news-item--small {
	display: inline-block;
	width: 31%;
	margin: 1%;
}

.single-page {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.single-page .page-title {
	padding: 56px 56px 48px 56px;
}

.single-page .page-title .page-title-pic {
	width: 100%;
}

.single-page .page-title .page-title-pic img {
	width: 100%;
	height: auto;
}

.single-page .page-title h3 {
	margin-top: 0;
	margin-bottom: 16px;
}

.single-page .page-title .meta {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.single-page .page-title .description {
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
}

.single-page .page-content {
	padding: 56px 56px 88px 56px;
}

.single-page .accent-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -16px;
	margin-left: -16px;
	padding: 0 72px;
	background-color: #000;
	-js-display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-page .accent-bar .heading {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
}

.single-page .accent-bar .share {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: inline-block;
	margin-right: 24px;
	padding-left: 28px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
}

.single-page .accent-bar .share:before {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 0;
	color: #fff;
}

.single-page .accent-bar .social-icons {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.single-page .accent-bar .social-icons .icon {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 12px 0;
	margin-left: 4px;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	border-bottom: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

.single-page .accent-bar .social-icons .icon:before {
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
}

.single-page .accent-bar .social-icons .icon.icon-twitter:before,
.single-page .accent-bar .social-icons .icon.icon-vk:before {
	font-size: 12px;
}

.single-page .accent-bar .social-icons .icon:hover {
	background-color: #000;
}

.single-page .accent-bar .social-icons .icon:hover:before {
	color: #fff;
}

.structure {
	width: 100%;
	min-width: 736px;
	border: 0 !important;
	background-color: #fff;
}

.structure tr {
	background-color: transparent !important;
}

.structure tr td {
	padding: 0;
	text-align: center !important;
	border: 0;
}

.structure .top-table {
	width: 100%;
	margin: 0;
	border: 0 !important;
}

.structure .top-table td {
	text-align: center !important;
	border: 0;
}

.structure .top-table td:nth-child(2n) {
	width: 2%;
}

.structure .top-table td:last-child {
	width: 18%;
}

.structure .top-table tr:nth-child(2) td {
	height: 56px;
}

.structure .top-table tr:nth-child(3) td {
	height: 24px;
}

.structure .bottom-table {
	width: 100%;
	margin: 0;
	border: 0 !important;
}

.structure .bottom-table td {
	border: 0;
}

.structure .bottom-table td:nth-child(2n-1) {
	width: 18.4%;
}

.structure .bottom-table td:nth-child(2n) {
	width: 2%;
}

.structure .bottom-table tr:nth-child(2n-1) td {
	height: 24px;
}

.structure .minister {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	position: relative;
	z-index: 2;
	padding: 16px;
	color: #fff;
	background-color: #000;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.structure .deputy {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	position: relative;
	z-index: 2;
	width: 25%;
	padding: 16px;
	color: #fff;
	background-color: #000;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.structure .department {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 8px 14px;
	color: #000;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 0 3px #000;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 0 3px #000;
}

.structure .sub-department {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	z-index: 2;
	padding: 16px;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.structure .dots {
	position: relative;
}

.structure .dots:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.structure .dots.dots--vert:before {
	top: -100%;
	width: 50%;
	height: 200%;
	border-right: 4px dotted;
}

.structure .dots.dots--vert.dots--big:before {
	top: -75%;
	height: 205%;
}

.structure .dots.dots--horz:before {
	width: 100%;
	height: 55%;
	border-bottom: 4px dotted;
}

.structure .dots.dots--horz.dots--center:before {
	position: absolute;
	top: 0;
	left: 12.33%;
	width: 78.5%;
}

.structure .dots.dots--primary:before {
	border-color: #000;
}

.structure .dots.dots--secondary:before {
	border-color: #000;
}

.chart-item {
	width: 100%;
}

.chart-item img {
	width: 100%;
	height: auto;
}

.timeline {
	position: relative;
}

.timeline:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 2px;
	height: 100%;
	content: '';
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}

.timeline [class*='col-']:last-child .timeline-item {
	margin-bottom: 0;
}

.timeline .timeline-item {
	position: relative;
	width: -webkit-calc(100% - 18px);
	width: calc(100% - 18px);
	margin-bottom: 40px;
	padding: 32px 40px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border: 1px solid #000;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.timeline .timeline-item:hover {
	outline: 3px solid #000;
}

.timeline .timeline-item .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color: #000;
}

.timeline .timeline-item .content {
	margin: 0;
	margin-top: 32px;
}

.timeline .timeline-item .addition {
	display: none;
	margin-top: 24px;
}

.timeline .timeline-item:before {
	position: absolute;
	top: 15%;
	right: -34px;
	display: block;
	width: 18px;
	height: 2px;
	content: '';
	background-color: #000;
}

.timeline .timeline-item.timeline-item--right:before {
	left: -34px;
}

.timeline .timeline-item.is-active {
	-webkit-box-shadow: inset 4px 0 0 0 #000, 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 4px 0 0 0 #000, 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.timeline .timeline-item.is-active .date {
	color: #000;
}

.addition-block {
	position: relative;
	width: 100%;
}

.addition-block .addition-field {
	display: none;
	padding-top: 32px;
}

.addition-block .addition-field.affix {
	position: fixed;
	top: 0;
}

.addition-block .addition-field.affix-bottom {
	position: absolute;
}

.addition-block .addition-field p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.footer {
	padding: 96px 0 88px 0;
	background-color: #fff;
}

.footer h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 16px;
}

.footer .footer-title .footer-title-wrapper {
	position: relative;
	margin-bottom: 24px;
	padding-left: 88px;
}

.footer .footer-title .footer-title-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 65px;
	height: 80px;
	content: '';
	background: url('images/coat-footer.svg') no-repeat 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.footer .footer-title .footer-title-wrapper .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #000;
}

.footer .footer-title .footer-title-wrapper .title + .subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 14px;
}

.footer .footer-title .footer-title-wrapper .address {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}

.footer .footer-title .footer-title-wrapper .address .nowrap {
	white-space: nowrap;
}

.footer .footer-title .sputnik {
	margin-left: 88px;
}

.footer .footer-title .sputnik img {
	opacity: .5;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.footer .footer-menu ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.footer .footer-menu ul li {
	margin: 0;
	padding: 0;
}

.footer .footer-menu ul li:before {
	display: none;
}

.footer .footer-menu ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	margin-bottom: 11px;
	color: #000;
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.footer .footer-menu ul li a:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

.footer .footer-social {
	margin-bottom: 28px;
	margin-left: 64px;
}

.footer .footer-social .social-block .social-icon {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border-bottom: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
}

.footer .footer-social .social-block .social-icon:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

.footer .footer-social .social-block .social-icon:hover {
	background-color: #000;
}

.footer .footer-social .social-block .social-icon:active {
	top: 2px;
	background-color: #000;
}

.footer .copyright {
	position: relative;
	margin-left: 64px;
}

.footer .copyright:before {
	position: absolute;
	top: 0;
	left: -64px;
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	background: url('images/CC.svg') no-repeat 50% 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.footer .copyright p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}

.footer .copyright a {
	color: #000;
	border-bottom: 1px solid #000;
}

.footer .copyright a:hover {
	color: #000;
	border-bottom: 1px solid transparent;
}

@media screen {

.requisites {
	padding: 32px;
}

.requisites {
	padding: 32px;
}

}

@media (min-width: 480px) and (max-width: 767px) {

.hidden-xs {
	display: block !important;
}

.visible-ms {
	display: block !important;
}

table.visible-ms {
	display: table !important;
}

tr.visible-ms {
	display: table-row !important;
}

th.visible-ms,
td.visible-ms {
	display: table-cell !important;
}

.visible-ms-block {
	display: block !important;
}

.visible-ms-inline {
	display: inline !important;
}

.visible-ms-inline-block {
	display: inline-block !important;
}

.hidden-ms {
	display: none !important;
}

[class^='icon-gerb-']:before,
[class*=' icon-gerb-']:before {
	margin-top: 0;
}

h1 {
	font-size: 30px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

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

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

p.important,
p.big {
	font-size: 16px;
	line-height: 24px;
}

ul li,
ol li {
	font-size: 14px;
	line-height: 18px;
}

table {
	display: inline-block;
}

table th,
table td {
	font-size: 14px;
	line-height: 16px;
}

.button {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 24px;
}

.button:before {
	display: none;
}

.button--small {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 24px;
}

.section--extralarge {
	padding: 48px 0;
}

.section--large {
	padding: 48px 0;
}

.section--normal {
	padding: 32px 0;
}

.section--small {
	padding: 24px 0;
}

.section--xs {
	padding: 16px 0;
}

.document-link {
	padding: 16px 96px 16px 88px;
}

.document-link .link-wrapper:before {
	font-size: 44px;
	left: -64px;
}

.document-link .link-wrapper a.main-link {
	font-size: 16px;
}

.document-link p.subtitle {
	font-size: 14px;
	margin-top: 8px;
}

.document-link .meta-date {
	font-size: 14px;
	top: 16px;
	right: 16px;
}

.document-link .special-links {
	display: none;
}

.document-link--category {
	padding: 16px 32px 16px 88px;
}

.document-link--category .authority {
	display: none;
}

.document-link--category .link-wrapper a.main-link {
	font-size: 14px;
}

.document-link--category p.subtitle {
	font-size: 13px;
	line-height: 16px;
}

.document-link--icon-top .link-wrapper:before {
	font-size: 44px;
	top: 0;
	left: -64px;
}

.info-box:before {
	font-size: 40px;
	top: 32px;
	left: 32px;
}

.info-box--normal {
	padding: 32px 24px 32px 96px;
}

.info-box--large {
	padding: 104px 40px 50px 48px;
}

.info-box--large:before {
	font-size: 48px;
	top: 40px;
	left: 48px;
}

.info-box--simple {
	padding-left: 64px;
}

.info-box--simple:before {
	font-size: 40px;
	width: 40px;
	height: 40px;
}

.info-box--simple h4 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
}

.coat-title {
	margin-top: 32px;
	padding-left: 96px;
}

.coat-title:before {
	width: 64px;
	height: 88px;
}

.info-box--button {
	padding: 40px 24px 24px 112px;
}

.info-box--button:before {
	font-size: 64px;
	top: 40px;
	left: 24px;
}

.info-box--button p {
	font-size: 14px;
	line-height: 20px;
}

.info-box--centered {
	padding: 32px 16px 32px 104px;
	text-align: left;
}

.info-box--centered:before {
	top: 50%;
	left: 32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-box--centered h4 {
	font-size: 18px;
	line-height: 24px;
}

.info-box--centered p {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

.info-box--centered:hover:before {
	font-size: 40px;
	top: 50%;
	left: 32px;
	width: 40px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-box .content-item a {
	font-size: 16px;
}

.important-info {
	padding: 64px 32px 24px 48px;
}

.important-info .important-info-tag {
	left: 20px;
}

.important-info h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

.important-info p {
	font-size: 16px;
	line-height: 24px;
}

.important-info p.small {
	font-size: 14px;
	line-height: 20px;
}

.important-info ul li {
	font-size: 14px;
	line-height: 24px;
}

.important-info--img-circle .important-info-tag .img-wrapper {
	width: 104px;
	height: 104px;
}

.important-info--icon .important-info-tag:before {
	font-size: 72px;
	width: 72px;
	height: 72px;
}

.important-info--title {
	padding: 16px 32px;
}

.important-info--centered .important-info-tag {
	left: 50%;
}

.important-info--button .button-wrap {
	left: 50%;
	-webkit-transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
}

.important-info--button .button {
	font-size: 16px;
	line-height: 20px;
	padding: 14px 32px;
}

.important-info--button .button:hover:before {
	right: 8px;
}

.appointment-date .appointment-item {
	padding: 32px;
}

.accordion .accordion-item > dt .accordion-panel {
	font-size: 16px;
	line-height: 20px;
}

.quote-of-the-day h3 {
	margin-bottom: 24px;
}

.quote-of-the-day blockquote:before,
.quote-of-the-day blockquote:after {
	font-size: 70px;
	line-height: 1;
}

.quote-of-the-day blockquote .content {
	font-size: 16px;
	line-height: 24px;
	padding: 0 64px 24px 64px;
}

.quote-of-the-day blockquote .name {
	font-size: 16px;
}

.news-item .news-item-titles {
	padding: 40 16px;
}

.news-item .news-item-titles .category {
	display: none;
}

.news-item .news-item-titles .title {
	font-size: 18px;
	line-height: 24px;
	max-height: none;
}

.news-item .news-item-titles .description {
	font-size: 13px;
}

.news-item .meta-date {
	display: none;
}

.news-item--small .news-item-img {
	display: none;
}

.news-item--small .news-item-titles {
	padding: 40px 16px;
}

.news-item--small .news-item-titles .title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.news-item--small .meta-date {
	display: none;
}

.doc-discussion .doc-name {
	font-size: 14px;
	line-height: 20px;
	padding: 16px;
}

.hidden-ms {
	display: none;
}

.preheader .fake-search-button {
	display: block;
}

.preheader-poor-vision .vision-active {
	display: block;
	margin: 0;
	text-align: right;
}

.preheader-poor-vision .vision-active .switch .switch-item {
	margin-top: 16px;
	margin-bottom: 16px;
}

.main-menu {
	padding: 32px 0;
}

.main-menu li:first-child {
	width: 100%;
	padding: 0;
}

.main-menu li:not(:first-child) {
	display: none;
}

.header.header--home {
	height: auto;
}

.header--home .header-home {
	display: none;
	height: 0;
}

.header-submenu .submenu-wrapper {
	overflow: hidden;
	padding: 0;
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.header-submenu .submenu-wrapper .close-btn {
	display: none;
}

.pageline {
	padding: 48px 0;
}

.pageline h1 + p.subtitle {
	font-size: 16px;
	line-height: 24px;
	min-height: 48px;
}

select {
	font-size: 16px;
	line-height: 24px;
}

section.documents {
	padding: 40px 0;
}

section.documents .documents-sort h2 {
	font-size: 24px;
	line-height: 32px;
}

section.documents .documents-sort form .radio-wrapper {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

section.documents .documents-sort form .button {
	display: block;
	width: 100%;
}

.single-page .page-title {
	padding: 32px 32px 24px 32px;
}

.single-page .page-content {
	padding: 32px 32px 64px 32px;
}

.footer {
	padding: 56px 0 48px 0;
}

.footer {
	padding: 48px 0 32px 0;
}

.footer .footer-social {
	margin-top: 24px;
	margin-left: 88px;
}

.footer .copyright {
	margin-left: 88px;
}

}

@media (min-width: 480px) {

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
	float: left;
}

.col-ms-1 {
	width: 8.33333%;
}

.col-ms-2 {
	width: 16.66667%;
}

.col-ms-3 {
	width: 25%;
}

.col-ms-4 {
	width: 33.33333%;
}

.col-ms-5 {
	width: 41.66667%;
}

.col-ms-6 {
	width: 50%;
}

.col-ms-7 {
	width: 58.33333%;
}

.col-ms-8 {
	width: 66.66667%;
}

.col-ms-9 {
	width: 75%;
}

.col-ms-10 {
	width: 83.33333%;
}

.col-ms-11 {
	width: 91.66667%;
}

.col-ms-12 {
	width: 100%;
}

.col-ms-pull-0 {
	right: auto;
}

.col-ms-pull-1 {
	right: 8.33333%;
}

.col-ms-pull-2 {
	right: 16.66667%;
}

.col-ms-pull-3 {
	right: 25%;
}

.col-ms-pull-4 {
	right: 33.33333%;
}

.col-ms-pull-5 {
	right: 41.66667%;
}

.col-ms-pull-6 {
	right: 50%;
}

.col-ms-pull-7 {
	right: 58.33333%;
}

.col-ms-pull-8 {
	right: 66.66667%;
}

.col-ms-pull-9 {
	right: 75%;
}

.col-ms-pull-10 {
	right: 83.33333%;
}

.col-ms-pull-11 {
	right: 91.66667%;
}

.col-ms-pull-12 {
	right: 100%;
}

.col-ms-push-0 {
	left: auto;
}

.col-ms-push-1 {
	left: 8.33333%;
}

.col-ms-push-2 {
	left: 16.66667%;
}

.col-ms-push-3 {
	left: 25%;
}

.col-ms-push-4 {
	left: 33.33333%;
}

.col-ms-push-5 {
	left: 41.66667%;
}

.col-ms-push-6 {
	left: 50%;
}

.col-ms-push-7 {
	left: 58.33333%;
}

.col-ms-push-8 {
	left: 66.66667%;
}

.col-ms-push-9 {
	left: 75%;
}

.col-ms-push-10 {
	left: 83.33333%;
}

.col-ms-push-11 {
	left: 91.66667%;
}

.col-ms-push-12 {
	left: 100%;
}

.col-ms-offset-0 {
	margin-left: 0;
}

.col-ms-offset-1 {
	margin-left: 8.33333%;
}

.col-ms-offset-2 {
	margin-left: 16.66667%;
}

.col-ms-offset-3 {
	margin-left: 25%;
}

.col-ms-offset-4 {
	margin-left: 33.33333%;
}

.col-ms-offset-5 {
	margin-left: 41.66667%;
}

.col-ms-offset-6 {
	margin-left: 50%;
}

.col-ms-offset-7 {
	margin-left: 58.33333%;
}

.col-ms-offset-8 {
	margin-left: 66.66667%;
}

.col-ms-offset-9 {
	margin-left: 75%;
}

.col-ms-offset-10 {
	margin-left: 83.33333%;
}

.col-ms-offset-11 {
	margin-left: 91.66667%;
}

.col-ms-offset-12 {
	margin-left: 100%;
}

}

@media (min-width: 768px) {

.container {
	width: 768px;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
	float: left;
}

.col-sm-1 {
	width: 8.33333%;
}

.col-sm-2 {
	width: 16.66667%;
}

.col-sm-3 {
	width: 25%;
}

.col-sm-4 {
	width: 33.33333%;
}

.col-sm-5 {
	width: 41.66667%;
}

.col-sm-6 {
	width: 50%;
}

.col-sm-7 {
	width: 58.33333%;
}

.col-sm-8 {
	width: 66.66667%;
}

.col-sm-9 {
	width: 75%;
}

.col-sm-10 {
	width: 83.33333%;
}

.col-sm-11 {
	width: 91.66667%;
}

.col-sm-12 {
	width: 100%;
}

.col-sm-pull-0 {
	right: auto;
}

.col-sm-pull-1 {
	right: 8.33333%;
}

.col-sm-pull-2 {
	right: 16.66667%;
}

.col-sm-pull-3 {
	right: 25%;
}

.col-sm-pull-4 {
	right: 33.33333%;
}

.col-sm-pull-5 {
	right: 41.66667%;
}

.col-sm-pull-6 {
	right: 50%;
}

.col-sm-pull-7 {
	right: 58.33333%;
}

.col-sm-pull-8 {
	right: 66.66667%;
}

.col-sm-pull-9 {
	right: 75%;
}

.col-sm-pull-10 {
	right: 83.33333%;
}

.col-sm-pull-11 {
	right: 91.66667%;
}

.col-sm-pull-12 {
	right: 100%;
}

.col-sm-push-0 {
	left: auto;
}

.col-sm-push-1 {
	left: 8.33333%;
}

.col-sm-push-2 {
	left: 16.66667%;
}

.col-sm-push-3 {
	left: 25%;
}

.col-sm-push-4 {
	left: 33.33333%;
}

.col-sm-push-5 {
	left: 41.66667%;
}

.col-sm-push-6 {
	left: 50%;
}

.col-sm-push-7 {
	left: 58.33333%;
}

.col-sm-push-8 {
	left: 66.66667%;
}

.col-sm-push-9 {
	left: 75%;
}

.col-sm-push-10 {
	left: 83.33333%;
}

.col-sm-push-11 {
	left: 91.66667%;
}

.col-sm-push-12 {
	left: 100%;
}

.col-sm-offset-0 {
	margin-left: 0;
}

.col-sm-offset-1 {
	margin-left: 8.33333%;
}

.col-sm-offset-2 {
	margin-left: 16.66667%;
}

.col-sm-offset-3 {
	margin-left: 25%;
}

.col-sm-offset-4 {
	margin-left: 33.33333%;
}

.col-sm-offset-5 {
	margin-left: 41.66667%;
}

.col-sm-offset-6 {
	margin-left: 50%;
}

.col-sm-offset-7 {
	margin-left: 58.33333%;
}

.col-sm-offset-8 {
	margin-left: 66.66667%;
}

.col-sm-offset-9 {
	margin-left: 75%;
}

.col-sm-offset-10 {
	margin-left: 83.33333%;
}

.col-sm-offset-11 {
	margin-left: 91.66667%;
}

.col-sm-offset-12 {
	margin-left: 100%;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
	float: left;
}

.col-sm-1 {
	width: 8.33333%;
}

.col-sm-2 {
	width: 16.66667%;
}

.col-sm-3 {
	width: 25%;
}

.col-sm-4 {
	width: 33.33333%;
}

.col-sm-5 {
	width: 41.66667%;
}

.col-sm-6 {
	width: 50%;
}

.col-sm-7 {
	width: 58.33333%;
}

.col-sm-8 {
	width: 66.66667%;
}

.col-sm-9 {
	width: 75%;
}

.col-sm-10 {
	width: 83.33333%;
}

.col-sm-11 {
	width: 91.66667%;
}

.col-sm-12 {
	width: 100%;
}

.col-sm-pull-0 {
	right: auto;
}

.col-sm-pull-1 {
	right: 8.33333%;
}

.col-sm-pull-2 {
	right: 16.66667%;
}

.col-sm-pull-3 {
	right: 25%;
}

.col-sm-pull-4 {
	right: 33.33333%;
}

.col-sm-pull-5 {
	right: 41.66667%;
}

.col-sm-pull-6 {
	right: 50%;
}

.col-sm-pull-7 {
	right: 58.33333%;
}

.col-sm-pull-8 {
	right: 66.66667%;
}

.col-sm-pull-9 {
	right: 75%;
}

.col-sm-pull-10 {
	right: 83.33333%;
}

.col-sm-pull-11 {
	right: 91.66667%;
}

.col-sm-pull-12 {
	right: 100%;
}

.col-sm-push-0 {
	left: auto;
}

.col-sm-push-1 {
	left: 8.33333%;
}

.col-sm-push-2 {
	left: 16.66667%;
}

.col-sm-push-3 {
	left: 25%;
}

.col-sm-push-4 {
	left: 33.33333%;
}

.col-sm-push-5 {
	left: 41.66667%;
}

.col-sm-push-6 {
	left: 50%;
}

.col-sm-push-7 {
	left: 58.33333%;
}

.col-sm-push-8 {
	left: 66.66667%;
}

.col-sm-push-9 {
	left: 75%;
}

.col-sm-push-10 {
	left: 83.33333%;
}

.col-sm-push-11 {
	left: 91.66667%;
}

.col-sm-push-12 {
	left: 100%;
}

.col-sm-offset-0 {
	margin-left: 0;
}

.col-sm-offset-1 {
	margin-left: 8.33333%;
}

.col-sm-offset-2 {
	margin-left: 16.66667%;
}

.col-sm-offset-3 {
	margin-left: 25%;
}

.col-sm-offset-4 {
	margin-left: 33.33333%;
}

.col-sm-offset-5 {
	margin-left: 41.66667%;
}

.col-sm-offset-6 {
	margin-left: 50%;
}

.col-sm-offset-7 {
	margin-left: 58.33333%;
}

.col-sm-offset-8 {
	margin-left: 66.66667%;
}

.col-sm-offset-9 {
	margin-left: 75%;
}

.col-sm-offset-10 {
	margin-left: 83.33333%;
}

.col-sm-offset-11 {
	margin-left: 91.66667%;
}

.col-sm-offset-12 {
	margin-left: 100%;
}

table.name-list td:first-child {
	white-space: nowrap;
}

}

@media (min-width: 768px) and (max-width: 959px) {

.visible-sm {
	display: block !important;
}

table.visible-sm {
	display: table !important;
}

tr.visible-sm {
	display: table-row !important;
}

th.visible-sm,
td.visible-sm {
	display: table-cell !important;
}

.visible-sm-block {
	display: block !important;
}

.visible-sm-inline {
	display: inline !important;
}

.visible-sm-inline-block {
	display: inline-block !important;
}

.hidden-sm {
	display: none !important;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-size: 30px;
	line-height: 48px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

h4 {
	font-size: 20px;
	line-height: 32px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 16px;
	line-height: 24px;
}

p {
	font-size: 16px;
	line-height: 24px;
}

p.expanded {
	line-height: 20px;
}

p.important,
p.big {
	font-size: 18px;
	line-height: 32px;
}

ul li,
ol li {
	font-size: 16px;
	line-height: 24px;
}

.button {
	font-size: 16px;
	line-height: 18px;
}

.button:before {
	display: none;
}

.button--small {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 24px;
}

.section--extralarge {
	padding: 48px 0;
}

.section--large {
	padding: 48px 0;
}

.section--normal {
	padding: 32px 0;
}

.section--small {
	padding: 24px 0;
}

.section--xs {
	padding: 16px 0;
}

.document-link .link-wrapper a.main-link {
	font-size: 18px;
}

.document-link--category .link-wrapper a.main-link {
	font-size: 16px;
}

.document-link--icon-top {
	padding: 32px 144px 32px 104px;
}

.document-link--icon-top .link-wrapper:before {
	top: 0;
	left: -72px;
}

.info-box:before {
	font-size: 56px;
}

.info-box--large {
	padding: 136px 40px 80px 48px;
}

.info-box--large:before {
	top: 56px;
}

.info-box--simple {
	padding-left: 80px;
}

.info-box--simple:before {
	font-size: 48px;
	width: 48px;
	height: 48px;
}

.info-box--simple h4 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
}

.coat-title {
	margin-top: 32px;
	padding-left: 96px;
}

.coat-title:before {
	width: 64px;
	height: 88px;
}

.info-box--button {
	padding: 40px 24px 24px 112px;
}

.info-box--button:before {
	font-size: 64px;
	top: 40px;
	left: 24px;
}

.info-box--button p {
	font-size: 16px;
	line-height: 24px;
}

.info-box--centered {
	padding: 32px 16px 32px 128px;
	text-align: left;
}

.info-box--centered:before {
	top: 50%;
	left: 32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-box--centered h4 {
	font-size: 22px;
	line-height: 32px;
}

.info-box--centered p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.info-box--centered:hover:before {
	font-size: 64px;
	top: 50%;
	left: 32px;
	width: 64px;
	height: 64px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-box h2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 24px;
}

.content-box h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 8px;
}

.content-box p {
	font-size: 14px;
	line-height: 18px;
}

.content-box p.big {
	font-size: 14px;
	line-height: 24px;
}

.content-box--icon {
	padding: 72px 48px 56px 152px !important;
}

.content-box--icon:before {
	font-size: 80px;
	left: 40px;
	width: 80px;
	height: 80px;
}

.appointment-date .appointment-item {
	padding-top: 32px;
	padding-left: 32px;
}

.accordion .accordion-item > dt .accordion-panel {
	font-size: 18px;
	line-height: 24px;
}

.quote-of-the-day {
	padding-top: 64px;
	padding-bottom: 104px;
}

.quote-of-the-day h3 {
	margin-bottom: 40px;
}

.quote-of-the-day blockquote .content {
	font-size: 18px;
}

.news-item .news-item-titles {
	padding: 24px;
}

.news-item .news-item-titles .category {
	display: none;
}

.news-item .news-item-titles .title {
	font-size: 22px;
}

.news-item .meta-date {
	display: none;
}

.news-item--small .news-item-img {
	float: left;
	width: 50%;
	height: 100%;
	max-height: 261px;
}

.news-item--small .news-item-img img {
	position: relative;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: 261px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-item--small .news-item-titles {
	display: inline-block;
	width: 50%;
	padding: 24px;
}

.news-item--small .news-item-titles .title {
	font-size: 17px;
	max-height: 120px;
	margin-bottom: 0;
	-webkit-line-clamp: 5;
}

.news-item--small .meta-date {
	display: none;
}

.doc-discussion .doc-name {
	font-size: 14px;
	line-height: 20px;
	padding: 16px;
}

.preheader .fake-search-button {
	display: block;
}

.preheader .searchform-header .search-input input:focus,
.preheader .searchform-header .search-input input:active,
.preheader .searchform-header .search-input input:not(:placeholder-shown) {
	width: 264px;
}

.main-menu {
	padding: 32px 0;
}

.main-menu li:first-child {
	width: 100%;
	padding: 0;
}

.main-menu li:not(:first-child) {
	display: none;
}

.header.header--home {
	height: auto;
}

.header--home .header-home {
	display: none;
	height: 0;
}

.header-submenu .submenu-wrapper {
	overflow: hidden;
	padding: 0;
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.header-submenu .submenu-wrapper .close-btn {
	display: none;
}

.pageline {
	padding: 56px 0;
}

.pageline h1 + p.subtitle {
	font-size: 18px;
	line-height: 24px;
	min-height: 48px;
}

ul.municipalities {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

section.documents {
	padding: 40px 0;
}

section.documents .documents-sort h2 {
	font-size: 30px;
	line-height: 48px;
}

section.documents .documents-sort form .radio-wrapper {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

section.documents .documents-sort form .button {
	display: block;
	width: 100%;
}

.single-page .accent-bar .heading {
	font-size: 14px;
}

.single-page .accent-bar .share {
	margin-top: 16px;
	margin-right: 0;
}

.footer {
	padding: 72px 0 56px 0;
}

}

@media (min-width: 960px) {

.container {
	width: 960px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
}

.col-md-1 {
	width: 8.33333%;
}

.col-md-2 {
	width: 16.66667%;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33.33333%;
}

.col-md-5 {
	width: 41.66667%;
}

.col-md-6 {
	width: 50%;
}

.col-md-7 {
	width: 58.33333%;
}

.col-md-8 {
	width: 66.66667%;
}

.col-md-9 {
	width: 75%;
}

.col-md-10 {
	width: 83.33333%;
}

.col-md-11 {
	width: 91.66667%;
}

.col-md-12 {
	width: 100%;
}

.col-md-pull-0 {
	right: auto;
}

.col-md-pull-1 {
	right: 8.33333%;
}

.col-md-pull-2 {
	right: 16.66667%;
}

.col-md-pull-3 {
	right: 25%;
}

.col-md-pull-4 {
	right: 33.33333%;
}

.col-md-pull-5 {
	right: 41.66667%;
}

.col-md-pull-6 {
	right: 50%;
}

.col-md-pull-7 {
	right: 58.33333%;
}

.col-md-pull-8 {
	right: 66.66667%;
}

.col-md-pull-9 {
	right: 75%;
}

.col-md-pull-10 {
	right: 83.33333%;
}

.col-md-pull-11 {
	right: 91.66667%;
}

.col-md-pull-12 {
	right: 100%;
}

.col-md-push-0 {
	left: auto;
}

.col-md-push-1 {
	left: 8.33333%;
}

.col-md-push-2 {
	left: 16.66667%;
}

.col-md-push-3 {
	left: 25%;
}

.col-md-push-4 {
	left: 33.33333%;
}

.col-md-push-5 {
	left: 41.66667%;
}

.col-md-push-6 {
	left: 50%;
}

.col-md-push-7 {
	left: 58.33333%;
}

.col-md-push-8 {
	left: 66.66667%;
}

.col-md-push-9 {
	left: 75%;
}

.col-md-push-10 {
	left: 83.33333%;
}

.col-md-push-11 {
	left: 91.66667%;
}

.col-md-push-12 {
	left: 100%;
}

.col-md-offset-0 {
	margin-left: 0;
}

.col-md-offset-1 {
	margin-left: 8.33333%;
}

.col-md-offset-2 {
	margin-left: 16.66667%;
}

.col-md-offset-3 {
	margin-left: 25%;
}

.col-md-offset-4 {
	margin-left: 33.33333%;
}

.col-md-offset-5 {
	margin-left: 41.66667%;
}

.col-md-offset-6 {
	margin-left: 50%;
}

.col-md-offset-7 {
	margin-left: 58.33333%;
}

.col-md-offset-8 {
	margin-left: 66.66667%;
}

.col-md-offset-9 {
	margin-left: 75%;
}

.col-md-offset-10 {
	margin-left: 83.33333%;
}

.col-md-offset-11 {
	margin-left: 91.66667%;
}

.col-md-offset-12 {
	margin-left: 100%;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
}

.col-md-1 {
	width: 8.33333%;
}

.col-md-2 {
	width: 16.66667%;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33.33333%;
}

.col-md-5 {
	width: 41.66667%;
}

.col-md-6 {
	width: 50%;
}

.col-md-7 {
	width: 58.33333%;
}

.col-md-8 {
	width: 66.66667%;
}

.col-md-9 {
	width: 75%;
}

.col-md-10 {
	width: 83.33333%;
}

.col-md-11 {
	width: 91.66667%;
}

.col-md-12 {
	width: 100%;
}

.col-md-pull-0 {
	right: auto;
}

.col-md-pull-1 {
	right: 8.33333%;
}

.col-md-pull-2 {
	right: 16.66667%;
}

.col-md-pull-3 {
	right: 25%;
}

.col-md-pull-4 {
	right: 33.33333%;
}

.col-md-pull-5 {
	right: 41.66667%;
}

.col-md-pull-6 {
	right: 50%;
}

.col-md-pull-7 {
	right: 58.33333%;
}

.col-md-pull-8 {
	right: 66.66667%;
}

.col-md-pull-9 {
	right: 75%;
}

.col-md-pull-10 {
	right: 83.33333%;
}

.col-md-pull-11 {
	right: 91.66667%;
}

.col-md-pull-12 {
	right: 100%;
}

.col-md-push-0 {
	left: auto;
}

.col-md-push-1 {
	left: 8.33333%;
}

.col-md-push-2 {
	left: 16.66667%;
}

.col-md-push-3 {
	left: 25%;
}

.col-md-push-4 {
	left: 33.33333%;
}

.col-md-push-5 {
	left: 41.66667%;
}

.col-md-push-6 {
	left: 50%;
}

.col-md-push-7 {
	left: 58.33333%;
}

.col-md-push-8 {
	left: 66.66667%;
}

.col-md-push-9 {
	left: 75%;
}

.col-md-push-10 {
	left: 83.33333%;
}

.col-md-push-11 {
	left: 91.66667%;
}

.col-md-push-12 {
	left: 100%;
}

.col-md-offset-0 {
	margin-left: 0;
}

.col-md-offset-1 {
	margin-left: 8.33333%;
}

.col-md-offset-2 {
	margin-left: 16.66667%;
}

.col-md-offset-3 {
	margin-left: 25%;
}

.col-md-offset-4 {
	margin-left: 33.33333%;
}

.col-md-offset-5 {
	margin-left: 41.66667%;
}

.col-md-offset-6 {
	margin-left: 50%;
}

.col-md-offset-7 {
	margin-left: 58.33333%;
}

.col-md-offset-8 {
	margin-left: 66.66667%;
}

.col-md-offset-9 {
	margin-left: 75%;
}

.col-md-offset-10 {
	margin-left: 83.33333%;
}

.col-md-offset-11 {
	margin-left: 91.66667%;
}

.col-md-offset-12 {
	margin-left: 100%;
}

.info-box:last-child {
	margin-bottom: 0;
}

.info-box--simple:last-child {
	margin-bottom: 0;
}

.info-box--button:last-child {
	margin-bottom: 0;
}

.important-info:last-child {
	margin-bottom: 0;
}

.header-submenu .submenu li .chevron {
	display: none;
}

.timeline [class*='col-']:nth-child(2) .timeline-item {
	margin-top: 56px;
}

.timeline [class*='col-']:nth-child(2n+3) .timeline-item {
	margin-top: -56px;
}

.timeline .timeline-item.timeline-item--right {
	float: right;
}

}

@media (min-width: 960px) and (max-width: 1151px) {

.visible-md {
	display: block !important;
}

table.visible-md {
	display: table !important;
}

tr.visible-md {
	display: table-row !important;
}

th.visible-md,
td.visible-md {
	display: table-cell !important;
}

.visible-md-block {
	display: block !important;
}

.visible-md-inline {
	display: inline !important;
}

.visible-md-inline-block {
	display: inline-block !important;
}

.hidden-md {
	display: none !important;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-size: 30px;
	line-height: 48px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 20px;
	line-height: 32px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 16px;
	line-height: 24px;
}

p {
	font-size: 16px;
	line-height: 24px;
}

p.expanded {
	line-height: 24px;
}

p.important,
p.big {
	font-size: 18px;
	line-height: 32px;
}

ul li,
ol li {
	font-size: 16px;
	line-height: 24px;
}

table.report th,
table.report td {
	font-size: 14px;
	line-height: 20px;
	padding: 14px 20px;
}

table.report tr.sub td {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 16px;
}

.button {
	font-size: 16px;
	line-height: 18px;
}

.button--small {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 24px;
}

.section--extralarge {
	padding: 64px 0;
}

.section--large {
	padding: 56px 0;
}

.section--normal {
	padding: 48px 0;
}

.section--small {
	padding: 32px 0;
}

.section--xs {
	padding: 24px 0;
}

.document-link .link-wrapper a.main-link {
	font-size: 18px;
}

.document-link--category .link-wrapper a.main-link {
	font-size: 16px;
}

.info-box:before {
	font-size: 56px;
}

.info-box h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
}

.info-box h4 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
}

.info-box p {
	font-size: 14px;
	line-height: 24px;
}

.info-box:not(.info-box--gradient):before {
	display: none;
}

.info-box--normal {
	padding: 32px;
}

.info-box--large {
	padding: 48px 24px;
}

.info-box--large:before {
	display: none;
}

.info-box--simple {
	padding-left: 80px;
}

.info-box--simple:before {
	font-size: 56px;
	width: 56px;
	height: 56px;
}

.info-box--simple h4 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
}

.info-box--simple p {
	font-size: 14px;
	line-height: 24px;
}

.info-box--button {
	padding: 40px 24px 24px 112px;
}

.info-box--button:before {
	font-size: 64px;
	top: 40px;
	left: 24px;
}

.info-box--button p {
	font-size: 14px;
	line-height: 24px;
}

.info-box--gradient {
	padding: 24px 32px;
}

.info-box--gradient h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 24px;
}

.info-box--gradient p {
	font-size: 16px;
	line-height: 24px;
}

.info-box--centered {
	padding: 48px 16px 48px 128px;
	text-align: left;
}

.info-box--centered:before {
	top: 50%;
	left: 32px;
	display: block !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-box--centered h4 {
	font-size: 22px;
	line-height: 32px;
}

.info-box--centered p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.info-box--centered:hover:before {
	font-size: 64px;
	top: 50%;
	left: 32px;
	width: 64px;
	height: 64px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-box h2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 24px;
}

.content-box h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 8px;
}

.content-box p {
	font-size: 14px;
	line-height: 18px;
}

.content-box p.big {
	font-size: 14px;
	line-height: 24px;
}

.content-box .content-item {
	margin-top: 24px;
	padding-left: 0;
}

.content-box .content-item:before {
	display: none;
}

.content-box .content-item a {
	font-size: 16px;
}

.content-box .content-item p {
	font-size: 13px;
}

.content-box--icon {
	padding: 64px 32px 40px 120px !important;
}

.content-box--icon:before {
	font-size: 64px;
	left: 24px;
	width: 64px;
	height: 64px;
}

.important-info--img-circle {
	padding: 96px 48px 56px 48px;
}

.important-info--icon {
	padding: 96px 48px 56px 48px;
}

.important-info--centered {
	padding: 72px 20px 32px 20px;
}

.appointment-date .date-item {
	padding-left: 24px;
}

.useful-link:last-child {
	margin-bottom: 0;
}

.useful-link {
	padding: 16px 16px 8px 16px;
}

.useful-link p {
	min-height: 48px;
}

.quote-of-the-day {
	padding-top: 64px;
	padding-bottom: 104px;
}

.quote-of-the-day h3 {
	margin-bottom: 40px;
}

.quote-of-the-day blockquote .content {
	font-size: 18px;
}

.news-item {
	padding-bottom: 16px;
}

.news-item .news-item-titles {
	padding: 24px;
}

.news-item .news-item-titles .title {
	font-size: 22px;
}

.news-item .news-item-titles .description {
	font-size: 14px;
}

.news-item--small {
	padding-bottom: 0;
}

.news-item--small .news-item-img {
	float: left;
	width: 50%;
	height: 100%;
	max-height: 261px;
}

.news-item--small .news-item-img img {
	position: relative;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: 261px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-item--small .news-item-titles {
	display: inline-block;
	width: 50%;
	padding: 24px;
}

.news-item--small .news-item-titles .title {
	font-size: 18px;
	max-height: 120px;
	margin-bottom: 0;
	-webkit-line-clamp: 4;
}

.news-item--small .meta-date {
	display: none;
}

.news-list li {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0;
}

.news-list li a {
	font-size: 14px;
	line-height: 1;
}

.news-list li .meta {
	margin-top: 10px;
}

.doc-discussion {
	padding-bottom: 136px;
}

.doc-discussion .doc-name {
	padding: 24px;
}

.doc-discussion .doc-data {
	padding: 24px;
}

.owl-theme .owl-prev:before,
.owl-theme .owl-next:before {
	font-size: 18px;
	line-height: 56px;
	width: 56px;
	height: 56px;
}

.preheader .searchform-header .search-input input {
	width: 108px;
}

.preheader-poor-vision .vision-active .switch .switch-item {
	line-height: 48px;
	width: 48px;
	height: 48px;
}

.header-common .header-logo {
	padding-left: 0;
}

.header-common .header-logo:before {
	display: none;
}

.header-common .header-logo .title {
	font-size: 15px;
}

.header-common .header-logo .subtitle {
	font-size: 16px;
}

.header-common .mobile-title {
	display: none;
}

.main-menu li a {
	font-size: 14px;
}

.main-menu .button-navi {
	font-size: 14px;
}

.main-menu .button-navi:before {
	margin-right: 8px;
}

.main-menu .button-navi .icon-navi {
	display: none;
}

.header.header--home {
	height: 312px;
}

.header--home .header-home {
	height: 312px;
}

.header--home .header-home .header-logo {
	height: 200px;
}

.header--home .header-home .header-title {
	margin-top: 150px;
}

.header--home .header-home .header-title .title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 8px;
}

.header--home .header-home .header-title .subtitle {
	font-size: 24px;
	line-height: 32px;
}

.header-submenu {
	padding-top: 40px;
}

.header-submenu .submenu-wrapper {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.header-submenu .submenu-wrapper .close-btn {
	top: -16px;
}

.header-submenu .submenu-wrapper .close-btn:before {
	font-size: 20px;
}

.header-submenu .submenu-wrapper .close-btn:active {
	top: -14px;
}

.header-submenu .submenu > li {
	margin-bottom: 24px;
}

.header-submenu .submenu > li a {
	font-size: 18px;
}

.header-submenu .submenu .level-2 li,
.header-submenu .submenu .level-3 li {
	font-size: 14px;
	line-height: 24px;
}

.pageline {
	padding: 64px 0;
}

.pageline h1 + p.subtitle {
	font-size: 18px;
	line-height: 24px;
	min-height: 48px;
}

.main-slider .slide {
	width: 85%;
}

.main-slider .slide .pretitle {
	font-size: 16px;
	line-height: 20px;
}

.main-slider .slide .stateDebt-chart {
	max-width: 504px;
	height: 488px;
}

.main-slider .slide .stateDebt-chart .caption .title {
	font-size: 24px;
	line-height: 36px;
}

.main-slider .slide .stateDebt-chart .caption .subtitle {
	font-size: 16px;
	line-height: 20px;
}

.main-slider .slide .stateDebt-legend ul li {
	padding: 0 24px;
}

.main-slider .slide .stateDebt-legend ul li .label-point {
	width: 28px;
	height: 28px;
}

.main-slider .slide .stateDebt-legend ul li .label-percent {
	margin-left: 48px;
}

.main-slider .slide .stateDebt-legend ul li .label-title,
.main-slider .slide .stateDebt-legend ul li .label-value {
	font-size: 14px;
	line-height: 18px;
	padding-left: 48px;
}

.main-slider .slide .taxes-wrap .taxes-chart {
	width: 464px;
}

.main-slider .slide .taxes-wrap #taxes-legend {
	width: 288px;
}

.main-slider .slide .taxes-wrap .taxes-legend li .label-title {
	font-size: 13px;
}

section.documents .documents-sort h2 {
	font-size: 30px;
	line-height: 48px;
}

section.documents .documents-sort p.big {
	font-size: 16px;
	line-height: 24px;
}

.single-page .accent-bar .heading {
	font-size: 14px;
}

.structure .minister {
	font-size: 22px;
	line-height: 30px;
}

.structure .deputy {
	font-size: 18px;
	line-height: 30px;
}

.structure .department {
	font-size: 14px;
	line-height: 18px;
	padding: 8px 10px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 0 2px #000;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 0 2px #000;
}

.structure .sub-department {
	font-size: 12px;
	line-height: 14px;
	padding: 12px;
}

.timeline .timeline-item {
	padding: 24px 32px;
}

.addition-block .addition-field p {
	font-size: 14px;
	line-height: 18px;
}

.footer {
	padding: 88px 0 64px 0;
}

}

@media (min-width: 1152px) {

.container {
	width: 1152px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	float: left;
}

.col-lg-1 {
	width: 8.33333%;
}

.col-lg-2 {
	width: 16.66667%;
}

.col-lg-3 {
	width: 25%;
}

.col-lg-4 {
	width: 33.33333%;
}

.col-lg-5 {
	width: 41.66667%;
}

.col-lg-6 {
	width: 50%;
}

.col-lg-7 {
	width: 58.33333%;
}

.col-lg-8 {
	width: 66.66667%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-10 {
	width: 83.33333%;
}

.col-lg-11 {
	width: 91.66667%;
}

.col-lg-12 {
	width: 100%;
}

.col-lg-pull-0 {
	right: auto;
}

.col-lg-pull-1 {
	right: 8.33333%;
}

.col-lg-pull-2 {
	right: 16.66667%;
}

.col-lg-pull-3 {
	right: 25%;
}

.col-lg-pull-4 {
	right: 33.33333%;
}

.col-lg-pull-5 {
	right: 41.66667%;
}

.col-lg-pull-6 {
	right: 50%;
}

.col-lg-pull-7 {
	right: 58.33333%;
}

.col-lg-pull-8 {
	right: 66.66667%;
}

.col-lg-pull-9 {
	right: 75%;
}

.col-lg-pull-10 {
	right: 83.33333%;
}

.col-lg-pull-11 {
	right: 91.66667%;
}

.col-lg-pull-12 {
	right: 100%;
}

.col-lg-push-0 {
	left: auto;
}

.col-lg-push-1 {
	left: 8.33333%;
}

.col-lg-push-2 {
	left: 16.66667%;
}

.col-lg-push-3 {
	left: 25%;
}

.col-lg-push-4 {
	left: 33.33333%;
}

.col-lg-push-5 {
	left: 41.66667%;
}

.col-lg-push-6 {
	left: 50%;
}

.col-lg-push-7 {
	left: 58.33333%;
}

.col-lg-push-8 {
	left: 66.66667%;
}

.col-lg-push-9 {
	left: 75%;
}

.col-lg-push-10 {
	left: 83.33333%;
}

.col-lg-push-11 {
	left: 91.66667%;
}

.col-lg-push-12 {
	left: 100%;
}

.col-lg-offset-0 {
	margin-left: 0;
}

.col-lg-offset-1 {
	margin-left: 8.33333%;
}

.col-lg-offset-2 {
	margin-left: 16.66667%;
}

.col-lg-offset-3 {
	margin-left: 25%;
}

.col-lg-offset-4 {
	margin-left: 33.33333%;
}

.col-lg-offset-5 {
	margin-left: 41.66667%;
}

.col-lg-offset-6 {
	margin-left: 50%;
}

.col-lg-offset-7 {
	margin-left: 58.33333%;
}

.col-lg-offset-8 {
	margin-left: 66.66667%;
}

.col-lg-offset-9 {
	margin-left: 75%;
}

.col-lg-offset-10 {
	margin-left: 83.33333%;
}

.col-lg-offset-11 {
	margin-left: 91.66667%;
}

.col-lg-offset-12 {
	margin-left: 100%;
}

.visible-lg {
	display: block !important;
}

table.visible-lg {
	display: table !important;
}

tr.visible-lg {
	display: table-row !important;
}

th.visible-lg,
td.visible-lg {
	display: table-cell !important;
}

.visible-lg-block {
	display: block !important;
}

.visible-lg-inline {
	display: inline !important;
}

.visible-lg-inline-block {
	display: inline-block !important;
}

.hidden-lg {
	display: none !important;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	float: left;
}

.col-lg-1 {
	width: 8.33333%;
}

.col-lg-2 {
	width: 16.66667%;
}

.col-lg-3 {
	width: 25%;
}

.col-lg-4 {
	width: 33.33333%;
}

.col-lg-5 {
	width: 41.66667%;
}

.col-lg-6 {
	width: 50%;
}

.col-lg-7 {
	width: 58.33333%;
}

.col-lg-8 {
	width: 66.66667%;
}

.col-lg-9 {
	width: 75%;
}

.col-lg-10 {
	width: 83.33333%;
}

.col-lg-11 {
	width: 91.66667%;
}

.col-lg-12 {
	width: 100%;
}

.col-lg-pull-0 {
	right: auto;
}

.col-lg-pull-1 {
	right: 8.33333%;
}

.col-lg-pull-2 {
	right: 16.66667%;
}

.col-lg-pull-3 {
	right: 25%;
}

.col-lg-pull-4 {
	right: 33.33333%;
}

.col-lg-pull-5 {
	right: 41.66667%;
}

.col-lg-pull-6 {
	right: 50%;
}

.col-lg-pull-7 {
	right: 58.33333%;
}

.col-lg-pull-8 {
	right: 66.66667%;
}

.col-lg-pull-9 {
	right: 75%;
}

.col-lg-pull-10 {
	right: 83.33333%;
}

.col-lg-pull-11 {
	right: 91.66667%;
}

.col-lg-pull-12 {
	right: 100%;
}

.col-lg-push-0 {
	left: auto;
}

.col-lg-push-1 {
	left: 8.33333%;
}

.col-lg-push-2 {
	left: 16.66667%;
}

.col-lg-push-3 {
	left: 25%;
}

.col-lg-push-4 {
	left: 33.33333%;
}

.col-lg-push-5 {
	left: 41.66667%;
}

.col-lg-push-6 {
	left: 50%;
}

.col-lg-push-7 {
	left: 58.33333%;
}

.col-lg-push-8 {
	left: 66.66667%;
}

.col-lg-push-9 {
	left: 75%;
}

.col-lg-push-10 {
	left: 83.33333%;
}

.col-lg-push-11 {
	left: 91.66667%;
}

.col-lg-push-12 {
	left: 100%;
}

.col-lg-offset-0 {
	margin-left: 0;
}

.col-lg-offset-1 {
	margin-left: 8.33333%;
}

.col-lg-offset-2 {
	margin-left: 16.66667%;
}

.col-lg-offset-3 {
	margin-left: 25%;
}

.col-lg-offset-4 {
	margin-left: 33.33333%;
}

.col-lg-offset-5 {
	margin-left: 41.66667%;
}

.col-lg-offset-6 {
	margin-left: 50%;
}

.col-lg-offset-7 {
	margin-left: 58.33333%;
}

.col-lg-offset-8 {
	margin-left: 66.66667%;
}

.col-lg-offset-9 {
	margin-left: 75%;
}

.col-lg-offset-10 {
	margin-left: 83.33333%;
}

.col-lg-offset-11 {
	margin-left: 91.66667%;
}

.col-lg-offset-12 {
	margin-left: 100%;
}

}

@media (min-width: 1152px) and (max-width: 1439px) {

.hidden-lg {
	display: none !important;
}

h1 {
	font-size: 48px;
	line-height: 56px;
}

h2 {
	font-size: 36px;
	line-height: 56px;
}

h3 {
	font-size: 30px;
	line-height: 40px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 16px;
	line-height: 24px;
}

p.important,
p.big {
	font-size: 18px;
	line-height: 32px;
}

ul li,
ol li {
	font-size: 16px;
	line-height: 24px;
}

table.directory td p.staff-name {
	font-size: 17px;
}

table.report th,
table.report td {
	font-size: 14px;
	line-height: 20px;
	padding: 14px 20px;
}

table.report tr.sub td {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 16px;
}

.button {
	font-size: 18px;
	line-height: 20px;
}

.button--small {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 24px;
}

.info-box:before {
	font-size: 56px;
	top: 32px;
	left: 24px;
}

.info-box h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}

.info-box h4 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 8px;
}

.info-box p {
	font-size: 14px;
	line-height: 24px;
}

.info-box--normal {
	padding: 32px 24px 32px 104px;
}

.info-box--large {
	padding: 128px 32px 88px 32px;
}

.info-box--large:before {
	font-size: 56px;
	top: 48px;
	left: 32px;
}

.info-box--simple h4 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 8px;
}

.info-box--simple p {
	font-size: 14px;
	line-height: 24px;
}

.info-box--button {
	padding: 64px 40px 36px 152px;
}

.info-box--button:before {
	font-size: 72px;
	top: 64px;
	left: 40px;
}

.info-box--button p {
	font-size: 16px;
	line-height: 24px;
}

.info-box--gradient {
	padding: 56px 40px;
}

.info-box--gradient:before {
	top: 0;
	left: -100%;
}

.info-box--gradient h3 {
	font-size: 30px;
}

.info-box--gradient p {
	font-size: 16px;
	line-height: 24px;
}

.info-box--centered {
	padding: 136px 16px 56px 16px;
}

.info-box--centered:before {
	top: 48px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.info-box--centered h4 {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -.5px;
}

.info-box--centered p {
	font-size: 14px;
	line-height: 24px;
}

.info-box--centered:hover:before {
	font-size: 72px;
	top: 40px;
	width: 72px;
	height: 72px;
}

.info-box--raex {
	padding: 32px 24px;
}

.content-box h2 {
	font-size: 34px;
	line-height: 56px;
	margin-bottom: 24px;
}

.content-box h3 {
	font-size: 30px;
}

.content-box p {
	font-size: 14px;
	line-height: 18px;
}

.content-box p.big {
	font-size: 16px;
	line-height: 24px;
}

.content-box .content-item {
	margin-top: 32px;
	padding-left: 64px;
}

.content-box .content-item:before {
	font-size: 40px;
}

.content-box .content-item a {
	font-size: 17px;
}

.content-box--large {
	padding: 0 !important;
}

.content-box--icon {
	padding: 72px 48px 56px 152px !important;
}

.content-box--icon:before {
	font-size: 80px;
	left: 40px;
	width: 80px;
	height: 80px;
}

.important-info--img-circle {
	padding: 96px 48px 56px 48px;
}

.important-info--icon {
	padding: 96px 48px 56px 48px;
}

.important-info--centered {
	padding: 65px 24px 40px 24px;
}

.important-info--sort {
	padding: 32px 16px 8px 16px;
}

.important-info--sort .important-info-tag {
	left: 24px;
}

.contact-block p.small {
	min-height: 48px;
}

.contact-block h6 {
	font-size: 20px;
}

.contact-block .common-link--icon-top {
	margin-left: 24px;
	padding-top: 0;
}

.contact-block .common-link--icon-top:before {
	top: 50%;
	left: -24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.appointment-date .date-item {
	padding-left: 32px;
}

.appointment-date .date-item .date-wrapper {
	padding-left: 96px;
}

.appointment-date .date-item .date-wrapper:before {
	font-size: 72px;
}

.news-item {
	padding-bottom: 16px;
}

.news-item .news-item-titles {
	padding: 32px 24px;
}

.news-item .news-item-titles .title {
	font-size: 22px;
}

.news-item .news-item-titles .description {
	font-size: 14px;
}

.news-item--small {
	padding-bottom: 0;
}

.news-item--small .news-item-titles {
	padding-bottom: 48px;
}

.news-item--small .news-item-titles .title {
	font-size: 18px;
}

.news-list li {
	font-size: 14px;
	line-height: 20px;
	padding: 14px 0;
}

.news-list li a {
	font-size: 14px;
	line-height: 1;
}

.preheader .searchform-header .search-input input {
	width: 108px;
}

.header-common .header-logo {
	padding-left: 0;
}

.header-common .header-logo:before {
	display: none;
}

.header-common .mobile-title {
	display: none;
}

.main-menu li a {
	font-size: 14px;
}

.main-menu .button-navi {
	font-size: 14px;
}

.main-menu .button-navi:before {
	margin-right: 8px;
}

.main-menu .button-navi .icon-navi {
	display: none;
}

.header.header--home {
	height: 376px;
}

.header--home .header-home {
	height: 376px;
}

.header--home .header-home .header-logo {
	height: 240px;
}

.header--home .header-home .header-title {
	margin-top: 170px;
}

.header--home .header-home .header-title .title {
	font-size: 48px;
	line-height: 56px;
}

.header--home .header-home .header-title .subtitle {
	font-size: 30px;
	line-height: 40px;
}

.header-submenu {
	padding-top: 40px;
}

.header-submenu .submenu-wrapper {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.header-submenu .submenu-wrapper .close-btn {
	top: -10px;
}

.header-submenu .submenu-wrapper .close-btn:active {
	top: -8px;
}

.header-submenu .submenu > li {
	margin-bottom: 24px;
}

.header-submenu .submenu > li a {
	font-size: 18px;
}

.header-submenu .submenu .level-2 li,
.header-submenu .submenu .level-3 li {
	font-size: 14px;
	line-height: 24px;
}

.pageline {
	padding: 72px 0;
}

.pageline h1 + p.subtitle {
	font-size: 18px;
	line-height: 24px;
	min-height: 48px;
}

.main-slider .slide {
	width: 85%;
}

.main-slider .slide .slide-content {
	margin-top: 48px;
}

.main-slider .slide .slide-content {
	margin-top: 32px;
}

.main-slider .slide .stateDebt-chart {
	max-width: 624px;
	height: 528px;
}

.main-slider .slide .stateDebt-legend ul li {
	padding: 0 24px;
}

.main-slider .slide .stateDebt-legend ul li .label-point {
	width: 28px;
	height: 28px;
}

.main-slider .slide .stateDebt-legend ul li .label-percent {
	margin-left: 48px;
}

.main-slider .slide .stateDebt-legend ul li .label-title,
.main-slider .slide .stateDebt-legend ul li .label-value {
	font-size: 14px;
	line-height: 18px;
	padding-left: 48px;
}

.main-slider .slide .taxes-wrap .taxes-chart {
	width: 608px;
}

section.documents .documents-sort h2 {
	font-size: 36px;
}

section.documents .documents-sort p.big {
	font-size: 16px;
	line-height: 24px;
}

}

@media (min-width: 1440px) {

.container {
	width: 1440px;
}

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
	float: left;
}

.col-xl-1 {
	width: 8.33333%;
}

.col-xl-2 {
	width: 16.66667%;
}

.col-xl-3 {
	width: 25%;
}

.col-xl-4 {
	width: 33.33333%;
}

.col-xl-5 {
	width: 41.66667%;
}

.col-xl-6 {
	width: 50%;
}

.col-xl-7 {
	width: 58.33333%;
}

.col-xl-8 {
	width: 66.66667%;
}

.col-xl-9 {
	width: 75%;
}

.col-xl-10 {
	width: 83.33333%;
}

.col-xl-11 {
	width: 91.66667%;
}

.col-xl-12 {
	width: 100%;
}

.col-xl-pull-0 {
	right: auto;
}

.col-xl-pull-1 {
	right: 8.33333%;
}

.col-xl-pull-2 {
	right: 16.66667%;
}

.col-xl-pull-3 {
	right: 25%;
}

.col-xl-pull-4 {
	right: 33.33333%;
}

.col-xl-pull-5 {
	right: 41.66667%;
}

.col-xl-pull-6 {
	right: 50%;
}

.col-xl-pull-7 {
	right: 58.33333%;
}

.col-xl-pull-8 {
	right: 66.66667%;
}

.col-xl-pull-9 {
	right: 75%;
}

.col-xl-pull-10 {
	right: 83.33333%;
}

.col-xl-pull-11 {
	right: 91.66667%;
}

.col-xl-pull-12 {
	right: 100%;
}

.col-xl-push-0 {
	left: auto;
}

.col-xl-push-1 {
	left: 8.33333%;
}

.col-xl-push-2 {
	left: 16.66667%;
}

.col-xl-push-3 {
	left: 25%;
}

.col-xl-push-4 {
	left: 33.33333%;
}

.col-xl-push-5 {
	left: 41.66667%;
}

.col-xl-push-6 {
	left: 50%;
}

.col-xl-push-7 {
	left: 58.33333%;
}

.col-xl-push-8 {
	left: 66.66667%;
}

.col-xl-push-9 {
	left: 75%;
}

.col-xl-push-10 {
	left: 83.33333%;
}

.col-xl-push-11 {
	left: 91.66667%;
}

.col-xl-push-12 {
	left: 100%;
}

.col-xl-offset-0 {
	margin-left: 0;
}

.col-xl-offset-1 {
	margin-left: 8.33333%;
}

.col-xl-offset-2 {
	margin-left: 16.66667%;
}

.col-xl-offset-3 {
	margin-left: 25%;
}

.col-xl-offset-4 {
	margin-left: 33.33333%;
}

.col-xl-offset-5 {
	margin-left: 41.66667%;
}

.col-xl-offset-6 {
	margin-left: 50%;
}

.col-xl-offset-7 {
	margin-left: 58.33333%;
}

.col-xl-offset-8 {
	margin-left: 66.66667%;
}

.col-xl-offset-9 {
	margin-left: 75%;
}

.col-xl-offset-10 {
	margin-left: 83.33333%;
}

.col-xl-offset-11 {
	margin-left: 91.66667%;
}

.col-xl-offset-12 {
	margin-left: 100%;
}

.visible-lg {
	display: none !important;
}

.visible-xl {
	display: block !important;
}

table.visible-xl {
	display: table !important;
}

tr.visible-xl {
	display: table-row !important;
}

th.visible-xl,
td.visible-xl {
	display: table-cell !important;
}

.visible-xl-block {
	display: block !important;
}

.visible-xl-inline {
	display: inline !important;
}

.visible-xl-inline-block {
	display: inline-block !important;
}

.hidden-xl {
	display: none !important;
}

.hidden-lg {
	display: block !important;
}

table.hidden-lg {
	display: table !important;
}

tr.hidden-lg {
	display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
	display: table-cell !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

table.report td:first-child {
	white-space: nowrap;
}

.hidden-xl {
	display: none;
}

.preheader .poor-vision {
	font-size: 16px;
	line-height: 16px;
}

.preheader .searchform-header .search-input input {
	font-size: 16px;
	line-height: 16px;
}

.preheader .searchform-header .search-input label {
	font-size: 16px;
	line-height: 16px;
}

.header-common .mobile-title {
	display: none;
}

.main-menu .button-navi {
	font-size: 16px;
}

.main-menu .button-navi:before {
	margin-right: 8px;
}

.main-menu .button-navi .icon-navi {
	display: none;
}

}

@media (max-width: 1439px) {

.content-box {
	padding: 32px;
}

}

@media (max-width: 1151px) {

p.small {
	font-size: 14px;
	line-height: 20px;
}

table.directory td {
	font-size: 14px;
}

table.directory td p.staff-name {
	font-size: 16px;
}

.info-box--raex {
	padding: 24px;
}

.info-box--raex .raex-logo {
	height: 48px;
}

.info-box--raex .rating {
	font-size: 30px;
	line-height: 40px;
}

.content-box--large {
	margin-bottom: 32px;
	padding: 0 !important;
}

.appointment-date .appointment-item h4 {
	line-height: 24px;
	margin-bottom: 8px;
}

.appointment-date .appointment-item a {
	font-size: 14px;
	line-height: 14px;
}

.appointment-date .appointment-item a:before {
	line-height: 20px;
}

.appointment-date .date-item .date-wrapper {
	padding-left: 80px;
}

.appointment-date .date-item .date-wrapper:before {
	font-size: 56px;
}

.appointment-date .date-item .date,
.appointment-date .date-item .time {
	font-size: 20px;
	line-height: 20px;
}

.appointment-date .date-item .day {
	font-size: 16px;
	line-height: 20px;
}

.media-gallery {
	margin-bottom: 0;
}

.media-gallery .gallery-item {
	margin-bottom: 32px;
}

.single-page .accent-bar .share {
	font-size: 14px;
}

.timeline .timeline-item .date {
	font-size: 14px;
	line-height: 16px;
}

.timeline .timeline-item .content {
	margin-top: 16px;
}

}

@media (max-width: 959px) {

p.smallest {
	font-size: 12px;
	line-height: 18px;
}

ul.small li,
ol.small li {
	font-size: 14px;
	line-height: 18px;
}

.bg-budget {
	-webkit-background-size: cover;
	background-size: cover;
}

.bg-corruption {
	-webkit-background-size: cover;
	background-size: cover;
}

.info-box--coat:after {
	-webkit-background-size: contain;
	background-size: contain;
}

.content-box .content-item {
	margin-top: 24px;
	padding-left: 64px;
}

.content-box .content-item:before {
	font-size: 40px;
}

.important-info--icon {
	margin-top: 56px;
}

.contact-block a {
	font-size: 14px;
}

.appointment-date .date-item {
	padding: 32px 0;
	padding-left: 24px;
}

.accordion .accordion-item > dt .accordion-panel:before {
	font-size: 14px;
	line-height: 20px;
}

.section-heading {
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.doc-discussion {
	padding-bottom: 200px;
}

.doc-discussion .doc-data {
	flex-direction: column;
	padding: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.doc-discussion .doc-data .doc-download,
.doc-discussion .doc-data .doc-period,
.doc-discussion .doc-data .doc-mail {
	margin-bottom: 8px;
}

.jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 24px;
}

.jcf-list ul li {
	font-size: 16px;
	line-height: 24px;
}

.preheader .preheader-inner--searchform {
	display: none;
}

.preheader-poor-vision {
	padding: 24px 0;
}

.preheader-poor-vision .vision-active .switch .switch-item {
	line-height: 40px;
	width: 40px;
	height: 40px;
}

.header-submenu {
	top: 88px;
	padding: 0;
	padding-bottom: 32px;
	background-color: none;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
}

.header-submenu .submenu {
	border: 1px solid #000;
	background-color: #fff;
}

.header-submenu .submenu li {
	border-bottom: 1px solid #000;
}

.header-submenu .submenu li a {
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding: 16px 24px;
}

.header-submenu .submenu li.is-active {
	border-bottom: 0;
}

.header-submenu .submenu > li {
	margin-bottom: 0;
}

.header-submenu .submenu .level-2,
.header-submenu .submenu .level-3 {
	margin: 0;
	border-top: 1px solid #000;
}

.header-submenu .submenu .level-2 li a:hover,
.header-submenu .submenu .level-2 li a:active,
.header-submenu .submenu .level-3 li a:hover,
.header-submenu .submenu .level-3 li a:active {
	border-bottom: 1px solid transparent;
}

.header-submenu .submenu .level-2 li a,
.header-submenu .submenu .level-3 li a {
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-bottom: 0;
	padding: 16px 24px;
}

.header-submenu .submenu .level-2 {
	display: none;
}

.header-submenu .submenu .level-2 li a {
	padding-left: 48px;
}

.header-submenu .submenu .level-3 li a {
	padding-left: 72px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
textarea {
	font-size: 16px;
	line-height: 24px;
}

input[type='text'] + .label__field,
input[type='email'] + .label__field,
input[type='password'] + .label__field,
input[type='number'] + .label__field,
input[type='tel'] + .label__field,
input[type='date'] + .label__field,
textarea + .label__field {
	font-size: 16px;
	line-height: 24px;
}

section.documents .documents-sort {
	margin-top: 0;
}

.single-page .accent-bar .social {
	display: block;
	text-align: right;
}

.structure .top-table tr:nth-child(2) td {
	height: 24px;
}

.structure .bottom-table tr:nth-child(2n-1) td {
	height: 16px;
}

.structure .minister {
	font-size: 16px;
	line-height: 20px;
}

.structure .deputy {
	font-size: 14px;
	line-height: 20px;
}

.structure .department {
	font-size: 12px;
	line-height: 14px;
	padding: 8px 10px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 0 2px #000;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 0 2px #000;
}

.structure .sub-department {
	font-size: 10px;
	line-height: 12px;
	padding: 8px;
}

.structure .dots.dots--vert:before {
	top: -50%;
	height: 150%;
}

.structure .dots.dots--vert.dots--big:before {
	top: -70%;
	height: 200%;
}

.structure .dots.dots--horz.dots--center:before {
	left: 12%;
	width: 79%;
}

.timeline:before {
	left: 0;
}

.timeline .timeline-item {
	float: right;
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	padding: 24px 32px;
}

.timeline .timeline-item:before {
	left: -34px !important;
}

}

@media (max-width: 768px) {

.structure-wrap {
	overflow-x: scroll;
}

}

@media (max-width: 767px) {

.visible-xs {
	display: block !important;
}

table.visible-xs {
	display: table !important;
}

tr.visible-xs {
	display: table-row !important;
}

th.visible-xs,
td.visible-xs {
	display: table-cell !important;
}

.visible-xs-block {
	display: block !important;
}

.visible-xs-inline {
	display: inline !important;
}

.visible-xs-inline-block {
	display: inline-block !important;
}

.hidden-xs {
	display: none !important;
}

p.expanded {
	line-height: 16px;
}

.table-wrap {
	overflow-x: scroll;
}

.quote-of-the-day {
	margin-bottom: -32px;
	padding-top: 48px;
	padding-bottom: 88px;
}

.paginator .prev,
.paginator .next,
.paginator .page,
.paginator .ellip {
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
}

.paginator .prev:before,
.paginator .next:before {
	font-size: 16px;
	line-height: 24px;
}

.paginator .page {
	width: 40px;
	height: 40px;
}

.single-page .accent-bar {
	padding: 0 48px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.single-page .accent-bar .heading {
	display: none;
}

.single-page .accent-bar .share {
	display: block;
	margin-top: 16px;
	margin-right: 0;
}

}

@media (max-width: 480px) {

.table-wrap {
	overflow-x: scroll;
}

}

@media (max-width: 479px) {

.visible-xs {
	display: block !important;
}

table.visible-xs {
	display: table !important;
}

tr.visible-xs {
	display: table-row !important;
}

th.visible-xs,
td.visible-xs {
	display: table-cell !important;
}

.visible-xs-block {
	display: block !important;
}

.visible-xs-inline {
	display: inline !important;
}

.visible-xs-inline-block {
	display: inline-block !important;
}

.hidden-xs {
	display: none !important;
}

[class^='icon-gerb-']:before,
[class*=' icon-gerb-']:before {
	margin-top: 0;
}

h1 {
	font-size: 30px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 16px;
	line-height: 24px;
}

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

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

p.important,
p.big {
	font-size: 16px;
	line-height: 24px;
}

ul li,
ol li {
	font-size: 14px;
	line-height: 18px;
}

table {
	display: inline-block;
}

table th,
table td {
	font-size: 14px;
	line-height: 16px;
}

.button {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 24px;
}

.button:before {
	display: none;
}

.button--small {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 24px;
}

.section--extralarge {
	padding: 48px 0;
}

.section--large {
	padding: 48px 0;
}

.section--normal {
	padding: 32px 0;
}

.section--small {
	padding: 24px 0;
}

.section--xs {
	padding: 26px 0;
}

.document-link {
	padding: 16px;
}

.document-link .link-wrapper:before {
	display: none;
}

.document-link .link-wrapper a.main-link {
	font-size: 16px;
}

.document-link p.subtitle {
	font-size: 14px;
	margin-top: 8px;
}

.document-link .meta-date {
	font-size: 14px;
	position: static;
	text-align: right;
}

.document-link .special-links {
	display: none;
}

.document-link--category {
	padding: 16px 32px 16px 32px;
}

.document-link--category .authority {
	display: none;
}

.document-link--category .meta-date {
	position: absolute;
}

.document-link--category .link-wrapper a.main-link {
	font-size: 14px;
}

.document-link--category p.subtitle {
	font-size: 13px;
	line-height: 16px;
}

.document-link--icon-top .link-wrapper:before {
	display: none;
}

.info-box:before {
	font-size: 40px;
	top: 32px;
	left: 32px;
}

.info-box--normal {
	padding: 32px 24px 32px 96px;
}

.info-box--large {
	padding: 80px 24px 40px 32px;
}

.info-box--large:before {
	font-size: 40px;
	top: 32px;
	left: 32px;
}

.info-box--simple {
	padding-left: 64px;
}

.info-box--simple:before {
	font-size: 40px;
	width: 40px;
	height: 40px;
}

.info-box--simple h4 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
}

.coat-title {
	margin-top: 32px;
	padding-left: 72px;
}

.coat-title:before {
	width: 48px;
	height: 88px;
}

.info-box--button {
	padding: 32px 24px 24px 96px;
}

.info-box--button:before {
	font-size: 48px;
	top: 40px;
	left: 24px;
}

.info-box--button p {
	font-size: 14px;
	line-height: 20px;
}

.info-box--centered {
	padding: 32px;
	text-align: left;
}

.info-box--centered:before {
	display: none;
}

.info-box--centered h4 {
	font-size: 18px;
	line-height: 24px;
}

.info-box--centered p {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

.info-box--centered:hover:before {
	font-size: 40px;
	top: 50%;
	left: 32px;
	width: 40px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-box .content-item a {
	font-size: 16px;
}

.content-box .content-item p {
	font-size: 13px;
}

.content-box--icon:before {
	display: none;
}

.important-info {
	padding: 64px 32px 24px 48px;
}

.important-info .important-info-tag {
	left: 20px;
}

.important-info h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

.important-info p {
	font-size: 16px;
	line-height: 24px;
}

.important-info p.small {
	font-size: 14px;
	line-height: 20px;
}

.important-info ul li {
	font-size: 14px;
	line-height: 24px;
}

.important-info .common-link--icon-top {
	margin-bottom: 8px;
	margin-left: 24px;
	padding-top: 0;
}

.important-info .common-link--icon-top:before {
	top: 50%;
	left: -24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.important-info--img-circle {
	padding: 64px 32px 24px 32px;
}

.important-info--img-circle .important-info-tag .img-wrapper {
	width: 104px;
	height: 104px;
}

.important-info--icon .important-info-tag:before {
	font-size: 72px;
	width: 72px;
	height: 72px;
}

.important-info--title {
	padding: 16px;
	padding-top: 32px !important;
}

.important-info--title .important-info-tag {
	left: 50%;
	padding: 0 16px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.important-info--title .important-info-tag h4 {
	text-align: center;
}

.important-info--centered .important-info-tag {
	left: 50%;
}

.important-info--button {
	padding-bottom: 32px !important;
}

.important-info--button .button-wrap {
	left: 50%;
	-webkit-transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
}

.important-info--button .button {
	font-size: 16px;
	line-height: 20px;
	padding: 14px 32px;
}

.important-info--button .button:hover:before {
	right: 8px;
}

.contact-block {
	padding: 16px;
}

.contact-block p.small {
	margin-bottom: 16px;
}

.contact-block .common-link--icon-top {
	margin-left: 24px;
	padding-top: 0;
}

.contact-block .common-link--icon-top:before {
	top: 50%;
	left: -24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.requisites .info-box--simple {
	padding: 0;
}

.requisites .info-box--simple:before {
	display: none;
}

.appointment-date .appointment-item {
	padding: 32px;
}

.accordion .accordion-item > dt .accordion-panel {
	font-size: 16px;
	line-height: 20px;
}

.quote-of-the-day h3 {
	margin-bottom: 24px;
}

.quote-of-the-day blockquote:before,
.quote-of-the-day blockquote:after {
	font-size: 70px;
	line-height: 1;
}

.quote-of-the-day blockquote .content {
	font-size: 16px;
	line-height: 24px;
	padding: 0 40px 24px 40px;
}

.quote-of-the-day blockquote .name {
	font-size: 16px;
}

.news-item .news-item-titles {
	padding: 40 16px;
}

.news-item .news-item-titles .category {
	display: none;
}

.news-item .news-item-titles .title {
	font-size: 18px;
	line-height: 24px;
	max-height: none;
}

.news-item .news-item-titles .description {
	font-size: 13px;
}

.news-item .meta-date {
	display: none;
}

.news-item--small .news-item-img {
	display: none;
}

.news-item--small .news-item-titles {
	padding: 40px 16px;
}

.news-item--small .news-item-titles .title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.news-item--small .meta-date {
	display: none;
}

.doc-discussion .doc-name {
	font-size: 14px;
	line-height: 20px;
	padding: 16px;
}

.preheader .fake-search-button {
	display: block;
}

.preheader-poor-vision .vision-active {
	display: block;
	margin: 0;
	text-align: right;
}

.preheader-poor-vision .vision-active .switch .switch-item {
	margin-top: 16px;
	margin-bottom: 16px;
}

.header-common .mobile-title:before {
	width: 40px;
	height: 60px;
	margin-right: 10px;
}

.header-common .mobile-title .title {
	font-size: 19px;
	line-height: 30px;
}

.header-common .mobile-title .subtitle {
	font-size: 16px;
	line-height: 20px;
}

.main-menu {
	padding: 32px 0;
}

.main-menu li:first-child {
	width: 100%;
	padding: 0;
}

.main-menu li:not(:first-child) {
	display: none;
}

.header.header--home {
	height: auto;
}

.header--home .header-home {
	display: none;
	height: 0;
}

.header-submenu .submenu-wrapper {
	overflow: hidden;
	padding: 0;
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.header-submenu .submenu-wrapper .close-btn {
	display: none;
}

.pageline {
	padding: 40px 0;
}

.pageline h1 + p.subtitle {
	font-size: 16px;
	line-height: 24px;
	min-height: 48px;
}

textarea:focus {
	padding: 48px 24px 0 24px;
}

textarea:not(:placeholder-shown) {
	padding: 48px 24px 0 24px;
}

textarea.has-error {
	padding: 48px 24px 0 24px;
}

select {
	font-size: 16px;
	line-height: 24px;
}

section.documents {
	padding: 40px 0;
}

section.documents .documents-sort h2 {
	font-size: 24px;
	line-height: 32px;
}

section.documents .documents-sort form .button {
	display: block;
	width: 100%;
}

.single-page .page-title {
	padding: 32px 32px 24px 32px;
}

.single-page .page-content {
	padding: 32px 32px 64px 32px;
}

.timeline .timeline-item {
	float: right;
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	padding: 16px 24px;
}

.timeline .timeline-item.is-active {
	-webkit-box-shadow: inset 2px 0 0 0 #000, 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 2px 0 0 0 #000, 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.footer {
	padding: 48px 0 32px 0;
}

.footer .footer-social {
	margin-top: 24px;
	margin-left: 88px;
}

.footer .copyright {
	margin-left: 88px;
}

}

@media print {

.visible-print {
	display: block !important;
}

table.visible-print {
	display: table !important;
}

tr.visible-print {
	display: table-row !important;
}

th.visible-print,
td.visible-print {
	display: table-cell !important;
}

.visible-print-block {
	display: block !important;
}

.visible-print-inline {
	display: inline !important;
}

.visible-print-inline-block {
	display: inline-block !important;
}

.hidden-print {
	display: none !important;
}

.datepickers-container {
	display: none;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

100% {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

100% {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

}

