

/* Start:/local/templates/register/css/app-project.css?1756382686355595*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.container_narrow {
	max-width: 1000px;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.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,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

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

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-n1 {
		margin: -0.25rem !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}

	.m-sm-n2 {
		margin: -0.5rem !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}

	.m-sm-n3 {
		margin: -1rem !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}

	.m-sm-n4 {
		margin: -1.5rem !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}

	.m-sm-n5 {
		margin: -3rem !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-n1 {
		margin: -0.25rem !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}

	.m-md-n2 {
		margin: -0.5rem !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}

	.m-md-n3 {
		margin: -1rem !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}

	.m-md-n4 {
		margin: -1.5rem !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}

	.m-md-n5 {
		margin: -3rem !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.m-lg-n1 {
		margin: -0.25rem !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}

	.m-lg-n2 {
		margin: -0.5rem !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}

	.m-lg-n3 {
		margin: -1rem !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}

	.m-lg-n4 {
		margin: -1.5rem !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}

	.m-lg-n5 {
		margin: -3rem !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.m-xl-n1 {
		margin: -0.25rem !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}

	.m-xl-n2 {
		margin: -0.5rem !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}

	.m-xl-n3 {
		margin: -1rem !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}

	.m-xl-n4 {
		margin: -1.5rem !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}

	.m-xl-n5 {
		margin: -3rem !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.search-autocomplete-default {
	display: none;
}

.search-autocomplete-default_active {
	display: block;
}

#preloaded__images {
	width: 0px;
	height: 0px;
	display: inline;
}

.icon-squares,
#preloaded__images,
.header__select-title:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-squares.svg');
	width: 11px;
	height: 11px;
}

.icon-arrow-blue-left,
#preloaded__images,
.nav-mobile__link_back:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-left.svg');
	width: 7.41px;
	height: 12px;
}

.icon-arrow-blue-left-2,
.datepicker-panel li[data-view='month prev'],
.datepicker-panel li[data-view='year prev'],
.datepicker-panel li[data-view='years prev'],
.datepicker-panel li[data-view='month prev']:hover,
.datepicker-panel li[data-view='year prev']:hover,
.datepicker-panel li[data-view='years prev']:hover {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-left-2.svg');
	width: 5px;
	height: 8px;
}

.icon-arrow-blue-right,
#preloaded__images,
.ui .ui__col-global.ui__col-global_right .services__arrow:after,
.services__arrow:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-right.svg');
	width: 50px;
	height: 8px;
}

.icon-arrow-blue-right-2,
#preloaded__images,
.ui .ui__col-global.ui__col-global_right .centers__list-item-link:after,
.text-info__item_white .text-info__link:after,
.text-info__item_blue .text-info__link:after,
.text-info__item_red .text-info__link:after,
.centers__list-item-link:after,
.help__item-link:before,
.datepicker-panel li[data-view='month next'],
.datepicker-panel li[data-view='year next'],
.datepicker-panel li[data-view='years next'],
.datepicker-panel li[data-view='month next']:hover,
.datepicker-panel li[data-view='year next']:hover,
.datepicker-panel li[data-view='years next']:hover {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-right-2.svg');
	width: 5px;
	height: 8px;
}

.icon-arrow-blue-right-3,
#preloaded__images,
.nav-mobile__link_search:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-right-3.svg');
	width: 7.41px;
	height: 12px;
}

.icon-arrow-white-right,
#preloaded__images,
.services__item-wrapper:hover
	.ui
	.ui__col-global.ui__col-global_right
	.services__arrow:after,
.services__item-wrapper:hover .services__arrow:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-white-right.svg');
	width: 50px;
	height: 8px;
}

.icon-arrow-white-right-2,
#preloaded__images,
.other-sites__tabs-item:before,
.qualifications__btn:after,
.text-info__link:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-white-right-2.svg');
	width: 8px;
	height: 12px;
}

.icon-arrow-white-bottom,
#preloaded__images,
.header__select-title:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-white-bottom.svg');
	width: 8px;
	height: 4.233px;
}

.icon-arrow-white-top,
#preloaded__images,
.ui .ui__col-global.ui__col-global_right .services__btn:hover:after,
.header__select-title_active:after,
.services__btn:hover:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-white-top.svg');
	width: 8px;
	height: 4.233px;
}

.icon-arrow-blue-bottom,
#preloaded__images,
.ui .ui__col-global.ui__col-global_right .services__btn:after,
.services__btn:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-bottom.svg');
	width: 8px;
	height: 4.233px;
}

.icon-arrow-blue-bottom-2,
#preloaded__images,
.nav-mobile__list-item-title:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-bottom-2.svg');
	width: 9px;
	height: 14.574px;
}

.icon-arrow-blue-top,
#preloaded__images,
.nav-mobile__list-item_active .nav-mobile__list-item-title:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-top.svg');
	width: 9px;
	height: 14.574px;
}

.icon-arrow-red-top,
.selectric-open .selectric-select-default .selectric .button:after,
.selectric-select-default .selectric .button .selectric-open:after,
.centers__map-container_active + .centers__map-link:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-red-top.svg');
	width: 12px;
	height: 7.41px;
}

.icon-arrow-red-bottom,
.selectric-select-default .selectric .button:after,
.centers__map-link:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-red-bottom.svg');
	width: 12px;
	height: 7.41px;
}

.icon-arrow-gray-left {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-gray-left.svg');
	width: 7px;
	height: 12px;
}

.icon-arrow-gray-right {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-gray-right.svg');
	width: 7px;
	height: 12px;
}

.icon-enter,
#preloaded__images,
.header__link_exit {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-enter.svg');
	width: 18px;
	height: 18px;
}

.icon-eye,
#preloaded__images,
.header__link_version:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-eye.svg');
	width: 15.43px;
	height: 10px;
}

.icon-help,
#preloaded__images,
.header__link_help:before,
.nav-mobile__footer-item_version:before,
.nav-mobile__footer-item_help:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-help.svg');
	width: 13.33px;
	height: 13.33px;
}

.icon-logo,
#preloaded__images,
.header__logo,
.header-mobile__logo {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-logo.svg');
	width: 122px;
	height: 30px;
}

.icon-search,
#preloaded__images,
.header__link_search:before,
.header-mobile__search:after,
.search__btn:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-search.svg');
	width: 12px;
	height: 12px;
}

.icon-social-blue,
#preloaded__images,
.header__link_office:before,
.header__link_enter:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-social-blue.svg');
	width: 12px;
	height: 12px;
}

.icon-social-blue-2,
#preloaded__images,
.nav-mobile__link_enter:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-social-blue-2.svg');
	width: 12px;
	height: 12px;
}

.icon-files-blue,
#preloaded__images,
.services__item_certificates:before,
.services__item-wrapper:hover .services__item_certificates:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-files-blue.svg');
	width: 28px;
	height: 32px;
}

.icon-files-white,
#preloaded__images {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-files-white.svg');
	width: 28px;
	height: 32px;
}

.icon-chart-blue,
#preloaded__images,
.services__item_statistics:before,
.services__item-wrapper:hover .services__item_statistics:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-chart-blue.svg');
	width: 32px;
	height: 32px;
}

.icon-chart-white,
#preloaded__images {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-chart-white.svg');
	width: 32px;
	height: 32px;
}

.icon-card-white,
#preloaded__images {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-card-white.svg');
	width: 32px;
	height: 22px;
}

.icon-card-black,
.centers__sidebar-item_card:before,
.help .label .select-default__icon-5 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-card-black.svg');
	width: 16px;
	height: 11px;
}

.icon-card-blue,
#preloaded__images {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-card-blue.svg');
	width: 32px;
	height: 22px;
}

.icon-card-blue-2,
.centers__sidebar-item_card:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-card-blue-2.svg');
	width: 16px;
	height: 11px;
}

.icon-people-white,
#preloaded__images {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-people-white.svg');
	width: 32px;
	height: 32px;
}

.icon-people-blue,
#preloaded__images,
.ui .ui__col-global.ui__col-global_right .services__item_recommendations:before,
.services__item-wrapper:hover
	.ui
	.ui__col-global.ui__col-global_right
	.services__item_recommendations:before,
.services__item_recommendations:before,
.services__item-wrapper:hover .services__item_recommendations:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-people-blue.svg');
	width: 32px;
	height: 32px;
}

.icon-mail-white,
#preloaded__images {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-mail-white.svg');
	width: 32px;
	height: 24px;
}

.icon-mail-blue,
#preloaded__images,
.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item_letter:before,
.services__item_appeal:before,
.services__item-wrapper:hover .services__item_appeal:before,
.centers__list-item-contacts-item_letter:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-mail-blue.svg');
	width: 32px;
	height: 24px;
}

.icon-search-large-blue,
#preloaded__images,
.services__item_find:before,
.services__item-wrapper:hover .services__item_find:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-search-large-blue.svg');
	width: 32px;
	height: 32px;
}

.icon-search-large-white,
#preloaded__images {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-search-large-white.svg');
	width: 32px;
	height: 32px;
}

.icon-profile,
#preloaded__images,
.qualifications__item:last-child .col-lg-7:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-profile.svg');
	width: 58px;
	height: 70px;
}

.icon-qualification,
#preloaded__images,
.qualifications__item:first-child .col-lg-7:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-qualification.svg');
	width: 70px;
	height: 70px;
}

.icon-help-2,
#preloaded__images,
.ui .ui__col-global_right .footer__link_question:before,
.footer__link_question:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-help-2.svg');
	width: 16px;
	height: 16px;
	background-size: cover;
}

.icon-mail-white-2,
#preloaded__images,
.ui .ui__col-global_right .footer__link_email:before,
.footer__link_email:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-mail-white-2.svg');
	width: 17px;
	height: 13.6px;
	background-size: cover;
}

.icon-form,
#preloaded__images,
.ui .ui__col-global_right .footer__link_blank:before,
.footer__link_blank:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-form.svg');
	width: 12px;
	height: 14.67px;
}

.icon-phone,
#preloaded__images,
.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item_phone:before,
.other-sites__link_phone:before,
.map__link_phone:before,
.centers__list-item-contacts-item_phone:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-phone.svg');
	width: 16px;
	height: 16px;
}

.icon-marker,
#preloaded__images,
.other-sites__link_address:before,
.map__link_address:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-marker.svg');
	width: 12px;
	height: 15px;
}

.icon-mail-blue-2,
#preloaded__images,
.other-sites__link_email:before,
.map__link_email:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-mail-blue-2.svg');
	width: 15px;
	height: 12px;
}

.icon-close-circle-gray,
#preloaded__images,
.search__close,
.search-mobile__close {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-close-circle-gray.svg');
	width: 20px;
	height: 20px;
}

.icon-close-circle-red,
#preloaded__images,
.search__close:hover,
.search-mobile__close:hover {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-close-circle-red.svg');
	width: 20px;
	height: 20px;
}

.icon-search-black,
#preloaded__images,
.centers__sidebar-item_search:before,
.centers .selectric-centers__sidebar .label .select-default__icon-4,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-4,
.help .label .select-default__icon-2 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-search-black.svg');
	width: 16px;
	height: 16px;
}

.icon-search-blue,
#preloaded__images,
.centers__sidebar-item_search:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-search-blue.svg');
	width: 16px;
	height: 16px;
}

.icon-search-red,
#preloaded__images,
.centers__search-btn:after,
.send-appellation__search-btn:after {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-search-red.svg');
	width: 17.5px;
	height: 17.5px;
}

.icon-people-plus-black,
#preloaded__images,
.centers__sidebar-item_cpk:before,
.centers .selectric-centers__sidebar .label .select-default__icon-8,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-8 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-people-plus-black.svg');
	width: 16px;
	height: 16px;
}

.icon-people-plus-blue,
#preloaded__images,
.centers__sidebar-item_cpk:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-people-plus-blue.svg');
	width: 16px;
	height: 16px;
}

.icon-people-black,
#preloaded__images,
.centers__sidebar-item_recommendations:before,
.centers .selectric-centers__sidebar .label .select-default__icon-0,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-0,
.help .label .select-default__icon-4 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-people-black.svg');
	width: 16px;
	height: 16px;
}

.icon-people-blue-2,
#preloaded__images,
.centers__sidebar-item_recommendations:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-people-blue.svg');
	width: 16px;
	height: 16px;
}

.icon-list-black,
#preloaded__images,
.centers__sidebar-item_tools:before,
.centers .selectric-centers__sidebar .label .select-default__icon-7,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-7 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-list-black.svg');
	width: 15px;
	height: 14px;
}

.icon-list-blue,
#preloaded__images,
.centers__sidebar-item_tools:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-list-blue.svg');
	width: 15px;
	height: 14px;
}

.icon-letter-black,
#preloaded__images,
.centers__sidebar-item_appeal:before,
.centers .selectric-centers__sidebar .label .select-default__icon-5,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-5,
.help .label .select-default__icon-1 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-letter-black.svg');
	width: 16px;
	height: 12px;
}

.icon-letter-blue,
#preloaded__images,
.centers__sidebar-item_appeal:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-letter-blue.svg');
	width: 16px;
	height: 12px;
}

.icon-house-black,
#preloaded__images,
.centers__sidebar-item_centers:before,
.centers .selectric-centers__sidebar .label .select-default__icon-1,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-1 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-house-black.svg');
	width: 14px;
	height: 14px;
}

.icon-house-blue,
#preloaded__images,
.centers__sidebar-item_centers:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-house-blue.svg');
	width: 14px;
	height: 14px;
}

.icon-house-add-black,
#preloaded__images,
.centers__sidebar-item_cok:before,
.centers .selectric-centers__sidebar .label .select-default__icon-9,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-9 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-house-add-black.svg');
	width: 14px;
	height: 14px;
}

.icon-house-add-blue,
#preloaded__images,
.centers__sidebar-item_cok:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-house-add-blue.svg');
	width: 14px;
	height: 14px;
}

.icon-dock-black,
#preloaded__images,
.centers__sidebar-item_certificates:before,
.centers .selectric-centers__sidebar .label .select-default__icon-2,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-2,
.help .label .select-default__icon-0 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-dock-black.svg');
	width: 14px;
	height: 16px;
}

.icon-dock-blue,
#preloaded__images,
.centers__sidebar-item_certificates:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-dock-blue.svg');
	width: 14px;
	height: 16px;
}

.icon-chart-black,
#preloaded__images,
.centers__sidebar-item_statistics:before,
.centers .selectric-centers__sidebar .label .select-default__icon-3,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-3,
.help .label .select-default__icon-3 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-chart-black.svg');
	width: 16px;
	height: 16px;
}

.icon-chart-blue-2,
#preloaded__images,
.centers__sidebar-item_statistics:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-chart-blue.svg');
	width: 16px;
	height: 16px;
}

.icon-certificate-black,
#preloaded__images,
.centers__sidebar-item_prof:before,
.centers .selectric-centers__sidebar .label .select-default__icon-6,
.send-appellation .selectric-centers__sidebar .label .select-default__icon-6 {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-certificate-black.svg');
	width: 14px;
	height: 14px;
}

.icon-certificate-blue,
#preloaded__images,
.centers__sidebar-item_prof:hover:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-certificate-blue.svg');
	width: 14px;
	height: 14px;
}

.icon-launch,
.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item_link:before,
.centers__list-item-contacts-item_link:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-launch.svg');
	width: 12px;
	height: 12px;
}

.icon-close-gray,
.send-appellation__file-list-item-close,
.cabinet__file-list-item-close {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-close-gray.svg');
	width: 14px;
	height: 14px;
}

.icon-reload-gray,
.send-appellation__file-list-item-reload,
.cabinet__file-list-item-reload {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-reload-gray.svg');
	width: 15px;
	height: 15px;
}

.icon-pdf-white {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-pdf-white.svg');
	width: 12px;
	height: 12px;
}

.icon-msword-white,
.conclusion__btn:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-msword-white.svg');
	width: 12px;
	height: 12px;
}

.icon-flag-red,
.cabinet__content-edit:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-flag-red.svg');
	width: 25px;
	height: 34px;
}

.icon-plus-blue {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-plus-blue.svg');
	width: 10px;
	height: 10px;
}

.icon-minus-white {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-minus-white.svg');
	width: 10px;
	height: 2px;
}

.icon-office-centers,
#preloaded__images,
.services__item_centers:before,
.services__item-wrapper:hover .services__item_centers:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-office-centers.svg');
	width: 32px;
	height: 32px;
}

.icon-prof,
#preloaded__images,
.services__item_qualifications:before,
.services__item-wrapper:hover .services__item_qualifications:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-prof.svg');
	width: 32px;
	height: 32px;
}

.icon-evaluation,
#preloaded__images,
.services__item_evaluation:before,
.services__item-wrapper:hover .services__item_evaluation:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-evaluation.svg');
	width: 32px;
	height: 32px;
}

.icon-add-cok,
#preloaded__images,
.services__item_cok:before,
.services__item-wrapper:hover .services__item_cok:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-add-cok.svg');
	width: 32px;
	height: 32px;
}

.icon-people-plus,
#preloaded__images,
.services__item_spk:before,
.services__item-wrapper:hover .services__item_spk:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/css/../img/icons/icon-people-plus.svg');
	width: 32px;
	height: 32px;
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.body {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: #fff;
}

.body_hidden {
	overflow: hidden;
}

.body_bg-gray {
	background: #f4f7fb;
}

.page-content {
	-webkit-box-flex: 1;
	flex-grow: 1;
	background: #f4f7fb;
}

.page-content__title {
	padding: 0 15px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #013085;
}

@media (min-width: 768px) {
	.page-content__title {
		padding: 0;
		margin-bottom: 28px;
		font-size: 32px;
		line-height: 40px;
	}
}

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

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #2a303e;
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
}

body ::-moz-selection {
	background: #013085;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-opacity: 1;
}

body ::selection {
	background: #013085;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-opacity: 1;
	-webkit-text-fill-color: #fff;
	-webkit-opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

p b {
	font-weight: bold;
}

p i {
	font-style: italic;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
}

table:hover {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

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

label,
legend {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
}

fieldset {
	padding: 0;
	border-width: 0;
}

input[type='checkbox'],
input[type='radio'] {
	display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

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

.btn {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: 0;
}

.btn svg {
	width: 12;
	height: 12;
	margin-right: 5px;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.btn_size_s {
	padding: 6px;
}

.btn_size_m {
	padding: 10px;
}

.btn_size_l {
	padding: 15px;
}

.btn_color_white {
	color: #0d50c6;
	background-color: #fff;
	fill: #fff;
	box-shadow: inset 0 0 0 1px #0d50c6;
	-webkit-transition-property: color, background-color, box-shadow;
	transition-property: color, background-color, box-shadow;
}

.btn_color_white:active {
	color: #fff;
	background-color: #0845b2;
	fill: #0845b2;
	box-shadow: inset 0 0 0 1px #0845b2;
}

@media (hover: hover) {
	.btn_color_white:hover {
		color: #fff;
		background-color: #0845b2;
		fill: #0845b2;
		box-shadow: inset 0 0 0 1px #0845b2;
	}
}

.btn_color_blue {
	color: #fff;
	background-color: #0d50c6;
	fill: #0d50c6;
	box-shadow: inset 0 0 0 1px transparent;
	-webkit-transition-property: background-color, box-shadow;
	transition-property: background-color, box-shadow;
}

.btn_color_blue:active {
	background-color: #0845b2;
	fill: #0845b2;
	box-shadow: inset 0 0 0 1px #00a3ff;
}

@media (hover: hover) {
	.btn_color_blue:hover {
		background-color: #0845b2;
		fill: #0845b2;
		box-shadow: inset 0 0 0 1px #00a3ff;
	}
}

.btn_color_blue-grad {
	color: #fff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0c50c8),
		to(#0845b2)
	);
	background: linear-gradient(180deg, #0c50c8 0%, #0845b2 100%);
	fill: #0845b2;
}

.btn_color_blue-grad:active {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0845b2),
		to(#0845b2)
	);
	background: linear-gradient(180deg, #0845b2 0%, #0845b2 100%);
}

@media (hover: hover) {
	.btn_color_blue-grad:hover {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#0845b2),
			to(#0845b2)
		);
		background: linear-gradient(180deg, #0845b2 0%, #0845b2 100%);
	}
}

.btn_color_green {
	color: #fff;
	background-color: #19894c;
	fill: #19894c;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.btn_color_green:active {
	background-color: #10753d;
	fill: #10753d;
}

@media (hover: hover) {
	.btn_color_green:hover {
		background-color: #10753d;
		fill: #10753d;
	}
}

.btn_shadow {
	box-shadow: 0px 15px 15px rgba(171, 190, 216, 0.7);
}

.btn:disabled {
	color: #999eab;
	cursor: default;
}

.btn_color_white:disabled {
	background-color: #fff;
	fill: #fff;
	box-shadow: inset 0 0 0 1px #e3e7ec;
}

.btn_color_blue:disabled,
.btn_color_green:disabled {
	background-color: #e3e7ec;
	fill: #e3e7ec;
	box-shadow: inset 0 0 0 1px transparent;
}

.btn_color_blue-grad:disabled {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#e3e7ec),
		to(rgba(213, 214, 215, 0.9))
	);
	background: linear-gradient(
		180deg,
		#e3e7ec 0%,
		rgba(213, 214, 215, 0.9) 100%
	);
	fill: #e3e7ec;
}

.btn_shadow:disabled {
	box-shadow: none;
}

.link {
	text-decoration: none;
	color: #0d50c6;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.form-group {
	width: 100%;
	padding: 14px 9px;
	background-color: #fbfbfb;
	border: 1px solid #e3e7ec;
	border-radius: 4px;
}

.form-group_removable {
	position: relative;
	padding: 19px 14px;
}

@media (min-width: 768px) {
	.form-group {
		padding: 19px 14px;
	}

	.form-group_removable {
		padding: 19px 29px;
	}
}

.form-group__container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-top: -10px;
	margin-left: -10px;
}

@media (min-width: 768px) {
	.form-group__container {
		margin-top: -20px;
		margin-left: -20px;
	}
}

.form-group__item {
	margin-top: 10px;
	margin-left: 10px;
}

@media (min-width: 768px) {
	.form-group__item {
		margin-top: 20px;
		margin-left: 20px;
	}
}

.form-group__remove-btn {
	position: absolute;
	top: 10px;
	right: 10px;
}

.form-field {
	position: relative;
}

.form-field input,
.form-field textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 11px 15px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #2a303e;
	background-color: #fff;
	border: 1px solid #c9cad1;
	border-radius: 4px;
	outline: none;
	-webkit-transition-property: border-color, box-shadow;
	transition-property: border-color, box-shadow;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-field input::-ms-clear,
.form-field textarea::-ms-clear {
	display: none;
}

.form-field input::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 20px;
	color: #999eab;
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
	font-size: 13px;
	line-height: 20px;
	color: #999eab;
}

.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
	font-size: 13px;
	line-height: 20px;
	color: #999eab;
}

.form-field input::-ms-input-placeholder,
.form-field textarea::-ms-input-placeholder {
	font-size: 13px;
	line-height: 20px;
	color: #999eab;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
	font-size: 13px;
	line-height: 20px;
	color: #999eab;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: #00a3ff;
	box-shadow: 0 0 0 1px #00a3ff;
}

@media (hover: hover) {
	.form-field input:hover,
	.form-field textarea:hover {
		border-color: #00a3ff;
		box-shadow: 0 0 0 1px #00a3ff;
	}
}

@media (min-width: 768px) {
	.form-field input,
	.form-field textarea {
		font-size: 15px;
		line-height: 24px;
	}

	.form-field input::-webkit-input-placeholder,
	.form-field textarea::-webkit-input-placeholder {
		font-size: 15px;
		line-height: 24px;
	}

	.form-field input::-moz-placeholder,
	.form-field textarea::-moz-placeholder {
		font-size: 15px;
		line-height: 24px;
	}

	.form-field input:-ms-input-placeholder,
	.form-field textarea:-ms-input-placeholder {
		font-size: 15px;
		line-height: 24px;
	}

	.form-field input::-ms-input-placeholder,
	.form-field textarea::-ms-input-placeholder {
		font-size: 15px;
		line-height: 24px;
	}

	.form-field input::placeholder,
	.form-field textarea::placeholder {
		font-size: 15px;
		line-height: 24px;
	}
}

.form-field input:disabled,
.form-field textarea:disabled,
.form-field textarea:read-only,
.form-field input:read-only,
.form-select .selectric-disable-update .selectric {
	color: #999eab;
	background-color: #e3e7ec;
	border-color: #e3e7ec;
	box-shadow: none;
}
.form-field__main-input-actions button.disable-update {
	color: #999eab;
	background-color: #e3e7ec;
	border-color: #e3e7ec;
	box-shadow: none;
	pointer-events: none;
}
button.disable-update,
input.disable-update {
	pointer-events: none;
}

.form-field input {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form-field textarea {
	height: 144px;
	min-height: 144px;
	resize: vertical;
}

.form-field textarea:disabled,
.form-field textarea:read-only {
	resize: none;
}

.form-field .form-field__resize-icon {
	position: absolute;
	right: 1px;
	bottom: 1px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 4px;
	pointer-events: none;
}

.form-field .form-field__resize-icon svg {
	display: block;
	width: 10px;
	height: 10px;
}

.form-field textarea:disabled ~ .form-field__resize-icon {
	display: none;
}

.form-field_margin-bottom {
	margin-bottom: 20px !important;
}

.form-field_with-cross input {
	padding-right: 52px;
}

.form-field_removable {
	position: relative;
}

.form-field_removable .form-field__container {
	padding-right: 20px;
}

.form-field_removable .form-field__remove-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
}

@media (min-width: 768px) {
	.form-field_removable .form-field__remove-btn {
		top: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
}

.form-field_search input {
	padding-right: 52px;
}

.form-field_size_small input {
	padding-top: 7px;
	padding-bottom: 7px;
}

.form-field.invalid input,
.form-field.invalid textarea {
	border-color: #db717a;
	box-shadow: 0 0 0 1px #db717a;
}

.form-field label {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.2px;
	color: #757b8a;
	cursor: pointer;
}

.form-field__error {
	display: none;
	width: 100%;
	margin: 0;
	margin-top: 8px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #db717a;
}

.form-field.value-missing .form-field__error_type_required,
.form-field.pattern-mismatch .form-field__error_type_pattern {
	display: block;
}

.form-field__container {
	position: relative;
}

.form-field__clear-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #e53935;
	background-color: transparent;
	border: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	cursor: pointer;
}

.form-field__clear-btn:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.form-field__clear-btn:hover {
		opacity: 0.6;
	}
}

@media (min-width: 768px) {
	.form-field__clear-btn {
		right: 15px;
	}
}

.form-field__search-btn {
	position: absolute;
	top: 50%;
	right: 13px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #e53935;
	background-color: transparent;
	border: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	cursor: pointer;
}

.form-field__search-btn svg {
	width: 18px;
	height: 22px;
}

.form-field__search-btn:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.form-field__search-btn:hover {
		opacity: 0.6;
	}
}

@media (min-width: 768px) {
	.form-field__search-btn {
		right: 22px;
	}
}

.form-select label {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	color: #757b8a;
}

.form-select .selectric {
	background-color: #fff;
	border-color: #c9cad1;
	border-radius: 4px;
	-webkit-transition-property: border-color, box-shadow;
	transition-property: border-color, box-shadow;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.form-select .selectric-hover .selectric {
	border-color: #00a3ff;
	box-shadow: 0 0 0 1px #00a3ff;
}

.form-select .selectric-disabled {
	opacity: 1;
}

.form-select .selectric-disabled .selectric {
	background-color: #e3e7ec;
	border-color: #e3e7ec;
}

.form-select .selectric .label {
	height: auto;
	padding: 11px 15px;
	padding-right: 47px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	color: #999eab;
}

@media (min-width: 768px) {
	.form-select .selectric .label {
		font-size: 15px;
		padding: 12px 15px;
	}
}

.form-select.selected .label {
	color: #2a303e;
}

.form-select.selected .label.default {
	color: #999eab;
}

.form-select .selectric-disabled .label {
	color: #999eab;
}

.form-select .selectric .button {
	width: 48px;
	height: 48px;
	background-color: transparent;
}

.form-select .selectric .button:after {
	width: 24px;
	height: 24px;
	border: none;
	background-image: url('/local/templates/register/css/../img/icons/icon-form-select.svg');
	background-size: 24px;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.form-select .selectric-open .button:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.form-select .selectric-open .selectric-items {
	top: calc(100% + 8px);
	background-color: #fff;
	border-color: #c9cad1;
	border-radius: 4px;
	box-shadow: none;
}

.form-select .selectric-above .selectric-items {
	top: auto;
	bottom: calc(100% + 8px);
}

.form-select .selectric-items .selectric-scroll {
	position: relative;
	max-height: 240px;
}

.form-select .selectric-items .selectric-scroll .ps__rail-y,
.form-select .selectric-items .selectric-scroll .ps__rail-y:hover {
	background-color: transparent;
}

.form-select .selectric-items .selectric-scroll .ps__thumb-y {
	width: 4px;
	background-color: rgba(153, 158, 171, 0.5);
	border-radius: 2px;
}

.form-select .selectric-items li,
.form-select .selectric-items li.highlighted,
.form-select .selectric-items li.selected {
	color: #2a303e;
}

.form-select .selectric-items li {
	padding: 12px 15px;
	font-size: 15px;
	line-height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-select .selectric-items li.selected {
	background-color: #e3e7ec;
}

.form-select .selectric-items li:hover {
	background-color: rgba(227, 231, 236, 0.5);
}

.form-dropzone__loader {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 9px;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #0c50c8;
	background-color: transparent;
	border: 1px solid #c9cad1;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.form-dropzone__loader:active {
	color: #40b3f4;
}

@media (hover: hover) {
	.form-dropzone__loader:hover {
		color: #40b3f4;
	}
}

@media (min-width: 768px) {
	.form-dropzone__loader {
		padding: 13px 20px 15px;
		color: #757b8a;
		border-style: dashed;
	}
}

.form-dropzone__loader-text {
	display: block;
}

.form-dropzone__loader-text_custom {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 24px;
}

@media (max-width: 767.98px) {
	.form-dropzone__loader-text {
		display: none;
	}

	.form-dropzone__loader-text_mobile {
		display: inline;
	}
}

.form-dropzone__file {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 18px;
}

.form-dropzone__file-details {
	width: 80%;
}

.form-dropzone__file-name {
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}

.form-dropzone .dz-progress {
	position: relative;
	-webkit-box-ordinal-group: 2;
	order: 1;
	width: 100%;
	height: 1px;
	margin-top: 6px;
	background-color: #e3e7ec;
}

.form-dropzone .dz-upload {
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	background-color: #0c50c8;
	border-radius: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-dropzone .dz-error .dz-upload {
	background-color: #db717a;
}

.form-dropzone .dz-remove {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 0;
	background-image: url('/local/templates/register/css/../img/icons/icon-load-cancel.svg');
	background-size: 100%;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

@media (hover: hover) {
	.form-dropzone .dz-remove:hover {
		opacity: 0.6;
	}
}

.form-add-field {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: #0848b9;
	background-color: transparent;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.form-add-field:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.form-add-field:hover {
		opacity: 0.6;
	}
}

.form-add-field svg {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	.form-add-field {
		font-size: 16px;
		line-height: 24px;
	}

	.form-add-field svg {
		width: 20px;
		height: 20px;
	}
}

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

.form-checkbox label {
	position: relative;
	padding-left: 32px;
	font-size: 15px;
	line-height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.form-checkbox label::before,
.form-checkbox label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
}

.form-checkbox label::before {
	border: 1px solid #c9cad1;
	-webkit-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.form-checkbox label::after {
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

@media (hover: hover) {
	.form-checkbox label:hover::before {
		border-width: 2px;
		border-color: #00a3ff;
	}
}

.form-checkbox_size_small label {
	font-size: 13px;
	line-height: 16px;
}

.form-checkbox_size_small label::before,
.form-checkbox_size_small label::after {
	width: 16px;
	height: 16px;
}

.form-checkbox input:disabled + label {
	cursor: default;
}

.form-checkbox input:checked + label::before {
	background-color: #0c50c8;
	border-color: #0c50c8;
}

.form-checkbox input:disabled + label::before {
	background-color: #e3e7ec;
	border-color: #e3e7ec;
}

.form-checkbox input:checked + label::after {
	opacity: 1;
}

.form-checkbox label::before {
	border-radius: 4px;
}

.form-checkbox label::after {
	background-image: url('/local/templates/register/css/../img/icons/icon-tick-white.svg');
	background-size: 100%;
}

.form-checkbox input:disabled + label::after {
	background-image: url('/local/templates/register/css/../img/icons/icon-tick-gray.svg');
}

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

.form-radiobtn label {
	position: relative;
	padding-left: 32px;
	font-size: 15px;
	line-height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.form-radiobtn label::before,
.form-radiobtn label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
}

.form-radiobtn label::before {
	border: 1px solid #c9cad1;
	-webkit-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.form-radiobtn label::after {
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

@media (hover: hover) {
	.form-radiobtn label:hover::before {
		border-width: 2px;
		border-color: #00a3ff;
	}
}

.form-radiobtn_size_small label {
	font-size: 13px;
	line-height: 16px;
}

.form-radiobtn_size_small label::before,
.form-radiobtn_size_small label::after {
	width: 16px;
	height: 16px;
}

.form-radiobtn input:disabled + label {
	cursor: default;
}

.form-radiobtn input:checked + label::before {
	background-color: #0c50c8;
	border-color: #0c50c8;
}

.form-radiobtn input:disabled + label::before {
	background-color: #e3e7ec;
	border-color: #e3e7ec;
}

.form-radiobtn input:checked + label::after {
	opacity: 1;
}

.form-radiobtn label::before,
.form-radiobtn label::after {
	border-radius: 50%;
}

.form-radiobtn label::after {
	background-color: #fff;
	border: 7px solid #0c50c8;
}

.form-radiobtn input:disabled + label::after {
	background-color: #999eab;
	border-color: #e3e7ec;
}

.form-radiobtn_size_small label::after {
	border-width: 5px;
}

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

.form-switch label {
	position: relative;
	width: 44px;
	height: 24px;
	background-color: #757b8a;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.form-switch label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.form-switch input:checked + label {
	background-color: #0c50c8;
}

.form-switch input:checked + label::after {
	-webkit-transform: translateX(100%) translateY(-50%);
	transform: translateX(100%) translateY(-50%);
}

.form-switch input:disabled + label {
	background-color: #c9cad1;
	cursor: default;
}

.form-switch input:disabled + label::after {
	background-color: #e3e7ec;
}

.remove-btn {
	display: block;
	padding: 0;
	margin: 0;
	color: #e53935;
	background-color: transparent;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.remove-btn:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.remove-btn:hover {
		opacity: 0.6;
	}
}

.remove-btn svg {
	display: block;
	width: 16px;
	height: 16px;
}

.status {
	margin: 0;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
}

.status_good {
	color: #01851e;
}

.status_bad {
	color: #e53935;
}

.status::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: currentColor;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.notification {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 11px 8px;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #e3e7ec;
	border-radius: 4px;
	background-color: #fff;
	margin: 10px auto;
}

.notification_status_success {
	color: #10753d;
	background-color: #cbf7dc;
	border-color: #10753d;
}

.notification_status_warning {
	color: #d3a244;
	background-color: #faf4c2;
	border-color: #d3a244;
}

.notification_status_error {
	color: #db717a;
	background-color: #fce1e3;
	border-color: #db717a;
}

.notification svg {
	display: block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.selectric-select-default .selectric {
	border: none;
	border-radius: 2px;
	background: #fff;
}

.selectric-select-default .selectric .label {
	margin: 0 0 0 0;
	color: #757b8a;
	padding: 13.5px 15px 13.5px 15px;
	font: 400 13px/1 Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
	.selectric-select-default .selectric .label {
		padding: 16.5px 20px 16.5px 20px;
		background: #fff;
	}
}

.selectric-select-default .selectric .button {
	right: 4px;
	top: 50%;
	width: 38px;
	height: 40px;
	background-color: #fff;
	font-size: 0 !important;
	line-height: 0;
	text-indent: -9999px;
	border: none;
	outline: none;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

@media (min-width: 992px) {
	.selectric-select-default .selectric .button {
		height: 50px;
		top: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.selectric-select-default .selectric .button:after {
	left: auto;
	right: 14px;
	top: calc(50% - 8px);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	width: 8px;
	height: 5.248px;
}

.selectric-open .selectric-select-default .selectric .button:after {
	width: 8px;
	height: 5.248px;
}

@media (min-width: 992px) {
	.selectric-select-default .selectric .button:after {
		left: 0;
		right: auto;
		top: 50%;
		width: 12px;
		height: 7.41px;
	}
}

.selectric-select-default .selectric .button .selectric-open:after {
	width: 8px;
	height: 5.248px;
}

@media (min-width: 992px) {
	.selectric-select-default .selectric .button .selectric-open:after {
		width: 12px;
		height: 7.41px;
	}
}

.selectric-select-default .selectric span {
	font-size: 13px !important;
}

@media (min-width: 992px) {
	.selectric-select-default .selectric span {
		font-size: 15px !important;
	}
}

.selectric-select-default .selectric-items {
	top: calc(100% + 8px);
	background: #fff;
	border: none;
	box-shadow: 0px 5px 10px rgba(173, 190, 214, 0.5);
}

.selectric-select-default .selectric-items ul {
	padding: 7px 0;
}

.selectric-select-default .selectric-items li {
	min-height: 20px;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
	margin: 0 0 5px;
	text-decoration: none;
	font: 400 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

@media (min-width: 992px) {
	.selectric-select-default .selectric-items li {
		font: 400 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.selectric-select-default .selectric-items li:hover {
	background: #e3e7ec;
}

.selectric-select-default .selectric-items li:last-child {
	margin: 0 0 0;
}

.selectric-select-default .selectric-items li.selected {
	background: #e3e7ec;
	color: #2a303e;
}

.selectric-select-default .selectric-items li.highlighted {
	background: #e3e7ec;
	color: #2a303e;
}

.selectric-select-default .selectric-items li:hover {
	background: #e3e7ec;
	color: #2a303e;
}

.tabs__header {
	border-bottom: 2px solid #e3e7ec;
}

.tabs__header .selectric {
	background-color: transparent;
	border: none;
}

@media (min-width: 768px) {
	.tabs__header .selectric {
		display: none;
	}
}

.tabs__header .selectric .label {
	height: auto;
	padding: 14px 15px;
	margin: 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #0d50c6;
	background-color: #fff;
}

.tabs__header .selectric .button {
	width: 48px;
	height: 48px;
	background-color: transparent;
}

.tabs__header .selectric .button::after {
	width: 16px;
	height: 16px;
	border: none;
	background-image: url('/local/templates/register/css/../img/icons/icon-form-select-red.svg');
	background-size: 16px;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.tabs__header .selectric-open .button:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tabs__header .selectric-items {
	top: 100%;
	background-color: #fff;
	border: none;
	box-shadow: 0px 5px 10px rgba(173, 190, 214, 0.5);
}

@media (min-width: 768px) {
	.tabs__header .selectric-items {
		position: static;
		display: block;
		width: 100% !important;
		height: auto;
		box-shadow: none;
	}

	.tabs__header .selectric-items .selectric-scroll {
		height: auto;
		overflow: visible;
	}

	.tabs__header .selectric-items ul {
		display: -webkit-box;
		display: flex;
	}
}

.tabs__header .tabs__btn,
.tabs__header .tabs__btn.highlighted,
.tabs__header .tabs__btn.selected {
	color: #2a303e;
}

@media (min-width: 768px) {
	.tabs__header .tabs__btn,
	.tabs__header .tabs__btn.highlighted,
	.tabs__header .tabs__btn.selected {
		background-color: transparent;
	}
}

.tabs__header .tabs__btn {
	padding: 14px 15px;
	font-size: 13px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media (min-width: 768px) {
	.tabs__header .tabs__btn {
		position: relative;
		padding: 12px 20px;
		font-size: 15px;
		line-height: 24px;
	}

	.tabs__header .tabs__btn::after {
		content: '';
		position: absolute;
		z-index: 2;
		top: 100%;
		right: 0;
		left: 0;
		height: 2px;
		background-color: transparent;
		pointer-events: none;
		-webkit-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}
}

.tabs__header .tabs__btn.active,
.tabs__header .tabs__btn.active:hover {
	background-color: #e3e7ec;
	cursor: default;
}

@media (min-width: 768px) {
	.tabs__header .tabs__btn.active,
	.tabs__header .tabs__btn.active:hover {
		color: #e53935;
		background-color: transparent;
	}

	.tabs__header .tabs__btn.active::after,
	.tabs__header .tabs__btn.active:hover::after {
		background-color: #e53935;
	}
}

.tabs__header .tabs__btn:active {
	color: #0a52d0;
	background-color: rgba(227, 231, 236, 0.5);
}

@media (min-width: 768px) {
	.tabs__header .tabs__btn:active {
		background-color: transparent;
	}

	.tabs__header .tabs__btn:active::after {
		background-color: #0a52d0;
	}
}

@media (hover: hover) {
	.tabs__header .tabs__btn:hover {
		color: #0a52d0;
		background-color: rgba(227, 231, 236, 0.5);
	}
}

@media (hover: hover) and (min-width: 768px) {
	.tabs__header .tabs__btn:hover {
		background-color: transparent;
	}

	.tabs__header .tabs__btn:hover::after {
		background-color: #0a52d0;
	}
}

.tabs__item {
	display: none;
}

.tabs__item.active {
	display: block;
}

.accordion__item {
	padding: 0 15px;
	border-bottom: 1px solid #e3e7ec;
}

.accordion__item:last-child,
.accordion__item_active {
	border-bottom: none;
}

.accordion__item_active:last-child {
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.accordion__item {
		padding: 0 30px;
	}

	.accordion__item_active:last-child {
		padding-bottom: 20px;
	}
}

.accordion__item-title {
	padding: 15px 0;
	padding-right: 35px;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #2a303e;
	background-image: url('/local/templates/register/css/../img/icons/icon-plus-round.svg');
	background-size: 20px;
	background-position: 100% 20px;
	background-repeat: no-repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.accordion__item-title:active {
	color: #0d50c6;
}

@media (hover: hover) {
	.accordion__item-title:hover {
		color: #0d50c6;
	}
}

.accordion__item_active .accordion__item-title {
	background-image: url('/local/templates/register/css/../img/icons/icon-minus-round.svg');
}

@media (min-width: 768px) {
	.accordion__item-title {
		padding: 20px 0;
		padding-right: 50px;
		font-size: 15px;
		line-height: 24px;
	}
}

.accordion__item-content {
	display: none;
}

.accordion__item_active .accordion__item-content {
	display: block;
}

.text-content table,
.text-content thead,
.text-content tbody,
.text-content tr {
	width: 100%;
}

.text-content table {
	font-size: 13px;
	line-height: 20px;
	border-collapse: collapse;
}

.text-content table thead {
	background-color: rgba(227, 231, 236, 0.45);
}

.text-content table thead td {
	padding: 14px;
}

.text-content table td {
	box-sizing: border-box;
	max-width: 230px;
	padding: 19px 14px;
	text-align: center;
	border: 1px solid #e3e7ec;
}

.text-content__table {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
}

.text-content__table .ps__rail-x {
	height: 10px;
	margin: 0 15px;
	background-color: #fff !important;
	opacity: 1 !important;
}

.text-content__table .ps__thumb-x {
	bottom: 50%;
	width: 56px !important;
	height: 4px !important;
	margin-left: 5px;
	background-color: gray !important;
	border-radius: 16px !important;
	opacity: 1 !important;
	cursor: pointer;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.text-content__table .ps__thumb-x:active {
	height: 6px !important;
}

@media (hover: hover) {
	.text-content__table .ps__thumb-x:hover {
		height: 6px !important;
	}
}

.btn-checkbox-level {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	padding: 13px 20px;
}

.btn-checkbox-level__title {
	margin: 0;
	padding: 0;
	margin-right: 10px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #757b8a;
	display: inline;
	float: left;
}

@media (min-width: 992px) {
	.btn-checkbox-level__title {
		margin-right: 20px;
		line-height: 32px;
	}
}

.btn-checkbox-level__wrapper {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.btn-checkbox-level__item {
	position: relative;
	margin-right: 10px;
}

.btn-checkbox-level__item input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 1px;
	border: 0;
}

.btn-checkbox-level__item label {
	position: relative;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
}

.btn-checkbox-level__item label::before {
	content: attr(data-level);
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	padding: 5px;
	text-align: center;
	color: #0c50c8;
	background-color: #fff;
	border: 2px solid #0c50c8;
	border-radius: 4px;
	cursor: pointer;
}

.btn-checkbox-level__item label:focus::before {
	color: #fff;
	background-color: #0c50c8;
}

.btn-checkbox-level__item input:checked + label::after {
	content: attr(data-level);
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	padding: 5px;
	text-align: center;
	border: 2px solid #0c50c8;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	background-color: #0c50c8;
}

.btn-checkbox-level_narrow {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 0;
	margin-bottom: 0;
	float: left;
}

@media (min-width: 992px) {
	.btn-checkbox-level_narrow {
		height: 32px;
	}
}

.btn-checkbox-level_narrow .btn-checkbox-level__title {
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
}

.btn-checkbox-level_narrow .btn-checkbox-level__item {
	margin-bottom: 8px;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.form-field-data {
	position: relative;
}

.form-field-data input {
	padding-right: 40px;
}

.form-field-data svg {
	position: absolute;
	top: 10px;
	right: 10px;
}

.form-field-data_mobile input {
	font-size: 13px;
	line-height: 20px;
}

.form-field-data_mobile svg {
	top: 14px;
	right: 14px;
}

.ui {
	padding: 83px 0 231px;
}

.ui__container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.ui__section-title {
	font: bold 32px/1.25 Helvetica, Arial, sans-serif;
	color: #2a303e;
	padding-top: 48px;
	margin: 0 0 48px;
}

.ui__col-global_left {
	width: 100%;
	max-width: 1280px;
	margin: 0 171px 0 0;
}

.ui__col-global_right {
	width: 100%;
	max-width: 600px;
}

.ui__row {
	margin: 0 0 66px;
}

.ui__row_indent-bottom-372 {
	margin: 0 0 372px;
}

.ui__row_col-2,
.ui__row_col-3 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.ui__row_col-2-justify {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.ui__row_col-2 .ui__col {
	width: 50%;
	margin: 0 48px 0 0;
}

.ui__row_col-2 .ui__col:last-child {
	margin: 0 0 0 0;
}

.ui__row_col-3 .ui__col {
	width: 33.333%;
	margin: 0 48px 0 0;
}

.ui__row_col-3 .ui__col:last-child {
	margin: 0 0 0 0;
}

.ui__row_col-2-justify .ui__col:last-child {
	width: 320px;
}

.ui__subtitle {
	font: 400 12px/1.333 Helvetica, Arial, sans-serif;
	color: #757b8a;
	margin: 0 0 20px;
}

.ui__subtitle_line {
	border-top: 1px solid #e3e7ec;
	padding: 8px 0 0 0;
	margin: 0 0 117px;
}

.ui__subtitle_indent-bottom-29 {
	margin: 0 0 29px;
}

@media (min-width: 992px) {
	.ui .header-mobile {
		display: block;
	}
}

.ui .ui__col-global_right .footer .col-12 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.ui .ui__col-global_right .footer__row_top {
	background: #002974;
	padding: 31px 5px 34px 5px;
}

.ui .ui__col-global_right .footer__row_top .col-12 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.ui .ui__col-global_right .footer__row_bottom {
	background: #002669;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 5px;
}

.ui .ui__col-global_right .footer__row_bottom .col-12 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.ui .ui__col-global_right .footer__nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	max-width: 734px;
	position: relative;
}

.ui .ui__col-global_right .footer__nav:before {
	content: '';
	display: none;
	width: 1px;
	height: 133px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0;
	top: -4px;
}

.ui .ui__col-global_right .footer__item {
	padding: 0 15px 0 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin: 0 0 11px;
}

.ui .ui__col-global_right .footer__item_indent {
	padding: 0 0 0 0;
}

.ui .ui__col-global_right .footer__item:first-child {
	width: 100%;
	margin: 0 0 32px;
}

.ui .ui__col-global_right .footer__item:nth-child(2) {
	width: 100%;
}

.ui .ui__col-global_right .footer__item:last-child {
	width: 100%;
}

.ui .ui__col-global_right .footer__title {
	text-transform: uppercase;
	font: bold 12px/1.25 Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	margin: 0 0 14px;
	letter-spacing: 1px;
}

.ui .ui__col-global_right .footer__link {
	text-decoration: none;
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 20px 8px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.ui .ui__col-global_right .footer__link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.ui .ui__col-global_right .footer__link:last-child {
	margin-bottom: 0;
}

.footer__contacts-item .ui .ui__col-global_right .footer__link:last-child {
	margin-right: 0;
}

.ui .ui__col-global_right .footer__link_email {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.ui .ui__col-global_right .footer__link_email:before {
	content: '';
	margin: 2px 7px 0 0;
	width: 16px;
	height: 12.8px;
}

.ui .ui__col-global_right .footer__link_question {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.ui .ui__col-global_right .footer__link_question:before {
	content: '';
	margin: 0 7px 0 0;
	width: 14px;
	height: 14px;
}

.ui .ui__col-global_right .footer__link_blank {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.ui .ui__col-global_right .footer__link_blank:before {
	content: '';
	margin: 0 7px 0 0;
}

.ui .ui__col-global_right .footer__link .footer__nav .footer__link {
	margin-bottom: 10px;
}

.ui .ui__col-global_right .footer__contacts {
	padding: 30px 0 0 0;
	margin: 19px 0 0 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
}

.ui .ui__col-global_right .footer__contacts-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0 0 8px;
	margin-flex-direction: row;
}

.ui .ui__col-global_right .footer__contacts-item:last-child {
	margin-bottom: 0;
}

.ui .ui__col-global_right .footer__copyright_transparent {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	margin: 0 0 10px;
}

.ui .ui__col-global_right .footer__copyright_white {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
}

.ui .ui__col-global.ui__col-global_left .nav-mobile {
	display: -webkit-box;
	display: flex;
	position: relative;
	top: auto;
}

.ui .ui__col-global.ui__col-global_left .search-mobile {
	display: -webkit-box;
	display: flex;
	width: 100%;
	z-index: 2;
	position: relative;
	left: auto;
	top: auto;
}

.ui
	.ui__col-global.ui__col-global_left
	.nav-mobile__list.nav-mobile__list_other-sites {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.ui .ui__col-global.ui__col-global_left .services__item-wrapper {
	width: 370px;
}

.ui .ui__col-global.ui__col-global_right .services__item {
	width: 290px;
	background: #fefefe;
	height: 108px;
	margin: 0 0 10px;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #eceff4;
	position: relative;
	-webkit-transition: all 0.5s ease, background 0.8s linear;
	transition: all 0.5s ease, background 0.8s linear;
	cursor: pointer;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ui .ui__col-global.ui__col-global_right .services__item:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.services__item-wrapper:active
	.ui
	.ui__col-global.ui__col-global_right
	.services__item {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}

.ui
	.ui__col-global.ui__col-global_right
	.services__item_recommendations:before {
	content: '';
	right: 25px;
}

.ui .ui__col-global.ui__col-global_right .services__title {
	font: 400 13px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

.ui .ui__col-global.ui__col-global_right .services__arrow {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 16px;
	width: 21px;
	height: 8px;
	overflow: hidden;
	-webkit-transition: width 0.4s ease;
	transition: width 0.4s ease;
}

.services__item-wrapper:hover
	.ui
	.ui__col-global.ui__col-global_right
	.services__arrow {
	width: 50px;
}

.ui .ui__col-global.ui__col-global_right .services__arrow:after {
	content: '';
	position: absolute;
	left: -29px;
	top: 0;
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
}

.services__item-wrapper:hover
	.ui
	.ui__col-global.ui__col-global_right
	.services__arrow:after {
	left: 0;
}

.ui .ui__col-global.ui__col-global_right .services__btn {
	width: 100%;
	text-decoration: none;
	display: block;
	height: 48px;
	box-shadow: 0px 0px 10px #eceff4;
	background: #fff;
	border-radius: 2px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #0848b9;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.ui .ui__col-global.ui__col-global_right .services__btn:hover {
	color: #fff;
	background: #0848b9;
}

.ui .ui__col-global.ui__col-global_right .services__btn:after {
	content: '';
	margin: 0 0 0 10px;
}

.ui .ui__col-global.ui__col-global_right .services__btn_hidden {
	visibility: hidden;
	display: none;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item {
	width: 290px;
	padding: 43px 0 0 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #adbed6;
	margin: 0 0 10px;
	position: relative;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item:last-child {
	margin: 0 0 0;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-title {
	font: bold 15px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 10px;
	padding: 0 15px;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-descr {
	font: 400 13px/1.6 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 22px;
	padding: 0 15px;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-contacts {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 0 15px;
	margin: 0 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-contacts-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
	margin: 0 0 8px;
	position: relative;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item:last-child {
	margin: 0 0 0 0;
}

.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item:before {
	content: '';
	margin: 0 7px 0 0;
}

.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item_phone:before {
	width: 16px;
	height: 16px;
}

.ui
	.ui__col-global.ui__col-global_right
	.centers__list-item-contacts-item_letter:before {
	width: 14px;
	height: 11.206px;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-text {
	padding: 0 15px;
	margin: 0 0 22px;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-text-content {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 1px;
	display: -webkit-box;
	display: flex;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-text-link {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-link {
	padding: 0 30px;
	font: bold 12px/1.25 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	padding: 0 30px;
	height: 56px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border-top: 1px solid #e3e7ec;
	position: relative;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.ui .ui__col-global.ui__col-global_right .centers__list-item-link:after {
	content: '';
	width: 7.41px;
	height: 12px;
}

.ui .ui__col-global.ui__col-global_right .centers__list-number {
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #e53935;
	position: absolute;
	left: 15px;
	top: 13px;
}

.ui__title {
	margin: 0;
}

.ui__title_h1 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

@media (min-width: 768px) {
	.ui__title_h1 {
		font-size: 48px;
		line-height: 48px;
	}
}

.ui__title_h2 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.ui__title_h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

.ui__title_h3 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.ui__title_h3 {
		font-size: 32px;
		line-height: 40px;
	}
}

.ui__title_h4 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.ui__title_h4 {
		font-size: 24px;
		line-height: 32px;
	}
}

.ui__title_h5 {
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.ui__title_h5 {
		font-size: 18px;
		line-height: 24px;
	}
}

.ui__title_h6 {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ui__paragraph {
	margin: 0;
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}

@media (min-width: 768px) {
	.ui__paragraph {
		font-size: 18px;
		line-height: 24px;
	}
}

.ui__paragraph_medium {
	font-size: 13px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.ui__paragraph_medium {
		font-size: 16px;
		line-height: 24px;
	}
}

.ui__paragraph_small {
	font-size: 13px;
	line-height: 20px;
	color: #757b8a;
}

.ui__paragraph_bold {
	font-weight: 700;
}

.ui__paragraph_caps,
.ui__paragraph_small-caps {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: #757b8a;
}

.ui__paragraph_small-caps {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
}

.ui .text-content {
	margin-bottom: 32px;
}

.ui .btn {
	width: 145px;
	margin-right: 34px;
	margin-bottom: 32px;
}

.ui .form-field,
.ui .form-select {
	width: 245px;
}

.ui .form-group__item {
	width: calc((100% - 20px) / 2);
}

@media (min-width: 768px) {
	.ui .form-group__item {
		width: calc((100% - 40px) / 2);
	}
}

.ui .form-field:not(.form-group__item),
.ui .form-select,
.ui .form-checkbox,
.ui .form-radiobtn,
.ui .form-switch,
.ui .status {
	margin-right: 34px;
	margin-bottom: 32px;
}

.ui .form-group,
.ui .form-add-field,
.ui .form-dropzone,
.ui .pagination,
.ui .tabs {
	margin-bottom: 32px;
}

.ui .notification {
	width: 500px;
	max-width: 100%;
	margin-bottom: 16px;
}

.header__content {
	background: #fff;
	z-index: 40;
	display: none;
	box-shadow: 0px 2px 8px rgba(173, 190, 214, 0.15);
}

.header .container {
	max-width: 1200px;
}

@media (min-width: 992px) {
	.header__content {
		display: block;
	}
}

.header__row {
	overflow: hidden;
}

.header__row_top {
	height: 40px;
	background: #013085;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header__row_top .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.header__row_bottom {
	height: 60px;
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header__row_bottom .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.header__row_links {
	background: #0846b3;
}

.header__row_links .container {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	height: 40px !important;
	border-top: 1px solid #c9cad1;
}

.header__row_links .container:before {
	content: '';
	width: 50%;
	height: 1px;
	background: #c9cad1;
	position: absolute;
	left: 0;
	top: -1px;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.header__row_links .container:after {
	content: '';
	display: none;
	width: 50%;
	height: 1px;
	background: #c9cad1;
	position: absolute;
	right: 0;
	top: -1px;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

@media (min-width: 768px) {
	.header__row_links .container:before,
	.header__row_links .container:after {
		display: block;
	}
}

@media (min-width: 992px) {
	.header__row_links .container {
		border-top: none;
	}

	.header__row_links .container:before,
	.header__row_links .container:after {
		display: none;
	}
}

.header__select-title {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 7px 0 5px;
	cursor: pointer;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.header__select-title:before {
	content: '';
	margin: 0 8px 0 0;
}

.header__select-title:after {
	content: '';
	margin: 0 0 0 8px;
}

.header__select-title:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.header__links {
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.header__link {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.header__link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.header__link_version:before {
	content: '';
	margin: 0 6px 0 0;
}

.header__link_version:after {
	content: '';
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0.5;
	margin: 0 11px 0 9px;
}

.header__link_help:before {
	content: '';
	margin: 0 8px 0 0;
}

.header__link_search {
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #043285;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.header__link_search:before {
	content: '';
	margin: 0.5px 8px 0 0;
}

.header__link_search:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: rgba(201, 202, 209, 0.5);
	margin: 0 17px 0 19px;
}

.header__link_office,
.header__link_enter {
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #043285;
}

.header__link_office:before,
.header__link_enter:before {
	content: '';
	margin: 0 8px 0 0;
}

.header__link_enter:after {
	display: none;
}

.header__link_exit {
	margin: 0 0 0 13px;
}

.header__link_hidden {
	display: none;
}

.header__logo {
	margin: 0 18px 0 0;
}

.header__nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 auto 0 0;
}

.header__nav_hidden {
	display: none;
}

.header__nav:before {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: rgba(201, 202, 209, 0.5);
	margin: 0 20px 0 0;
}

.header__nav-item {
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #043285;
	text-decoration: none;
	margin: 0 30px 0 0;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.header__nav-item:hover,
.header__nav-item_active {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	color: #e53935;
}

.header__nav-item:last-child {
	margin: 0 0 0 0;
}

.header__search-wrapper_active {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	flex-grow: 1;
	margin: 0 20px 0 0;
}

.header__search-wrapper_active:before {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: rgba(201, 202, 209, 0.5);
}

.header__search-wrapper_active:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: rgba(201, 202, 209, 0.5);
}

.header__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 0 0 -8px;
	scrollbar-width: none;
}

.header__list::-webkit-scrollbar {
	display: none;
}

@media (min-width: 992px) {
	.header__list {
		margin: 0 0 0 0;
	}
}

.header__list-link {
	font: 400 13px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 9.5px 8px 9.5px 8px;
	background: transparent;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	white-space: nowrap;
}

@media (min-width: 992px) {
	.header__list-link {
		font: 400 13px/40px Helvetica, Arial, sans-serif;
		padding: 0 7px;
		width: auto;
		white-space: nowrap;
	}
}

@media (min-width: 992px) {
	.header__list-link:hover {
		background: #0a52d0;
	}
}

.header-mobile {
	position: relative;
	z-index: 40;
	height: 100%;
}

.header-mobile .container {
	max-width: 100%;
	height: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding-right: 0;
}

.header-mobile .container_top {
	background-color: #fff;
}

.header-mobile .container_top:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #c9cad1;
	position: absolute;
	left: 0;
	top: 59px;
}

@media (min-width: 992px) {
	.header-mobile {
		display: none;
	}
}

.header-mobile__row {
	overflow: hidden;
}

.header-mobile__row_top {
	height: 40px;
	background: #013085;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header-mobile__row_top .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.header-mobile__row_bottom {
	height: 60px;
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header-mobile__row_bottom .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.header-mobile__row_links {
	background: #0846b3;
}

.header-mobile__row_links .container {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	height: 40px !important;
}

.header-mobile__row_links .container:after {
	content: '';
	display: none;
	width: 50%;
	height: 1px;
	background: #c9cad1;
	position: absolute;
	right: 0;
	top: -1px;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

@media (min-width: 768px) {
	.header-mobile__row_links .container:before,
	.header-mobile__row_links .container:after {
		display: block;
	}
}

@media (min-width: 992px) {
	.header-mobile__row_links .container {
		border-top: none;
	}

	.header-mobile__row_links .container:before,
	.header-mobile__row_links .container:after {
		display: none;
	}
}

.header-mobile__search {
	width: 54px;
	height: 60px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 0 0 auto;
}

.header-mobile__search:after {
	content: '';
	width: 18px;
	height: 18px;
}

.header-mobile__search_hidden {
	display: none;
}

.header-mobile__menu-btn {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 17px 18px 24px;
	width: 54px;
	height: 60px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#e53935),
		to(#be2421)
	);
	background: linear-gradient(180deg, #e53935 0%, #be2421 100%);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.header-mobile__menu-btn-item {
	content: '';
	width: 18px;
	height: 2px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	display: block;
	position: relative;
	background: #fff;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header-mobile__menu-btn-item:nth-child(1) {
	top: 0px;
}

.header-mobile__menu-btn-item:nth-child(2) {
	top: 4px;
}

.header-mobile__menu-btn-item:nth-child(3) {
	top: 8px;
}

.header-mobile__menu-btn_active .header-mobile__menu-btn-item:nth-child(1) {
	top: 4px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.header-mobile__menu-btn_active .header-mobile__menu-btn-item:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.header-mobile__menu-btn_active .header-mobile__menu-btn-item:nth-child(3) {
	top: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.header-mobile__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	scrollbar-width: none;
	overflow-x: scroll;
}

.header-mobile__list::-webkit-scrollbar {
	display: none;
}

@media (min-width: 992px) {
	.header-mobile__list {
		overflow: auto;
	}
}

.header-mobile__list-link {
	font: 400 13px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 10px 8px;
	background: transparent;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	white-space: nowrap;
}

@media (min-width: 992px) {
	.header-mobile__list-link {
		font: 400 13px/40px Helvetica, Arial, sans-serif;
		padding: 0 6px;
		width: auto;
		white-space: nowrap;
	}
}

@media (min-width: 992px) {
	.header-mobile__list-link:hover {
		background: #0a52d0;
	}
}

.nav-mobile {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	z-index: 9999;
	background-color: #012d7e;
	overflow: auto;
}

.nav-mobile_active {
	display: -webkit-box;
	display: flex;
}

.nav-mobile__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
}

.nav-mobile__list_other-sites {
	display: none;
	height: calc(var(--vh) * 100 - 120px);
	overflow: auto;
}

.nav-mobile__list_hidden {
	display: none;
}

.nav-mobile__list_active {
	display: -webkit-box;
	display: flex;
}

.nav-mobile__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	border-bottom: 5px solid #012b78;
}

.nav-mobile__item_stretch {
	height: calc(var(--vh) * 100 - 180px);
	overflow: auto;
}

.nav-mobile__link {
	font: 400 13px/60px Helvetica, Arial, sans-serif;
	color: #fff;
	height: 60px;
	text-decoration: none;
	padding: 0 15px;
	background: #013085;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
}

.nav-mobile__link_active,
.nav-mobile__link:hover {
	background: #0d50c6;
}

.nav-mobile__link:after {
	content: '';
}

.nav-mobile__link_back {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.nav-mobile__link_back:before {
	content: '';
	margin: 0 13px 0 0;
}

.nav-mobile__footer {
	width: 100%;
	background: #012d7e;
	padding: 0 15px;
	height: 60px;
}

.nav-mobile__footer-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.nav-mobile__footer-item {
	font: 400 13px/60px Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.nav-mobile__footer-item:before {
	content: '';
	margin: 0 7.5px 0 0;
}

.nav-mobile__footer-item_help {
	padding: 0 0 0 14px;
	margin: 0 0 0 14px;
}

.nav-mobile__footer-item_help:after {
	content: '';
	width: 1px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.nav-mobile__list-item {
	cursor: pointer;
	width: 100%;
}

.nav-mobile__list-item-title {
	font: 400 13px/60px Helvetica, Arial, sans-serif;
	color: #fff;
	height: 60px;
	text-decoration: none;
	padding: 0 15px;
	background: #013085;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	position: relative;
}

.nav-mobile__list-item-title:after {
	content: '';
}

.nav-mobile__list-item-content {
	background: #fff;
	padding: 18px 15px 24px;
	display: none;
}

.nav-mobile__list-item-content_active {
	display: block;
}

.nav-mobile__content-item-title {
	font: bold 16px/1.5 Helvetica, Arial, sans-serif;
	color: #002974;
	margin: 0 0 9px;
}

.nav-mobile__content-item-text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #999eab;
	margin: 0 0 22px;
}

.nav-mobile__descr {
	width: 100%;
}

.nav-mobile__line-title {
	font: 400 13px/1.53846 Helvetica, Arial, sans-serif;
	color: #002974;
	margin: 0 0 12px;
}

.nav-mobile__line-item {
	margin: 0 0 10px;
}

.nav-mobile__subtitle {
	font: 400 12px/1.333 Helvetica, Arial, sans-serif;
	color: #999eab;
	margin: 0 0 5px;
}

.nav-mobile__line-link {
	font: 400 12px/1.333 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
	position: relative;
}

.nav-mobile__line-link_address {
	-webkit-box-align: start;
	align-items: flex-start;
}

.nav-mobile__text-link {
	font: 400 12px/1.333 Helvetica, Arial, sans-serif;
	color: #999eab;
}

.overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	overflow: hidden;
}

.other-sites {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	top: 40px;
	right: 50%;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.other-sites_active {
	visibility: visible;
	opacity: 1;
}

.other-sites .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.other-sites .row.no-gutters > [class^='col-'],
.other-sites .row.no-gutters > [class*=' col-'] {
	padding-right: 0;
	padding-left: 0;
}

.other-sites .col-6:first-child {
	background: #002974;
}

.other-sites .col-6:last-child {
	background: #fff;
}

.other-sites__tabs {
	padding: 26px 0 26px 0;
}

.other-sites__tabs-item {
	cursor: pointer;
	padding: 15px 56px 15px 52px;
	position: relative;
	background: transparent;
}

.other-sites__tabs-item:last-child:after {
	display: none;
}

.other-sites__tabs-item:before {
	content: '';
	position: absolute;
	right: 64px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	opacity: 0.2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.other-sites__tabs-item:after {
	content: '';
	display: block;
	width: calc(100% - 108px);
	height: 1px;
	position: absolute;
	left: 52px;
	bottom: -1px;
	background: rgba(249, 249, 255, 0.2);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.other-sites__tabs-item_active,
.other-sites__tabs-item:hover {
	background: #0b49b8;
}

.other-sites__tabs-item_active:before,
.other-sites__tabs-item:hover:before {
	opacity: 1;
}

.other-sites__tabs-item_active:after,
.other-sites__tabs-item:hover:after {
	display: none;
}

.other-sites__tabs-item-title {
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 5px;
}

.other-sites__tabs-item-descr {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #999eab;
}

.other-sites__content-item {
	display: none;
	padding: 45px 20px 61px 30px;
}

.other-sites__content-item_active {
	display: block;
}

.other-sites__content-item-title {
	font: bold 24px/1.333 Helvetica, Arial, sans-serif;
	color: #002974;
	margin: 0 0 12px;
}

.other-sites__content-item-text {
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #999eab;
	margin: 0 0 18px;
}

.other-sites__descr {
	width: 100%;
	max-width: 586px;
}

.other-sites__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #002974;
	margin: 0 0 11px;
}

.other-sites__item:nth-child(2) {
	margin: 0 0 6px;
}

.other-sites__item:nth-child(3) {
	margin: 0 0 6px;
}

.other-sites__item:nth-child(4) {
	margin: 0 0 6px;
}

.other-sites__subtitle {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #999eab;
}

.other-sites__item:nth-child(2) .other-sites__subtitle {
	margin: 0 0 5px;
}

.other-sites__link {
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 21px;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.other-sites__link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.other-sites__link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.other-sites__link_address {
	-webkit-box-align: start;
	align-items: flex-start;
}

.other-sites__link_address:before {
	top: 4px;
}

.other-sites__link_email:before {
	top: 4px;
}

.other-sites__link_phone:before {
	top: 1.5px;
}

.other-sites__text-link {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #999eab;
}

.search {
	display: none;
	margin: 0 auto 0 0;
	width: 100%;
	position: relative;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear;
}

.search_active {
	display: -webkit-box;
	display: flex;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear;
	z-index: 2;
}

.search__btn {
	position: absolute;
	left: 18px;
	top: calc(50% + 1px);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	background-color: transparent;
	border: none;
	outline: none;
	width: 22px;
	height: 22px;
	z-index: 0;
}

.search__btn:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.search__input {
	cursor: auto;
	width: 100%;
	outline: none;
	border: none;
	padding: 21.5px 60px 21.5px 42px;
	margin: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #043285;
	text-align: left;
	background: #fff;
}

.search__input::-webkit-input-placeholder {
	color: #043285;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search__input::-moz-placeholder {
	color: #043285;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search__input:-moz-placeholder {
	color: #043285;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search__input:-ms-input-placeholder {
	color: #043285;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search__input:focus::-webkit-input-placeholder {
	color: transparent;
}

.search__input:focus::-moz-placeholder {
	color: transparent;
}

.search__input:focus:-moz-placeholder {
	color: transparent;
}

.search__input:focus:-ms-input-placeholder {
	color: transparent;
}

.search__input:focus {
	outline: none;
	color: #043285;
	border-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search__input_error {
	color: #043285;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search__input:disabled {
	background: #e3e7ec;
	color: #999eab;
}

.search__close {
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	text-decoration: none;
	color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search__autocomplete {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(173, 190, 214, 0.5);
	list-style: none;
	padding: 7px 0;
	z-index: 3;
	width: 100%;
	height: 324px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	overflow-y: auto;
}

.search__autocomplete-item {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
	margin: 0 0 5px;
	text-decoration: none;
}

.search__autocomplete-item:hover {
	background: #e3e7ec;
	cursor: pointer;
}

.search__autocomplete-item:last-child {
	margin: 0 0 0;
}

.search__autocomplete-text {
	text-decoration: none;
}

.search__autocomplete-text_bold {
	font: bold 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 5px 0 0;
}

@media (min-width: 992px) {
	.search__autocomplete-text_bold {
		font: bold 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.search__autocomplete-text_regular {
	font: 400 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

@media (min-width: 992px) {
	.search__autocomplete-text_regular {
		font: 400 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.search__autocomplete-text_number {
	font: 400 13px/1 Helvetica, Arial, sans-serif;
	color: #c9cad1;
	margin: 0 0 0 auto;
}

@media (min-width: 992px) {
	.search__autocomplete-text_number {
		font: 400 15px/1 Helvetica, Arial, sans-serif;
	}
}

.search-mobile {
	display: none;
	margin: 0 auto 0 0;
	width: 0;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: width 3.7s linear;
	transition: width 3.7s linear;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
}

.search-mobile_active {
	display: -webkit-box;
	display: flex;
	width: 100%;
	z-index: 2;
}

.search-mobile__input {
	cursor: auto;
	width: 100%;
	outline: none;
	border: none;
	padding: 21.5px 60px 21.5px 15px;
	margin: 0;
	border-radius: 0;
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #043285;
	text-align: left;
	background: #fff;
}

.search-mobile__input::-webkit-input-placeholder {
	color: #043285;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search-mobile__input::-moz-placeholder {
	color: #043285;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search-mobile__input:-moz-placeholder {
	color: #043285;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search-mobile__input:-ms-input-placeholder {
	color: #043285;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search-mobile__input:focus::-webkit-input-placeholder {
	color: transparent;
}

.search-mobile__input:focus::-moz-placeholder {
	color: transparent;
}

.search-mobile__input:focus:-moz-placeholder {
	color: transparent;
}

.search-mobile__input:focus:-ms-input-placeholder {
	color: transparent;
}

.search-mobile__input:focus {
	outline: none;
	color: #043285;
	border-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search-mobile__input_error {
	color: #043285;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search-mobile__input:disabled {
	background: #e3e7ec;
	color: #999eab;
}

.search-mobile__close {
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	text-decoration: none;
	color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-mobile__autocomplete {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(173, 190, 214, 0.5);
	list-style: none;
	padding: 7px 0;
	z-index: 3;
	width: 100%;
	height: 324px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	overflow-y: auto;
}

.search-mobile__autocomplete-item {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
	margin: 0 0 5px;
	overflow: hidden;
	text-decoration: none;
}

.search-mobile__autocomplete-item:hover {
	background: #e3e7ec;
	cursor: pointer;
}

.search-mobile__autocomplete-item:last-child {
	margin: 0 0 0;
}

.search-mobile__autocomplete-text {
	white-space: nowrap;
}

.search-mobile__autocomplete-text_bold {
	font: bold 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 5px 0 0;
}

@media (min-width: 992px) {
	.search-mobile__autocomplete-text_bold {
		font: bold 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.search-mobile__autocomplete-text_regular {
	width: 80%;
	overflow: hidden;
	font: 400 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

@media (min-width: 992px) {
	.search-mobile__autocomplete-text_regular {
		font: 400 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.search-mobile__autocomplete-text_number {
	font: 400 13px/1 Helvetica, Arial, sans-serif;
	color: #c9cad1;
	margin: 0 0 0 auto;
}

@media (min-width: 992px) {
	.search-mobile__autocomplete-text_number {
		font: 400 15px/1 Helvetica, Arial, sans-serif;
	}
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 20px 15px 0;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #999eab;
}

@media (min-width: 768px) {
	.breadcrumbs {
		padding-left: 0;
		padding-right: 0;
		padding-top: 26px;
		margin-bottom: 13px;
	}
}

.breadcrumbs__item {
	display: inline;
}

.breadcrumbs__item:not(:last-child)::after {
	content: '\00a0 / ';
}

.breadcrumbs__link {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.breadcrumbs__link:not([href]) {
	color: inherit;
	cursor: default;
}

.cover {
	padding: 35px 0 36px 0;
	background-size: cover;
	background-image: url('/local/templates/register/css/../img/bgs/bg-cover.png');
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 992px) {
	.cover {
		padding: 78px 105px 79px 105px;
	}
}

.cover__title {
	font: bold 18px/1.222 Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 15px;
}

@media (min-width: 992px) {
	.cover__title {
		font: bold 32px/1.25 Helvetica, Arial, sans-serif;
		margin: 0 0 5px;
	}
}

.cover__text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
}

@media (min-width: 992px) {
	.cover__text {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	}
}

.services {
	background: #f4f7fb;
	padding: 15px 0 15px;
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	.services {
		padding: 70px 0 40px;
	}
}

.services ._hidden {
	display: none;
	visibility: hidden;
}

.services__item {
	background: #fefefe;
	height: 108px;
	margin: 0 0 10px;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #eceff4;
	position: relative;
	-webkit-transition: all 0.5s ease, background 0.8s linear;
	transition: all 0.5s ease, background 0.8s linear;
	cursor: pointer;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media (min-width: 992px) {
	.services__item {
		display: block;
	}
}

@media (min-width: 992px) {
	.services__item {
		margin: 0 0 30px;
	}
}

.services__item:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

@media (min-width: 992px) {
	.services__item:before {
		top: auto;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
		box-shadow: 0px 15px 15px rgba(171, 190, 216, 0.7);
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#0c50c8),
			to(#0845b2)
		);
		background: linear-gradient(180deg, #0c50c8 0%, #0845b2 100%);
	}
}

.services__item-wrapper:active .services__item {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}

@media (min-width: 992px) {
	.services__item-wrapper:active .services__item {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.services__item_recommendations:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_recommendations:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_recommendations:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-people-white.svg');
	}
}

.services__item_statistics:before {
	content: '';
	right: 23px;
}

@media (min-width: 992px) {
	.services__item_statistics:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_statistics:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-chart-white.svg');
	}
}

.services__item_centers:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_centers:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_centers:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-office-centers-white.svg');
	}
}

.services__item_find:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_find:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_find:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-search-large-white.svg');
	}
}

.services__item_certificates:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_certificates:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_certificates:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-files-white.svg');
	}
}

.services__item_appeal:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_appeal:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_appeal:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-mail-white.svg');
	}
}

.services__item_qualifications:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_qualifications:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_qualifications:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-prof-white.svg');
	}
}

.services__item_evaluation:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_evaluation:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_evaluation:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-evaluation-white.svg');
	}
}

.services__item_cok:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_cok:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_cok:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-add-cok-white.svg');
	}
}

.services__item_spk:before {
	content: '';
	right: 25px;
}

@media (min-width: 992px) {
	.services__item_spk:before {
		top: 25px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__item_spk:before {
		background-image: url('/local/templates/register/css/../img/icons/icon-people-plus-white.svg');
	}
}

.services__title {
	font: 400 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

.services__title {
	font-size: 13px;
}

@media screen and (min-width: 1100px) {
	.services__title {
		font-size: calc(13px + 5 * ((100vw - 1100px) / 100));
	}
}

@media screen and (min-width: 1200px) {
	.services__title {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.services__item-wrapper:hover .services__title {
		color: #fefefe;
	}
}

.services__arrow {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 16px;
	width: 21px;
	height: 8px;
	overflow: hidden;
	-webkit-transition: width 0.4s ease;
	transition: width 0.4s ease;
}

@media (min-width: 992px) {
	.services__arrow {
		display: block;
	}
}

.services__item-wrapper:hover .services__arrow {
	width: 50px;
}

.services__arrow:after {
	content: '';
	position: absolute;
	left: -29px;
	top: 0;
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
}

.services__item-wrapper:hover .services__arrow:after {
	left: 0;
}

.services__btn {
	width: 100%;
	text-decoration: none;
	display: block;
	height: 48px;
	box-shadow: 0px 0px 10px #eceff4;
	background: #fff;
	border-radius: 2px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #0848b9;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.services__btn:hover {
	color: #fff;
	background: #0848b9;
}

.services__btn:after {
	content: '';
	margin: 0 0 0 10px;
}

.services__btn_hidden {
	visibility: hidden;
	display: none;
}

.qualifications {
	padding: 26px 0 30px;
	background-size: cover;
	background-image: url('/local/templates/register/css/../img/bgs/bg-qualifications.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	.qualifications {
		padding: 58px 0 53px;
	}
}

.qualifications__item .col-lg-7 {
	position: relative;
}

.qualifications__item:first-child .col-lg-3 {
	position: relative;
	padding-bottom: 31px;
	margin-bottom: 26px;
}

.qualifications__item:first-child .col-lg-3:after {
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

@media (min-width: 992px) {
	.qualifications__item:first-child .col-lg-3:after {
		display: none;
	}
}

@media (min-width: 992px) {
	.qualifications__item:first-child .col-lg-3 {
		border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
		padding-bottom: 34px;
		margin-bottom: 36px;
	}
}

@media (min-width: 992px) {
	.qualifications__item:first-child .col-lg-7 {
		border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
		padding-bottom: 34px;
		margin-bottom: 36px;
	}
}

.qualifications__item:first-child .col-lg-7:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	display: none;
}

@media (min-width: 992px) {
	.qualifications__item:first-child .col-lg-7:before {
		display: block;
	}
}

.qualifications__item:last-child .col-lg-7:before {
	content: '';
	position: absolute;
	left: 21px;
	top: -3px;
	display: none;
}

@media (min-width: 992px) {
	.qualifications__item:last-child .col-lg-7:before {
		display: block;
	}
}

.qualifications__item .offset-1 {
	margin-left: 0;
}

@media (min-width: 992px) {
	.qualifications__item .offset-1 {
		margin-left: 8.33333%;
	}
}

.qualifications__title {
	font: bold 15px/1.6 Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 1px 0;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.qualifications__title {
		font: bold 18px/1.333 Helvetica, Arial, sans-serif;
		margin: 0 0 10px 100px;
		padding: 0 0;
	}
}

.qualifications__text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.qualifications__text {
		margin: 0 0 0 100px;
		padding: 0 0;
	}
}

.qualifications__btn {
	border: 1px solid #fff;
	border-radius: 2px;
	height: 48px;
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
	background: transparent;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin: 10px 15px 0 15px;
	width: calc(100% - 30px);
	position: relative;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media (min-width: 992px) {
	.qualifications__btn {
		font: 400 18px/1 Helvetica, Arial, sans-serif;
		margin: 10px 0 0 0;
		width: 270px;
	}
}

.qualifications__btn:after {
	content: '';
	position: absolute;
	right: 27px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.qualifications__btn:before {
	content: '';
	position: absolute;
	right: 22px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	width: 20px;
	height: 20px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#e53935),
		to(#be2421)
	);
	background: linear-gradient(180deg, #e53935 0%, #be2421 100%);
	border-radius: 10px;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.qualifications__btn:hover {
	background: #fff;
	color: #002974;
}

.qualifications__btn:hover:before {
	opacity: 1;
}

.qualifications__item:first-child .qualifications__btn {
	padding: 0 0 0 20px;
}

@media (min-width: 992px) {
	.qualifications__item:first-child .qualifications__btn {
		padding: 0 0 0 25px;
	}
}

.qualifications__item:last-child .qualifications__btn {
	padding: 0 0 0 20px;
}

@media (min-width: 992px) {
	.qualifications__item:last-child .qualifications__btn {
		padding: 0 0 0 51px;
	}
}

.statistics {
	padding: 26px 0 24px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(188, 201, 218, 0.8);
	overflow-x: scroll;
}

@media (min-width: 992px) {
	.statistics {
		overflow: auto;
	}
}

.statistics .row {
	flex-wrap: nowrap;
}

@media (min-width: 992px) {
	.statistics .row {
		flex-wrap: wrap;
	}
}

.statistics .slick-slide {
	width: 150px;
}

@media (min-width: 992px) {
	.statistics .slick-slide {
		width: auto;
	}
}

.statistics .col-2 {
	-webkit-box-flex: 0;
	flex: 0 0 150px;
	max-width: 150px;
	border: none;
	outline: none;
}

@media (min-width: 992px) {
	.statistics .col-2 {
		-webkit-box-flex: 0;
		flex: 0 0 13.3333%;
		max-width: 13.3333%;
	}
}

.statistics__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.statistics__item-number {
	font: bold 18px/1.222 Helvetica, Arial, sans-serif;
	padding: 0 0 6px;
	margin: 0 0 5px;
	color: #002974;
	border-bottom: 2px #e53935 solid;
	width: 100%;
	text-align: center;
}

@media (min-width: 992px) {
	.statistics__item-number {
		font: bold 32px/1 Helvetica, Arial, sans-serif;
		padding: 0 0 4px;
		margin: 0 0 10px;
	}
}

.statistics__item-descr {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #002974;
	text-align: center;
}

@media (min-width: 992px) {
	.statistics__item-descr {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	}
}

.text-info {
	padding: 15px 0 15px;
	background: #f4f7fb;
}

@media (min-width: 992px) {
	.text-info {
		padding: 40px 0 40px;
	}
}

.text-info .row {
	background: #fff;
}

@media (min-width: 992px) {
	.text-info .row {
		background-color: transparent;
	}
}

.text-info .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.text-info .row.no-gutters > [class^='col-'],
.text-info .row.no-gutters > [class*=' col-'] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 992px) {
	.text-info__item_white .container .col-lg-6 {
		background: #fff;
	}
}

.text-info__item_white .container .col-lg-6:first-child {
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (min-width: 992px) {
	.text-info__item_white .container .col-lg-6:first-child {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.text-info__item_white .container .col-lg-6:last-child {
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media (min-width: 992px) {
	.text-info__item_white .container .col-lg-6:last-child {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
}

@media (min-width: 992px) {
	.text-info__item_blue .container .col-lg-6 {
		background: linear-gradient(212.28deg, #033999 11.16%, #012464 77.95%);
	}
}

.text-info__item_blue .container .col-lg-6:first-child {
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (min-width: 992px) {
	.text-info__item_blue .container .col-lg-6:first-child {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.text-info__item_blue .container .col-lg-6:last-child {
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (min-width: 992px) {
	.text-info__item_blue .container .col-lg-6:last-child {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media (min-width: 992px) {
	.text-info__item_red .container .col-lg-6 {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#e53935),
			to(#be2421)
		);
		background: linear-gradient(180deg, #e53935 0%, #be2421 100%);
	}
}

.text-info__item_red .container .col-lg-6:first-child {
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (min-width: 992px) {
	.text-info__item_red .container .col-lg-6:first-child {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.text-info__item_red .container .col-lg-6:last-child {
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media (min-width: 992px) {
	.text-info__item_red .container .col-lg-6:last-child {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
}

.text-info__title {
	font: bold 20px/1.4 Helvetica, Arial, sans-serif;
	color: #002974;
	padding: 15px 15px 10px 15px;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	cursor: pointer;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 992px) {
	.text-info__title {
		padding: 56px 41px 16px 41px;
		font: bold 24px/1.333 Helvetica, Arial, sans-serif;
	}
}

@media (min-width: 992px) {
	.text-info__item_white .text-info__title {
		color: #002974;
	}
}

@media (min-width: 992px) {
	.text-info__item_blue .text-info__title {
		color: #fff;
	}
}

@media (min-width: 992px) {
	.text-info__item_red .text-info__title {
		color: #fff;
	}
}

.text-info__title:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.text-info__text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	padding: 0 15px 15px 15px;
}

@media (min-width: 992px) {
	.text-info__text {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
		padding: 0 41px 15px 41px;
	}
}

@media (min-width: 992px) {
	.text-info__item_white .text-info__text {
		color: #2a303e;
	}
}

@media (min-width: 992px) {
	.text-info__item_blue .text-info__text {
		color: #fff;
	}
}

@media (min-width: 992px) {
	.text-info__item_red .text-info__text {
		color: #fff;
	}
}

.text-info__link {
	width: auto;
	font: bold 12px/1.25 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	height: 56px;
	padding: 0 15px;
	border-top: 1px solid #e3e7ec;
}

@media (min-width: 992px) {
	.text-info__link {
		letter-spacing: normal;
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
		text-transform: none;
		padding: 0 0 0 41px;
		margin: 0 0 47px;
		height: auto;
		border-top: none;
		-webkit-box-pack: start;
		justify-content: flex-start;
		width: 50%;
	}
}

.text-info__link:after {
	content: '';
	margin: 0 0 0 9px;
}

.text-info__link:hover:after {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(3px, 0, 0) !important;
	transform: translate3d(3px, 0, 0) !important;
}

.text-info__item_white .text-info__link {
	color: #0d50c6;
	opacity: 1;
}

@media (min-width: 992px) {
	.text-info__item_white .text-info__link {
		color: #0848b9;
	}
}

.text-info__item_white .text-info__link:after {
	content: '';
	width: 8px;
	height: 12px;
}

@media (min-width: 992px) {
	.text-info__item_white .text-info__link:after {
		width: 4.94px;
		height: 8px;
		background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-right-2.svg');
	}
}

.text-info__item_blue .text-info__link {
	color: #0d50c6;
	opacity: 1;
}

@media (min-width: 992px) {
	.text-info__item_blue .text-info__link {
		color: #fff;
		opacity: 0.6;
	}
}

.text-info__item_blue .text-info__link:after {
	content: '';
}

@media (min-width: 992px) {
	.text-info__item_blue .text-info__link:after {
		background-image: url('/local/templates/register/css/../img/icons/icon-arrow-white-right-2.svg');
	}
}

.text-info__item_red .text-info__link {
	color: #0d50c6;
	opacity: 1;
}

@media (min-width: 992px) {
	.text-info__item_red .text-info__link {
		color: #fff;
		opacity: 0.6;
	}
}

.text-info__item_red .text-info__link:after {
	content: '';
}

@media (min-width: 992px) {
	.text-info__item_red .text-info__link:after {
		background-image: url('/local/templates/register/css/../img/icons/icon-arrow-white-right-2.svg');
	}
}

.text-info__link-img {
	display: block;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

.text-info__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: relative;
	z-index: 3;
	outline: none;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.text-info__img:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.text-info .slick-dots {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.text-info .slick-dots li {
	padding: 0;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid rgba(1, 48, 133, 0.1);
	text-indent: -9999px;
}

.text-info .slick-dots li.slick-active {
	background: #013085;
	border-color: #013085;
}

.map {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.map {
		display: block;
		height: 431px;
		padding: 0 0 0;
	}
}

.map__container {
	-webkit-box-ordinal-group: 2;
	order: 1;
	width: 100%;
	z-index: 1;
	height: 431px;
}

@media (min-width: 992px) {
	.map__container {
		display: block;
		height: 431px;
	}
}

.map__descr-wrapper {
	-webkit-box-ordinal-group: 3;
	order: 2;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.map__descr-wrapper {
		z-index: 2;
		width: 40.082079343365253vw;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		position: absolute;
		left: 4.21875vw;
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

.map__descr {
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.map__descr {
		max-width: 586px;
		box-shadow: 0px 10px 20px rgba(46, 59, 75, 0.3);
		padding: 40px 40px 33px;
	}
}

.map__title {
	font: bold 20px/1.4 Helvetica, Arial, sans-serif;
	color: #002974;
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.map__title {
		font: bold 24px/1.333 Helvetica, Arial, sans-serif;
		margin: 0 0 18px;
	}
}

.map__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.map__item:nth-child(2) {
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.map__item:nth-child(2) {
		margin: 0 0 18px;
	}
}

.map__item:nth-child(3) {
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.map__item:nth-child(3) {
		margin: 0 0 14px;
	}
}

.map__col_indent {
	margin: 0 30px 0 0;
}

.map__subtitle {
	font: 400 13px/1.23 Helvetica, Arial, sans-serif;
	color: #999eab;
	margin: 0 0 5px;
}

@media (min-width: 992px) {
	.map__subtitle {
		margin: 0 0 4px;
		font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	}
}

.map__link {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 21px;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 992px) {
	.map__link {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	}
}

.map__link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.map__link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.map__link_address {
	-webkit-box-align: start;
	align-items: flex-start;
}

.map__link_address:before {
	top: 0;
}

.map__link_email:before {
	top: 3px;
}

.map__link_phone:before {
	top: 0;
}

.map__text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #999eab;
}

@media (min-width: 992px) {
	.map__text {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	}
}

.pagination {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	font-size: 15px;
	line-height: 22px;
}

@media (min-width: 992px) {
	.pagination {
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
}

.pagination__goto,
.pagination__btn_next {
	margin-right: 15px;
}

.pagination__goto form {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 8px 15px;
	color: #2a303e;
	background: #fff;
	box-shadow: 0px 0px 10px #eceff4;
	border-radius: 4px;
}

.pagination__goto form input {
	display: block;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	padding: 4px;
	font: inherit;
	color: inherit;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c9cad1;
	border-radius: 4px;
	outline: none;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.pagination__goto form input::-ms-clear {
	display: none;
}

.pagination__goto form input:focus {
	border-color: #013085;
}

@media (hover: hover) {
	.pagination__goto form input:hover {
		border-color: #013085;
	}
}

.pagination__text {
	margin: 0 10px;
}

.pagination__link {
	font: 400 15px/1.466 Helvetica, Arial, sans-serif;
}

.pagination__btn {
	flex-shrink: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 48px;
	background: #fff;
	border-radius: 4px;
	/*box-shadow: 0 0 10px #ADBED6;box-shadow: 0 0 10px #ADBED6;*/
	width: auto;
	color: black;
	min-width: 108px;
	padding: 12px 14px;
	font-size: inherit;
}

.form__wrap {
	width: 100%;
}

.pagination__btn svg {
	display: block;
	width: 12px;
	height: 12px;
}

.pagination__btn:active {
	background: #f5f9ff;
}

@media (hover: hover) {
	.pagination__btn:hover {
		background: #f5f9ff;
	}
}

.pagination__btn_prev {
	margin-right: 15px;
}

.pagination__btn_prev svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (min-width: 992px) {
	.pagination__btn_prev svg {
		margin-right: 8px;
	}
}

.pagination__btn_next svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (min-width: 992px) {
	.pagination__btn_next svg {
		margin-left: 8px;
	}
}

.pagination__btn_disabled {
	color: #999eab;
	background: #e3e7ec;
	box-shadow: none;
}

@media (min-width: 992px) {
	.pagination__btn_disabled {
		display: none;
	}
}

.pagination__btn_disabled:hover {
	color: #999eab;
	background: #e3e7ec;
}

.pagination__btn-total {
	flex-shrink: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 64px;
	min-height: 48px;
	font-size: 0;
	background: #fff;
	border-radius: 4px;
	width: auto;
	min-width: 108px;
	padding: 12px 14px;
	font-size: inherit;
}

.footer .container {
	max-width: 100%;
}

@media (min-width: 992px) {
	.footer .container {
		max-width: 1200px;
	}
}

.footer.is-show {
	margin-bottom: 50px;
}

@media (min-width: 425px) {
	.footer.is-show {
		margin-bottom: 68px;
	}
}

.footer .col-12 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.footer .col-12 {
		display: -webkit-box !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.footer__row_top {
	background: #002974;
	padding: 31px 5px 30px 5px;
}

@media (min-width: 992px) {
	.footer__row_top {
		padding: 40px 0 38px 0;
	}
}

.footer__row_top .col-12 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.footer__row_bottom {
	background: #002669;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 5px 12px;
}

@media (min-width: 992px) {
	.footer__row_bottom {
		padding: 0 0;
		height: 40px;
	}
}

.footer__row_bottom .col-12 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}

@media (min-width: 992px) {
	.footer__row_bottom .col-12 {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
	}
}

.footer__nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	max-width: 734px;
	position: relative;
}

@media (min-width: 992px) {
	.footer__nav {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.footer__nav:before {
	content: '';
	display: none;
	width: 1px;
	height: 133px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0;
	top: -4px;
}

@media (min-width: 992px) {
	.footer__nav:before {
		display: block;
	}
}

.footer__item {
	padding: 0 15px 0 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin: 0 0 11px;
}

@media (min-width: 992px) {
	.footer__item {
		margin: 0 0 0;
	}
}

.footer__item_indent {
	padding: 0 0 0 0;
}

@media (min-width: 992px) {
	.footer__item_indent {
		padding: 34px 0 0 0;
	}
}

.footer__item:first-child {
	width: 100%;
	margin: 0 0 31px;
}

@media (min-width: 992px) {
	.footer__item:first-child {
		width: 30.7%;
		margin-bottom: 0;
	}
}

.footer__item:nth-child(2) {
	width: 100%;
}

@media (min-width: 992px) {
	.footer__item:nth-child(2) {
		width: 35%;
	}
}

.footer__item:last-child {
	width: 100%;
}

@media (min-width: 992px) {
	.footer__item:last-child {
		width: 33.333%;
		padding-right: 0;
	}
}

.footer__title {
	text-transform: uppercase;
	font: bold 12px/1.25 Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	margin: 0 0 14px;
	letter-spacing: 1px;
}

@media (min-width: 992px) {
	.footer__title {
		margin: 0 0 21px;
	}
}

.footer__link {
	text-decoration: none;
	font: 400 13px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 20px 10px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 992px) {
	.footer__link {
		font: 400 15px/20px Helvetica, Arial, sans-serif;
		margin: 0 20px 13px 0;
	}
}

.footer__link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.footer__link:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.footer__link:last-child {
		margin-bottom: 0;
	}
}

.footer__contacts-item .footer__link:last-child {
	margin-right: 0;
}

.footer__link_email {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 20px;
}

.footer__link_email:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 12.8px;
}

@media (min-width: 992px) {
	.footer__link_email:before {
		width: 17px;
		height: 13.6px;
		top: 3px;
	}
}

.footer__link_question {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 20px;
}

.footer__link_question:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
}

@media (min-width: 992px) {
	.footer__link_question:before {
		width: 16px;
		height: 16px;
		top: 1px;
	}
}

.footer__link_blank {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 20px;
}

.footer__link_blank:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
}

@media (min-width: 992px) {
	.footer__link_blank:before {
		top: 3px;
	}
}

.footer__link .footer__nav .footer__link {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.footer__link .footer__nav .footer__link {
		margin-bottom: 0;
	}
}

.footer__contacts {
	padding: 30px 0 0 0;
	margin: 19px 0 0 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
}

@media (min-width: 992px) {
	.footer__contacts {
		display: block;
		width: auto;
		height: auto;
		padding: 0 0 0 50px;
		margin: 0 0 0 0;
		border-top: none;
	}
}

.footer__contacts-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0 0 8px;
}

@media (min-width: 992px) {
	.footer__contacts-item {
		display: -webkit-box;
		display: flex;
		margin: 0 0 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.footer__contacts-item:last-child {
	margin-bottom: 0;
}

.footer__copyright {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
	.footer__copyright {
		font-size: 12px;
		line-height: 16px;
	}
}

.footer__copyright_transparent {
	color: rgba(255, 255, 255, 0.4);
	margin: 0 0 13px;
}

@media (min-width: 992px) {
	.footer__copyright_transparent {
		margin: 0 4px 0 0;
	}
}

.footer__copyright_white {
	color: #fff;
}

.centers {
	padding: 0 0 40px;
}

@media (min-width: 992px) {
	.centers {
		padding: 25px 0 40px;
	}
}

.centers .col-lg-7 {
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media (min-width: 992px) {
	.centers .col-lg-7 {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}
}

.centers .col-lg-4 {
	-webkit-box-ordinal-group: 1;
	order: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.centers .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	.centers .col-lg-4 {
		-webkit-box-ordinal-group: 2;
		order: 1;
		margin: 0 0 0;
	}
}

.centers .offset-1 {
	margin-left: 0;
}

@media (min-width: 992px) {
	.centers .offset-1 {
		margin-left: 8.33333%;
	}
}

.centers__content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.centers__content {
		display: block;
	}

	.centers__content:after {
		content: '';
		width: 1px;
		height: calc(100% - 78px);
		background: #c9cad1;
		position: absolute;
		right: -30px;
		top: 0;
	}
}

.centers__title {
	font: bold 18px/1.222 Helvetica, Arial, sans-serif;
	color: #013085;
	margin: 0 0 10px;
}

.centers__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.centers__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.centers__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.centers__title {
		font: bold 32px/1.25 Helvetica, Arial, sans-serif;
		color: #013085;
		margin: 0 0 10px;
	}
}

.centers__text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 20px;
}

.centers__text {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.centers__text {
		font-size: calc(13px + 2 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.centers__text {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.centers__text {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
		color: #2a303e;
		margin: 0 0 30px;
	}
}

.centers__sidebar {
	display: none;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 0 25px;
	margin: 0 0 20px;
}

@media (min-width: 992px) {
	.centers__sidebar {
		display: -webkit-box;
		display: flex;
		margin: 0 0 0;
	}
}

.centers__sidebar_mobile {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	visibility: visible;
	opacity: 1;
}

@media (min-width: 992px) {
	.centers__sidebar_mobile {
		visibility: hidden;
		opacity: 0;
	}
}

.centers .selectric-centers__sidebar_mobile {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 992px) {
	.centers .selectric-centers__sidebar_mobile {
		visibility: hidden;
		opacity: 0;
	}
}

.centers__sidebar-item {
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #2a303e;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	margin: 0 0 15px;
	padding: 0 15px !important;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.centers__sidebar-item_active {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	font-weight: bold;
	color: #0d50c6;
}

.centers__sidebar-item:last-child {
	margin-bottom: 0;
}

.centers__sidebar-item:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	color: #0d50c6;
}

.centers__sidebar-item:before {
	content: '';
	margin: 0 10px 0 0;
	position: relative;
	top: 4px;
}

.selectric-centers__sidebar .centers__sidebar-item:before {
	top: 0;
}

.centers__sidebar-item_centers:before {
	top: 5px;
}

.centers__sidebar-item_statistics:before {
	top: 3.5px;
}

.centers__sidebar-item_appeal:before {
	top: 5px;
}

.centers__sidebar-item_prof:before {
	top: 5px;
}

.centers__sidebar-item_tools:before {
	top: 5px;
}

.centers__sidebar-item_cok:before {
	top: 5px;
}

.centers__sidebar-item_card:before {
	top: 6px;
}

.centers .selectric-centers__sidebar .label {
	width: 100%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 18.5px 10px 18.5px 15px;
}

.centers .selectric-centers__sidebar .label .select-default__icon-0 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-1 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-2 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-3 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-4 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-5 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-6 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-7 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-8 {
	margin: 0 10px 0 0;
}

.centers .selectric-centers__sidebar .label .select-default__icon-9 {
	margin: 0 10px 0 0;
}

.centers__form {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0c50c8),
		to(#0845b2)
	);
	background: linear-gradient(180deg, #0c50c8 0%, #0845b2 100%);
	box-shadow: 0px 15px 15px rgba(171, 190, 216, 0.7);
	border-radius: 2px;
	padding: 10px;
	margin: 0 0 20px;
	width: 100%;
}

@media (min-width: 992px) {
	.centers__form {
		padding: 20px;
		margin: 0 0 30px;
	}
}

.centers__form:last-child {
	margin: 0 0 0;
}

.centers__form-row {
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.centers__form-row {
		margin: 0 0 15px;
	}
}

.centers__form-row:last-child {
	margin: 0 0 0;
}

.centers__search {
	position: relative;
}

.centers__search-btn {
	position: absolute;
	right: 2px;
	top: calc(50% + 1px);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	background-color: transparent;
	border: none;
	outline: none;
	width: 22px;
	height: 22px;
	z-index: 0;
	cursor: pointer;
}

@media (min-width: 992px) {
	.centers__search-btn {
		right: 16px;
	}
}

.centers__search-btn:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 11.66px;
	height: 11.66px;
}

@media (min-width: 992px) {
	.centers__search-btn:after {
		width: 17.5px;
		height: 17.5px;
	}
}

.centers__search-autocomplete {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(173, 190, 214, 0.5);
	list-style: none;
	padding: 7px 0;
	z-index: 3;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

.centers__search-autocomplete-item {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
	margin: 0 0 5px;
	text-decoration: none;
}

.centers__search-autocomplete-item:hover {
	background: #e3e7ec;
	cursor: pointer;
}

.centers__search-autocomplete-item:last-child {
	margin: 0 0 0;
}

.centers__autocomplete-text {
	text-decoration: none;
}

.centers__autocomplete-text_bold {
	font: bold 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 5px 0 0;
}

@media (min-width: 992px) {
	.centers__autocomplete-text_bold {
		font: bold 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.centers__autocomplete-text_regular {
	font: 400 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

@media (min-width: 992px) {
	.centers__autocomplete-text_regular {
		font: 400 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.centers__autocomplete-text_number {
	font: 400 13px/1 Helvetica, Arial, sans-serif;
	color: #c9cad1;
	margin: 0 0 0 auto;
}

@media (min-width: 992px) {
	.centers__autocomplete-text_number {
		font: 400 15px/1 Helvetica, Arial, sans-serif;
	}
}

.centers__form-select {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.centers__form-select {
		margin-bottom: 15px;
	}
}

.centers__form-select .selectric {
	border: none;
	border-radius: 2px;
}

.centers__form-select .selectric .label {
	padding: 11.5px 10px;
	padding-right: 38px;
	color: #757b8a;
	font-size: 13px;
	line-height: normal;
}

@media (min-width: 992px) {
	.centers__form-select .selectric .label {
		font-size: 15px;
		padding: 16.5px 20px;
		padding-right: 56px;
	}
}

.centers__form-select .selectric .button {
	width: 38px;
	height: 38px;
}

@media (min-width: 992px) {
	.centers__form-select .selectric .button {
		width: 56px;
		height: 50px;
	}
}

.centers__form-select .selectric .button:after {
	background-image: url('/local/templates/register/css/../img/icons/icon-form-select-red2.svg');
	background-size: 20px;
	background-position: center;
}

@media (min-width: 992px) {
	.centers__form-select .selectric .button:after {
		background-size: 24px;
	}
}

.centers__form-input-text {
	cursor: auto;
	width: 100%;
	outline: none;
	border: none;
	padding: 11.5px 10px 11.5px 10px;
	margin: 0;
	border-radius: 2px;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #2a303e;
	text-align: left;
	background: #fff;
}

.centers__form-input-text::-webkit-input-placeholder {
	color: #757b8a;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.centers__form-input-text::-moz-placeholder {
	color: #757b8a;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.centers__form-input-text:-moz-placeholder {
	color: #757b8a;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.centers__form-input-text:-ms-input-placeholder {
	color: #757b8a;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.centers__form-input-text:focus::-webkit-input-placeholder {
	color: transparent;
}

.centers__form-input-text:focus::-moz-placeholder {
	color: transparent;
}

.centers__form-input-text:focus:-moz-placeholder {
	color: transparent;
}

.centers__form-input-text:focus:-ms-input-placeholder {
	color: transparent;
}

.centers__form-input-text:focus {
	outline: none;
	color: #2a303e;
	border-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.centers__form-input-text_error {
	color: #999eab;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.centers__form-input-text:disabled {
	background: #e3e7ec;
	color: #999eab;
}

@media (min-width: 992px) {
	.centers__form-input-text {
		font-size: 15px;
		padding: 16.5px 20px 16.5px 20px;
	}
}

.centers__map {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 0;
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.centers__map {
		display: block;
		margin: 0 0 30px;
	}
}

.centers__map-container {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	display: none;
}

@media (min-width: 992px) {
	.centers__map-container {
		padding: 20px 20px 0;
		margin: 0 0 20px;
		display: block;
	}
}

.centers__map-container_active {
	display: block;
}

.centers__map-link {
	padding: 0 20px 0 20px;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 0 10px #eceff4;
	font: 400 13px/1 Helvetica, Arial, sans-serif;
	color: #0848b9;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	height: 48px;
	width: 100%;
}

@media (min-width: 992px) {
	.centers__map-link {
		font: 400 15px/1 Helvetica, Arial, sans-serif;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.centers__map-link:after {
	content: '';
	margin: 0 0 0 23px;
	width: 12px;
	height: 7.41px;
}

@media (min-width: 992px) {
	.centers__map-container_active + .centers__map-link:after {
		width: 12px;
		height: 7.41px;
	}
}

.centers iframe {
	border: none;
	outline: none;
	width: 100%;
}

.centers__list {
	margin: 0 0 20px;
}

@media (min-width: 992px) {
	.centers__list {
		margin: 0 0 30px;
	}
}

.centers__list-item {
	padding: 43px 0 0 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #adbed6;
	margin: 0 0 10px;
	position: relative;
}

@media (min-width: 992px) {
	.centers__list-item {
		padding: 26px 0 0 0;
		margin: 0 0 20px;
	}
}

.centers__list-item:last-child {
	margin: 0 0 0;
}

.centers__list-item-title {
	font: bold 15px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 10px;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.centers__list-item-title {
		font: bold 16px/1.5 Helvetica, Arial, sans-serif;
		padding: 0 30px;
	}
}

.centers__list-item-descr {
	font: 400 13px/1.6 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 22px;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.centers__list-item-descr {
		font: 400 15px/1.538 Helvetica, Arial, sans-serif;
		padding: 0 30px;
		margin: 0 0 14px;
	}
}

.centers__list-item-contacts {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 0 15px;
	margin: 0 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.centers__list-item-contacts {
		padding: 0 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin: 0 0 15px;
	}
}

.centers__list-item-contacts-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
	margin: 0 0 8px;
	position: relative;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 992px) {
	.centers__list-item-contacts-item {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
		margin: 0 22px 0 0;
	}
}

.centers__list-item-contacts-item:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.centers__list-item-contacts-item:last-child {
	margin: 0 0 0 0;
}

.centers__list-item-contacts-item:before {
	content: '';
	margin: 0 7px 0 0;
}

.centers__list-item-contacts-item_phone:before {
	width: 16px;
	height: 16px;
}

.centers__list-item-contacts-item_letter:before {
	width: 14px;
	height: 11.206px;
}

.centers__list-item-text {
	padding: 0 15px;
	margin: 0 0 22px;
}

@media (min-width: 992px) {
	.centers__list-item-text {
		padding: 0 30px;
	}
}

.centers__list-item-text-content {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 1px;
	display: -webkit-box;
	display: flex;
}

.centers__list-item-text-link {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
}

.centers__list-item-link {
	padding: 0 30px;
	font: bold 12px/1.25 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	padding: 0 30px;
	height: 56px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border-top: 1px solid #e3e7ec;
	position: relative;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.centers__list-item-link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.centers__list-item-link:after {
	content: '';
	width: 7.41px;
	height: 12px;
}

.centers__list-number {
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #e53935;
	position: absolute;
	left: 15px;
	top: 13px;
}

@media (min-width: 992px) {
	.centers__list-number {
		left: auto;
		right: 30px;
		top: 27px;
	}
}

.send-appellation {
	padding: 0 0 15px;
}

@media (min-width: 992px) {
	.send-appellation {
		padding: 25px 0 40px;
	}
}

.send-appellation .col-lg-7 {
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media (min-width: 992px) {
	.send-appellation .col-lg-7 {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}
}

.send-appellation .col-lg-4 {
	-webkit-box-ordinal-group: 1;
	order: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.send-appellation .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	.send-appellation .col-lg-4 {
		-webkit-box-ordinal-group: 2;
		order: 1;
		margin: 0 0 0;
	}
}

.send-appellation .offset-1 {
	margin-left: 0;
}

@media (min-width: 992px) {
	.send-appellation .offset-1 {
		margin-left: 8.33333%;
	}
}

.send-appellation__content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.send-appellation__content {
		display: block;
	}

	.send-appellation__content:after {
		content: '';
		width: 1px;
		height: 100%;
		background: #c9cad1;
		position: absolute;
		right: -30px;
		top: 0;
	}
}

.send-appellation__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	color: #013085;
	margin: 0 0 10px;
}

.send-appellation__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.send-appellation__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.send-appellation__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.send-appellation__title {
		line-height: 1.25;
	}
}

.send-appellation__descr {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 12px;
}

@media (min-width: 992px) {
	.send-appellation__descr {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
		margin: 0 0 30px;
	}
}

.send-appellation__form-search {
	width: 100%;
	padding: 10px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0c50c8),
		to(#0845b2)
	);
	background: linear-gradient(180deg, #0c50c8 0%, #0845b2 100%);
	border-radius: 2px;
	margin: 0 0 4px;
	box-shadow: 0px 15px 15px rgba(171, 190, 216, 0.7);
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	.send-appellation__form-search {
		padding: 20px;
		margin: 0 0 30px;
		box-shadow: none;
	}
}

.send-appellation__search {
	position: relative;
}

.send-appellation__search-btn {
	position: absolute;
	right: 2px;
	top: calc(50% + 1px);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	background-color: transparent;
	border: none;
	outline: none;
	width: 22px;
	height: 22px;
	z-index: 0;
	cursor: pointer;
}

@media (min-width: 992px) {
	.send-appellation__search-btn {
		right: 16px;
	}
}

.send-appellation__search-btn:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 11.66px;
	height: 11.66px;
}

@media (min-width: 992px) {
	.send-appellation__search-btn:after {
		width: 17.5px;
		height: 17.5px;
	}
}

.send-appellation__search-autocomplete {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(173, 190, 214, 0.5);
	list-style: none;
	padding: 7px 0;
	z-index: 3;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

.send-appellation__search-autocomplete-item {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 15px;
	cursor: pointer;
	margin: 0 0 5px;
	text-decoration: none;
}

.send-appellation__search-autocomplete-item:hover {
	background: #e3e7ec;
	cursor: pointer;
}

.send-appellation__search-autocomplete-item:last-child {
	margin: 0 0 0;
}

.send-appellation__autocomplete-text {
	text-decoration: none;
}

.send-appellation__autocomplete-text_bold {
	font: bold 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 5px 0 0;
}

@media (min-width: 992px) {
	.send-appellation__autocomplete-text_bold {
		font: bold 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.send-appellation__autocomplete-text_regular {
	font: 400 13px/2.066 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

@media (min-width: 992px) {
	.send-appellation__autocomplete-text_regular {
		font: 400 15px/2.066 Helvetica, Arial, sans-serif;
	}
}

.send-appellation__autocomplete-text_number {
	font: 400 13px/1 Helvetica, Arial, sans-serif;
	color: #c9cad1;
	margin: 0 0 0 auto;
}

@media (min-width: 992px) {
	.send-appellation__autocomplete-text_number {
		font: 400 15px/1 Helvetica, Arial, sans-serif;
	}
}

.send-appellation__form-select {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.send-appellation__form-select {
		margin-bottom: 15px;
	}
}

.send-appellation__form-select .selectric {
	border: none;
	border-radius: 2px;
}

.send-appellation__form-select .selectric .label {
	padding: 11.5px 10px;
	padding-right: 38px;
	color: #757b8a;
	font-size: 13px;
	line-height: normal;
}

@media (min-width: 992px) {
	.send-appellation__form-select .selectric .label {
		font-size: 15px;
		padding: 16.5px 20px;
		padding-right: 56px;
	}
}

.send-appellation__form-select .selectric .button {
	width: 38px;
	height: 38px;
}

@media (min-width: 992px) {
	.send-appellation__form-select .selectric .button {
		width: 56px;
		height: 50px;
	}
}

.send-appellation__form-select .selectric .button:after {
	background-image: url('/local/templates/register/css/../img/icons/icon-form-select-red2.svg');
	background-size: 20px;
	background-position: center;
}

@media (min-width: 992px) {
	.send-appellation__form-select .selectric .button:after {
		background-size: 24px;
	}
}

.send-appellation__form-input-text {
	cursor: auto;
	width: 100%;
	outline: none;
	border: 1px solid #c9cad1;
	padding: 11.5px 10px 11.5px 10px;
	margin: 0;
	border-radius: 2px;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #2a303e;
	text-align: left;
	background: #fff;
}

.send-appellation__form-input-text::-webkit-input-placeholder {
	color: #757b8a;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-input-text::-moz-placeholder {
	color: #757b8a;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-input-text:-moz-placeholder {
	color: #757b8a;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-input-text:-ms-input-placeholder {
	color: #757b8a;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-input-text:focus::-webkit-input-placeholder {
	color: transparent;
}

.send-appellation__form-input-text:focus::-moz-placeholder {
	color: transparent;
}

.send-appellation__form-input-text:focus:-moz-placeholder {
	color: transparent;
}

.send-appellation__form-input-text:focus:-ms-input-placeholder {
	color: transparent;
}

.send-appellation__form-input-text:focus {
	outline: none;
	color: #2a303e;
	border-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__form-input-text_error {
	color: #999eab;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__form-input-text:disabled {
	background: #e3e7ec;
	color: #999eab;
}

@media (min-width: 992px) {
	.send-appellation__form-input-text {
		font-size: 15px;
		padding: 16.5px 20px 16.5px 20px;
	}
}

.send-appellation__form-search .send-appellation__form-input-text_search {
	cursor: auto;
	width: 100%;
	outline: none;
	border: none;
	padding: 11.5px 10px 11.5px 10px;
	margin: 0;
	border-radius: 2px;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #2a303e;
	text-align: left;
	background: #fff;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search::-webkit-input-placeholder {
	color: #757b8a;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search::-moz-placeholder {
	color: #757b8a;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search:-moz-placeholder {
	color: #757b8a;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search:-ms-input-placeholder {
	color: #757b8a;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search:focus::-webkit-input-placeholder {
	color: transparent;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search:focus::-moz-placeholder {
	color: transparent;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search:focus:-moz-placeholder {
	color: transparent;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search:focus:-ms-input-placeholder {
	color: transparent;
}

.send-appellation__form-search .send-appellation__form-input-text_search:focus {
	outline: none;
	color: #2a303e;
	border-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__form-search .send-appellation__form-input-text_search_error {
	color: #999eab;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__form-search
	.send-appellation__form-input-text_search:disabled {
	background: #e3e7ec;
	color: #999eab;
}

.send-appellation__search .send-appellation__form-input-text {
	padding-right: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 992px) {
	.send-appellation__form-search .send-appellation__form-input-text_search {
		font-size: 15px;
		padding: 16.5px 20px 16.5px 20px;
	}

	.send-appellation__search .send-appellation__form-input-text {
		padding-right: 56px;
	}
}

.send-appellation__form-card {
	width: 100%;
	margin: 0 0 0;
	padding: 29px 10px 20px;
	background: #fff;
	box-shadow: 0 15px 15px rgba(171, 190, 216, 0.7);
	border-radius: 2px;
}

@media (min-width: 992px) {
	.send-appellation__form-card {
		padding: 30px 20px 30px 20px;
		margin: 0 0 17px;
	}
}

.send-appellation__form-card .selectric {
	border: 1px solid #c9cad1;
	margin: 0 0 10px;
}

.send-appellation__form-row {
	margin: 0 0 20px;
}

@media (min-width: lg) {
	.send-appellation__form-row {
		margin: 0 0 30px;
	}
}

.send-appellation__form-row_two-col {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.send-appellation__form-row_two-col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: center;
		align-items: center;
	}
}

.send-appellation__form-row_indent-20 {
	margin: 0 0 37px;
}

@media (min-width: 992px) {
	.send-appellation__form-row_indent-20 {
		margin: 0 0 20px;
	}
}

.send-appellation__form-row:last-child {
	margin-bottom: 0;
}

.send-appellation__form-card-title {
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #013085;
	margin: 0 0 13px;
}

@media (min-width: 992px) {
	.send-appellation__form-card-title {
		margin: 0 0 10px;
	}
}

.send-appellation .selectric-centers__sidebar_mobile {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 992px) {
	.send-appellation .selectric-centers__sidebar_mobile {
		visibility: hidden;
		opacity: 0;
	}
}

.send-appellation__input-textarea {
	background: #fff;
	border: 1px solid #c9cad1;
	box-sizing: border-box;
	border-radius: 2px;
	font: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	font-style: normal;
	color: #757b8a;
	width: 100%;
	outline: none;
	display: block;
	text-align: left;
	text-transform: none;
	padding: 10px 15px 9px 15px;
	margin: 0;
	resize: vertical;
	-webkit-appearance: none;
	background: transparent;
	-webkit-transition: color 0.3s ease, borderColor 0.3s ease;
	transition: color 0.3s ease, borderColor 0.3s ease;
	height: 80px;
	padding: 11.5px 10px 11.5px 10px;
}

@media (min-width: 992px) {
	.send-appellation__input-textarea {
		font-weight: 400;
		font-size: 15px;
		padding: 10px 20px 9px 20px;
	}
}

.send-appellation__input-textarea::-webkit-input-placeholder {
	color: #757b8a;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__input-textarea::-moz-placeholder {
	color: #757b8a;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__input-textarea:-moz-placeholder {
	color: #757b8a;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__input-textarea:-ms-input-placeholder {
	color: #757b8a;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.send-appellation__input-textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.send-appellation__input-textarea:focus::-moz-placeholder {
	color: transparent;
}

.send-appellation__input-textarea:focus:-moz-placeholder {
	color: transparent;
}

.send-appellation__input-textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.send-appellation__input-textarea:focus {
	outline: none;
	color: #2a303e;
	border-color: #00a3ff;
	-webkit-transition: color 0.3s ease, borderColor 0.3s ease;
	transition: color 0.3s ease, borderColor 0.3s ease;
}

.send-appellation__input-textarea_error {
	border-color: #db717a;
	-webkit-transition: color 0.3s ease, borderColor 0.3s ease;
	transition: color 0.3s ease, borderColor 0.3s ease;
}

@media (min-width: 992px) {
	.send-appellation__input-textarea {
		height: 100px;
	}
}

.send-appellation__file-wrapper {
	margin: 10px 0 0 0;
}

.send-appellation__file-dropzone {
	width: 100%;
	height: 75px;
	display: none;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #fff;
	border: 1px dashed #c9cad1;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 0 19px;
}

@media (min-width: 992px) {
	.send-appellation__file-dropzone {
		display: -webkit-box;
		display: flex;
	}
}

.send-appellation__file-dropzone-title {
	font: normal 15px/1.6 Helvetica, Arial, sans-serif;
	margin: 0 0 3px;
	color: #757b8a;
}

.send-appellation__file-dropzone-descr {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #757b8a;
}

.send-appellation__file-list {
	display: none;
}

@media (min-width: 992px) {
	.send-appellation__file-list {
		display: block;
	}
}

.send-appellation__file-list-item {
	position: relative;
	margin: 0 0 18px;
}

.send-appellation__file-list-item:last-child {
	margin: 0 0 0;
}

.send-appellation__file-list-item-text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 6px;
}

.send-appellation__file-list-item-line {
	width: 100%;
	border-bottom: 1px solid #e3e7ec;
}

.send-appellation__file-list-item_process
	.send-appellation__file-list-item-line {
	background: #e3e7ec;
	height: 2px;
	border-bottom: none;
	position: relative;
}

.send-appellation__file-list-item_process
	.send-appellation__file-list-item-line:after {
	content: '';
	display: block;
	background: #0c50c8;
	width: 100px;
	height: 2px;
}

.send-appellation__file-list-item_error .send-appellation__file-list-item-line {
	background: #db717a;
	height: 2px;
	border-bottom: none;
}

.send-appellation__file-list-item_success
	.send-appellation__file-list-item-line {
	background: transparent;
	height: 2px;
	background: #e3e7ec;
	border-bottom: none;
}

.send-appellation__file-list-item-close {
	position: absolute;
	right: 5px;
	top: 3px;
	cursor: pointer;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.send-appellation__file-list-item-close:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.send-appellation__file-list-item-reload {
	position: absolute;
	right: 28px;
	top: 2px;
	cursor: pointer;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.send-appellation__file-list-item-reload:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.send-appellation__btn-mobile {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0c50c8;
	border: 1px solid #c9cad1;
	border-radius: 2px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	justify-content: center;
	padding: 9.5px 0;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 992px) {
	.send-appellation__btn-mobile {
		display: none;
	}
}

.send-appellation__btn-mobile:hover,
.send-appellation__btn-mobile_pressed {
	color: #40b3f4;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.send-appellation__how-contact-title {
	font: bold 15px/1.6 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 10px;
}

.send-appellation__radio-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	margin: 0 0 13px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.send-appellation__radio-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: center;
		align-items: center;
	}
}

.send-appellation__radio-item {
	margin: 0 27px 8px 0;
	position: relative;
}

@media (min-width: 992px) {
	.send-appellation__radio-item {
		margin: 0 27px 0 0;
	}
}

.send-appellation__radio-item:last-child {
	margin: 0 0 0 0;
}

.send-appellation__radio-input:checked,
.send-appellation__radio-input:not(:checked) {
	position: absolute;
	left: -9999px;
}

.send-appellation__radio-input:checked + label,
.send-appellation__radio-input:not(:checked) + label {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	line-height: 24px;
	display: inline-block;
	color: #2a303e;
}

.send-appellation__radio-input:checked + label:before,
.send-appellation__radio-input:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid #c9cad1;
	border-radius: 8px;
	background: #fff;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.send-appellation__radio-input:checked + label:after,
.send-appellation__radio-input:not(:checked) + label:after {
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	border: 5px solid #0c50c8;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.send-appellation__radio-input:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0), translate3d(0, -50%, 0);
	transform: scale(0), translate3d(0, -50%, 0);
}

.send-appellation__radio-input:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1), translate3d(0, -50%, 0);
	transform: scale(1), translate3d(0, -50%, 0);
}

.send-appellation__btn {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0c50c8),
		to(#0845b2)
	);
	background: linear-gradient(180deg, #0c50c8 0%, #0845b2 100%);
	/*box-shadow: 0px 15px 15px rgba(171, 190, 216, 0.7);*/
	border-radius: 2px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	width: 100%;
	height: auto;
	border: none;
	line-height: 1;
	padding: 17px 0;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 100%;
	margin: 0 0 20px 0;
}

@media (min-width: 992px) {
	.send-appellation__btn {
		width: 240px;
		margin: 0 40px 0 0;
	}
}

.send-appellation__personal-data-text {
	font: 400 12px/1.666 Helvetica, Arial, sans-serif;
	color: #757b8a;
}

@media (min-width: 992px) {
	.send-appellation__personal-data-text {
		font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	}
}

.send-appellation__personal-data-link {
	text-decoration: none;
	color: #0d50c6;
}

.send-appellation .selectric-centers__sidebar .label {
	width: 100%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 18.5px 10px 18.5px 15px;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-0 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-1 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-2 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-3 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-4 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-5 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-6 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-7 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-8 {
	margin: 0 10px 0 0;
}

.send-appellation .selectric-centers__sidebar .label .select-default__icon-9 {
	margin: 0 10px 0 0;
}

.item-detail {
	overflow: hidden;
}

@media (min-width: 768px) {
	.item-detail {
		padding-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.item-detail .tabs__header .selectric-items {
		border-radius: 2px 2px 0 0;
	}
}

.item-detail .container {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.item-detail .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.item-detail .container .breadcrumbs {
	margin-bottom: 10px;
}

.item-detail__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	font-size: 18px;
	line-height: 22px;
	padding: 0 15px;
	margin: 0;
	margin-bottom: 20px;
	color: #013085;
}

.item-detail__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.item-detail__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.item-detail__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.item-detail__title {
		line-height: 1.25;
	}
}

@media (min-width: 992px) {
	.item-detail__title {
		padding: 0;
		margin-bottom: 29px;
	}
}

.item-detail .tabs {
	background: #ffffff;
	box-shadow: 0 0 10px #adbed6;
}

.tabs__header .selectric {
	border-radius: 2px 2px 0 0;
}

.tabs__header .tabs__btn {
	height: 48px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

@media (min-width: 768px) {
	.tabs__header .tabs__btn {
		width: auto;
	}
}

.item-detail__tabs-content {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: none;
}

.item-detail__tabs-content-row {
	padding: 20px 15px;
	border-bottom: 1px solid #e3e7ec;
}

.item-detail__tabs-content-row_adresses {
	padding: 0;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-row {
		padding: 30px;
		padding-top: 10px;
	}

	.item-detail__tabs-content-row_adresses {
		padding: 30px;
	}
}

.item-detail__tabs-content-header {
	padding: 20px 15px;
	border-bottom: 1px solid #e3e7ec;
}

.item-detail__tabs-content-header:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-header {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 30px;
		font-size: 24px;
		line-height: 32px;
	}
}

.item-detail__tabs-content-header span {
	display: block;
	margin-bottom: 10px;
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #e53935;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-header span {
		width: 80%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.item-detail__tabs-content-header h2 {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	font: bold 15px/20px Helvetica, Arial, sans-serif;
	color: #2a303e;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-header h2 {
		-webkit-box-ordinal-group: 4;
		order: 3;
		width: 640px;
		margin-bottom: 1px;
		font-size: 24px;
		line-height: 32px;
	}
}

.item-detail__tabs-content-header a {
	padding: 15px;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-header a {
		-webkit-box-ordinal-group: 3;
		order: 2;
		padding: 6px;
		min-width: 97px;
		margin-top: 0;
	}
}

.item-detail__tabs-content-header a span {
	display: none;
}

.item-detail__tabs-content-row h3 {
	max-width: 750px;
	margin: 0;
	font: 400 13px/22px Helvetica, Arial, sans-serif;
	color: #000;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-row h3 {
		margin-top: 20px;
		margin-bottom: 11px;
		font-size: 18px;
		line-height: 24px;
		color: #2a303e;
	}
}

.item-detail__tabs-content-row h3:last-child {
	margin-bottom: 0;
}

.item-detail__tabs-content-row p {
	max-width: 750px;
	margin: 0 0 11px;
	font: 400 13px/20px Helvetica, Arial, sans-serif;
	color: #2a303e;
}

.item-detail__tabs-content-row p {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.item-detail__tabs-content-row p {
		font-size: calc(13px + 2 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.item-detail__tabs-content-row p {
		font-size: 15px;
	}
}

.item-detail__tabs-content-row p:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-row p {
		margin: 0 0 15px;
		line-height: 1.6;
		color: #2a303e;
	}
}

.item-detail__tabs-content-row ol {
	margin: 10px 0;
	padding: 0;
}

.item-detail__tabs-content-row ol:last-child {
	margin-bottom: 0;
}

.item-detail__tabs-content-row li {
	margin: 0 0 11px;
	font: 400 13px/20px Helvetica, Arial, sans-serif;
	color: #2a303e;
}

.item-detail__tabs-content-row li {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.item-detail__tabs-content-row li {
		font-size: calc(13px + 2 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.item-detail__tabs-content-row li {
		font-size: 15px;
	}
}

.item-detail__tabs-content-row li:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-row li {
		line-height: 1.6;
		margin: 0 0 10px;
	}
}

.item-detail__tabs-content-row span {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #757b8a;
}

.item-detail__tabs-content-row span {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.item-detail__tabs-content-row span {
		font-size: calc(13px + 2 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.item-detail__tabs-content-row span {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.item-detail__tabs-content-row span {
		margin: 0;
		margin-top: 15px;
		margin-bottom: 1px;
		line-height: 1.6;
	}
}

.item-detail__tabs-content-row_second h3 {
	font-size: 15px;
}

@media (min-width: 992px) {
	.item-detail__tabs-content-row_second h3 {
		font-size: 18px;
	}
}

.item-detail_content-wrapper {
	display: -webkit-box;
	display: flex;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.item-detail_content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-bottom: 10px;
	}
}

.item-detail_content-wrapper h3 {
	margin-right: 10px;
}

.item-detail__map {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 0;
	margin: 0 0 0;
}

@media (min-width: 992px) {
	.item-detail__map {
		display: block;
		margin: 0 0 30px;
	}
}

.item-detail__map-container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}

@media (min-width: 992px) {
	.item-detail__map-container {
		padding: 0;
	}
}

.item-detail__map-container iframe {
	display: block;
	width: 100%;
	height: 320px;
	border: none;
	outline: none;
}

.item-detail__map-address {
	padding: 15px 15px;
	padding-bottom: 10px;
	width: 100%;
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	background: rgba(227, 231, 236, 0.45);
	border-top: 1px solid #e3e7ec;
}

@media (min-width: 992px) {
	.item-detail__map-address {
		display: none;
	}
}

.item-detail__addresses table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

@media (min-width: 992px) {
	.item-detail__addresses table {
		border-radius: 2px 2px 0px 0px;
	}
}

.item-detail__addresses thead {
	display: none;
	background: rgba(227, 231, 236, 0.45);
}

@media (min-width: 992px) {
	.item-detail__addresses thead {
		display: table-header-group;
	}
}

.item-detail__addresses thead tr {
	display: -webkit-box;
	display: flex;
}

@media (min-width: 992px) {
	.item-detail__addresses thead tr {
		display: table-row;
	}

	.item-detail__addresses thead tr:first-child {
		width: 14.3%;
	}

	.item-detail__addresses thead tr:last-child {
		width: 85.7%;
	}
}

.item-detail__addresses thead th {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding: 14px 19px 13px;
	border: 1px solid #e3e7ec;
}

.item-detail__addresses thead th:first-child {
	width: 14.3%;
}

.item-detail__addresses thead th:last-child {
	width: 85.7%;
}

.item-detail__addresses tbody {
	background: rgba(227, 231, 236, 0.45);
}

.item-detail__addresses tbody tr {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-bottom: 1px solid #e3e7ec;
}

@media (min-width: 992px) {
	.item-detail__addresses tbody tr {
		display: table-row;
		border: 0;
	}
}

.item-detail__addresses tbody td {
	padding-left: 13px;
	padding-right: 23px;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 24px;
	background: #fff;
}

@media (min-width: 992px) {
	.item-detail__addresses tbody td {
		padding: 15px 20px;
		border: 1px solid #e3e7ec;
	}
}

.item-detail__addresses tbody td:first-child {
	padding-top: 13px;
}

.item-detail__addresses tbody td:first-child * {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 992px) {
	.item-detail__addresses tbody td:first-child {
		width: 14.3%;
		text-align: center;
		padding-left: 10px;
		padding-top: 10px;
	}
}

.item-detail__addresses tbody td:last-child {
	padding-bottom: 16px;
}

@media (min-width: 992px) {
	.item-detail__addresses tbody td:last-child {
		width: 85.7%;
		padding-bottom: 15px;
	}
}

.item-detail__addresses tbody td p {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}

@media (min-width: 992px) {
	.item-detail__addresses tbody td p {
		display: inline-block;
	}

	.item-detail__addresses tbody td p:first-child {
		width: 65%;
	}

	.item-detail__addresses tbody td p:last-child {
		width: 34%;
		padding-left: 33px;
	}
}

.item-detail__addresses tbody td a {
	padding-top: 12px;
	font: 400 13px/20px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #0d50c6;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media (min-width: 992px) {
	.item-detail__addresses tbody td a {
		padding-top: 0;
		font-size: 15px;
		line-height: 24px;
	}
}

.item-detail__addresses tbody td a:active {
	color: #013085;
}

@media (hover: hover) {
	.item-detail__addresses tbody td a:hover {
		color: #013085;
	}
}

.item-detail__addresses tbody td a:not(:last-child) {
	margin-right: 17px;
}

@media (min-width: 992px) {
	.item-detail__addresses tbody td a:not(:last-child) {
		margin-right: 23px;
	}
}

.item-detail__addresses tbody td a:last-child {
	border-bottom: none;
}

.conclusion {
	padding: 18px 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.conclusion {
		padding: 27px 0;
	}
}

.conclusion .container {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.conclusion .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.conclusion .offset-1 {
	margin-left: 0;
}

@media (min-width: 992px) {
	.conclusion .offset-1 {
		margin-left: 8.33333%;
	}
}

.conclusion__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	color: #013085;
	margin: 0 0 21px;
	padding: 0 15px;
}

.conclusion__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.conclusion__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.conclusion__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.conclusion__title {
		line-height: 1.25;
	}
}

@media (min-width: 992px) {
	.conclusion__title {
		margin: 0 0 30px;
		padding: 0 0;
	}
}

.conclusion__content {
	background: #fff;
	box-shadow: 0 0 10px #adbed6;
	border-radius: 0 0 2px 2px;
	padding: 17px 0 22px;
	position: relative;
}

@media (min-width: 992px) {
	.conclusion__content {
		padding: 28px 0 30px;
	}
}

.conclusion__content-label {
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #e53935;
	padding: 0 15px;
	margin: 0 0 10px;
}

@media (min-width: 992px) {
	.conclusion__content-label {
		padding: 0 30px;
	}
}

.conclusion__content-subtitle {
	padding: 0 15px;
	font: bold 20px/1.222 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 12px;
}

.conclusion__content-subtitle {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.conclusion__content-subtitle {
		font-size: calc(18px + 6 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.conclusion__content-subtitle {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.conclusion__content-subtitle {
		line-height: 1.333;
		margin: 0 0 20px;
		padding: 0 30px;
	}
}

.conclusion__content-subtitle_small {
	font: 400 15px/1.466 Helvetica, Arial, sans-serif;
	color: #2a303e;
	padding: 0 0 0 0;
	margin: 0 0 11px;
}

.conclusion__content-subtitle_small {
	font-size: 15px;
}

@media screen and (min-width: 320px) {
	.conclusion__content-subtitle_small {
		font-size: calc(15px + 3 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.conclusion__content-subtitle_small {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.conclusion__content-subtitle_small {
		line-height: 1.333;
		margin: 0 0 15px;
	}
}

.conclusion__btn {
	position: relative;
	right: auto;
	top: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	padding: 18.5px 15px;
	border-radius: 4px;
	background: #0d50c6;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	margin: 21px 0 0 0;
}

.conclusion__btn:after {
	content: 'Скачать DOCX';
	display: block;
	font: 400 12px/1 Helvetica, Arial, sans-serif;
	color: #fff;
}

.conclusion__btn:before {
	content: '';
	margin: 0 5px 0 0;
}

@media (min-width: 992px) {
	.conclusion__btn {
		-webkit-box-pack: start;
		justify-content: flex-start;
		font: 400 13px/1 Helvetica, Arial, sans-serif;
		position: absolute;
		right: 30px;
		top: 22px;
		padding: 9.5px 15px;
		margin: 0 0 0 0;
	}

	.conclusion__btn:after {
		display: none;
	}
}

.conclusion__content-row {
	padding: 0 15px 20px 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e3e7ec;
}

@media (min-width: 992px) {
	.conclusion__content-row {
		padding: 0 30px 30px 30px;
	}
}

.conclusion__content-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.conclusion__content-item {
	margin: 0 0 10px;
}

.conclusion__content-item_indent-big {
	margin: 0 0 15px;
}

.conclusion__content-item:last-child {
	margin-bottom: 0;
}

.conclusion__content-text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 6px;
}

@media (min-width: 992px) {
	.conclusion__content-text {
		font: 400 15px/1.6 Helvetica, Arial, sans-serif;
		margin: 0 0 0;
	}
}

.conclusion__content-text:last-child {
	margin-bottom: 0;
}

.conclusion__content-link {
	color: #0d50c6;
	text-decoration: none;
}

.help {
	padding: 0 0 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.help {
		padding: 25px 0;
	}
}

.help .col-lg-7 {
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media (min-width: 992px) {
	.help .col-lg-7 {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}
}

.help .col-lg-4 {
	-webkit-box-ordinal-group: 1;
	order: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.help .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	.help .col-lg-4 {
		-webkit-box-ordinal-group: 2;
		order: 1;
		margin: 0 0 0;
	}
}

.help .offset-1 {
	margin-left: 0;
}

@media (min-width: 992px) {
	.help .offset-1 {
		margin-left: 8.33333%;
	}
}

.help__content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.help__content {
		display: block;
	}

	.help__content:after {
		content: '';
		width: 1px;
		height: 100%;
		background: #c9cad1;
		position: absolute;
		right: -30px;
		top: 0;
	}
}

.help__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	color: #013085;
	margin: 0 0 8px;
}

.help__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.help__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.help__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.help__title {
		line-height: 1.25;
	}
}

@media (min-width: 992px) {
	.help__title {
		margin: 0 0 10px;
		padding: 0 0;
	}
}

.help__text {
	font: 400 13px/1.692 Helvetica, Arial, sans-serif;
	color: #2a303e;
}

.help__text {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.help__text {
		font-size: calc(13px + 2 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.help__text {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.help__text {
		line-height: 1.6;
	}
}

.help__text br {
	display: none;
}

@media (min-width: 992px) {
	.help__text br {
		display: inline-block;
	}
}

.help__list {
	border-radius: 0 0 2px 2px;
	padding: 17px 0 22px;
	position: relative;
}

@media (min-width: 992px) {
	.help__list {
		padding: 28px 0 63px;
	}
}

.help__item {
	margin: 0 0 10px;
	background: #fff;
	box-shadow: 0 0 10px #eceff4;
	border-radius: 2px;
}

@media (min-width: 992px) {
	.help__item {
		margin: 0 0 20px;
	}
}

.help__item:last-child {
	margin-bottom: 0;
}

.help__item-subtitle {
	font: bold 15px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	border-bottom: 1px solid #e3e7ec;
	padding: 15px 15px 15px;
}

.help__item-subtitle {
	font-size: 15px;
}

@media screen and (min-width: 320px) {
	.help__item-subtitle {
		font-size: calc(15px + 5 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.help__item-subtitle {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.help__item-subtitle {
		line-height: 1.2;
		padding: 25px 30px;
	}
}

.help__item-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 10px 15px;
}

@media (min-width: 992px) {
	.help__item-list {
		padding: 20px 35px;
	}
}

.help__item-link {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
	margin: 0 0 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	padding: 0 0 0 22px;
}

.help__item-link {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.help__item-link {
		font-size: calc(13px + 2 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.help__item-link {
		font-size: 15px;
	}
}

.help__item-link:before {
	content: '';
	width: 8.6px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 2px;
}

@media (min-width: 992px) {
	.help__item-link {
		padding: 0 0 0 0;
		margin: 0 0 15px;
		line-height: 1.6;
	}

	.help__item-link:before {
		width: 4.94px;
		height: 8px;
		margin: 0 10px 0 0;
		position: relative;
		left: auto;
		top: auto;
	}
}

.help__item-link:last-child {
	margin-bottom: 0;
}

.help .selectric-centers__sidebar_mobile {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 992px) {
	.help .selectric-centers__sidebar_mobile {
		visibility: hidden;
		opacity: 0;
	}
}

.help .label {
	width: 100%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.help .label .select-default__icon-0 {
	margin: 0 10px 0 0;
}

.help .label .select-default__icon-1 {
	margin: 0 10px 0 0;
}

.help .label .select-default__icon-2 {
	margin: 0 10px 0 0;
}

.help .label .select-default__icon-3 {
	margin: 0 10px 0 0;
}

.help .label .select-default__icon-4 {
	margin: 0 10px 0 0;
}

.help .label .select-default__icon-5 {
	margin: 0 10px 0 0;
}

.analytics {
	padding: 19px 0 0;
	overflow: visible;
}

@media (min-width: 992px) {
	.analytics {
		padding: 24px 0 60px;
		overflow: visible;
	}
}

.analytics .row {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px) {
	.analytics .row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.analytics .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.analytics .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.analytics .container {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.analytics .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.analytics__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	padding: 0 15px;
	margin: 0;
	margin-bottom: 20px;
	color: #013085;
}

.analytics__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.analytics__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.analytics__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.analytics__title {
		line-height: 1.25;
	}
}

@media (min-width: 992px) {
	.analytics__title {
		padding: 0;
		margin-bottom: 26px;
	}
}

.analytics__row {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #eceff4;
}

.analytics__row:not(:last-child) {
	margin-bottom: 20px;
}

.analytics__subtitle {
	padding: 15px 15px 16px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #2a303e;
	border-bottom: 1px solid #e3e7ec;
}

@media (min-width: 992px) {
	.analytics__subtitle {
		padding: 26px 30px 24px;
		font-size: 16px;
		line-height: 24px;
	}
}

.analytics__list {
	counter-reset: list-counter;
}

.analytics__item-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	font-weight: 400;
}

.analytics__item-title::before {
	counter-increment: list-counter;
	content: counter(list-counter) '.';
	margin-right: 4px;
}

.analytics__datepicker {
	display: -webkit-box;
	display: flex;
	width: 100%;
}

.analytics__datepicker input {
	min-height: 50px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #999eab;
}

.analytics__datepicker .form-field {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.analytics__datepicker .form-field:first-child input {
	border-radius: 4px 0 0 4px;
}

.analytics__datepicker .form-field:last-child input {
	border-radius: 0 4px 4px 0;
}

@media (min-width: 768px) {
	.analytics__datepicker {
		width: 50%;
	}

	.analytics__datepicker input {
		font-size: 15px;
		line-height: 24px;
	}
}

.analytics__datepicker-text {
	flex-shrink: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 13px;
	line-height: 20px;
	color: #999eab;
	background-color: #fff;
	border-top: 1px solid #c9cad1;
	border-bottom: 1px solid #c9cad1;
}

@media (min-width: 768px) {
	.analytics__datepicker-text {
		font-size: 15px;
		line-height: 24px;
	}
}

.analytics .form-select {
	width: 100%;
}

@media (min-width: 768px) {
	.analytics .form-select {
		width: calc(50% - 40px);
	}
}

.analytics .selectric-open {
	z-index: 40;
}

@media (min-width: 992px) {
	.analytics .selectric-open {
		z-index: 10;
	}
}

.analytics .btn {
	width: 100%;
}

.analytics .btn svg {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	.analytics .btn {
		width: calc((100% - 60px) / 3);
	}
}

.cabinet {
	padding: 0 0 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.cabinet {
		padding: 27px 0;
	}
}

.cabinet .container {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.cabinet .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.cabinet .offset-1 {
	margin-left: 0;
}

@media (min-width: 992px) {
	.cabinet .offset-1 {
		margin-left: 8.33333%;
	}
}

.cabinet__header {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	margin: 0 0 0;
	z-index: 1;
	position: relative;
	width: 100%;
}

@media (min-width: 992px) {
	.cabinet__header {
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		align-items: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin: 0 0 26px;
	}
}

.cabinet__title {
	font: bold 18px/1.222 Helvetica, Arial, sans-serif;
	color: #2a303e;
	padding: 20px 15px;
}

.cabinet__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.cabinet__title {
		font-size: calc(18px + 6 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.cabinet__title {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.cabinet__title {
		line-height: 1.333;
		padding: 0 0;
	}
}

.cabinet__nav {
	display: none;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	.cabinet__nav {
		display: -webkit-box;
		display: flex;
	}
}

.cabinet .cabinet__header select {
	display: none;
}

.cabinet .selectric-cabinet__nav_mobile {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	visibility: visible;
	opacity: 1;
	width: 100%;
}

@media (min-width: 992px) {
	.cabinet .selectric-cabinet__nav_mobile {
		visibility: hidden;
		opacity: 0;
		display: none;
	}
}

.cabinet .selectric-cabinet__nav_mobile .label {
	width: 100%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 18.5px 10px 18.5px 15px;
}

.cabinet .selectric-cabinet__nav_mobile .selectric {
	width: 100%;
}

.cabinet__nav-item {
	font: 400 13px/1.23 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px 15px 7px 15px;
	margin: 0 0 0 5px;
	text-transform: none;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 992px) {
	.cabinet__nav-item {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
	}
}

.cabinet__nav-item:hover,
.cabinet__nav-item_active {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0c50c8),
		to(#0845b2)
	);
	background: linear-gradient(180deg, #0c50c8 0%, #0845b2 100%);
	border-radius: 2px;
	color: #fff;
}

.cabinet__content {
	background: #fff;
	box-shadow: 0 0 10px #adbed6;
	border-radius: 0 0 2px 2px;
	padding: 15px 15px 74px 15px;
	position: relative;
	border-top: 1px solid #f4f4f4;
}

@media (min-width: 992px) {
	.cabinet__content {
		padding: 30px 30px;
		border-bottom: none;
	}
}

.cabinet__content-title {
	font: bold 16px/1.5 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 47px;
	display: none;
}

@media (min-width: 992px) {
	.cabinet__content-title {
		display: block;
	}
}

.cabinet__content-edit {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #fff;
	border: 1px solid #c9cad1;
	width: 100%;
	max-width: 440px;
	padding: 14px 20px 16px 0;
	height: auto;
	margin: 0 0 30px;
	position: relative;
}

@media (min-width: 992px) {
	.cabinet__content-edit {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		background: #fff;
		border: 1px solid #c9cad1;
		width: 100%;
		max-width: 440px;
		padding: 0 20px 0 20px;
		height: 66px;
		margin: 0 0 30px;
	}

	.cabinet__content-edit:before {
		position: relative;
		left: auto;
		top: auto;
	}
}

.cabinet__content-edit:before {
	content: '';
	margin: 0 7px 0 0;
	position: absolute;
	left: 19px;
	top: 15px;
}

.cabinet__content-edit br {
	display: none;
}

@media (min-width: 992px) {
	.cabinet__content-edit br {
		display: inline-block;
	}
}

.cabinet__content-edit-text {
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0 0 6px 52px;
}

@media (min-width: 992px) {
	.cabinet__content-edit-text {
		margin: 0 33px 0 33px;
	}
}

.cabinet__content-edit-link {
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
}

.cabinet__form-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0 0 20px;
}

@media (min-width: 992px) {
	.cabinet__form-row {
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin: 0 0 0;
	}
}

.cabinet__form-row:nth-child(2) {
	margin: 0 0 31px;
}

@media (min-width: 992px) {
	.cabinet__form-row:nth-child(2) {
		margin: 0 0 70px;
	}
}

.cabinet__form-row:last-child {
	margin-bottom: 0;
}

.cabinet__form-row_no-flex {
	display: block;
}

.cabinet__form-col {
	width: 100%;
}

@media (min-width: 992px) {
	.cabinet__form-col {
		max-width: 439px;
	}
}

.cabinet__subtitle {
	font: bold 13px/1.6 Helvetica, Arial, sans-serif;
	color: #013085;
	margin: 0 0 14px;
}

.cabinet__subtitle {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.cabinet__subtitle {
		font-size: calc(13px + 2 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.cabinet__subtitle {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.cabinet__subtitle {
		margin: 0 0 20px;
		line-height: 1.6;
	}
}

.cabinet__form-item {
	margin: 0 0 20px;
}

.cabinet__form-item_indent-bottom-56 {
	margin: 0 0 29px;
}

@media (min-width: 992px) {
	.cabinet__form-item_indent-bottom-56 {
		margin: 0 0 56px;
	}
}

.cabinet__form-item_indent-bottom-30 {
	margin: 0 0 20px;
}

@media (min-width: 992px) {
	.cabinet__form-item_indent-bottom-30 {
		margin: 0 0 30px;
	}
}

.cabinet__form-item:last-child {
	margin-bottom: 0;
}

.cabinet__form-label {
	font: 400 12px/1.333 Helvetica, Arial, sans-serif;
	color: #757b8a;
	margin: 0 0 8px;
}

.cabinet__form-input-text {
	cursor: auto;
	width: 100%;
	outline: none;
	border: 1px solid #c9cad1;
	padding: 14.5px 16px 14.5px 16px;
	margin: 0;
	border-radius: 4px;
	display: block;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #2a303e;
	text-align: left;
	background: #fff;
}

.cabinet__form-input-text::-webkit-input-placeholder {
	color: #999eab;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.cabinet__form-input-text::-moz-placeholder {
	color: #999eab;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.cabinet__form-input-text:-moz-placeholder {
	color: #999eab;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.cabinet__form-input-text:-ms-input-placeholder {
	color: #999eab;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.cabinet__form-input-text:focus::-webkit-input-placeholder {
	color: transparent;
}

.cabinet__form-input-text:focus::-moz-placeholder {
	color: transparent;
}

.cabinet__form-input-text:focus:-moz-placeholder {
	color: transparent;
}

.cabinet__form-input-text:focus:-ms-input-placeholder {
	color: transparent;
}

.cabinet__form-input-text:focus {
	outline: none;
	color: #999eab;
	border-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cabinet__form-input-text_error {
	color: #2a303e;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cabinet__form-input-text:disabled {
	background: #e3e7ec;
	color: #999eab;
}

.cabinet__form-input-text[type='password'] {
	color: #757b8a;
}

.cabinet__form-input-text[type='password']:focus {
	color: #999eab;
}

.cabinet__form-input-text_indent-bottom {
	margin-bottom: 30px;
}

.cabinet__form-btn {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0c50c8),
		to(#0845b2)
	);
	background: linear-gradient(180deg, #0c50c8 0%, #0845b2 100%);
	box-shadow: 0px 15px 15px rgba(171, 190, 216, 0.7);
	border-radius: 2px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	width: 100%;
	height: auto;
	border: none;
	line-height: 1;
	padding: 17px 0;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-width: 100%;
}

@media (min-width: 992px) {
	.cabinet__form-btn {
		max-width: 240px;
	}
}

.cabinet__file-wrapper {
	margin: 10px 0 0 0;
}

.cabinet__file-wrapper form {
	margin-bottom: 20px;
}

.cabinet__file-dropzone {
	width: 100%;
	height: 75px;
	display: none;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #fff;
	border: 1px dashed #c9cad1;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 0 19px;
}

@media (min-width: 992px) {
	.cabinet__file-dropzone {
		display: -webkit-box;
		display: flex;
	}
}

.cabinet__file-dropzone-title {
	font: normal 15px/1.6 Helvetica, Arial, sans-serif;
	margin: 0 0 3px;
	color: #757b8a;
}

.cabinet__file-dropzone-descr {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #757b8a;
}

.cabinet__file-list {
	display: none;
}

@media (min-width: 992px) {
	.cabinet__file-list {
		display: block;
	}
}

.cabinet__file-list-item {
	position: relative;
	margin: 0 0 18px;
}

.cabinet__file-list-item:last-child {
	margin: 0 0 0;
}

.cabinet__file-list-item-text {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 6px;
}

.cabinet__file-list-item-line {
	width: 100%;
	border-bottom: 1px solid #e3e7ec;
}

.cabinet__file-list-item_process .cabinet__file-list-item-line {
	background: #e3e7ec;
	height: 2px;
	border-bottom: none;
	position: relative;
}

.cabinet__file-list-item_process .cabinet__file-list-item-line:after {
	content: '';
	display: block;
	background: #0c50c8;
	width: 100px;
	height: 2px;
}

.cabinet__file-list-item_error .cabinet__file-list-item-line {
	background: #db717a;
	height: 2px;
	border-bottom: none;
}

.cabinet__file-list-item_success .cabinet__file-list-item-line {
	background: transparent;
	height: 2px;
	background: #e3e7ec;
	border-bottom: none;
}

.cabinet__file-list-item-close {
	position: absolute;
	right: 5px;
	top: 3px;
	cursor: pointer;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.cabinet__file-list-item-close:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.cabinet__file-list-item-reload {
	position: absolute;
	right: 28px;
	top: 2px;
	cursor: pointer;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.cabinet__file-list-item-reload:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.cabinet__btn-mobile {
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0c50c8;
	border: 1px solid #c9cad1;
	border-radius: 2px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	justify-content: center;
	padding: 9.5px 0;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 992px) {
	.cabinet__btn-mobile {
		display: none;
	}
}

.cabinet__btn-mobile:hover,
.cabinet__btn-mobile_pressed {
	color: #40b3f4;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.cabinet__links {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.cabinet__links-item {
	text-decoration: none;
	font: 400 15px/1.6 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	margin: 0 31px 0 0;
}

.cabinet__links-item:last-child {
	margin-right: 0;
}

.page-not-found {
	padding: 94px 0 99px 0;
	background-size: cover;
	background-image: url('/local/templates/register/css/../img/bgs/bg-404-mobile.png');
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 576px) {
	.page-not-found {
		background-image: url('/local/templates/register/css/../img/bgs/bg-404-desktop.png');
	}
}

@media (min-width: 992px) {
	.page-not-found {
		padding: 119px 0 127px 0;
		min-height: calc(var(--vh) * 100 - (140px + 260px));
	}
}

.page-not-found__container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.page-not-found__title {
	font: bold 72px/1.111 Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 16px;
}

.page-not-found__title {
	font-size: 72px;
}

@media screen and (min-width: 320px) {
	.page-not-found__title {
		font-size: calc(72px + 24 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.page-not-found__title {
		font-size: 96px;
	}
}

@media (min-width: 992px) {
	.page-not-found__title {
		line-height: 1.083;
		margin: 0 0 22px;
	}
}

.page-not-found__text {
	font: bold 18px/1.222 Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 32px;
	text-align: center;
}

.page-not-found__text {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.page-not-found__text {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.page-not-found__text {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.page-not-found__text {
		line-height: 1.25;
		margin: 0 0 40px;
	}
}

.page-not-found__text br {
	display: inline-block;
}

@media (min-width: 992px) {
	.page-not-found__text br {
		display: none;
	}
}

.page-not-found__btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font: 400 18px/1.538 Helvetica, Arial, sans-serif;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	width: 100%;
	max-width: 260px;
	text-decoration: none;
	padding: 13.5px 0;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.page-not-found__btn {
	font-size: 13px;
}

@media screen and (min-width: 320px) {
	.page-not-found__btn {
		font-size: calc(13px + 5 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.page-not-found__btn {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.page-not-found__btn {
		line-height: 1.333;
		padding: 11.5px 0;
		max-width: 270px;
	}

	.page-not-found__btn:hover {
		background: #fff;
		color: #002974;
	}
}

.side-menu {
	position: relative;
}

@media (min-width: 992px) {
	.side-menu {
		max-width: 320px;
	}
}

.side-menu__header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 15px;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #0d50c6;
	cursor: pointer;
	border-bottom: 1px solid #f4f4f4;
}

@media (min-width: 992px) {
	.side-menu__header {
		display: none;
	}
}

.side-menu__header-text {
	-webkit-box-flex: 1;
	flex-grow: 1;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.side-menu__header-icon {
	flex-shrink: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	pointer-events: none;
}

.side-menu__header-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.side-menu__header-arrow {
	flex-shrink: 0;
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	color: #e53935;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	pointer-events: none;
}

.side-menu__header-arrow svg {
	display: block;
	width: 8px;
	height: 8px;
}

.side-menu_open .side-menu__header-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.side-menu__list {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 991.98px) {
	.side-menu__list {
		position: absolute;
		z-index: 20;
		top: calc(100% + 8px);
		left: 0;
		display: none;
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0px 5px 10px rgba(173, 190, 214, 0.5);
	}
}

.side-menu_open .side-menu__list {
	display: block;
}

@media (min-width: 992px) {
	.side-menu__item {
		margin-bottom: 18px;
	}
}

.side-menu__link {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 5px 15px;
	font-size: 13px;
	line-height: 20px;
	color: inherit;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.side-menu__link:active {
	color: #0d50c6;
	background-color: rgba(227, 231, 236, 0.5);
}

@media (hover: hover) {
	.side-menu__link:hover {
		color: #0d50c6;
		background-color: rgba(227, 231, 236, 0.5);
	}
}

.side-menu__link_current {
	font-weight: 700;
	color: #0d50c6;
	background-color: #e3e7ec;
}

@media (min-width: 992px) {
	.side-menu__link {
		padding: 0;
	}

	.side-menu__link_current {
		background-color: transparent;
	}

	.side-menu__link:active {
		background-color: transparent;
	}
}

@media (min-width: 992px) and (hover: hover) {
	.side-menu__link:hover {
		background-color: transparent;
	}
}

.side-menu__link svg {
	flex-shrink: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.side-menu__link span {
	flex-shrink: 1;
	display: block;
}

.side-menu__overlay {
	position: fixed;
	z-index: 19;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.side-menu_open .side-menu__overlay {
		display: block;
	}
}

.form-edit {
	position: relative;
	padding: 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	.form-edit {
		padding: 0 0 40px;
	}
}

@media (min-width: 992px) {
	.form-edit {
		padding: 0 0 60px;
		overflow: auto;
	}
}

.form-edit .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

@media (min-width: 768px) {
	.form-edit .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.form-edit .container {
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.form-edit .offset-1 {
	margin-left: 0;
}

@media (min-width: 992px) {
	.form-edit .offset-1 {
		margin-left: 8.33333%;
	}
}

#form-edit__button-up {
	position: fixed;
	left: 56px;
	top: 50%;
	width: 48px;
	height: 48px;
	background-color: #013085;
	cursor: pointer;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url(/local/templates/register/css/../img/icons/icon-arrow-up.svg);
	z-index: 3;
	display: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#form-edit__button-up:hover {
	opacity: 0.9;
}

.form-edit__status {
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
}

.form-edit__block {
	position: relative;
	background-color: #fff;
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.form-edit__block {
		margin-bottom: 30px;
		padding: 17px 0;
	}
}

.form-edit__block .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	max-width: 720px;
	margin: 0 auto;
}

.form-edit__block p,
.form-edit__block span {
	font: bold 13px/1.333 Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #01851e;
	letter-spacing: 0.1px;
}

.form-edit__block span {
	display: contents;
}

.form-edit__block .form-edit__buttons-container {
	display: none;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.form-edit__block .form-edit__buttons-container {
		display: -webkit-box;
		display: flex;
		flex-grow: 1;
		justify-content: flex-end;
	}
}

.form-edit__block .form-edit__buttons-container .form-edit__btn {
	max-width: 145px;
	width: 145px;
	margin-right: 20px;
	padding: 6px 10px;
	cursor: pointer;
}

.form-edit__block .form-edit__buttons-container .form-edit__btn:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.form-edit__block .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.form-edit__block .container {
		max-width: 1000px;
	}
}

.form-edit__status-container {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 9px 15px;
	background-color: #fff;
	box-shadow: 0px -4px 10px rgba(173, 190, 214, 0.5);
	z-index: 5;
}

.form-edit__status-container .form-edit__buttons-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.form-edit__status-container .form-edit__buttons-container button {
	width: 48%;
}

@media (min-width: 425px) {
	.form-edit__status-container {
		padding: 12px 15px;
	}

	.form-edit__status-container .form-edit__buttons-container button {
		padding: 12px;
	}
}

@media (min-width: 768px) {
	.form-edit__status-container {
		display: none;
	}
}

.form-edit__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	color: #013085;
	margin: 0 0 19px;
	padding: 0 15px;
	letter-spacing: 0.2px;
}

.form-edit__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.form-edit__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.form-edit__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.form-edit__title {
		line-height: 1.25;
	}
}

@media (min-width: 992px) {
	.form-edit__title {
		margin: 0 0 25px;
		padding: 0;
	}
}

.form-edit__row {
	background: #fff;
	box-shadow: none;
	border-radius: 2px;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.form-edit__row {
		box-shadow: 0px 0px 10px #adbed6;
		margin: 0 0 25px;
	}
}

.form-edit__row:last-child {
	margin-bottom: 0;
}

.form-edit__row.accordion__item {
	padding: 0;
}

.form-edit__form {
	border-top: 1px solid #e3e7ec;
}

.form-edit__form.accordion__item-content {
	margin: 0;
	padding: 0;
}

.form-edit__form.accordion__item-content.form-edit__form_padding {
	padding: 0;
	padding-bottom: 21px;
}

.form-edit__form.accordion__item-content.form-edit__form_padding
	.form-edit__btn_add {
	width: 91%;
	margin: 0 auto;
	padding: 14px;
}

.form-edit__form.accordion__item-content.form-edit__form_padding
	.form-add-field {
	padding: 0;
	font-size: 13px;
	letter-spacing: 0.2px;
	margin-top: -4px;
}

@media (min-width: 768px) {
	.form-edit__form.accordion__item-content.form-edit__form_padding {
		padding: 30px 15px;
	}

	.form-edit__form.accordion__item-content.form-edit__form_padding
		.form-edit__btn_add {
		font-size: 15px;
		width: 100%;
		letter-spacing: 0.7px;
	}

	.form-edit__form.accordion__item-content.form-edit__form_padding
		.form-add-field {
		margin-top: 0;
	}
}

.form-edit__subtitle {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 50px;
	font: bold 15px/1.333 Helvetica, Arial, sans-serif;
	letter-spacing: 0.001em;
	color: #2a303e;
	padding: 16px 45px 12px 15px;
}

.form-edit__subtitle {
	font-size: 15px;
}

@media screen and (min-width: 768px) {
	.form-edit__subtitle {
		font-size: calc(15px + 1 * ((100vw - 768px) / 192));
	}
}

@media screen and (min-width: 960px) {
	.form-edit__subtitle {
		font-size: 16px;
	}
}

@media (min-width: 599px) {
	.form-edit__subtitle {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: center;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.form-edit__subtitle {
		min-height: 70px;
		padding: 25px 30px;
		padding-right: 60px;
		line-height: 1.2;
	}
}

@media (min-width: 992px) {
	.form-edit__subtitle {
		min-height: 84px;
		padding: 30px;
		padding-right: 60px;
	}
}

.form-edit__subtitle.accordion__item-title {
	background-position: 94% 54%;
}

.form-edit__subtitle.accordion__item-title button {
	width: calc(100% + 30px);
	margin-top: 15px;
	padding: 14px;
}

@media (min-width: 425px) {
	.form-edit__subtitle.accordion__item-title {
		background-position: 96.5% 50%;
	}
}

@media (min-width: 599px) {
	.form-edit__subtitle.accordion__item-title button {
		width: 170px;
		margin: 0 50px 0 20px;
		padding: 7px;
	}
}

.form-edit__subtitle_padding {
	padding-top: 22px;
	padding-bottom: 14px;
}

.form-edit__subtitle_padding.accordion__item-title {
	background-position: 95% 22px;
}

@media (min-width: 599px) {
	.form-edit__subtitle_padding {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.form-edit__subtitle_padding.accordion__item-title {
		background-position: 96.5% 50%;
	}
}

.form-edit__form-section {
	border-bottom: 1px solid #e3e7ec;
	padding: 20px 15px;
}

.form-edit__form-section:last-child {
	border: none;
}

@media (min-width: 992px) {
	.form-edit__form-section {
		padding: 30px;
	}
}

.form-edit__form-section_col .form-edit__form-add {
	width: 100%;
	margin-bottom: 18px;
}

.form-edit__form-section_col .form-edit__form-add:last-child {
	margin-bottom: 0;
}

.form-edit__form-section_col
	.form-edit__form-add:last-child
	.form-edit__form-item {
	margin-bottom: 0;
}

.form-edit__form-section_col .form-edit__form-add .form-edit__form-item {
	margin-bottom: 9px;
}

@media (min-width: 599px) {
	.form-edit__form-section_col .form-edit__form-add {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.form-edit__form-section_col .form-edit__form-add {
		width: 48.2%;
	}

	.form-edit__form-section_col .form-edit__form-add .form-edit__form-item {
		margin-bottom: 15px;
	}
}

.form-edit__form-item {
	margin: 0 0 20px;
}

.form-edit__form-item:last-child {
	margin-bottom: 0;
}

.form-edit__form-item:first-child {
	margin-bottom: 19px;
}

.form-edit__form-item.form-checkbox {
	width: 200px;
}

.form-edit__form-item.form-field_removable .form-field__remove-btn {
	top: 1px;
	right: -22px;
}

.form-edit__form-item.form-field_removable {
	padding-right: 20px;
}

.form-edit__form-item.form-field_removable .form-field__container {
	padding-right: 0;
}

.form-edit__form-item.form-checkbox {
	margin-top: -3px;
}

.form-edit__form-item.form-checkbox label {
	font-size: 13px;
	letter-spacing: 0.2px;
	padding-left: 35px;
}

.form-edit__form-item.form-field textarea {
	height: 96px;
	min-height: 96px;
	padding: 17px 13px 14px;
}

.form-edit__form-item.form-field textarea::-webkit-input-placeholder {
	line-height: 20px;
}

.form-edit__form-item.form-field textarea::-moz-placeholder {
	line-height: 20px;
}

.form-edit__form-item.form-field textarea:-ms-input-placeholder {
	line-height: 20px;
}

.form-edit__form-item.form-field textarea::-ms-input-placeholder {
	line-height: 20px;
}

.form-edit__form-item.form-field textarea::placeholder {
	line-height: 20px;
}

@media (min-width: 700px) {
	.form-edit__form-item.form-field textarea {
		height: 48px;
		min-height: 48px;
		padding: 12px 15px 10px;
	}
}

@media (min-width: 768px) {
	.form-edit__form-item.form-field textarea {
		height: 65px;
		min-height: 65px;
	}
}

@media (min-width: 1083px) {
	.form-edit__form-item.form-field textarea {
		height: 48px;
		min-height: 48px;
	}
}

@media (min-width: 768px) {
	.form-edit__form-item.form-field_removable .form-field__remove-btn {
		top: 50%;
		right: -15px;
	}
}

@media (min-width: 992px) {
	.form-edit__form-item.form-field_removable {
		padding-right: 32px;
	}

	.form-edit__form-item:first-child {
		margin-bottom: 20px;
	}

	.form-edit__form-item.form-checkbox label {
		font-size: 16px;
	}
}

.form-edit__form-link {
	display: inline-block;
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	color: #0d50c6;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 21px;
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.form-edit__form-link::before {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	left: 0;
	top: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/register/css/../img/icons/icon-add.svg);
	background-color: transparent;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.form-edit__form-link:hover {
	-webkit-transition: color, opacity 0.2s ease !important;
	transition: color, opacity 0.2s ease !important;
	opacity: 0.8 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.form-edit__form-link:hover::before {
	opacity: 0.8;
}

.form-edit__map {
	width: 100%;
	padding: 0;
}

.form-edit__map iframe,
.form-edit__map .form-edit__map-api {
	width: 100%;
	height: 322px;
	border: none;
}

@media (min-width: 768px) {
	.form-edit__map {
		padding: 20px 15px;
	}

	.form-edit__map .form-edit__map-api,
	.form-edit__map iframe {
		height: 385px;
	}
}

@media (min-width: 992px) {
	.form-edit__map {
		padding: 30px;
		padding-bottom: 30px;
	}
}

.form-edit__form-container {
	background-color: #fbfbfb;
	border: 1px solid #e3e7ec;
	margin-bottom: 18px;
	padding: 18px 15px;
	border-radius: 4px;
}

.form-edit__form-container .form-add-field {
	font-weight: bold;
}
.form-edit__form-container_small .form-add-field {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.15;
}

.form-edit__form-container .form-select {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.form-edit__form-container {
		padding: 20px 16px 26px 35px;
	}
	.form-edit__form-container_small {
		display: flex;
		flex-direction: column;
		padding: 20px 16px 20px 16px;
	}

	.form-edit__form-container .selectric .label {
		padding: 11px 15px;
	}
}

.form-edit__btn_add {
	width: 100%;
}

.form-edit__select {
	margin-bottom: 17px;
	width: calc(100% - 22px);
}

@media (min-width: 992px) {
	.form-edit__select {
		margin-bottom: 20px;
		margin-right: 5px;
		width: calc(100% - 32px);
	}

	.form-edit__select input {
		padding: 12px 15px;
	}
}

.form-edit__select select {
	width: 100%;
}

.form-edit__select .selectric {
	background-color: #fff;
}

.form-edit__select_s {
	width: 100%;
}

@media (min-width: 768px) {
	.form-edit__select_s {
		width: 49%;
	}
}

@media (min-width: 992px) {
	.form-edit__select_s {
		width: 220px;
	}
}

.form-edit__select.form-select label {
	width: 80%;
}

@media (min-width: 768px) {
	.form-edit__select.form-select label {
		width: 100%;
	}
}

.form-edit__form-row {
	background-color: #fbfbfb;
	padding: 22px 0 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.form-edit__form-row {
		padding: 19px 0 0;
	}
}

.form-edit__form-filter {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
}

@media (min-width: 768px) {
	.form-edit__form-filter {
		padding: 0 15px;
	}
}

@media (min-width: 992px) {
	.form-edit__form-filter {
		flex-wrap: nowrap;
		padding-left: 30px;
		padding-right: 25px;
	}

	.form-edit__form-filter .form-edit__select {
		margin-bottom: 16px;
	}
}

.form-edit__btn-clear {
	border: none;
	background-color: transparent;
	font: bold 13px/1.538 Helvetica, Arial, sans-serif;
	cursor: pointer;
	color: #e53935;
	line-height: 24px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-bottom: 18px;
	margin-left: 20px;
}

.form-edit__btn-clear svg {
	margin-right: 10px;
}

.form-edit__btn-clear:hover {
	opacity: 0.8;
}

@media (min-width: 992px) {
	.form-edit__btn-clear {
		margin-left: 36px;
		margin-bottom: 19px;
		font-size: 15px;
		font-weight: normal;
	}
}

.form-edit__list-container {
	position: relative;
	max-height: 465px;
	overflow-y: auto;
}

@media (min-width: 992px) {
	.form-edit__list-container {
		max-height: 520px;
	}
}

.form-edit__list {
	list-style: none;
	margin: 0;
	padding: 19px 19px 13px 16px;
	width: 100%;
	background-color: #fff;
}

@media (min-width: 768px) {
	.form-edit__list {
		padding: 20px 30px;
	}
}

@media (min-width: 992px) {
	.form-edit__list {
		padding: 30px 48px 10px 30px;
	}
}

.form-edit__item {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 12px;
	padding-left: 0;
}

@media (min-width: 768px) {
	.form-edit__item {
		padding-left: 20px;
	}
}

.form-edit__item::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 0;
	top: 7px;
	border-radius: 50%;
	background-color: #21943a;
}

.form-edit__item_bad::before {
	background-color: #e53935;
}

.form-edit__item a {
	margin-left: 0;
	font: normal 13px/1.538 Helvetica, Arial, sans-serif;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #0d50c6;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.form-edit__item p {
	letter-spacing: 0.03px;
	line-height: 20px;
}

.form-edit__item p:hover {
	opacity: 0.8;
}

@media (min-width: 425px) {
	.form-edit__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.form-edit__item a {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.form-edit__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin-bottom: 21px;
	}

	.form-edit__item a {
		margin-top: 3px;
		font-size: 15px;
	}
}

.form-edit__number,
.form-edit__address {
	font: normal 13px/1.538 Helvetica, Arial, sans-serif;
	line-height: 22px;
	color: #000;
	margin-right: 0;
	margin-bottom: 6px;
}

@media (min-width: 425px) {
	.form-edit__number,
	.form-edit__address {
		margin-right: 10px;
	}
}

@media (min-width: 992px) {
	.form-edit__number,
	.form-edit__address {
		margin-right: 10px;
		margin-bottom: 0;
		font-size: 15px;
	}
}

.form-edit__item a:first-child {
	color: #000;
}

@media (min-width: 577px) {
	.form-edit__item a {
		margin-left: auto;
	}
}

.form-edit__number {
	padding-left: 20px;
	color: #000;
}

@media (min-width: 768px) {
	.form-edit__number {
		padding-left: 0;
	}
}

.form-edit + .footer {
	margin-bottom: 50px;
}

@media (min-width: 425px) {
	.form-edit + .footer {
		margin-bottom: 68px;
	}
}

@media (min-width: 768px) {
	.form-edit + .footer {
		margin-bottom: 0;
	}
}

.cok-edit__list-container.ps.ps--active-y .ps__rail-y {
	width: 10px !important;
	background-color: #fbfbfb !important;
	border-left: 2px solid #f1f1f1 !important;
	border-right: 2px solid #f1f1f1 !important;
}

@media (min-width: 992px) {
	.cok-edit__list-container.ps.ps--active-y .ps__rail-y {
		opacity: 0.9 !important;
	}
}

.cok-edit__list-container.ps.ps--active-y .ps__thumb-y {
	width: 5px !important;
	border-radius: 24px;
	background-color: #c2c2c2 !important;
	left: 24%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 13, 36, 0.8);
}

.modal.is-show {
	display: block;
}

@media (min-width: 1200px) {
	.modal {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.modal__wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 0px 0px 2px 2px;
}

@media (min-width: 1200px) {
	.modal__wrapper {
		max-width: 970px;
		width: 970px;
	}
}

.modal__side {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font: bold 15px/1.333 Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #2a303e;
	min-height: 53px;
	padding: 16px 16px 12px 15px;
}

.modal__side span {
	margin-top: 0;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.modal__side {
		font-size: 16px;
		min-height: 84px;
		padding: 29px 32px 26px 30px;
	}

	.modal__side span {
		margin-top: 2px;
		margin-right: 20px;
	}
}

.modal__btn-close {
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer;
	border: none;
}

.modal__btn-close svg {
	width: 20px;
	height: 20px;
}

.modal__btn-close:hover,
.modal__btn-close:active {
	opacity: 0.8;
}

@media (min-width: 768px) {
	.modal__btn-close {
		width: 27px;
		height: 27px;
	}

	.modal__btn-close svg {
		width: 27px;
		height: 27px;
	}
}

.modal__main {
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.modal__main {
		padding-bottom: 30px;
	}
}

.modal__row {
	background: #fff;
}

.modal__row.accordion__item {
	padding: 0;
}

.modal__btn.btn {
	width: 91%;
	margin: 0 auto;
	padding: 13px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	border-radius: 2px;
	box-shadow: 0px 15px 15px rgba(171, 190, 216, 0.7);
}

@media (min-width: 768px) {
	.modal__btn.btn {
		max-width: 240px;
		width: 240px;
	}
}

.modal__map {
	width: 100%;
	padding: 0;
	padding-bottom: 16px;
}

.modal__map iframe,
.modal__map .modal__map-api {
	width: 100%;
	height: 322px;
	border: none;
}

@media (min-width: 768px) {
	.modal__map {
		padding: 20px 15px;
	}

	.modal__map iframe,
	.modal__map .modal__map-api {
		height: 385px;
	}
}

@media (min-width: 992px) {
	.modal__map {
		padding: 30px;
		padding-bottom: 15px;
	}
}

.modal__subtitle {
	font: bold 15px/1.333 Helvetica, Arial, sans-serif;
	min-height: 54px;
	padding: 16px 15px 12px 15px;
	letter-spacing: 0.2px;
	color: #2a303e;
}

.modal__subtitle.accordion__item-title {
	background-position: 94.5% 52%;
}

@media (min-width: 768px) {
	.modal__subtitle {
		min-height: 84px;
		font-size: 16px;
		padding: 30px;
	}

	.modal__subtitle.accordion__item-title {
		background-position: 96.5% 49%;
	}
}

.modal__section-row {
	border-top: 1px solid #e3e7ec;
	border-bottom: 1px solid #e3e7ec;
	padding: 20px 15px;
}

@media (min-width: 992px) {
	.modal__section-row {
		padding: 30px;
	}
}

.modal__section-row .form-select .selectric {
	background-color: #fff;
}

.modal__section {
	padding: 19px 0;
	border-top: 1px solid #e3e7ec;
}

.modal__section.accordion__item-content {
	margin: 0;
	padding: 0;
}

.modal__section .modal__section-item {
	padding: 0 15px;
}

@media (min-width: 768px) {
	.modal__section {
		padding: 29px 30px 30px;
	}

	.modal__section .modal__section-item {
		padding: 0;
	}
}

.modal__btn_add {
	width: 91%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.2px;
	margin-top: 20px;
	padding: 12px;
}

@media (min-width: 768px) {
	.modal__btn_add {
		width: 100%;
		letter-spacing: -1.2px;
		margin-top: 0;
	}
}

.modal__section-container {
	background-color: #fbfbfb;
	border: 1px solid #e3e7ec;
	margin-bottom: 10px;
	padding: 18px 15px;
}

.modal__section-container .form-select {
	margin-bottom: 20px;
}

.modal__section-container .form-select .selectric {
	background-color: #fff;
}

.modal__section-container .modal__section-item {
	padding: 0;
}

.modal__section-container .modal__section-item.form-select {
	padding-right: 20px;
}

.modal__section-container .modal__section-item.form-select label {
	width: 80%;
}

.modal__section-container .form-add-field {
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
}

.modal__section-container_add {
	position: relative;
}

.modal__section-container_add .modal__section-btn {
	position: absolute;
	top: 9px;
	right: 9px;
}

.modal__section-container_add.is-show {
	display: block;
}

@media (min-width: 768px) {
	.modal__section-container {
		margin-bottom: 18px;
		padding: 20px 20px 28px;
		border-radius: 4px;
	}

	.modal__section-container .selectric .label {
		padding: 11px 15px;
	}

	.modal__section-container .modal__section-item.form-select {
		padding-right: 32px;
	}

	.modal__section-container .modal__section-item.form-select label {
		width: 100%;
	}

	.modal__section-container_add .modal__section-btn {
		top: 21px;
		right: 22px;
	}
}

.modal__section-item {
	margin: 0 0 20px;
}

.modal__section-item:last-child {
	margin-bottom: 0;
}

.modal__section-item:first-child {
	margin-bottom: 20px;
}

.modal__section-item:first-child textarea {
	height: 48px;
}

.modal__section-item.form-field_removable {
	padding-right: 20px;
}

.modal__section-item.form-field_removable .form-field__container {
	padding-right: 0;
}

.modal__section-item.form-field_removable textarea {
	height: 96px;
	min-height: 96px;
	padding: 13px 13px 14px;
}

.modal__section-item.form-field_removable textarea::-webkit-input-placeholder {
	line-height: 22px;
}

.modal__section-item.form-field_removable textarea::-moz-placeholder {
	line-height: 22px;
}

.modal__section-item.form-field_removable textarea:-ms-input-placeholder {
	line-height: 22px;
}

.modal__section-item.form-field_removable textarea::-ms-input-placeholder {
	line-height: 22px;
}

.modal__section-item.form-field_removable textarea::placeholder {
	line-height: 22px;
}

@media (min-width: 700px) {
	.modal__section-item.form-field_removable textarea {
		height: 48px;
		min-height: 48px;
		padding: 12px 15px 10px;
	}
}

@media (min-width: 768px) {
	.modal__section-item.form-field_removable textarea {
		height: 65px;
		min-height: 65px;
	}
}

@media (min-width: 1083px) {
	.modal__section-item.form-field_removable textarea {
		height: 48px;
		min-height: 48px;
	}
}

.modal__section-item.form-field_removable .form-field__remove-btn {
	top: 0;
	right: -21px;
}

@media (min-width: 768px) {
	.modal__section-item.form-field_removable {
		padding-right: 32px;
	}

	.modal__section-item.form-field_removable .form-field__remove-btn {
		top: 23px;
		right: -25px;
	}
}

.modal__remove-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
}

@media (min-width: 768px) {
	.modal__remove-btn {
		top: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
}

.draft-switcher {
	position: relative;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 992px) {
	.draft-switcher {
		flex-shrink: 0;
		width: 244px;
		margin: 0;
	}
}

.draft-switcher__header {
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 7px 10px 9px;
	color: #fff;
	background-color: #0d50c6;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.draft-switcher__header:active {
	opacity: 0.8;
}

@media (hover: hover) {
	.draft-switcher__header:hover {
		opacity: 0.8;
	}
}

.draft-switcher__header svg {
	flex-shrink: 0;
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 20px;
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.draft-switcher_open .draft-switcher__header {
	border-radius: 4px 4px 0 0;
}

.draft-switcher_open .draft-switcher__header svg {
	-webkit-transform: translateX(-4px) rotate(180deg);
	transform: translateX(-4px) rotate(180deg);
}

.draft-switcher__list {
	display: none;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #0d50c6;
	border-radius: 0 0 4px 4px;
}

.draft-switcher_open .draft-switcher__list {
	display: block;
}

.draft-switcher__item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 11px 10px;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.draft-switcher__item:not(:last-child) {
	border-bottom: 1px solid #0d50c6;
}

.draft-switcher__item-title {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.draft-switcher__btn {
	flex-shrink: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	color: #c9cad1;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.draft-switcher__btn svg {
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.draft-switcher__btn_apply:active {
	color: #21943a;
}

@media (hover: hover) {
	.draft-switcher__btn_apply:hover {
		color: #21943a;
	}
}

.draft-switcher__btn_delete:active {
	color: #e53935;
}

@media (hover: hover) {
	.draft-switcher__btn_delete:hover {
		color: #e53935;
	}
}

.draft-switcher__overlay {
	position: fixed;
	z-index: 19;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.draft-switcher_open .draft-switcher__overlay {
	display: block;
}

.submit-header {
	padding: 15px 0;
	background-color: #fff;
}

@media (min-width: 992px) {
	.submit-header .container {
		display: -webkit-box;
		display: flex;
	}
}

@media (min-width: 992px) {
	.submit-header__draft-switcher {
		margin-right: 15px;
	}
}

@media (max-width: 991.98px) {
	.submit-header__btns-pane {
		position: fixed;
		z-index: 10;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: flex;
		width: 100%;
		box-shadow: 0px -4px 10px rgba(173, 190, 214, 0.5);
	}
}

@media (min-width: 992px) {
	.submit-header__btns-pane {
		display: -webkit-box;
		display: flex;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.submit-header__btn {
		-webkit-box-flex: 1;
		flex-grow: 1;
		min-height: 50px;
		font-size: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.submit-header__btn:not(:last-child) {
		border-right: 1px solid #e3e7ec;
	}

	.submit-header__btn svg {
		width: 24px;
		height: 24px;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.submit-header__btn {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 15px;
	}

	.submit-header__btn:first-child {
		margin-left: 0;
	}

	.submit-header__btn_add {
		margin-left: auto;
	}
}

.submit {
	overflow: hidden;
}

@media (min-width: 768px) {
	.submit {
		padding-bottom: 60px;
	}
}

.submit .container {
	padding: 0;
}

@media (min-width: 768px) {
	.submit .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.submit .accordion__item {
	padding: 0;
}

.submit .accordion__item-title {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	line-height: 20px;
	background-position: calc(100% - 15px) 15px;
}

@media (min-width: 768px) {
	.submit .accordion__item-title {
		padding: 30px;
		font-size: 20px;
		line-height: 24px;
		background-position: calc(100% - 30px) 30px;
	}
}

.submit .accordion__item_active .accordion__item-title {
	border-bottom: 1px solid #e3e7ec;
}

.submit .accordion__item-content {
	padding: 20px 15px 15px;
}

@media (min-width: 768px) {
	.submit .accordion__item-content {
		padding: 30px;
	}
}

.submit .form-field:not(:first-child) {
	margin-top: 10px;
}

.submit .form-edit__form-item + .form-add-field {
	margin-top: 14px;
}

.submit__item {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #abbed8;
}

.submit__form-item:not(:last-child) {
	margin-bottom: 20px;
}

.submit__notification,
.submit__form-btn {
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.submit__notification {
		width: 100%;
		margin-bottom: 30px;
	}
}

.submit__form-btn {
	max-width: 370px;
}

@media (min-width: 768px) {
	.submit__form-btn {
		margin-bottom: 0;
	}
}

.applications {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
}

@media (min-width: 992px) {
	.applications {
		padding: 25px 0 60px;
	}
}

.applications .col-lg-10 {
	max-width: 100%;
	flex-basis: 100%;
	padding: 0;
}

@media (min-width: 768px) {
	.applications .col-lg-10 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 992px) {
	.applications .col-lg-10 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.applications__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #2a303e;
	margin: 0 0 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: #013085;
}

.applications__title {
	font-size: 18px;
}

@media screen and (min-width: 320px) {
	.applications__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.applications__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.applications__title {
		line-height: 1.25;
	}
}

@media (min-width: 992px) {
	.applications__title {
		margin-bottom: 30px;
		padding: 0;
	}
}

.applications__form {
	position: relative;
	padding: 20px 15px;
	background-color: #fff;
}

@media (min-width: 992px) {
	.applications__form {
		margin-bottom: 26px;
		padding: 20px 30px;
	}
}

.applications__form .form-field__search-btn {
	right: 13px;
}

.applications__form-search {
	position: relative;
	margin: 0 0 12px;
}

@media (min-width: 992px) {
	.applications__form-search {
		margin-bottom: 15px;
	}
}

.applications__form-select {
	margin: 0 0 23px;
}

@media (min-width: 992px) {
	.applications__form-select {
		margin-bottom: 20px;
	}
}

.applications__form-select .selectric {
	background-color: #fff;
}

.applications__form-buttons {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 2px;
}

@media (min-width: 768px) {
	.applications__form-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		padding-left: 0;
	}
}

.applications__form-buttons button {
	margin-right: auto;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	border-radius: initial;
	background-color: transparent;
}

@media (min-width: 768px) {
	.applications__form-buttons button {
		margin-right: 40px;
		margin-bottom: 0;
	}

	.applications__form-buttons button:last-child {
		margin-right: 0;
	}
}

.applications__form-buttons button:last-child {
	margin-bottom: 0;
}

.applications__form-buttons button:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.applications__form-buttons button:hover {
		opacity: 0.6;
	}
}

.applications__form-add-btn {
	color: #0c50c8;
}

.applications__form-add-btn svg {
	margin-right: 7px;
}

@media (min-width: 768px) {
	.applications__form-add-btn svg {
		margin-right: 5px;
	}
}

.applications__form-reset-btn {
	color: #e53935;
}

.applications__form-reset-btn svg {
	margin-right: 12px;
	margin-left: 2px;
}

@media (min-width: 768px) {
	.applications__form-reset-btn svg {
		margin-right: 5px;
		margin-left: 0;
	}
}

.applications__filter {
	position: absolute;
	top: 93%;
	left: 3%;
	z-index: 10;
	display: none;
	width: 95%;
	height: 280px;
	padding: 20px;
	background: #fff;
	border: 1px solid #c9cad1;
	border-radius: 4px;
	box-shadow: 0px 2px 8px #f3f5f9;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media (min-width: 768px) {
	.applications__filter {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.applications__filter {
		width: 896px;
		padding: 34px;
	}
}

@media (min-width: 1200px) {
	.applications__filter {
		width: 910px;
	}
}

.applications__filter_show {
	display: block;
}

.applications__filter.ps.ps--active-y .ps__rail-y {
	width: 8px !important;
}

.applications__filter.ps.ps--active-y .ps__thumb-y {
	width: 4px !important;
	background-color: #999eab !important;
	opacity: 0.5 !important;
	border-radius: 2px !important;
}

.applications__filter-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.applications__filter-item {
	display: -webkit-box;
	display: flex;
	width: 250px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.applications__filter-item {
		margin-right: 10px;
	}
}

@media (min-width: 992px) {
	.applications__filter-item {
		margin-right: 20px;
	}

	.applications__filter-item:nth-child(3n) {
		margin-right: 0;
	}
}

.overlay-filter {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 9;
}

.overlay-filter_show {
	display: block;
}

.applications__navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	box-shadow: 0 -4px 10px #d6dfeb;
	border-radius: 0 0 2px 2px;
}

@media (min-width: 992px) {
	.applications__navbar {
		position: static;
		z-index: 0;
		display: table;
		box-shadow: none;
		border-radius: 0;
	}
}

.applications__navbar td {
	text-align: center;
}

.applications__navbar_show {
	display: table;
}

.applications__navbar_sticky {
	position: fixed;
	z-index: 10;
	width: 970px;
	top: 140px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(173, 190, 214, 0.14902);
}

.applications__navbar_sticky .applications__navbar-item_text {
	border-right: 0;
}

.applications__navbar_sticky ~ .applications__table-wrapper {
	padding-top: 50px;
}

.applications__navbar-item {
	height: 50px;
}

@media (min-width: 992px) {
	.applications__navbar-item {
		padding-left: 9px;
		padding-right: 9px;
		border-left: 1px solid #fff;
		border-right: 1px solid #e3e7ec;
	}

	.applications__navbar-item:last-child {
		border-right: 1px solid #fff;
		text-align: right;
	}
}

.applications__navbar-item button {
	font-weight: 400;
}

.applications__navbar-item_toggle-wrap {
	display: none;
}

@media (min-width: 992px) {
	.applications__navbar-item_toggle-wrap {
		display: table-cell;
		width: 59px;
		background-color: #fff;
	}
}

.applications__btn-toggle {
	position: relative;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #c9cad1;
	border-radius: 4px;
	cursor: pointer;
}

.applications__btn-toggle_selected {
	background-color: #0c50c8;
	border: none;
}

.applications__btn-toggle_selected::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 7px;
	width: 10px;
	height: 3px;
	background-color: #fff;
}

.applications__btn-toggle_all {
	background-color: #0c50c8;
	border: none;
}

.applications__btn-toggle_all::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(/local/templates/register/css/../img/icons/icon-tick-white.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

@media (min-width: 992px) {
	.applications__navbar-item_edit-wrap {
		width: 157px;
	}
}

.applications__btn-edit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0 auto;
	background-color: transparent;
}

.applications__btn-edit:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.applications__btn-edit:hover {
		opacity: 0.6;
	}
}

@media (min-width: 992px) {
	.applications__btn-edit {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.applications__btn-edit svg {
	color: #0c50c8;
}

@media (min-width: 992px) {
	.applications__btn-edit svg {
		color: #c9cad1;
	}
}

@media (min-width: 992px) {
	.applications__navbar-item_del-wrap {
		width: 116px;
	}
}

.applications__btn-del {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0 auto;
	background-color: transparent;
}

.applications__btn-del:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.applications__btn-del:hover {
		opacity: 0.6;
	}
}

@media (min-width: 992px) {
	.applications__btn-del {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.applications__btn-del svg {
	color: #e53935;
}

@media (min-width: 992px) {
	.applications__navbar-item_verify-wrap {
		width: 170px;
	}
}

.applications__btn-verify {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0 auto;
	background-color: transparent;
}

.applications__btn-verify:active {
	opacity: 0.6;
}

@media (hover: hover) {
	.applications__btn-verify:hover {
		opacity: 0.6;
	}
}

@media (min-width: 992px) {
	.applications__btn-verify {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.applications__navbar-item_text {
	display: none;
}

@media (min-width: 992px) {
	.applications__navbar-item_text {
		display: table-cell;
		width: 130px;
	}
}

.applications__navbar-text {
	margin-right: 18px;
}

.applications__navbar-item_select {
	display: none;
}

@media (min-width: 992px) {
	.applications__navbar-item_select {
		display: table-cell;
		padding-left: 160px;
		background-color: #fff;
	}
}

.applications__navbar-item_select .selectric {
	width: 52px;
	border: none;
}

.applications__navbar-item_select .selectric .label {
	width: 24px;
	padding: 0;
	text-align: center;
	border: 1px solid #c9cad1;
	border-radius: 3px;
	background-color: #fff;
}

.applications__navbar-item_select .selectric .button {
	width: 24px;
	height: 24px;
}

.applications__navbar-item_select .selectric .button::after {
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-bottom-3.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

.applications__select-text {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.applications__select-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.applications__select-sort {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 15px;
	background-color: #e5e5e5;
}

@media (min-width: 992px) {
	.applications__select-sort {
		display: none;
	}
}

.applications__select-sort .selectric {
	width: 52px;
	border: none;
}

.applications__select-sort .selectric .label {
	width: 24px;
	padding: 0;
	text-align: center;
	border: 1px solid #c9cad1;
	border-radius: 3px;
	background-color: #fff;
}

.applications__select-sort .selectric .button {
	width: 24px;
	height: 24px;
}

.applications__select-sort .selectric .button::after {
	background-image: url('/local/templates/register/css/../img/icons/icon-arrow-blue-bottom-3.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

.applications__select-sort-wrapper {
	margin-left: 8px;
}

.applications__table-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow-x: auto;
}

.applications__table {
	position: relative;
	width: 850px;
	height: auto;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	border-collapse: collapse;
	background-color: #fff;
	border-radius: 2px 2px 0px 0px;
}

.applications__table td {
	height: 80px;
	padding: 5px;
	text-align: center;
	border: 1px solid #e3e7ec;
}

@media (min-width: 992px) {
	.applications__table td {
		padding: 9px;
	}
}

@media (min-width: 768px) {
	.applications__table {
		width: 100%;
	}
}

.applications__table-row_active {
	background-color: rgba(12, 80, 200, 0.2);
}

.applications__table-header {
	padding: 3px 9px;
	font-weight: 400;
	text-align: center;
	background-color: #f2f4f6;
	border: 1px solid #e3e7ec;
}

.applications__table-toggle {
	width: 60px;
}

@media (min-width: 992px) {
	.applications__table-toggle button {
		display: none;
	}
}

.applications__table-checkbox {
	width: 60px;
}

.applications__table-checkbox label::before {
	top: 50%;
	left: 52%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.applications__table-checkbox label::after {
	top: 50%;
	left: 52%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.applications__table-number {
	width: 40px;
}

.applications__table-name {
	width: 18.5%;
}

@media (min-width: 992px) {
	.applications__table-name {
		width: 233px;
	}
}

.applications__table-name a {
	font-weight: 700;
	color: #0d50c6;
	cursor: pointer;
}

.applications__table-name_header {
	font-weight: 400;
	color: #000;
}

.applications__table-name_header a {
	padding: 5px 10px;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.applications__table-name_header svg {
	padding-top: 3px;
}

.applications__table-status {
	width: 140px;
}

.applications__table-status_header {
	vertical-align: middle;
}

.applications__table-status_header a {
	padding: 5px 10px;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.applications__table-status_header svg {
	padding-top: 3px;
}

.applications__table-request {
	width: 150px;
	font-size: 15px;
	line-height: 24px;
}

.applications__table-request_header {
	font-size: 13px;
	line-height: 20px;
}

.applications__table-verify {
	width: 130px;
}

.applications__table-term {
	position: relative;
	width: 100px;
}

.applications__table-term span {
	display: block;
}

.applications__table-tooltip {
	position: absolute;
	top: -26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	min-width: 88px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #0c50c8;
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.applications__table-tooltip::before {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 11px;
	height: 11px;
	background-image: url('/local/templates/register/css/../img/icons/icon-triangle-blue.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.applications__table-term:hover {
	cursor: pointer;
}

.applications__table-term:hover .applications__table-tooltip {
	visibility: visible;
	opacity: 1;
}

.applications__table-term_header:hover {
	cursor: none;
}

.applications__table-actions {
	width: 117px;
	color: #0d50c6;
}

.applications__table-actions a {
	display: block;
	cursor: pointer;
}

.applications__table-actions_header {
	color: #000;
}

.task {
	overflow: hidden;
}

.task .container {
	max-width: 100%;
}

.task form {
	display: none;
}

.task .form-field {
	margin-bottom: 10px;
}

.task .form-add-field {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.task .form-add-field {
		margin-bottom: 0;
	}
}

.task__header {
	padding: 9px 0;
	background-color: #fff;
}

@media (min-width: 992px) {
	.task__header {
		padding: 17px 0;
	}
}

.task__header .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
}

.task__status {
	max-width: 80%;
}

.task__next-btn svg {
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (max-width: 767.98px) {
	.task__next-btn {
		width: 32px;
		height: 32px;
		padding: 0;
		font-size: 0;
	}
}

@media (min-width: 768px) {
	.task__next-btn {
		min-width: 102px;
	}

	.task__next-btn svg {
		margin-left: 5px;
	}
}

.task__table-wrapper {
	position: relative;
	overflow-x: auto;
}

.task__table {
	width: 100%;
	height: auto;
}

.task__table .container {
	padding: 0;
}

@media (max-width: 767.98px) {
	.task__table {
		margin-bottom: 20px;
	}
}

.task__item-title {
	padding: 15px;
	margin: 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
}

.task__item-title_main {
	padding: 20px 15px;
	font-size: 18px;
	line-height: 22px;
}

@media (max-width: 767.98px) {
	.task__item-title {
		position: absolute;
		z-index: 2;
		left: 0;
		width: 100%;
		background-color: #fff;
	}

	.task__item-title_main {
		background-color: transparent;
	}
}

@media (min-width: 992px) {
	.task__item-title {
		padding: 30px 55px 29px;
		font-size: 20px;
		line-height: 24px;
	}
}

.task__item {
	min-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #abbed8;
}

@media (max-width: 767.98px) {
	.task__item:last-child {
		margin-bottom: 10px;
	}
}

.task__row {
	min-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: 1px solid #e3e7ec;
}

.task__row .container {
	display: -webkit-box;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 100%;
	max-width: 100%;
}

.task__cell {
	position: relative;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 15px;
}

.task__cell_on-edit .task__cell-content,
.task__cell_on-edit .task__edit-btn {
	display: none;
}

.task__cell_on-edit form {
	display: block;
}

@media (min-width: 992px) {
	.task__cell_on-edit form {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
	}
}

.task__cell_left {
	width: 265px;
}

.task__cell_center {
	-webkit-box-flex: 0;
	flex-grow: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	width: 56px;
	padding-top: 28px;
	padding-bottom: 28px;
	border-left: 1px solid #e3e7ec;
	border-right: 1px solid #e3e7ec;
}

.task__cell_center svg {
	display: block;
	width: 16px;
	height: 16px;
}

.task__row_header .task__cell_center {
	border: none;
}

.task__cell_right {
	width: 320px;
}

.task__row_header .task__cell {
	padding-top: 18px;
	padding-bottom: 22px;
}

@media (min-width: 992px) {
	.task__cell {
		padding: 18px 0 22px;
	}

	.task__cell_left {
		width: 627px;
		padding-left: 55px;
		padding-right: 30px;
	}

	.task__cell_center {
		width: 66px;
		padding: 34px 24px;
	}

	.task__cell_right {
		width: 587px;
		padding-left: 62px;
	}
}

.task__cell-title,
.task__cell-item {
	max-width: 85%;
}

.task__cell-title {
	margin: 0;
	margin-bottom: 1px;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #757b8a;
}

.task__row_header .task__cell-title {
	margin-bottom: 1px;
}

@media (min-width: 992px) {
	.task__cell-title {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 16px;
	}

	.task__row_header .task__cell-title {
		margin-bottom: 5px;
	}
}

.task__cell-item {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}

.task__cell-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.task__row_header .task__cell-item {
	font-size: 13px;
	line-height: 20px;
	color: #757b8a;
}

@media (min-width: 992px) {
	.task__cell-item {
		font-size: 18px;
		line-height: 24px;
	}

	.task__cell-item:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.task__row_header .task__cell-item {
		font-size: 15px;
		line-height: 16px;
	}
}

.task__edit-btn {
	position: absolute;
	top: 24px;
	right: 15px;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	color: #0c50c8;
	background-color: transparent;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.task__edit-btn svg {
	display: block;
	width: 24px;
	height: 24px;
	pointer-events: none;
}

.task__edit-btn:active {
	opacity: 0.8;
}

@media (hover: hover) {
	.task__edit-btn:hover {
		opacity: 0.8;
	}
}

@media (min-width: 992px) {
	.task__edit-btn {
		top: 30px;
		right: 30px;
	}
}

@media (min-width: 992px) {
	.task__form-fields {
		-webkit-box-flex: 1;
		flex-grow: 1;
		margin-right: 15px;
	}
}

.task__save-btn {
	width: 100%;
}

@media (min-width: 992px) {
	.task__save-btn {
		flex-shrink: 0;
		width: 112px;
		margin-top: 24px;
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 1px solid #ddd;
	border-radius: 0px;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 12px;
	line-height: 38px;
	color: #444;
	height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #f8f8f8;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none;
}

.selectric-focus .selectric {
	border-color: #aaa;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectric-open {
	z-index: 10;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f8f8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #e0e0e0;
	color: #444;
}

.selectric-items li.highlighted {
	background: #d0d0d0;
	color: #444;
}

.selectric-items li:hover {
	background: #d5d5d5;
	color: #444;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

.datepicker-container {
	color: #2a303e;
	background: #fff;
	border: 1px solid #e3e7ec;
	box-shadow: 0px 2px 8px rgba(173, 190, 214, 0.15);
	border-radius: 4px;
	direction: ltr;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	left: 0;
	line-height: 30px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 249px;
	z-index: -1;
	padding: 0 0 15px;
}

.datepicker-container::before,
.datepicker-container::after {
	border: 5px solid transparent;
	content: ' ';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.datepicker-dropdown {
	box-sizing: content-box;
	position: absolute;
	z-index: 1;
}

.datepicker-inline {
	position: static;
}

.datepicker-panel {
	border-radius: 4px 4px 0 0;
}

.datepicker-panel li[data-view='month prev'],
.datepicker-panel li[data-view='year prev'],
.datepicker-panel li[data-view='years prev'] {
	text-indent: -9999px;
	border-radius: 4px 0 0 0;
	width: 8px;
	height: 12px;
	margin: 0 0 0 10px;
}

.datepicker-panel li[data-view='month prev']:hover,
.datepicker-panel li[data-view='year prev']:hover,
.datepicker-panel li[data-view='years prev']:hover {
	width: 8px;
	height: 12px;
	margin: 0 0 0 10px;
	background-color: transparent;
	border: none;
}

.datepicker-panel li[data-view='month next'],
.datepicker-panel li[data-view='year next'],
.datepicker-panel li[data-view='years next'] {
	text-indent: -9999px;
	border-radius: 0 4px 0 0;
	width: 8px;
	height: 12px;
	margin: 0 10px 0 0;
}

.datepicker-panel li[data-view='month next']:hover,
.datepicker-panel li[data-view='year next']:hover,
.datepicker-panel li[data-view='years next']:hover {
	width: 8px;
	height: 12px;
	margin: 0 10px 0 0;
	background-color: transparent;
	border: none;
}

.datepicker-panel > ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.datepicker-panel > ul:first-child {
	padding: 3.5px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 3.5px 0;
	border-bottom: 1px solid #e3e7ec;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
	content: ' ';
	display: table;
}

.datepicker-panel > ul::after {
	clear: both;
}

.datepicker-panel > ul > li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 22px;
	line-height: 1;
	list-style: none;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 24px;
	margin: 5px 3.3px;
}

ul[data-view='years'],
ul[data-view='months'] {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.datepicker-panel > ul > li:hover {
	background-color: #0c50c8;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #0c50c8;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
	color: #c9cad1;
}

.datepicker-panel > ul > li.muted:hover {
	color: #fff;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: #0c50c8;
	border: 1px solid #0c50c8;
	border-radius: 4px;
}

.datepicker-panel > ul > li.picked:hover {
	color: #fff;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	background-color: #fff;
	color: #0c50c8;
	cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
	font-size: 18px;
}

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
	width: 150px;
}

.datepicker-panel > ul[data-view='week'] {
	padding: 0 17px;
	margin: 6px 0 0;
}

.datepicker-panel > ul[data-view='days'] {
	padding: 0 17px;
}

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
	height: 30px;
	line-height: 30px;
	width: 34px;
}

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
	background-color: #fff;
	cursor: default;
	color: #000;
	border: none;
}

.datepicker-hide {
	display: none;
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
	opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color 0.2s linear, height 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color 0.2s linear, width 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

.ui-autocomplete.ui-autocomplete {
	z-index: 9000;
}

.work-function-task-cell__show-more.work-function-task-cell__show-more {
	position: relative;
	background: none;
	color: #0c50c8;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.15;
	padding: 7px 0 11px 13px;
}

.work-function-task-cell__show-more::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	border: 1px #0c50c8 solid;
	border-bottom: none;
	border-left: none;
	width: 6px;
	height: 6px;
	transform: translate(3px, -100%) rotate(-225deg);
	transition: transform 0.4s;
}

.accordion__item_active .work-function-task-cell__show-more::before {
	transform: translate(3px, -50%) rotate(-45deg);
}

.work-function-task-cell__content {
	position: relative;
}

.work-function-task-cell__content + .work-function-task-cell__content {
	margin-top: 20px;
}

.work-function-task-cell__content .task__edit-btn {
	top: -3px;
	right: 15px;
}

.field-editor {
}

.field-editor__work-function {
	margin-bottom: 28px;
}

.field-editor__work-function-title {
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.15;
	color: #757b8a;
}

.field-editor__work-function-description {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.15;
	color: #2a303e;
}

/* End */


/* Start:/local/templates/register/css/jquery-ui.min.css?153564400030747*/
/*! jQuery UI - v1.12.1 - 2016-09-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/register/css/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/register/css/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/local/templates/register/css/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/local/templates/register/css/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/local/templates/register/css/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/register/css/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/local/templates/register/css/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/* End */


/* Start:/local/templates/register/css/cookie-widget.css?17563826861160*/
.cookie-widget {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	color: #2a303e;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.cookie-widget a {
	color: #002974;
}

.cookie-widget a:hover {
	text-decoration: none;
}

.cookie-widget__content {
	max-width: 1200px;
	margin: 0 auto;
}

.cookie-widget__message {
	padding: 0 15px;
}

.cookie-widget__close {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/register/img/icons/icon-close-circle-red.svg');
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: transform ease 0.3s;
	transform: rotate(0);
}

.cookie-widget__close:hover {
	transform: rotate(90deg);
}

.cookie-widget__button {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 30px;
	cursor: pointer;
	background: #013085;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	transition: all ease 0.3s;
}

.cookie-widget__button:hover {
	background: #053b9c;
}

/* End */


/* Start:/local/templates/register/lib/fancybox/jquery.fancybox.css?15536181864903*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/register/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/register/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/register/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/register/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		/*background-image: url('/local/templates/register/lib/fancybox/fancybox_sprite@2x.png');*/
		/*background-size: 44px 152px; !*The size of the normal image, half the size of the hi-res image*!*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/register/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/register/css/datepicker.min.css?163126030312257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.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-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{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 rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;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;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);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}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-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:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-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:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 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-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/register/lib/bvi/css/bvi.min.css?1553331745127805*/
/*!
 * Button visually impaired v1.0.8
 */html:not(.bvi-panel){font-size:16px !important}html body a.bvi-link{padding:10px 10px;font-size:12px;border-color:transparent}html body .bvi{font-family:Arial,sans-serif !important}html body .bvi .bvi-btn{font-weight:bold !important}html body .bvi .bvi-eye-link{position:fixed;top:1rem;right:1rem;opacity:.75;z-index:999999 !important}html body .bvi .bvi-container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}@media(min-width:576px){html body .bvi .bvi-container{max-width:540px}}@media(min-width:768px){html body .bvi .bvi-container{max-width:720px}}@media(min-width:992px){html body .bvi .bvi-container{max-width:960px}}@media(min-width:1200px){html body .bvi .bvi-container{max-width:1140px}}html body .bvi .bvi-container-fluid{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}html body .bvi .bvi-row{display:flex;flex-wrap:wrap;margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters{margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters>.bvi-col,html body .bvi .bvi-no-gutters>[class*="bvi-col-"]{padding-right:0;padding-left:0}html body .bvi .bvi-col-1,html body .bvi .bvi-col-2,html body .bvi .bvi-col-3,html body .bvi .bvi-col-4,html body .bvi .bvi-col-5,html body .bvi .bvi-col-6,html body .bvi .bvi-col-7,html body .bvi .bvi-col-8,html body .bvi .bvi-col-9,html body .bvi .bvi-col-10,html body .bvi .bvi-col-11,html body .bvi .bvi-col-12,html body .bvi .bvi-col,html body .bvi .bvi-col-auto,html body .bvi .bvi-col-sm-1,html body .bvi .bvi-col-sm-2,html body .bvi .bvi-col-sm-3,html body .bvi .bvi-col-sm-4,html body .bvi .bvi-col-sm-5,html body .bvi .bvi-col-sm-6,html body .bvi .bvi-col-sm-7,html body .bvi .bvi-col-sm-8,html body .bvi .bvi-col-sm-9,html body .bvi .bvi-col-sm-10,html body .bvi .bvi-col-sm-11,html body .bvi .bvi-col-sm-12,html body .bvi .bvi-col-sm,html body .bvi .bvi-col-sm-auto,html body .bvi .bvi-col-md-1,html body .bvi .bvi-col-md-2,html body .bvi .bvi-col-md-3,html body .bvi .bvi-col-md-4,html body .bvi .bvi-col-md-5,html body .bvi .bvi-col-md-6,html body .bvi .bvi-col-md-7,html body .bvi .bvi-col-md-8,html body .bvi .bvi-col-md-9,html body .bvi .bvi-col-md-10,html body .bvi .bvi-col-md-11,html body .bvi .bvi-col-md-12,html body .bvi .bvi-col-md,html body .bvi .bvi-col-md-auto,html body .bvi .bvi-col-lg-1,html body .bvi .bvi-col-lg-2,html body .bvi .bvi-col-lg-3,html body .bvi .bvi-col-lg-4,html body .bvi .bvi-col-lg-5,html body .bvi .bvi-col-lg-6,html body .bvi .bvi-col-lg-7,html body .bvi .bvi-col-lg-8,html body .bvi .bvi-col-lg-9,html body .bvi .bvi-col-lg-10,html body .bvi .bvi-col-lg-11,html body .bvi .bvi-col-lg-12,html body .bvi .bvi-col-lg,html body .bvi .bvi-col-lg-auto,html body .bvi .bvi-col-xl-1,html body .bvi .bvi-col-xl-2,html body .bvi .bvi-col-xl-3,html body .bvi .bvi-col-xl-4,html body .bvi .bvi-col-xl-5,html body .bvi .bvi-col-xl-6,html body .bvi .bvi-col-xl-7,html body .bvi .bvi-col-xl-8,html body .bvi .bvi-col-xl-9,html body .bvi .bvi-col-xl-10,html body .bvi .bvi-col-xl-11,html body .bvi .bvi-col-xl-12,html body .bvi .bvi-col-xl,html body .bvi .bvi-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0}html body .bvi .bvi-col{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-12{flex:0 0 100%;max-width:100%}html body .bvi .order-first{order:-1}html body .bvi .order-last{order:13}html body .bvi .order-0{order:0}html body .bvi .order-1{order:1}html body .bvi .order-2{order:2}html body .bvi .order-3{order:3}html body .bvi .order-4{order:4}html body .bvi .order-5{order:5}html body .bvi .order-6{order:6}html body .bvi .order-7{order:7}html body .bvi .order-8{order:8}html body .bvi .order-9{order:9}html body .bvi .order-10{order:10}html body .bvi .order-11{order:11}html body .bvi .order-12{order:12}html body .bvi .offset-1{margin-left:8.33333%}html body .bvi .offset-2{margin-left:16.66667%}html body .bvi .offset-3{margin-left:25%}html body .bvi .offset-4{margin-left:33.33333%}html body .bvi .offset-5{margin-left:41.66667%}html body .bvi .offset-6{margin-left:50%}html body .bvi .offset-7{margin-left:58.33333%}html body .bvi .offset-8{margin-left:66.66667%}html body .bvi .offset-9{margin-left:75%}html body .bvi .offset-10{margin-left:83.33333%}html body .bvi .offset-11{margin-left:91.66667%}@media(min-width:576px){html body .bvi .bvi-col-sm{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-sm-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-sm-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-sm-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-sm-12{flex:0 0 100%;max-width:100%}html body .bvi .order-sm-first{order:-1}html body .bvi .order-sm-last{order:13}html body .bvi .order-sm-0{order:0}html body .bvi .order-sm-1{order:1}html body .bvi .order-sm-2{order:2}html body .bvi .order-sm-3{order:3}html body .bvi .order-sm-4{order:4}html body .bvi .order-sm-5{order:5}html body .bvi .order-sm-6{order:6}html body .bvi .order-sm-7{order:7}html body .bvi .order-sm-8{order:8}html body .bvi .order-sm-9{order:9}html body .bvi .order-sm-10{order:10}html body .bvi .order-sm-11{order:11}html body .bvi .order-sm-12{order:12}html body .bvi .offset-sm-0{margin-left:0}html body .bvi .offset-sm-1{margin-left:8.33333%}html body .bvi .offset-sm-2{margin-left:16.66667%}html body .bvi .offset-sm-3{margin-left:25%}html body .bvi .offset-sm-4{margin-left:33.33333%}html body .bvi .offset-sm-5{margin-left:41.66667%}html body .bvi .offset-sm-6{margin-left:50%}html body .bvi .offset-sm-7{margin-left:58.33333%}html body .bvi .offset-sm-8{margin-left:66.66667%}html body .bvi .offset-sm-9{margin-left:75%}html body .bvi .offset-sm-10{margin-left:83.33333%}html body .bvi .offset-sm-11{margin-left:91.66667%}}@media(min-width:768px){html body .bvi .bvi-col-md{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-md-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-md-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-md-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-md-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-md-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-md-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-md-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-md-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-md-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-md-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-md-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-md-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-md-12{flex:0 0 100%;max-width:100%}html body .bvi .order-md-first{order:-1}html body .bvi .order-md-last{order:13}html body .bvi .order-md-0{order:0}html body .bvi .order-md-1{order:1}html body .bvi .order-md-2{order:2}html body .bvi .order-md-3{order:3}html body .bvi .order-md-4{order:4}html body .bvi .order-md-5{order:5}html body .bvi .order-md-6{order:6}html body .bvi .order-md-7{order:7}html body .bvi .order-md-8{order:8}html body .bvi .order-md-9{order:9}html body .bvi .order-md-10{order:10}html body .bvi .order-md-11{order:11}html body .bvi .order-md-12{order:12}html body .bvi .offset-md-0{margin-left:0}html body .bvi .offset-md-1{margin-left:8.33333%}html body .bvi .offset-md-2{margin-left:16.66667%}html body .bvi .offset-md-3{margin-left:25%}html body .bvi .offset-md-4{margin-left:33.33333%}html body .bvi .offset-md-5{margin-left:41.66667%}html body .bvi .offset-md-6{margin-left:50%}html body .bvi .offset-md-7{margin-left:58.33333%}html body .bvi .offset-md-8{margin-left:66.66667%}html body .bvi .offset-md-9{margin-left:75%}html body .bvi .offset-md-10{margin-left:83.33333%}html body .bvi .offset-md-11{margin-left:91.66667%}}@media(min-width:992px){html body .bvi .bvi-col-lg{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-lg-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-lg-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-lg-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-lg-12{flex:0 0 100%;max-width:100%}html body .bvi .order-lg-first{order:-1}html body .bvi .order-lg-last{order:13}html body .bvi .order-lg-0{order:0}html body .bvi .order-lg-1{order:1}html body .bvi .order-lg-2{order:2}html body .bvi .order-lg-3{order:3}html body .bvi .order-lg-4{order:4}html body .bvi .order-lg-5{order:5}html body .bvi .order-lg-6{order:6}html body .bvi .order-lg-7{order:7}html body .bvi .order-lg-8{order:8}html body .bvi .order-lg-9{order:9}html body .bvi .order-lg-10{order:10}html body .bvi .order-lg-11{order:11}html body .bvi .order-lg-12{order:12}html body .bvi .offset-lg-0{margin-left:0}html body .bvi .offset-lg-1{margin-left:8.33333%}html body .bvi .offset-lg-2{margin-left:16.66667%}html body .bvi .offset-lg-3{margin-left:25%}html body .bvi .offset-lg-4{margin-left:33.33333%}html body .bvi .offset-lg-5{margin-left:41.66667%}html body .bvi .offset-lg-6{margin-left:50%}html body .bvi .offset-lg-7{margin-left:58.33333%}html body .bvi .offset-lg-8{margin-left:66.66667%}html body .bvi .offset-lg-9{margin-left:75%}html body .bvi .offset-lg-10{margin-left:83.33333%}html body .bvi .offset-lg-11{margin-left:91.66667%}}@media(min-width:1200px){html body .bvi .bvi-col-xl{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-xl-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-xl-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-xl-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-xl-12{flex:0 0 100%;max-width:100%}html body .bvi .order-xl-first{order:-1}html body .bvi .order-xl-last{order:13}html body .bvi .order-xl-0{order:0}html body .bvi .order-xl-1{order:1}html body .bvi .order-xl-2{order:2}html body .bvi .order-xl-3{order:3}html body .bvi .order-xl-4{order:4}html body .bvi .order-xl-5{order:5}html body .bvi .order-xl-6{order:6}html body .bvi .order-xl-7{order:7}html body .bvi .order-xl-8{order:8}html body .bvi .order-xl-9{order:9}html body .bvi .order-xl-10{order:10}html body .bvi .order-xl-11{order:11}html body .bvi .order-xl-12{order:12}html body .bvi .offset-xl-0{margin-left:0}html body .bvi .offset-xl-1{margin-left:8.33333%}html body .bvi .offset-xl-2{margin-left:16.66667%}html body .bvi .offset-xl-3{margin-left:25%}html body .bvi .offset-xl-4{margin-left:33.33333%}html body .bvi .offset-xl-5{margin-left:41.66667%}html body .bvi .offset-xl-6{margin-left:50%}html body .bvi .offset-xl-7{margin-left:58.33333%}html body .bvi .offset-xl-8{margin-left:66.66667%}html body .bvi .offset-xl-9{margin-left:75%}html body .bvi .offset-xl-10{margin-left:83.33333%}html body .bvi .offset-xl-11{margin-left:91.66667%}}html body .bvi .bvi-btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){html body .bvi .bvi-btn{transition:none}}html body .bvi .bvi-btn:hover,html body .bvi .bvi-btn:focus{text-decoration:none}html body .bvi .bvi-btn:focus,html body .bvi .bvi-btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}html body .bvi .bvi-btn.disabled,html body .bvi .bvi-btn:disabled{opacity:.65}html body .bvi .bvi-btn:not(:disabled):not(.disabled){cursor:pointer}html body .bvi a.bvi-btn.disabled,html body .bvi fieldset:disabled a.bvi-btn{pointer-events:none}html body .bvi .bvi-btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html body .bvi .bvi-btn-primary:focus,html body .bvi .bvi-btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-primary.disabled,html body .bvi .bvi-btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html body .bvi .bvi-btn-secondary:focus,html body .bvi .bvi-btn-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-secondary.disabled,html body .bvi .bvi-btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html body .bvi .bvi-btn-success:focus,html body .bvi .bvi-btn-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-success.disabled,html body .bvi .bvi-btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html body .bvi .bvi-btn-info:focus,html body .bvi .bvi-btn-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-info.disabled,html body .bvi .bvi-btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html body .bvi .bvi-btn-warning:focus,html body .bvi .bvi-btn-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-warning.disabled,html body .bvi .bvi-btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}html body .bvi .bvi-btn-danger:focus,html body .bvi .bvi-btn-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-danger.disabled,html body .bvi .bvi-btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}html body .bvi .bvi-btn-light:focus,html body .bvi .bvi-btn-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-light.disabled,html body .bvi .bvi-btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}html body .bvi .bvi-btn-dark:focus,html body .bvi .bvi-btn-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-dark.disabled,html body .bvi .bvi-btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-bvi-white{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:hover{color:#212529;background-color:#ececec;border-color:#e6e6e6}html body .bvi .bvi-btn-bvi-white:focus,html body .bvi .bvi-btn-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-bvi-white.disabled,html body .bvi .bvi-btn-bvi-white:disabled{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-bvi-black{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:hover{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:focus,html body .bvi .bvi-btn-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-bvi-black.disabled,html body .bvi .bvi-btn-bvi-black:disabled{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-bvi-blue{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:hover{color:#fff;background-color:#04213e;border-color:#031b32}html body .bvi .bvi-btn-bvi-blue:focus,html body .bvi .bvi-btn-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-bvi-blue.disabled,html body .bvi .bvi-btn-bvi-blue:disabled{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle{color:#fff;background-color:#031b32;border-color:#021426}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-bvi-brown{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-bvi-brown:hover{color:#fff;background-color:#393731;border-color:#32302b}html body .bvi .bvi-btn-bvi-brown:focus,html body .bvi .bvi-btn-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-bvi-brown.disabled,html body .bvi .bvi-btn-bvi-brown:disabled{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle{color:#fff;background-color:#32302b;border-color:#2b2a25}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-bvi-green{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-bvi-green:hover{color:#212529;background-color:#99df2c;border-color:#93dd21}html body .bvi .bvi-btn-bvi-green:focus,html body .bvi .bvi-btn-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-bvi-green.disabled,html body .bvi .bvi-btn-bvi-green:disabled{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle{color:#212529;background-color:#93dd21;border-color:#8cd120}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:focus,html body .bvi .bvi-btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-outline-primary.disabled,html body .bvi .bvi-btn-outline-primary:disabled{color:#007bff;background-color:transparent}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:focus,html body .bvi .bvi-btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-outline-secondary.disabled,html body .bvi .bvi-btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}html body .bvi .bvi-btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:focus,html body .bvi .bvi-btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-outline-success.disabled,html body .bvi .bvi-btn-outline-success:disabled{color:#28a745;background-color:transparent}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:focus,html body .bvi .bvi-btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-outline-info.disabled,html body .bvi .bvi-btn-outline-info:disabled{color:#17a2b8;background-color:transparent}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:focus,html body .bvi .bvi-btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-outline-warning.disabled,html body .bvi .bvi-btn-outline-warning:disabled{color:#ffc107;background-color:transparent}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:focus,html body .bvi .bvi-btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-outline-danger.disabled,html body .bvi .bvi-btn-outline-danger:disabled{color:#dc3545;background-color:transparent}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:focus,html body .bvi .bvi-btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-outline-light.disabled,html body .bvi .bvi-btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:focus,html body .bvi .bvi-btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-outline-dark.disabled,html body .bvi .bvi-btn-outline-dark:disabled{color:#343a40;background-color:transparent}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-outline-bvi-white{color:#fff;background-color:transparent;background-image:none;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:hover{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:focus,html body .bvi .bvi-btn-outline-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-outline-bvi-white.disabled,html body .bvi .bvi-btn-outline-bvi-white:disabled{color:#fff;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-outline-bvi-black{color:#000;background-color:transparent;background-image:none;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:hover{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:focus,html body .bvi .bvi-btn-outline-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-outline-bvi-black.disabled,html body .bvi .bvi-btn-outline-bvi-black:disabled{color:#000;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-outline-bvi-blue{color:#063462;background-color:transparent;background-image:none;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:hover{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:focus,html body .bvi .bvi-btn-outline-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-outline-bvi-blue.disabled,html body .bvi .bvi-btn-outline-bvi-blue:disabled{color:#063462;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-outline-bvi-brown{color:#4d4b43;background-color:transparent;background-image:none;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:hover{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:focus,html body .bvi .bvi-btn-outline-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-outline-bvi-brown.disabled,html body .bvi .bvi-btn-outline-bvi-brown:disabled{color:#4d4b43;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-outline-bvi-green{color:#a9e44d;background-color:transparent;background-image:none;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:hover{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:focus,html body .bvi .bvi-btn-outline-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-outline-bvi-green.disabled,html body .bvi .bvi-btn-outline-bvi-green:disabled{color:#a9e44d;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-link{font-weight:400;color:#007bff;background-color:transparent}html body .bvi .bvi-btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}html body .bvi .bvi-btn-link:focus,html body .bvi .bvi-btn-link.focus{text-decoration:underline;border-color:transparent;box-shadow:none}html body .bvi .bvi-btn-link:disabled,html body .bvi .bvi-btn-link.disabled{color:#6c757d;pointer-events:none}html body .bvi .bvi-btn-lg,html body .bvi .bvi-btn-group-lg>.bvi-btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-sm,html body .bvi .bvi-btn-group-sm>.bvi-btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-block{display:block;width:100%}html body .bvi .bvi-btn-block+.bvi-btn-block{margin-top:.5rem}html body .bvi input[type="submit"].bvi-btn-block,html body .bvi input[type="reset"].bvi-btn-block,html body .bvi input[type="button"].bvi-btn-block{width:100%}html body .bvi .bvi-btn-group,html body .bvi .bvi-btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html body .bvi .bvi-btn-group>.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn{position:relative;flex:0 1 auto}html body .bvi .bvi-btn-group>.bvi-btn:hover,html body .bvi .bvi-btn-group-vertical>.bvi-btn:hover{z-index:1}html body .bvi .bvi-btn-group>.bvi-btn:focus,html body .bvi .bvi-btn-group>.bvi-btn:active,html body .bvi .bvi-btn-group>.bvi-btn.active,html body .bvi .bvi-btn-group-vertical>.bvi-btn:focus,html body .bvi .bvi-btn-group-vertical>.bvi-btn:active,html body .bvi .bvi-btn-group-vertical>.bvi-btn.active{z-index:1}html body .bvi .bvi-btn-group .bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group .bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group .bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group .bvi-btn-group+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group+.bvi-btn-group{margin-left:-1px}html body .bvi .bvi-btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html body .bvi .bvi-btn-toolbar .input-group{width:auto}html body .bvi .bvi-btn-group>.bvi-btn:first-child{margin-left:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:last-child)>.bvi-btn{border-top-right-radius:0;border-bottom-right-radius:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-bottom-left-radius:0}html body .bvi .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}html body .bvi .dropdown-toggle-split::after,.dropup html body .bvi .dropdown-toggle-split::after,.dropright html body .bvi .dropdown-toggle-split::after{margin-left:0}.dropleft html body .bvi .dropdown-toggle-split::before{margin-right:0}html body .bvi .bvi-btn-sm+.dropdown-toggle-split,html body .bvi .bvi-btn-group-sm>.bvi-btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html body .bvi .bvi-btn-lg+.dropdown-toggle-split,html body .bvi .bvi-btn-group-lg>.bvi-btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html body .bvi .bvi-btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html body .bvi .bvi-btn-group-vertical .bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group{width:100%}html body .bvi .bvi-btn-group-vertical>.bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group+.bvi-btn-group{margin-top:-1px;margin-left:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:last-child)>.bvi-btn{border-bottom-right-radius:0;border-bottom-left-radius:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-top-right-radius:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn,html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn{margin-bottom:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="checkbox"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html body .bvi .bvi-border{border:1px solid #dee2e6 !important}html body .bvi .bvi-border-top{border-top:1px solid #dee2e6 !important}html body .bvi .bvi-border-right{border-right:1px solid #dee2e6 !important}html body .bvi .bvi-border-bottom{border-bottom:1px solid #dee2e6 !important}html body .bvi .bvi-border-left{border-left:1px solid #dee2e6 !important}html body .bvi .bvi-border-0{border:0 !important}html body .bvi .bvi-border-top-0{border-top:0 !important}html body .bvi .bvi-border-right-0{border-right:0 !important}html body .bvi .bvi-border-bottom-0{border-bottom:0 !important}html body .bvi .bvi-border-left-0{border-left:0 !important}html body .bvi .bvi-border-primary{border-color:#007bff !important}html body .bvi .bvi-border-secondary{border-color:#6c757d !important}html body .bvi .bvi-border-success{border-color:#28a745 !important}html body .bvi .bvi-border-info{border-color:#17a2b8 !important}html body .bvi .bvi-border-warning{border-color:#ffc107 !important}html body .bvi .bvi-border-danger{border-color:#dc3545 !important}html body .bvi .bvi-border-light{border-color:#f8f9fa !important}html body .bvi .bvi-border-dark{border-color:#343a40 !important}html body .bvi .bvi-border-bvi-white{border-color:#fff !important}html body .bvi .bvi-border-bvi-black{border-color:#000 !important}html body .bvi .bvi-border-bvi-blue{border-color:#063462 !important}html body .bvi .bvi-border-bvi-brown{border-color:#4d4b43 !important}html body .bvi .bvi-border-bvi-green{border-color:#a9e44d !important}html body .bvi .bvi-border-white{border-color:#fff !important}html body .bvi .bvi-rounded{border-radius:0 !important}html body .bvi .bvi-rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}html body .bvi .bvi-rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}html body .bvi .bvi-rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}html body .bvi .bvi-rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}html body .bvi .bvi-rounded-circle{border-radius:50% !important}html body .bvi .bvi-rounded-0{border-radius:0 !important}html body .bvi .bvi-m-0{margin:0 !important}html body .bvi .bvi-mt-0,html body .bvi .bvi-my-0{margin-top:0 !important}html body .bvi .bvi-mr-0,html body .bvi .bvi-mx-0{margin-right:0 !important}html body .bvi .bvi-mb-0,html body .bvi .bvi-my-0{margin-bottom:0 !important}html body .bvi .bvi-ml-0,html body .bvi .bvi-mx-0{margin-left:0 !important}html body .bvi .bvi-m-1{margin:.25rem !important}html body .bvi .bvi-mt-1,html body .bvi .bvi-my-1{margin-top:.25rem !important}html body .bvi .bvi-mr-1,html body .bvi .bvi-mx-1{margin-right:.25rem !important}html body .bvi .bvi-mb-1,html body .bvi .bvi-my-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-1,html body .bvi .bvi-mx-1{margin-left:.25rem !important}html body .bvi .bvi-m-2{margin:.5rem !important}html body .bvi .bvi-mt-2,html body .bvi .bvi-my-2{margin-top:.5rem !important}html body .bvi .bvi-mr-2,html body .bvi .bvi-mx-2{margin-right:.5rem !important}html body .bvi .bvi-mb-2,html body .bvi .bvi-my-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-2,html body .bvi .bvi-mx-2{margin-left:.5rem !important}html body .bvi .bvi-m-3{margin:1rem !important}html body .bvi .bvi-mt-3,html body .bvi .bvi-my-3{margin-top:1rem !important}html body .bvi .bvi-mr-3,html body .bvi .bvi-mx-3{margin-right:1rem !important}html body .bvi .bvi-mb-3,html body .bvi .bvi-my-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-3,html body .bvi .bvi-mx-3{margin-left:1rem !important}html body .bvi .bvi-m-4{margin:1.5rem !important}html body .bvi .bvi-mt-4,html body .bvi .bvi-my-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-4,html body .bvi .bvi-mx-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-4,html body .bvi .bvi-my-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-4,html body .bvi .bvi-mx-4{margin-left:1.5rem !important}html body .bvi .bvi-m-5{margin:3rem !important}html body .bvi .bvi-mt-5,html body .bvi .bvi-my-5{margin-top:3rem !important}html body .bvi .bvi-mr-5,html body .bvi .bvi-mx-5{margin-right:3rem !important}html body .bvi .bvi-mb-5,html body .bvi .bvi-my-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-5,html body .bvi .bvi-mx-5{margin-left:3rem !important}html body .bvi .bvi-p-0{padding:0 !important}html body .bvi .bvi-pt-0,html body .bvi .bvi-py-0{padding-top:0 !important}html body .bvi .bvi-pr-0,html body .bvi .bvi-px-0{padding-right:0 !important}html body .bvi .bvi-pb-0,html body .bvi .bvi-py-0{padding-bottom:0 !important}html body .bvi .bvi-pl-0,html body .bvi .bvi-px-0{padding-left:0 !important}html body .bvi .bvi-p-1{padding:.25rem !important}html body .bvi .bvi-pt-1,html body .bvi .bvi-py-1{padding-top:.25rem !important}html body .bvi .bvi-pr-1,html body .bvi .bvi-px-1{padding-right:.25rem !important}html body .bvi .bvi-pb-1,html body .bvi .bvi-py-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-1,html body .bvi .bvi-px-1{padding-left:.25rem !important}html body .bvi .bvi-p-2{padding:.5rem !important}html body .bvi .bvi-pt-2,html body .bvi .bvi-py-2{padding-top:.5rem !important}html body .bvi .bvi-pr-2,html body .bvi .bvi-px-2{padding-right:.5rem !important}html body .bvi .bvi-pb-2,html body .bvi .bvi-py-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-2,html body .bvi .bvi-px-2{padding-left:.5rem !important}html body .bvi .bvi-p-3{padding:1rem !important}html body .bvi .bvi-pt-3,html body .bvi .bvi-py-3{padding-top:1rem !important}html body .bvi .bvi-pr-3,html body .bvi .bvi-px-3{padding-right:1rem !important}html body .bvi .bvi-pb-3,html body .bvi .bvi-py-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-3,html body .bvi .bvi-px-3{padding-left:1rem !important}html body .bvi .bvi-p-4{padding:1.5rem !important}html body .bvi .bvi-pt-4,html body .bvi .bvi-py-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-4,html body .bvi .bvi-px-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-4,html body .bvi .bvi-py-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-4,html body .bvi .bvi-px-4{padding-left:1.5rem !important}html body .bvi .bvi-p-5{padding:3rem !important}html body .bvi .bvi-pt-5,html body .bvi .bvi-py-5{padding-top:3rem !important}html body .bvi .bvi-pr-5,html body .bvi .bvi-px-5{padding-right:3rem !important}html body .bvi .bvi-pb-5,html body .bvi .bvi-py-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-5,html body .bvi .bvi-px-5{padding-left:3rem !important}html body .bvi .bvi-m-auto{margin:auto !important}html body .bvi .bvi-mt-auto,html body .bvi .bvi-my-auto{margin-top:auto !important}html body .bvi .bvi-mr-auto,html body .bvi .bvi-mx-auto{margin-right:auto !important}html body .bvi .bvi-mb-auto,html body .bvi .bvi-my-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-auto,html body .bvi .bvi-mx-auto{margin-left:auto !important}@media(min-width:576px){html body .bvi .bvi-m-sm-0{margin:0 !important}html body .bvi .bvi-mt-sm-0,html body .bvi .bvi-my-sm-0{margin-top:0 !important}html body .bvi .bvi-mr-sm-0,html body .bvi .bvi-mx-sm-0{margin-right:0 !important}html body .bvi .bvi-mb-sm-0,html body .bvi .bvi-my-sm-0{margin-bottom:0 !important}html body .bvi .bvi-ml-sm-0,html body .bvi .bvi-mx-sm-0{margin-left:0 !important}html body .bvi .bvi-m-sm-1{margin:.25rem !important}html body .bvi .bvi-mt-sm-1,html body .bvi .bvi-my-sm-1{margin-top:.25rem !important}html body .bvi .bvi-mr-sm-1,html body .bvi .bvi-mx-sm-1{margin-right:.25rem !important}html body .bvi .bvi-mb-sm-1,html body .bvi .bvi-my-sm-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-sm-1,html body .bvi .bvi-mx-sm-1{margin-left:.25rem !important}html body .bvi .bvi-m-sm-2{margin:.5rem !important}html body .bvi .bvi-mt-sm-2,html body .bvi .bvi-my-sm-2{margin-top:.5rem !important}html body .bvi .bvi-mr-sm-2,html body .bvi .bvi-mx-sm-2{margin-right:.5rem !important}html body .bvi .bvi-mb-sm-2,html body .bvi .bvi-my-sm-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-sm-2,html body .bvi .bvi-mx-sm-2{margin-left:.5rem !important}html body .bvi .bvi-m-sm-3{margin:1rem !important}html body .bvi .bvi-mt-sm-3,html body .bvi .bvi-my-sm-3{margin-top:1rem !important}html body .bvi .bvi-mr-sm-3,html body .bvi .bvi-mx-sm-3{margin-right:1rem !important}html body .bvi .bvi-mb-sm-3,html body .bvi .bvi-my-sm-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-sm-3,html body .bvi .bvi-mx-sm-3{margin-left:1rem !important}html body .bvi .bvi-m-sm-4{margin:1.5rem !important}html body .bvi .bvi-mt-sm-4,html body .bvi .bvi-my-sm-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-sm-4,html body .bvi .bvi-mx-sm-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-sm-4,html body .bvi .bvi-my-sm-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-sm-4,html body .bvi .bvi-mx-sm-4{margin-left:1.5rem !important}html body .bvi .bvi-m-sm-5{margin:3rem !important}html body .bvi .bvi-mt-sm-5,html body .bvi .bvi-my-sm-5{margin-top:3rem !important}html body .bvi .bvi-mr-sm-5,html body .bvi .bvi-mx-sm-5{margin-right:3rem !important}html body .bvi .bvi-mb-sm-5,html body .bvi .bvi-my-sm-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-sm-5,html body .bvi .bvi-mx-sm-5{margin-left:3rem !important}html body .bvi .bvi-p-sm-0{padding:0 !important}html body .bvi .bvi-pt-sm-0,html body .bvi .bvi-py-sm-0{padding-top:0 !important}html body .bvi .bvi-pr-sm-0,html body .bvi .bvi-px-sm-0{padding-right:0 !important}html body .bvi .bvi-pb-sm-0,html body .bvi .bvi-py-sm-0{padding-bottom:0 !important}html body .bvi .bvi-pl-sm-0,html body .bvi .bvi-px-sm-0{padding-left:0 !important}html body .bvi .bvi-p-sm-1{padding:.25rem !important}html body .bvi .bvi-pt-sm-1,html body .bvi .bvi-py-sm-1{padding-top:.25rem !important}html body .bvi .bvi-pr-sm-1,html body .bvi .bvi-px-sm-1{padding-right:.25rem !important}html body .bvi .bvi-pb-sm-1,html body .bvi .bvi-py-sm-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-sm-1,html body .bvi .bvi-px-sm-1{padding-left:.25rem !important}html body .bvi .bvi-p-sm-2{padding:.5rem !important}html body .bvi .bvi-pt-sm-2,html body .bvi .bvi-py-sm-2{padding-top:.5rem !important}html body .bvi .bvi-pr-sm-2,html body .bvi .bvi-px-sm-2{padding-right:.5rem !important}html body .bvi .bvi-pb-sm-2,html body .bvi .bvi-py-sm-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-sm-2,html body .bvi .bvi-px-sm-2{padding-left:.5rem !important}html body .bvi .bvi-p-sm-3{padding:1rem !important}html body .bvi .bvi-pt-sm-3,html body .bvi .bvi-py-sm-3{padding-top:1rem !important}html body .bvi .bvi-pr-sm-3,html body .bvi .bvi-px-sm-3{padding-right:1rem !important}html body .bvi .bvi-pb-sm-3,html body .bvi .bvi-py-sm-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-sm-3,html body .bvi .bvi-px-sm-3{padding-left:1rem !important}html body .bvi .bvi-p-sm-4{padding:1.5rem !important}html body .bvi .bvi-pt-sm-4,html body .bvi .bvi-py-sm-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-sm-4,html body .bvi .bvi-px-sm-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-sm-4,html body .bvi .bvi-py-sm-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-sm-4,html body .bvi .bvi-px-sm-4{padding-left:1.5rem !important}html body .bvi .bvi-p-sm-5{padding:3rem !important}html body .bvi .bvi-pt-sm-5,html body .bvi .bvi-py-sm-5{padding-top:3rem !important}html body .bvi .bvi-pr-sm-5,html body .bvi .bvi-px-sm-5{padding-right:3rem !important}html body .bvi .bvi-pb-sm-5,html body .bvi .bvi-py-sm-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-sm-5,html body .bvi .bvi-px-sm-5{padding-left:3rem !important}html body .bvi .bvi-m-sm-auto{margin:auto !important}html body .bvi .bvi-mt-sm-auto,html body .bvi .bvi-my-sm-auto{margin-top:auto !important}html body .bvi .bvi-mr-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-right:auto !important}html body .bvi .bvi-mb-sm-auto,html body .bvi .bvi-my-sm-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-left:auto !important}}@media(min-width:768px){html body .bvi .bvi-m-md-0{margin:0 !important}html body .bvi .bvi-mt-md-0,html body .bvi .bvi-my-md-0{margin-top:0 !important}html body .bvi .bvi-mr-md-0,html body .bvi .bvi-mx-md-0{margin-right:0 !important}html body .bvi .bvi-mb-md-0,html body .bvi .bvi-my-md-0{margin-bottom:0 !important}html body .bvi .bvi-ml-md-0,html body .bvi .bvi-mx-md-0{margin-left:0 !important}html body .bvi .bvi-m-md-1{margin:.25rem !important}html body .bvi .bvi-mt-md-1,html body .bvi .bvi-my-md-1{margin-top:.25rem !important}html body .bvi .bvi-mr-md-1,html body .bvi .bvi-mx-md-1{margin-right:.25rem !important}html body .bvi .bvi-mb-md-1,html body .bvi .bvi-my-md-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-md-1,html body .bvi .bvi-mx-md-1{margin-left:.25rem !important}html body .bvi .bvi-m-md-2{margin:.5rem !important}html body .bvi .bvi-mt-md-2,html body .bvi .bvi-my-md-2{margin-top:.5rem !important}html body .bvi .bvi-mr-md-2,html body .bvi .bvi-mx-md-2{margin-right:.5rem !important}html body .bvi .bvi-mb-md-2,html body .bvi .bvi-my-md-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-md-2,html body .bvi .bvi-mx-md-2{margin-left:.5rem !important}html body .bvi .bvi-m-md-3{margin:1rem !important}html body .bvi .bvi-mt-md-3,html body .bvi .bvi-my-md-3{margin-top:1rem !important}html body .bvi .bvi-mr-md-3,html body .bvi .bvi-mx-md-3{margin-right:1rem !important}html body .bvi .bvi-mb-md-3,html body .bvi .bvi-my-md-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-md-3,html body .bvi .bvi-mx-md-3{margin-left:1rem !important}html body .bvi .bvi-m-md-4{margin:1.5rem !important}html body .bvi .bvi-mt-md-4,html body .bvi .bvi-my-md-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-md-4,html body .bvi .bvi-mx-md-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-md-4,html body .bvi .bvi-my-md-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-md-4,html body .bvi .bvi-mx-md-4{margin-left:1.5rem !important}html body .bvi .bvi-m-md-5{margin:3rem !important}html body .bvi .bvi-mt-md-5,html body .bvi .bvi-my-md-5{margin-top:3rem !important}html body .bvi .bvi-mr-md-5,html body .bvi .bvi-mx-md-5{margin-right:3rem !important}html body .bvi .bvi-mb-md-5,html body .bvi .bvi-my-md-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-md-5,html body .bvi .bvi-mx-md-5{margin-left:3rem !important}html body .bvi .bvi-p-md-0{padding:0 !important}html body .bvi .bvi-pt-md-0,html body .bvi .bvi-py-md-0{padding-top:0 !important}html body .bvi .bvi-pr-md-0,html body .bvi .bvi-px-md-0{padding-right:0 !important}html body .bvi .bvi-pb-md-0,html body .bvi .bvi-py-md-0{padding-bottom:0 !important}html body .bvi .bvi-pl-md-0,html body .bvi .bvi-px-md-0{padding-left:0 !important}html body .bvi .bvi-p-md-1{padding:.25rem !important}html body .bvi .bvi-pt-md-1,html body .bvi .bvi-py-md-1{padding-top:.25rem !important}html body .bvi .bvi-pr-md-1,html body .bvi .bvi-px-md-1{padding-right:.25rem !important}html body .bvi .bvi-pb-md-1,html body .bvi .bvi-py-md-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-md-1,html body .bvi .bvi-px-md-1{padding-left:.25rem !important}html body .bvi .bvi-p-md-2{padding:.5rem !important}html body .bvi .bvi-pt-md-2,html body .bvi .bvi-py-md-2{padding-top:.5rem !important}html body .bvi .bvi-pr-md-2,html body .bvi .bvi-px-md-2{padding-right:.5rem !important}html body .bvi .bvi-pb-md-2,html body .bvi .bvi-py-md-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-md-2,html body .bvi .bvi-px-md-2{padding-left:.5rem !important}html body .bvi .bvi-p-md-3{padding:1rem !important}html body .bvi .bvi-pt-md-3,html body .bvi .bvi-py-md-3{padding-top:1rem !important}html body .bvi .bvi-pr-md-3,html body .bvi .bvi-px-md-3{padding-right:1rem !important}html body .bvi .bvi-pb-md-3,html body .bvi .bvi-py-md-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-md-3,html body .bvi .bvi-px-md-3{padding-left:1rem !important}html body .bvi .bvi-p-md-4{padding:1.5rem !important}html body .bvi .bvi-pt-md-4,html body .bvi .bvi-py-md-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-md-4,html body .bvi .bvi-px-md-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-md-4,html body .bvi .bvi-py-md-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-md-4,html body .bvi .bvi-px-md-4{padding-left:1.5rem !important}html body .bvi .bvi-p-md-5{padding:3rem !important}html body .bvi .bvi-pt-md-5,html body .bvi .bvi-py-md-5{padding-top:3rem !important}html body .bvi .bvi-pr-md-5,html body .bvi .bvi-px-md-5{padding-right:3rem !important}html body .bvi .bvi-pb-md-5,html body .bvi .bvi-py-md-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-md-5,html body .bvi .bvi-px-md-5{padding-left:3rem !important}html body .bvi .bvi-m-md-auto{margin:auto !important}html body .bvi .bvi-mt-md-auto,html body .bvi .bvi-my-md-auto{margin-top:auto !important}html body .bvi .bvi-mr-md-auto,html body .bvi .bvi-mx-md-auto{margin-right:auto !important}html body .bvi .bvi-mb-md-auto,html body .bvi .bvi-my-md-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-md-auto,html body .bvi .bvi-mx-md-auto{margin-left:auto !important}}@media(min-width:992px){html body .bvi .bvi-m-lg-0{margin:0 !important}html body .bvi .bvi-mt-lg-0,html body .bvi .bvi-my-lg-0{margin-top:0 !important}html body .bvi .bvi-mr-lg-0,html body .bvi .bvi-mx-lg-0{margin-right:0 !important}html body .bvi .bvi-mb-lg-0,html body .bvi .bvi-my-lg-0{margin-bottom:0 !important}html body .bvi .bvi-ml-lg-0,html body .bvi .bvi-mx-lg-0{margin-left:0 !important}html body .bvi .bvi-m-lg-1{margin:.25rem !important}html body .bvi .bvi-mt-lg-1,html body .bvi .bvi-my-lg-1{margin-top:.25rem !important}html body .bvi .bvi-mr-lg-1,html body .bvi .bvi-mx-lg-1{margin-right:.25rem !important}html body .bvi .bvi-mb-lg-1,html body .bvi .bvi-my-lg-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-lg-1,html body .bvi .bvi-mx-lg-1{margin-left:.25rem !important}html body .bvi .bvi-m-lg-2{margin:.5rem !important}html body .bvi .bvi-mt-lg-2,html body .bvi .bvi-my-lg-2{margin-top:.5rem !important}html body .bvi .bvi-mr-lg-2,html body .bvi .bvi-mx-lg-2{margin-right:.5rem !important}html body .bvi .bvi-mb-lg-2,html body .bvi .bvi-my-lg-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-lg-2,html body .bvi .bvi-mx-lg-2{margin-left:.5rem !important}html body .bvi .bvi-m-lg-3{margin:1rem !important}html body .bvi .bvi-mt-lg-3,html body .bvi .bvi-my-lg-3{margin-top:1rem !important}html body .bvi .bvi-mr-lg-3,html body .bvi .bvi-mx-lg-3{margin-right:1rem !important}html body .bvi .bvi-mb-lg-3,html body .bvi .bvi-my-lg-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-lg-3,html body .bvi .bvi-mx-lg-3{margin-left:1rem !important}html body .bvi .bvi-m-lg-4{margin:1.5rem !important}html body .bvi .bvi-mt-lg-4,html body .bvi .bvi-my-lg-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-lg-4,html body .bvi .bvi-mx-lg-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-lg-4,html body .bvi .bvi-my-lg-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-lg-4,html body .bvi .bvi-mx-lg-4{margin-left:1.5rem !important}html body .bvi .bvi-m-lg-5{margin:3rem !important}html body .bvi .bvi-mt-lg-5,html body .bvi .bvi-my-lg-5{margin-top:3rem !important}html body .bvi .bvi-mr-lg-5,html body .bvi .bvi-mx-lg-5{margin-right:3rem !important}html body .bvi .bvi-mb-lg-5,html body .bvi .bvi-my-lg-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-lg-5,html body .bvi .bvi-mx-lg-5{margin-left:3rem !important}html body .bvi .bvi-p-lg-0{padding:0 !important}html body .bvi .bvi-pt-lg-0,html body .bvi .bvi-py-lg-0{padding-top:0 !important}html body .bvi .bvi-pr-lg-0,html body .bvi .bvi-px-lg-0{padding-right:0 !important}html body .bvi .bvi-pb-lg-0,html body .bvi .bvi-py-lg-0{padding-bottom:0 !important}html body .bvi .bvi-pl-lg-0,html body .bvi .bvi-px-lg-0{padding-left:0 !important}html body .bvi .bvi-p-lg-1{padding:.25rem !important}html body .bvi .bvi-pt-lg-1,html body .bvi .bvi-py-lg-1{padding-top:.25rem !important}html body .bvi .bvi-pr-lg-1,html body .bvi .bvi-px-lg-1{padding-right:.25rem !important}html body .bvi .bvi-pb-lg-1,html body .bvi .bvi-py-lg-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-lg-1,html body .bvi .bvi-px-lg-1{padding-left:.25rem !important}html body .bvi .bvi-p-lg-2{padding:.5rem !important}html body .bvi .bvi-pt-lg-2,html body .bvi .bvi-py-lg-2{padding-top:.5rem !important}html body .bvi .bvi-pr-lg-2,html body .bvi .bvi-px-lg-2{padding-right:.5rem !important}html body .bvi .bvi-pb-lg-2,html body .bvi .bvi-py-lg-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-lg-2,html body .bvi .bvi-px-lg-2{padding-left:.5rem !important}html body .bvi .bvi-p-lg-3{padding:1rem !important}html body .bvi .bvi-pt-lg-3,html body .bvi .bvi-py-lg-3{padding-top:1rem !important}html body .bvi .bvi-pr-lg-3,html body .bvi .bvi-px-lg-3{padding-right:1rem !important}html body .bvi .bvi-pb-lg-3,html body .bvi .bvi-py-lg-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-lg-3,html body .bvi .bvi-px-lg-3{padding-left:1rem !important}html body .bvi .bvi-p-lg-4{padding:1.5rem !important}html body .bvi .bvi-pt-lg-4,html body .bvi .bvi-py-lg-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-lg-4,html body .bvi .bvi-px-lg-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-lg-4,html body .bvi .bvi-py-lg-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-lg-4,html body .bvi .bvi-px-lg-4{padding-left:1.5rem !important}html body .bvi .bvi-p-lg-5{padding:3rem !important}html body .bvi .bvi-pt-lg-5,html body .bvi .bvi-py-lg-5{padding-top:3rem !important}html body .bvi .bvi-pr-lg-5,html body .bvi .bvi-px-lg-5{padding-right:3rem !important}html body .bvi .bvi-pb-lg-5,html body .bvi .bvi-py-lg-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-lg-5,html body .bvi .bvi-px-lg-5{padding-left:3rem !important}html body .bvi .bvi-m-lg-auto{margin:auto !important}html body .bvi .bvi-mt-lg-auto,html body .bvi .bvi-my-lg-auto{margin-top:auto !important}html body .bvi .bvi-mr-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-right:auto !important}html body .bvi .bvi-mb-lg-auto,html body .bvi .bvi-my-lg-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-left:auto !important}}@media(min-width:1200px){html body .bvi .bvi-m-xl-0{margin:0 !important}html body .bvi .bvi-mt-xl-0,html body .bvi .bvi-my-xl-0{margin-top:0 !important}html body .bvi .bvi-mr-xl-0,html body .bvi .bvi-mx-xl-0{margin-right:0 !important}html body .bvi .bvi-mb-xl-0,html body .bvi .bvi-my-xl-0{margin-bottom:0 !important}html body .bvi .bvi-ml-xl-0,html body .bvi .bvi-mx-xl-0{margin-left:0 !important}html body .bvi .bvi-m-xl-1{margin:.25rem !important}html body .bvi .bvi-mt-xl-1,html body .bvi .bvi-my-xl-1{margin-top:.25rem !important}html body .bvi .bvi-mr-xl-1,html body .bvi .bvi-mx-xl-1{margin-right:.25rem !important}html body .bvi .bvi-mb-xl-1,html body .bvi .bvi-my-xl-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-xl-1,html body .bvi .bvi-mx-xl-1{margin-left:.25rem !important}html body .bvi .bvi-m-xl-2{margin:.5rem !important}html body .bvi .bvi-mt-xl-2,html body .bvi .bvi-my-xl-2{margin-top:.5rem !important}html body .bvi .bvi-mr-xl-2,html body .bvi .bvi-mx-xl-2{margin-right:.5rem !important}html body .bvi .bvi-mb-xl-2,html body .bvi .bvi-my-xl-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-xl-2,html body .bvi .bvi-mx-xl-2{margin-left:.5rem !important}html body .bvi .bvi-m-xl-3{margin:1rem !important}html body .bvi .bvi-mt-xl-3,html body .bvi .bvi-my-xl-3{margin-top:1rem !important}html body .bvi .bvi-mr-xl-3,html body .bvi .bvi-mx-xl-3{margin-right:1rem !important}html body .bvi .bvi-mb-xl-3,html body .bvi .bvi-my-xl-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-xl-3,html body .bvi .bvi-mx-xl-3{margin-left:1rem !important}html body .bvi .bvi-m-xl-4{margin:1.5rem !important}html body .bvi .bvi-mt-xl-4,html body .bvi .bvi-my-xl-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-xl-4,html body .bvi .bvi-mx-xl-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-xl-4,html body .bvi .bvi-my-xl-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-xl-4,html body .bvi .bvi-mx-xl-4{margin-left:1.5rem !important}html body .bvi .bvi-m-xl-5{margin:3rem !important}html body .bvi .bvi-mt-xl-5,html body .bvi .bvi-my-xl-5{margin-top:3rem !important}html body .bvi .bvi-mr-xl-5,html body .bvi .bvi-mx-xl-5{margin-right:3rem !important}html body .bvi .bvi-mb-xl-5,html body .bvi .bvi-my-xl-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-xl-5,html body .bvi .bvi-mx-xl-5{margin-left:3rem !important}html body .bvi .bvi-p-xl-0{padding:0 !important}html body .bvi .bvi-pt-xl-0,html body .bvi .bvi-py-xl-0{padding-top:0 !important}html body .bvi .bvi-pr-xl-0,html body .bvi .bvi-px-xl-0{padding-right:0 !important}html body .bvi .bvi-pb-xl-0,html body .bvi .bvi-py-xl-0{padding-bottom:0 !important}html body .bvi .bvi-pl-xl-0,html body .bvi .bvi-px-xl-0{padding-left:0 !important}html body .bvi .bvi-p-xl-1{padding:.25rem !important}html body .bvi .bvi-pt-xl-1,html body .bvi .bvi-py-xl-1{padding-top:.25rem !important}html body .bvi .bvi-pr-xl-1,html body .bvi .bvi-px-xl-1{padding-right:.25rem !important}html body .bvi .bvi-pb-xl-1,html body .bvi .bvi-py-xl-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-xl-1,html body .bvi .bvi-px-xl-1{padding-left:.25rem !important}html body .bvi .bvi-p-xl-2{padding:.5rem !important}html body .bvi .bvi-pt-xl-2,html body .bvi .bvi-py-xl-2{padding-top:.5rem !important}html body .bvi .bvi-pr-xl-2,html body .bvi .bvi-px-xl-2{padding-right:.5rem !important}html body .bvi .bvi-pb-xl-2,html body .bvi .bvi-py-xl-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-xl-2,html body .bvi .bvi-px-xl-2{padding-left:.5rem !important}html body .bvi .bvi-p-xl-3{padding:1rem !important}html body .bvi .bvi-pt-xl-3,html body .bvi .bvi-py-xl-3{padding-top:1rem !important}html body .bvi .bvi-pr-xl-3,html body .bvi .bvi-px-xl-3{padding-right:1rem !important}html body .bvi .bvi-pb-xl-3,html body .bvi .bvi-py-xl-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-xl-3,html body .bvi .bvi-px-xl-3{padding-left:1rem !important}html body .bvi .bvi-p-xl-4{padding:1.5rem !important}html body .bvi .bvi-pt-xl-4,html body .bvi .bvi-py-xl-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-xl-4,html body .bvi .bvi-px-xl-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-xl-4,html body .bvi .bvi-py-xl-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-xl-4,html body .bvi .bvi-px-xl-4{padding-left:1.5rem !important}html body .bvi .bvi-p-xl-5{padding:3rem !important}html body .bvi .bvi-pt-xl-5,html body .bvi .bvi-py-xl-5{padding-top:3rem !important}html body .bvi .bvi-pr-xl-5,html body .bvi .bvi-px-xl-5{padding-right:3rem !important}html body .bvi .bvi-pb-xl-5,html body .bvi .bvi-py-xl-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-xl-5,html body .bvi .bvi-px-xl-5{padding-left:3rem !important}html body .bvi .bvi-m-xl-auto{margin:auto !important}html body .bvi .bvi-mt-xl-auto,html body .bvi .bvi-my-xl-auto{margin-top:auto !important}html body .bvi .bvi-mr-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-right:auto !important}html body .bvi .bvi-mb-xl-auto,html body .bvi .bvi-my-xl-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-left:auto !important}}html body .bvi.bvi-panel{padding:15px 20px !important;color:black !important;background-color:#f8f8f8;top:0 !important;left:0 !important;right:0 !important;letter-spacing:0 !important;position:relative !important;text-shadow:none !important;line-height:normal !important;border:0 !important;font-size:16px !important;z-index:99999 !important;moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);box-shadow:0 1px 3px 0 rgba(0,0,0,0.23)}html body .bvi.bvi-panel[data-bvi-panel='true']{display:block !important}html body .bvi.bvi-panel[data-bvi-panel='false']{display:none !important}html body .bvi.bvi-panel.bvi-fixed-top{position:fixed !important;top:0 !important;right:0 !important;left:0 !important;z-index:999999 !important}html body .bvi.bvi-panel .bvi-title{margin-top:5px;font-size:18px;font-weight:bold}html body .bvi.bvi-panel .bvi-text-center{text-align:center}html body .bvi.bvi-panel .bvi-text-right{text-align:right}html body .bvi.bvi-panel .bvi-setting-menu{display:none}html body .bvi.bvi-panel a{text-decoration:none}html body .bvi.bvi-panel .bvi-hr{background-color:#ccc !important;border:0 !important;height:1px !important;margin-top:1.5em !important;margin-bottom:1.5em !important}html body .bvi.bvi-panel .bvi-copy{font-size:12px;color:gray}html body .bvi.bvi-panel .bvi-copy a{font-size:13px;color:gray;text-decoration:underline}html body .bvi.bvi-panel .bvi-copy a:hover{color:#000;text-decoration:underline}@media(max-width:575.98px){html body .bvi.bvi-panel .bvi-title{font-size:12px}html body .bvi.bvi-panel .bvi-btn{font-size:12px;padding:.200rem .35rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:10px;padding:.100rem .25rem}}@media(min-width:576px) and (max-width:767.98px){html body .bvi.bvi-panel .bvi-title{font-size:14px}html body .bvi.bvi-panel .bvi-btn{font-size:14px;padding:.250rem .45rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:12px;padding:.150rem .35rem}}@media(min-width:768px) and (max-width:991.98px){html body .bvi.bvi-panel .bvi-title{font-size:16px}html body .bvi.bvi-panel .bvi-btn{font-size:16px;padding:.300rem .55rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:14px;padding:.200rem .40rem}}html body .bvi-body[data-bvi-theme='white']{background-color:#fff !important;fill:#000 !important}html body .bvi-body[data-bvi-theme='white'] *{background-color:#fff !important;background:#fff !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important;color:#000 !important;fill:#000 !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='white'] *:after{background-color:#fff !important;background:#fff !important;background-image:none !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important}html body .bvi-body[data-bvi-theme='white'] *:before{background-color:#fff !important;background:#fff !important;background-image:none !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important}html body .bvi-body[data-bvi-theme='white'] *::selection{background-color:#000;color:#fff}html body .bvi-body[data-bvi-theme='white'] * a,html body .bvi-body[data-bvi-theme='white'] * label{color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a.active,html body .bvi-body[data-bvi-theme='white'] * label.active{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a:hover,html body .bvi-body[data-bvi-theme='white'] * label:hover{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a:hover *,html body .bvi-body[data-bvi-theme='white'] * label:hover *{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"],html body .bvi-body[data-bvi-theme='white'] * input[type="button"],html body .bvi-body[data-bvi-theme='white'] * button[type="submit"],html body .bvi-body[data-bvi-theme='white'] * button[type="button"]{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover.active{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover *{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black']{background-color:#000 !important;fill:#fff !important}html body .bvi-body[data-bvi-theme='black'] *{background-color:#000 !important;background:#000 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important;color:#fff !important;fill:#fff !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='black'] *:after{background-color:#000 !important;background:#000 !important;background-image:none !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important}html body .bvi-body[data-bvi-theme='black'] *:before{background-color:#000 !important;background:#000 !important;background-image:none !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important}html body .bvi-body[data-bvi-theme='black'] *::selection{background-color:#fff;color:#000}html body .bvi-body[data-bvi-theme='black'] * a,html body .bvi-body[data-bvi-theme='black'] * label{color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a.active,html body .bvi-body[data-bvi-theme='black'] * label.active{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a:hover,html body .bvi-body[data-bvi-theme='black'] * label:hover{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a:hover *,html body .bvi-body[data-bvi-theme='black'] * label:hover *{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"],html body .bvi-body[data-bvi-theme='black'] * input[type="button"],html body .bvi-body[data-bvi-theme='black'] * button[type="submit"],html body .bvi-body[data-bvi-theme='black'] * button[type="button"]{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover.active{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover *{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue']{background-color:#9dd1ff !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='blue'] *:after{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *:before{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *::selection{background-color:#063462;color:#9dd1ff}html body .bvi-body[data-bvi-theme='blue'] * a,html body .bvi-body[data-bvi-theme='blue'] * label{color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a.active,html body .bvi-body[data-bvi-theme='blue'] * label.active{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a:hover,html body .bvi-body[data-bvi-theme='blue'] * label:hover{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a:hover *,html body .bvi-body[data-bvi-theme='blue'] * label:hover *{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * input[type="button"],html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover.active{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover *{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown']{background-color:#f7f3d6 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important;color:#4d4b43 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='brown'] *:after{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *:before{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *::selection{background-color:#4d4b43;color:#f7f3d6}html body .bvi-body[data-bvi-theme='brown'] * a,html body .bvi-body[data-bvi-theme='brown'] * label{color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a.active,html body .bvi-body[data-bvi-theme='brown'] * label.active{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a:hover,html body .bvi-body[data-bvi-theme='brown'] * label:hover{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a:hover *,html body .bvi-body[data-bvi-theme='brown'] * label:hover *{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * input[type="button"],html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover.active{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover *{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green']{background-color:#3b2716 !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important;color:#a9e44d !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='green'] *:after{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *:before{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *::selection{background-color:#a9e44d;color:#3b2716}html body .bvi-body[data-bvi-theme='green'] * a,html body .bvi-body[data-bvi-theme='green'] * label{color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a.active,html body .bvi-body[data-bvi-theme='green'] * label.active{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a:hover,html body .bvi-body[data-bvi-theme='green'] * label:hover{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a:hover *,html body .bvi-body[data-bvi-theme='green'] * label:hover *{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"],html body .bvi-body[data-bvi-theme='green'] * input[type="button"],html body .bvi-body[data-bvi-theme='green'] * button[type="submit"],html body .bvi-body[data-bvi-theme='green'] * button[type="button"]{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover.active{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover *{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-size='40'] *{font-size:40px !important}html body .bvi-body[data-bvi-size='40'] * h1,html body .bvi-body[data-bvi-size='40'] * h1 *{font-size:47px !important}html body .bvi-body[data-bvi-size='40'] * h2,html body .bvi-body[data-bvi-size='40'] * h2 *{font-size:46px !important}html body .bvi-body[data-bvi-size='40'] * h3,html body .bvi-body[data-bvi-size='40'] * h3 *{font-size:45px !important}html body .bvi-body[data-bvi-size='40'] * h4,html body .bvi-body[data-bvi-size='40'] * h4 *{font-size:44px !important}html body .bvi-body[data-bvi-size='40'] * h5,html body .bvi-body[data-bvi-size='40'] * h5 *{font-size:43px !important}html body .bvi-body[data-bvi-size='40'] * h6,html body .bvi-body[data-bvi-size='40'] * h6 *{font-size:42px !important}html body .bvi-body[data-bvi-size='39'] *{font-size:39px !important}html body .bvi-body[data-bvi-size='39'] * h1,html body .bvi-body[data-bvi-size='39'] * h1 *{font-size:46px !important}html body .bvi-body[data-bvi-size='39'] * h2,html body .bvi-body[data-bvi-size='39'] * h2 *{font-size:45px !important}html body .bvi-body[data-bvi-size='39'] * h3,html body .bvi-body[data-bvi-size='39'] * h3 *{font-size:44px !important}html body .bvi-body[data-bvi-size='39'] * h4,html body .bvi-body[data-bvi-size='39'] * h4 *{font-size:43px !important}html body .bvi-body[data-bvi-size='39'] * h5,html body .bvi-body[data-bvi-size='39'] * h5 *{font-size:42px !important}html body .bvi-body[data-bvi-size='39'] * h6,html body .bvi-body[data-bvi-size='39'] * h6 *{font-size:41px !important}html body .bvi-body[data-bvi-size='38'] *{font-size:38px !important}html body .bvi-body[data-bvi-size='38'] * h1,html body .bvi-body[data-bvi-size='38'] * h1 *{font-size:45px !important}html body .bvi-body[data-bvi-size='38'] * h2,html body .bvi-body[data-bvi-size='38'] * h2 *{font-size:44px !important}html body .bvi-body[data-bvi-size='38'] * h3,html body .bvi-body[data-bvi-size='38'] * h3 *{font-size:43px !important}html body .bvi-body[data-bvi-size='38'] * h4,html body .bvi-body[data-bvi-size='38'] * h4 *{font-size:42px !important}html body .bvi-body[data-bvi-size='38'] * h5,html body .bvi-body[data-bvi-size='38'] * h5 *{font-size:41px !important}html body .bvi-body[data-bvi-size='38'] * h6,html body .bvi-body[data-bvi-size='38'] * h6 *{font-size:40px !important}html body .bvi-body[data-bvi-size='37'] *{font-size:37px !important}html body .bvi-body[data-bvi-size='37'] * h1,html body .bvi-body[data-bvi-size='37'] * h1 *{font-size:44px !important}html body .bvi-body[data-bvi-size='37'] * h2,html body .bvi-body[data-bvi-size='37'] * h2 *{font-size:43px !important}html body .bvi-body[data-bvi-size='37'] * h3,html body .bvi-body[data-bvi-size='37'] * h3 *{font-size:42px !important}html body .bvi-body[data-bvi-size='37'] * h4,html body .bvi-body[data-bvi-size='37'] * h4 *{font-size:41px !important}html body .bvi-body[data-bvi-size='37'] * h5,html body .bvi-body[data-bvi-size='37'] * h5 *{font-size:40px !important}html body .bvi-body[data-bvi-size='37'] * h6,html body .bvi-body[data-bvi-size='37'] * h6 *{font-size:39px !important}html body .bvi-body[data-bvi-size='36'] *{font-size:36px !important}html body .bvi-body[data-bvi-size='36'] * h1,html body .bvi-body[data-bvi-size='36'] * h1 *{font-size:43px !important}html body .bvi-body[data-bvi-size='36'] * h2,html body .bvi-body[data-bvi-size='36'] * h2 *{font-size:42px !important}html body .bvi-body[data-bvi-size='36'] * h3,html body .bvi-body[data-bvi-size='36'] * h3 *{font-size:41px !important}html body .bvi-body[data-bvi-size='36'] * h4,html body .bvi-body[data-bvi-size='36'] * h4 *{font-size:40px !important}html body .bvi-body[data-bvi-size='36'] * h5,html body .bvi-body[data-bvi-size='36'] * h5 *{font-size:39px !important}html body .bvi-body[data-bvi-size='36'] * h6,html body .bvi-body[data-bvi-size='36'] * h6 *{font-size:38px !important}html body .bvi-body[data-bvi-size='35'] *{font-size:35px !important}html body .bvi-body[data-bvi-size='35'] * h1,html body .bvi-body[data-bvi-size='35'] * h1 *{font-size:42px !important}html body .bvi-body[data-bvi-size='35'] * h2,html body .bvi-body[data-bvi-size='35'] * h2 *{font-size:41px !important}html body .bvi-body[data-bvi-size='35'] * h3,html body .bvi-body[data-bvi-size='35'] * h3 *{font-size:40px !important}html body .bvi-body[data-bvi-size='35'] * h4,html body .bvi-body[data-bvi-size='35'] * h4 *{font-size:39px !important}html body .bvi-body[data-bvi-size='35'] * h5,html body .bvi-body[data-bvi-size='35'] * h5 *{font-size:38px !important}html body .bvi-body[data-bvi-size='35'] * h6,html body .bvi-body[data-bvi-size='35'] * h6 *{font-size:37px !important}html body .bvi-body[data-bvi-size='34'] *{font-size:34px !important}html body .bvi-body[data-bvi-size='34'] * h1,html body .bvi-body[data-bvi-size='34'] * h1 *{font-size:41px !important}html body .bvi-body[data-bvi-size='34'] * h2,html body .bvi-body[data-bvi-size='34'] * h2 *{font-size:40px !important}html body .bvi-body[data-bvi-size='34'] * h3,html body .bvi-body[data-bvi-size='34'] * h3 *{font-size:39px !important}html body .bvi-body[data-bvi-size='34'] * h4,html body .bvi-body[data-bvi-size='34'] * h4 *{font-size:38px !important}html body .bvi-body[data-bvi-size='34'] * h5,html body .bvi-body[data-bvi-size='34'] * h5 *{font-size:37px !important}html body .bvi-body[data-bvi-size='34'] * h6,html body .bvi-body[data-bvi-size='34'] * h6 *{font-size:36px !important}html body .bvi-body[data-bvi-size='33'] *{font-size:33px !important}html body .bvi-body[data-bvi-size='33'] * h1,html body .bvi-body[data-bvi-size='33'] * h1 *{font-size:40px !important}html body .bvi-body[data-bvi-size='33'] * h2,html body .bvi-body[data-bvi-size='33'] * h2 *{font-size:39px !important}html body .bvi-body[data-bvi-size='33'] * h3,html body .bvi-body[data-bvi-size='33'] * h3 *{font-size:38px !important}html body .bvi-body[data-bvi-size='33'] * h4,html body .bvi-body[data-bvi-size='33'] * h4 *{font-size:37px !important}html body .bvi-body[data-bvi-size='33'] * h5,html body .bvi-body[data-bvi-size='33'] * h5 *{font-size:36px !important}html body .bvi-body[data-bvi-size='33'] * h6,html body .bvi-body[data-bvi-size='33'] * h6 *{font-size:35px !important}html body .bvi-body[data-bvi-size='32'] *{font-size:32px !important}html body .bvi-body[data-bvi-size='32'] * h1,html body .bvi-body[data-bvi-size='32'] * h1 *{font-size:39px !important}html body .bvi-body[data-bvi-size='32'] * h2,html body .bvi-body[data-bvi-size='32'] * h2 *{font-size:38px !important}html body .bvi-body[data-bvi-size='32'] * h3,html body .bvi-body[data-bvi-size='32'] * h3 *{font-size:37px !important}html body .bvi-body[data-bvi-size='32'] * h4,html body .bvi-body[data-bvi-size='32'] * h4 *{font-size:36px !important}html body .bvi-body[data-bvi-size='32'] * h5,html body .bvi-body[data-bvi-size='32'] * h5 *{font-size:35px !important}html body .bvi-body[data-bvi-size='32'] * h6,html body .bvi-body[data-bvi-size='32'] * h6 *{font-size:34px !important}html body .bvi-body[data-bvi-size='31'] *{font-size:31px !important}html body .bvi-body[data-bvi-size='31'] * h1,html body .bvi-body[data-bvi-size='31'] * h1 *{font-size:38px !important}html body .bvi-body[data-bvi-size='31'] * h2,html body .bvi-body[data-bvi-size='31'] * h2 *{font-size:37px !important}html body .bvi-body[data-bvi-size='31'] * h3,html body .bvi-body[data-bvi-size='31'] * h3 *{font-size:36px !important}html body .bvi-body[data-bvi-size='31'] * h4,html body .bvi-body[data-bvi-size='31'] * h4 *{font-size:35px !important}html body .bvi-body[data-bvi-size='31'] * h5,html body .bvi-body[data-bvi-size='31'] * h5 *{font-size:34px !important}html body .bvi-body[data-bvi-size='31'] * h6,html body .bvi-body[data-bvi-size='31'] * h6 *{font-size:33px !important}html body .bvi-body[data-bvi-size='30'] *{font-size:30px !important}html body .bvi-body[data-bvi-size='30'] * h1,html body .bvi-body[data-bvi-size='30'] * h1 *{font-size:37px !important}html body .bvi-body[data-bvi-size='30'] * h2,html body .bvi-body[data-bvi-size='30'] * h2 *{font-size:36px !important}html body .bvi-body[data-bvi-size='30'] * h3,html body .bvi-body[data-bvi-size='30'] * h3 *{font-size:35px !important}html body .bvi-body[data-bvi-size='30'] * h4,html body .bvi-body[data-bvi-size='30'] * h4 *{font-size:34px !important}html body .bvi-body[data-bvi-size='30'] * h5,html body .bvi-body[data-bvi-size='30'] * h5 *{font-size:33px !important}html body .bvi-body[data-bvi-size='30'] * h6,html body .bvi-body[data-bvi-size='30'] * h6 *{font-size:32px !important}html body .bvi-body[data-bvi-size='29'] *{font-size:29px !important}html body .bvi-body[data-bvi-size='29'] * h1,html body .bvi-body[data-bvi-size='29'] * h1 *{font-size:36px !important}html body .bvi-body[data-bvi-size='29'] * h2,html body .bvi-body[data-bvi-size='29'] * h2 *{font-size:35px !important}html body .bvi-body[data-bvi-size='29'] * h3,html body .bvi-body[data-bvi-size='29'] * h3 *{font-size:34px !important}html body .bvi-body[data-bvi-size='29'] * h4,html body .bvi-body[data-bvi-size='29'] * h4 *{font-size:33px !important}html body .bvi-body[data-bvi-size='29'] * h5,html body .bvi-body[data-bvi-size='29'] * h5 *{font-size:32px !important}html body .bvi-body[data-bvi-size='29'] * h6,html body .bvi-body[data-bvi-size='29'] * h6 *{font-size:31px !important}html body .bvi-body[data-bvi-size='28'] *{font-size:28px !important}html body .bvi-body[data-bvi-size='28'] * h1,html body .bvi-body[data-bvi-size='28'] * h1 *{font-size:35px !important}html body .bvi-body[data-bvi-size='28'] * h2,html body .bvi-body[data-bvi-size='28'] * h2 *{font-size:34px !important}html body .bvi-body[data-bvi-size='28'] * h3,html body .bvi-body[data-bvi-size='28'] * h3 *{font-size:33px !important}html body .bvi-body[data-bvi-size='28'] * h4,html body .bvi-body[data-bvi-size='28'] * h4 *{font-size:32px !important}html body .bvi-body[data-bvi-size='28'] * h5,html body .bvi-body[data-bvi-size='28'] * h5 *{font-size:31px !important}html body .bvi-body[data-bvi-size='28'] * h6,html body .bvi-body[data-bvi-size='28'] * h6 *{font-size:30px !important}html body .bvi-body[data-bvi-size='27'] *{font-size:27px !important}html body .bvi-body[data-bvi-size='27'] * h1,html body .bvi-body[data-bvi-size='27'] * h1 *{font-size:34px !important}html body .bvi-body[data-bvi-size='27'] * h2,html body .bvi-body[data-bvi-size='27'] * h2 *{font-size:33px !important}html body .bvi-body[data-bvi-size='27'] * h3,html body .bvi-body[data-bvi-size='27'] * h3 *{font-size:32px !important}html body .bvi-body[data-bvi-size='27'] * h4,html body .bvi-body[data-bvi-size='27'] * h4 *{font-size:31px !important}html body .bvi-body[data-bvi-size='27'] * h5,html body .bvi-body[data-bvi-size='27'] * h5 *{font-size:30px !important}html body .bvi-body[data-bvi-size='27'] * h6,html body .bvi-body[data-bvi-size='27'] * h6 *{font-size:29px !important}html body .bvi-body[data-bvi-size='26'] *{font-size:26px !important}html body .bvi-body[data-bvi-size='26'] * h1,html body .bvi-body[data-bvi-size='26'] * h1 *{font-size:33px !important}html body .bvi-body[data-bvi-size='26'] * h2,html body .bvi-body[data-bvi-size='26'] * h2 *{font-size:32px !important}html body .bvi-body[data-bvi-size='26'] * h3,html body .bvi-body[data-bvi-size='26'] * h3 *{font-size:31px !important}html body .bvi-body[data-bvi-size='26'] * h4,html body .bvi-body[data-bvi-size='26'] * h4 *{font-size:30px !important}html body .bvi-body[data-bvi-size='26'] * h5,html body .bvi-body[data-bvi-size='26'] * h5 *{font-size:29px !important}html body .bvi-body[data-bvi-size='26'] * h6,html body .bvi-body[data-bvi-size='26'] * h6 *{font-size:28px !important}html body .bvi-body[data-bvi-size='25'] *{font-size:25px !important}html body .bvi-body[data-bvi-size='25'] * h1,html body .bvi-body[data-bvi-size='25'] * h1 *{font-size:32px !important}html body .bvi-body[data-bvi-size='25'] * h2,html body .bvi-body[data-bvi-size='25'] * h2 *{font-size:31px !important}html body .bvi-body[data-bvi-size='25'] * h3,html body .bvi-body[data-bvi-size='25'] * h3 *{font-size:30px !important}html body .bvi-body[data-bvi-size='25'] * h4,html body .bvi-body[data-bvi-size='25'] * h4 *{font-size:29px !important}html body .bvi-body[data-bvi-size='25'] * h5,html body .bvi-body[data-bvi-size='25'] * h5 *{font-size:28px !important}html body .bvi-body[data-bvi-size='25'] * h6,html body .bvi-body[data-bvi-size='25'] * h6 *{font-size:27px !important}html body .bvi-body[data-bvi-size='24'] *{font-size:24px !important}html body .bvi-body[data-bvi-size='24'] * h1,html body .bvi-body[data-bvi-size='24'] * h1 *{font-size:31px !important}html body .bvi-body[data-bvi-size='24'] * h2,html body .bvi-body[data-bvi-size='24'] * h2 *{font-size:30px !important}html body .bvi-body[data-bvi-size='24'] * h3,html body .bvi-body[data-bvi-size='24'] * h3 *{font-size:29px !important}html body .bvi-body[data-bvi-size='24'] * h4,html body .bvi-body[data-bvi-size='24'] * h4 *{font-size:28px !important}html body .bvi-body[data-bvi-size='24'] * h5,html body .bvi-body[data-bvi-size='24'] * h5 *{font-size:27px !important}html body .bvi-body[data-bvi-size='24'] * h6,html body .bvi-body[data-bvi-size='24'] * h6 *{font-size:26px !important}html body .bvi-body[data-bvi-size='23'] *{font-size:23px !important}html body .bvi-body[data-bvi-size='23'] * h1,html body .bvi-body[data-bvi-size='23'] * h1 *{font-size:30px !important}html body .bvi-body[data-bvi-size='23'] * h2,html body .bvi-body[data-bvi-size='23'] * h2 *{font-size:29px !important}html body .bvi-body[data-bvi-size='23'] * h3,html body .bvi-body[data-bvi-size='23'] * h3 *{font-size:28px !important}html body .bvi-body[data-bvi-size='23'] * h4,html body .bvi-body[data-bvi-size='23'] * h4 *{font-size:27px !important}html body .bvi-body[data-bvi-size='23'] * h5,html body .bvi-body[data-bvi-size='23'] * h5 *{font-size:26px !important}html body .bvi-body[data-bvi-size='23'] * h6,html body .bvi-body[data-bvi-size='23'] * h6 *{font-size:25px !important}html body .bvi-body[data-bvi-size='22'] *{font-size:22px !important}html body .bvi-body[data-bvi-size='22'] * h1,html body .bvi-body[data-bvi-size='22'] * h1 *{font-size:29px !important}html body .bvi-body[data-bvi-size='22'] * h2,html body .bvi-body[data-bvi-size='22'] * h2 *{font-size:28px !important}html body .bvi-body[data-bvi-size='22'] * h3,html body .bvi-body[data-bvi-size='22'] * h3 *{font-size:27px !important}html body .bvi-body[data-bvi-size='22'] * h4,html body .bvi-body[data-bvi-size='22'] * h4 *{font-size:26px !important}html body .bvi-body[data-bvi-size='22'] * h5,html body .bvi-body[data-bvi-size='22'] * h5 *{font-size:25px !important}html body .bvi-body[data-bvi-size='22'] * h6,html body .bvi-body[data-bvi-size='22'] * h6 *{font-size:24px !important}html body .bvi-body[data-bvi-size='21'] *{font-size:21px !important}html body .bvi-body[data-bvi-size='21'] * h1,html body .bvi-body[data-bvi-size='21'] * h1 *{font-size:28px !important}html body .bvi-body[data-bvi-size='21'] * h2,html body .bvi-body[data-bvi-size='21'] * h2 *{font-size:27px !important}html body .bvi-body[data-bvi-size='21'] * h3,html body .bvi-body[data-bvi-size='21'] * h3 *{font-size:26px !important}html body .bvi-body[data-bvi-size='21'] * h4,html body .bvi-body[data-bvi-size='21'] * h4 *{font-size:25px !important}html body .bvi-body[data-bvi-size='21'] * h5,html body .bvi-body[data-bvi-size='21'] * h5 *{font-size:24px !important}html body .bvi-body[data-bvi-size='21'] * h6,html body .bvi-body[data-bvi-size='21'] * h6 *{font-size:23px !important}html body .bvi-body[data-bvi-size='20'] *{font-size:20px !important}html body .bvi-body[data-bvi-size='20'] * h1,html body .bvi-body[data-bvi-size='20'] * h1 *{font-size:27px !important}html body .bvi-body[data-bvi-size='20'] * h2,html body .bvi-body[data-bvi-size='20'] * h2 *{font-size:26px !important}html body .bvi-body[data-bvi-size='20'] * h3,html body .bvi-body[data-bvi-size='20'] * h3 *{font-size:25px !important}html body .bvi-body[data-bvi-size='20'] * h4,html body .bvi-body[data-bvi-size='20'] * h4 *{font-size:24px !important}html body .bvi-body[data-bvi-size='20'] * h5,html body .bvi-body[data-bvi-size='20'] * h5 *{font-size:23px !important}html body .bvi-body[data-bvi-size='20'] * h6,html body .bvi-body[data-bvi-size='20'] * h6 *{font-size:22px !important}html body .bvi-body[data-bvi-size='19'] *{font-size:19px !important}html body .bvi-body[data-bvi-size='19'] * h1,html body .bvi-body[data-bvi-size='19'] * h1 *{font-size:26px !important}html body .bvi-body[data-bvi-size='19'] * h2,html body .bvi-body[data-bvi-size='19'] * h2 *{font-size:25px !important}html body .bvi-body[data-bvi-size='19'] * h3,html body .bvi-body[data-bvi-size='19'] * h3 *{font-size:24px !important}html body .bvi-body[data-bvi-size='19'] * h4,html body .bvi-body[data-bvi-size='19'] * h4 *{font-size:23px !important}html body .bvi-body[data-bvi-size='19'] * h5,html body .bvi-body[data-bvi-size='19'] * h5 *{font-size:22px !important}html body .bvi-body[data-bvi-size='19'] * h6,html body .bvi-body[data-bvi-size='19'] * h6 *{font-size:21px !important}html body .bvi-body[data-bvi-size='18'] *{font-size:18px !important}html body .bvi-body[data-bvi-size='18'] * h1,html body .bvi-body[data-bvi-size='18'] * h1 *{font-size:25px !important}html body .bvi-body[data-bvi-size='18'] * h2,html body .bvi-body[data-bvi-size='18'] * h2 *{font-size:24px !important}html body .bvi-body[data-bvi-size='18'] * h3,html body .bvi-body[data-bvi-size='18'] * h3 *{font-size:23px !important}html body .bvi-body[data-bvi-size='18'] * h4,html body .bvi-body[data-bvi-size='18'] * h4 *{font-size:22px !important}html body .bvi-body[data-bvi-size='18'] * h5,html body .bvi-body[data-bvi-size='18'] * h5 *{font-size:21px !important}html body .bvi-body[data-bvi-size='18'] * h6,html body .bvi-body[data-bvi-size='18'] * h6 *{font-size:20px !important}html body .bvi-body[data-bvi-size='17'] *{font-size:17px !important}html body .bvi-body[data-bvi-size='17'] * h1,html body .bvi-body[data-bvi-size='17'] * h1 *{font-size:24px !important}html body .bvi-body[data-bvi-size='17'] * h2,html body .bvi-body[data-bvi-size='17'] * h2 *{font-size:23px !important}html body .bvi-body[data-bvi-size='17'] * h3,html body .bvi-body[data-bvi-size='17'] * h3 *{font-size:22px !important}html body .bvi-body[data-bvi-size='17'] * h4,html body .bvi-body[data-bvi-size='17'] * h4 *{font-size:21px !important}html body .bvi-body[data-bvi-size='17'] * h5,html body .bvi-body[data-bvi-size='17'] * h5 *{font-size:20px !important}html body .bvi-body[data-bvi-size='17'] * h6,html body .bvi-body[data-bvi-size='17'] * h6 *{font-size:19px !important}html body .bvi-body[data-bvi-size='16'] *{font-size:16px !important}html body .bvi-body[data-bvi-size='16'] * h1,html body .bvi-body[data-bvi-size='16'] * h1 *{font-size:23px !important}html body .bvi-body[data-bvi-size='16'] * h2,html body .bvi-body[data-bvi-size='16'] * h2 *{font-size:22px !important}html body .bvi-body[data-bvi-size='16'] * h3,html body .bvi-body[data-bvi-size='16'] * h3 *{font-size:21px !important}html body .bvi-body[data-bvi-size='16'] * h4,html body .bvi-body[data-bvi-size='16'] * h4 *{font-size:20px !important}html body .bvi-body[data-bvi-size='16'] * h5,html body .bvi-body[data-bvi-size='16'] * h5 *{font-size:19px !important}html body .bvi-body[data-bvi-size='16'] * h6,html body .bvi-body[data-bvi-size='16'] * h6 *{font-size:18px !important}html body .bvi-body[data-bvi-size='15'] *{font-size:15px !important}html body .bvi-body[data-bvi-size='15'] * h1,html body .bvi-body[data-bvi-size='15'] * h1 *{font-size:22px !important}html body .bvi-body[data-bvi-size='15'] * h2,html body .bvi-body[data-bvi-size='15'] * h2 *{font-size:21px !important}html body .bvi-body[data-bvi-size='15'] * h3,html body .bvi-body[data-bvi-size='15'] * h3 *{font-size:20px !important}html body .bvi-body[data-bvi-size='15'] * h4,html body .bvi-body[data-bvi-size='15'] * h4 *{font-size:19px !important}html body .bvi-body[data-bvi-size='15'] * h5,html body .bvi-body[data-bvi-size='15'] * h5 *{font-size:18px !important}html body .bvi-body[data-bvi-size='15'] * h6,html body .bvi-body[data-bvi-size='15'] * h6 *{font-size:17px !important}html body .bvi-body[data-bvi-size='14'] *{font-size:14px !important}html body .bvi-body[data-bvi-size='14'] * h1,html body .bvi-body[data-bvi-size='14'] * h1 *{font-size:21px !important}html body .bvi-body[data-bvi-size='14'] * h2,html body .bvi-body[data-bvi-size='14'] * h2 *{font-size:20px !important}html body .bvi-body[data-bvi-size='14'] * h3,html body .bvi-body[data-bvi-size='14'] * h3 *{font-size:19px !important}html body .bvi-body[data-bvi-size='14'] * h4,html body .bvi-body[data-bvi-size='14'] * h4 *{font-size:18px !important}html body .bvi-body[data-bvi-size='14'] * h5,html body .bvi-body[data-bvi-size='14'] * h5 *{font-size:17px !important}html body .bvi-body[data-bvi-size='14'] * h6,html body .bvi-body[data-bvi-size='14'] * h6 *{font-size:16px !important}html body .bvi-body[data-bvi-size='13'] *{font-size:13px !important}html body .bvi-body[data-bvi-size='13'] * h1,html body .bvi-body[data-bvi-size='13'] * h1 *{font-size:20px !important}html body .bvi-body[data-bvi-size='13'] * h2,html body .bvi-body[data-bvi-size='13'] * h2 *{font-size:19px !important}html body .bvi-body[data-bvi-size='13'] * h3,html body .bvi-body[data-bvi-size='13'] * h3 *{font-size:18px !important}html body .bvi-body[data-bvi-size='13'] * h4,html body .bvi-body[data-bvi-size='13'] * h4 *{font-size:17px !important}html body .bvi-body[data-bvi-size='13'] * h5,html body .bvi-body[data-bvi-size='13'] * h5 *{font-size:16px !important}html body .bvi-body[data-bvi-size='13'] * h6,html body .bvi-body[data-bvi-size='13'] * h6 *{font-size:15px !important}html body .bvi-body[data-bvi-size='12'] *{font-size:12px !important}html body .bvi-body[data-bvi-size='12'] * h1,html body .bvi-body[data-bvi-size='12'] * h1 *{font-size:19px !important}html body .bvi-body[data-bvi-size='12'] * h2,html body .bvi-body[data-bvi-size='12'] * h2 *{font-size:18px !important}html body .bvi-body[data-bvi-size='12'] * h3,html body .bvi-body[data-bvi-size='12'] * h3 *{font-size:17px !important}html body .bvi-body[data-bvi-size='12'] * h4,html body .bvi-body[data-bvi-size='12'] * h4 *{font-size:16px !important}html body .bvi-body[data-bvi-size='12'] * h5,html body .bvi-body[data-bvi-size='12'] * h5 *{font-size:15px !important}html body .bvi-body[data-bvi-size='12'] * h6,html body .bvi-body[data-bvi-size='12'] * h6 *{font-size:14px !important}html body .bvi-body[data-bvi-size='11'] *{font-size:11px !important}html body .bvi-body[data-bvi-size='11'] * h1,html body .bvi-body[data-bvi-size='11'] * h1 *{font-size:18px !important}html body .bvi-body[data-bvi-size='11'] * h2,html body .bvi-body[data-bvi-size='11'] * h2 *{font-size:17px !important}html body .bvi-body[data-bvi-size='11'] * h3,html body .bvi-body[data-bvi-size='11'] * h3 *{font-size:16px !important}html body .bvi-body[data-bvi-size='11'] * h4,html body .bvi-body[data-bvi-size='11'] * h4 *{font-size:15px !important}html body .bvi-body[data-bvi-size='11'] * h5,html body .bvi-body[data-bvi-size='11'] * h5 *{font-size:14px !important}html body .bvi-body[data-bvi-size='11'] * h6,html body .bvi-body[data-bvi-size='11'] * h6 *{font-size:13px !important}html body .bvi-body[data-bvi-size='10'] *{font-size:10px !important}html body .bvi-body[data-bvi-size='10'] * h1,html body .bvi-body[data-bvi-size='10'] * h1 *{font-size:17px !important}html body .bvi-body[data-bvi-size='10'] * h2,html body .bvi-body[data-bvi-size='10'] * h2 *{font-size:16px !important}html body .bvi-body[data-bvi-size='10'] * h3,html body .bvi-body[data-bvi-size='10'] * h3 *{font-size:15px !important}html body .bvi-body[data-bvi-size='10'] * h4,html body .bvi-body[data-bvi-size='10'] * h4 *{font-size:14px !important}html body .bvi-body[data-bvi-size='10'] * h5,html body .bvi-body[data-bvi-size='10'] * h5 *{font-size:13px !important}html body .bvi-body[data-bvi-size='10'] * h6,html body .bvi-body[data-bvi-size='10'] * h6 *{font-size:12px !important}html body .bvi-body[data-bvi-size='9'] *{font-size:9px !important}html body .bvi-body[data-bvi-size='9'] * h1,html body .bvi-body[data-bvi-size='9'] * h1 *{font-size:16px !important}html body .bvi-body[data-bvi-size='9'] * h2,html body .bvi-body[data-bvi-size='9'] * h2 *{font-size:15px !important}html body .bvi-body[data-bvi-size='9'] * h3,html body .bvi-body[data-bvi-size='9'] * h3 *{font-size:14px !important}html body .bvi-body[data-bvi-size='9'] * h4,html body .bvi-body[data-bvi-size='9'] * h4 *{font-size:13px !important}html body .bvi-body[data-bvi-size='9'] * h5,html body .bvi-body[data-bvi-size='9'] * h5 *{font-size:12px !important}html body .bvi-body[data-bvi-size='9'] * h6,html body .bvi-body[data-bvi-size='9'] * h6 *{font-size:11px !important}html body .bvi-body[data-bvi-size='8'] *{font-size:8px !important}html body .bvi-body[data-bvi-size='8'] * h1,html body .bvi-body[data-bvi-size='8'] * h1 *{font-size:15px !important}html body .bvi-body[data-bvi-size='8'] * h2,html body .bvi-body[data-bvi-size='8'] * h2 *{font-size:14px !important}html body .bvi-body[data-bvi-size='8'] * h3,html body .bvi-body[data-bvi-size='8'] * h3 *{font-size:13px !important}html body .bvi-body[data-bvi-size='8'] * h4,html body .bvi-body[data-bvi-size='8'] * h4 *{font-size:12px !important}html body .bvi-body[data-bvi-size='8'] * h5,html body .bvi-body[data-bvi-size='8'] * h5 *{font-size:11px !important}html body .bvi-body[data-bvi-size='8'] * h6,html body .bvi-body[data-bvi-size='8'] * h6 *{font-size:10px !important}html body .bvi-body[data-bvi-size='7'] *{font-size:7px !important}html body .bvi-body[data-bvi-size='7'] * h1,html body .bvi-body[data-bvi-size='7'] * h1 *{font-size:14px !important}html body .bvi-body[data-bvi-size='7'] * h2,html body .bvi-body[data-bvi-size='7'] * h2 *{font-size:13px !important}html body .bvi-body[data-bvi-size='7'] * h3,html body .bvi-body[data-bvi-size='7'] * h3 *{font-size:12px !important}html body .bvi-body[data-bvi-size='7'] * h4,html body .bvi-body[data-bvi-size='7'] * h4 *{font-size:11px !important}html body .bvi-body[data-bvi-size='7'] * h5,html body .bvi-body[data-bvi-size='7'] * h5 *{font-size:10px !important}html body .bvi-body[data-bvi-size='7'] * h6,html body .bvi-body[data-bvi-size='7'] * h6 *{font-size:9px !important}html body .bvi-body[data-bvi-size='6'] *{font-size:6px !important}html body .bvi-body[data-bvi-size='6'] * h1,html body .bvi-body[data-bvi-size='6'] * h1 *{font-size:13px !important}html body .bvi-body[data-bvi-size='6'] * h2,html body .bvi-body[data-bvi-size='6'] * h2 *{font-size:12px !important}html body .bvi-body[data-bvi-size='6'] * h3,html body .bvi-body[data-bvi-size='6'] * h3 *{font-size:11px !important}html body .bvi-body[data-bvi-size='6'] * h4,html body .bvi-body[data-bvi-size='6'] * h4 *{font-size:10px !important}html body .bvi-body[data-bvi-size='6'] * h5,html body .bvi-body[data-bvi-size='6'] * h5 *{font-size:9px !important}html body .bvi-body[data-bvi-size='6'] * h6,html body .bvi-body[data-bvi-size='6'] * h6 *{font-size:8px !important}html body .bvi-body[data-bvi-size='5'] *{font-size:5px !important}html body .bvi-body[data-bvi-size='5'] * h1,html body .bvi-body[data-bvi-size='5'] * h1 *{font-size:12px !important}html body .bvi-body[data-bvi-size='5'] * h2,html body .bvi-body[data-bvi-size='5'] * h2 *{font-size:11px !important}html body .bvi-body[data-bvi-size='5'] * h3,html body .bvi-body[data-bvi-size='5'] * h3 *{font-size:10px !important}html body .bvi-body[data-bvi-size='5'] * h4,html body .bvi-body[data-bvi-size='5'] * h4 *{font-size:9px !important}html body .bvi-body[data-bvi-size='5'] * h5,html body .bvi-body[data-bvi-size='5'] * h5 *{font-size:8px !important}html body .bvi-body[data-bvi-size='5'] * h6,html body .bvi-body[data-bvi-size='5'] * h6 *{font-size:7px !important}html body .bvi-body[data-bvi-size='4'] *{font-size:4px !important}html body .bvi-body[data-bvi-size='4'] * h1,html body .bvi-body[data-bvi-size='4'] * h1 *{font-size:11px !important}html body .bvi-body[data-bvi-size='4'] * h2,html body .bvi-body[data-bvi-size='4'] * h2 *{font-size:10px !important}html body .bvi-body[data-bvi-size='4'] * h3,html body .bvi-body[data-bvi-size='4'] * h3 *{font-size:9px !important}html body .bvi-body[data-bvi-size='4'] * h4,html body .bvi-body[data-bvi-size='4'] * h4 *{font-size:8px !important}html body .bvi-body[data-bvi-size='4'] * h5,html body .bvi-body[data-bvi-size='4'] * h5 *{font-size:7px !important}html body .bvi-body[data-bvi-size='4'] * h6,html body .bvi-body[data-bvi-size='4'] * h6 *{font-size:6px !important}html body .bvi-body[data-bvi-size='3'] *{font-size:3px !important}html body .bvi-body[data-bvi-size='3'] * h1,html body .bvi-body[data-bvi-size='3'] * h1 *{font-size:10px !important}html body .bvi-body[data-bvi-size='3'] * h2,html body .bvi-body[data-bvi-size='3'] * h2 *{font-size:9px !important}html body .bvi-body[data-bvi-size='3'] * h3,html body .bvi-body[data-bvi-size='3'] * h3 *{font-size:8px !important}html body .bvi-body[data-bvi-size='3'] * h4,html body .bvi-body[data-bvi-size='3'] * h4 *{font-size:7px !important}html body .bvi-body[data-bvi-size='3'] * h5,html body .bvi-body[data-bvi-size='3'] * h5 *{font-size:6px !important}html body .bvi-body[data-bvi-size='3'] * h6,html body .bvi-body[data-bvi-size='3'] * h6 *{font-size:5px !important}html body .bvi-body[data-bvi-size='2'] *{font-size:2px !important}html body .bvi-body[data-bvi-size='2'] * h1,html body .bvi-body[data-bvi-size='2'] * h1 *{font-size:9px !important}html body .bvi-body[data-bvi-size='2'] * h2,html body .bvi-body[data-bvi-size='2'] * h2 *{font-size:8px !important}html body .bvi-body[data-bvi-size='2'] * h3,html body .bvi-body[data-bvi-size='2'] * h3 *{font-size:7px !important}html body .bvi-body[data-bvi-size='2'] * h4,html body .bvi-body[data-bvi-size='2'] * h4 *{font-size:6px !important}html body .bvi-body[data-bvi-size='2'] * h5,html body .bvi-body[data-bvi-size='2'] * h5 *{font-size:5px !important}html body .bvi-body[data-bvi-size='2'] * h6,html body .bvi-body[data-bvi-size='2'] * h6 *{font-size:4px !important}html body .bvi-body[data-bvi-size='1'] *{font-size:1px !important}html body .bvi-body[data-bvi-size='1'] * h1,html body .bvi-body[data-bvi-size='1'] * h1 *{font-size:8px !important}html body .bvi-body[data-bvi-size='1'] * h2,html body .bvi-body[data-bvi-size='1'] * h2 *{font-size:7px !important}html body .bvi-body[data-bvi-size='1'] * h3,html body .bvi-body[data-bvi-size='1'] * h3 *{font-size:6px !important}html body .bvi-body[data-bvi-size='1'] * h4,html body .bvi-body[data-bvi-size='1'] * h4 *{font-size:5px !important}html body .bvi-body[data-bvi-size='1'] * h5,html body .bvi-body[data-bvi-size='1'] * h5 *{font-size:4px !important}html body .bvi-body[data-bvi-size='1'] * h6,html body .bvi-body[data-bvi-size='1'] * h6 *{font-size:3px !important}html body .bvi-body[data-bvi-images='true'] img{-webkit-filter:grayscale(0);filter:grayscale(0)}html body .bvi-body[data-bvi-images='false'] .bvi-img-off{border:2px dashed !important;box-sizing:border-box !important;overflow:hidden !important;max-width:100% !important;max-height:100% !important;word-wrap:break-word !important;text-align:center !important;display:flex !important;align-items:center !important;justify-content:center !important}html body .bvi-body[data-bvi-images='grayscale'] img.grayscale{filter:url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='saturate'values='0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);filter:gray}html body .bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale{position:relative;display:block}html body .bvi-body[data-bvi-line-height='normal'] *{line-height:1.5 !important}html body .bvi-body[data-bvi-line-height='average'] *{line-height:2 !important}html body .bvi-body[data-bvi-line-height='big'] *{line-height:2.5 !important}html body .bvi-body[data-bvi-letter-spacing='normal'] *{letter-spacing:0 !important}html body .bvi-body[data-bvi-letter-spacing='average'] *{letter-spacing:2px !important}html body .bvi-body[data-bvi-letter-spacing='big'] *{letter-spacing:4px !important}html body .bvi-body[data-bvi-font-family='arial'] *:not(i):not(span){font-family:Arial,sans-serif}html body .bvi-body[data-bvi-font-family='times'] *:not(i):not(span){font-family:"Times New roman"}html body .bvi-body[data-bvi-flash-iframe='true'] iframe,html body .bvi-body[data-bvi-flash-iframe='true'] video,html body .bvi-body[data-bvi-flash-iframe='true'] figure{display:block}html body .bvi-body[data-bvi-flash-iframe='false'] iframe,html body .bvi-body[data-bvi-flash-iframe='false'] video,html body .bvi-body[data-bvi-flash-iframe='false'] figure{display:none}
/* End */


/* Start:/local/templates/register/lib/bvi/css/bvi-font.min.css?15533317451612*/
.bvi-icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.bvi-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.bvi-xs{font-size:.75em !important}.bvi-sm{font-size:.875em !important}.bvi-1x{font-size:1em !important}.bvi-2x{font-size:2em !important}.bvi-3x{font-size:3em !important}.bvi-4x{font-size:4em !important}.bvi-5x{font-size:5em !important}.bvi-6x{font-size:6em !important}.bvi-7x{font-size:7em !important}.bvi-8x{font-size:8em !important}.bvi-9x{font-size:9em !important}.bvi-10x{font-size:10em !important}.bvi-font:before{content:"\f031"}.bvi-plus:before{content:"\f067"}.bvi-minus:before{content:"\f068"}.bvi-circle:before{content:"\f111"}.bvi-circle-notch:before{content:"\f1ce"}.bvi-adjust:before{content:"\f042"}.bvi-volume-up:before{content:"\f028"}.bvi-volume-off:before{content:"\f026"}.bvi-cogs:before{content:"\f085"}.bvi-low-vision:before{content:"\f2a8"}.bvi-chevron-circle-up:before{content:"\f139"}.bvi-eye:before{content:"\f06e"}.bvi-sync-alt:before{content:"\f2f1"}.bvi-times-circle:before{content:"\f057"}.bvi-bolt:before{content:"\f0e7"}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("/local/templates/register/lib/bvi/css/../fonts/fa-solid-900.eot");src:url("/local/templates/register/lib/bvi/css/../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/local/templates/register/lib/bvi/css/../fonts/fa-solid-900.woff2") format("woff2"),url("/local/templates/register/lib/bvi/css/../fonts/fa-solid-900.woff") format("woff"),url("/local/templates/register/lib/bvi/css/../fonts/fa-solid-900.ttf") format("truetype")}.bvi-icon{font-family:'Font Awesome 5 Free';font-weight:900}
/* End */


/* Start:/local/templates/register/css/additional.css?16403657761431*/
.header__link_notification {
    font: 400 15px/1.6 Helvetica,Arial,sans-serif;
    color: #043285;
}

.header__link_notification:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(201,202,209,0.5);
    margin: 0 17px 0 19px;
}

.top-nav__icon {
  margin-right: 10px;
}

.notification-box {
  margin-left: 10px;
  color: #fff;
  background-color: #043285;
  padding-left: 5px;
  padding-right: 5px;
}

.fancybox-wrap.is_fixed {
    position: fixed;
}

.ntf-item {
          padding: 10px;
        }
        .ntf-item a {
          color: #2579e2;
          text-decoration: underline;
        }
        .ntf-item .time {
          color: #979797;
          font-size: 12px;
          font-weight: 400;
          text-align: right;
        }
        .ntf-item.unread {
          background-color: #f4f4f4;
        }
        .ntf-nothing {
          text-align: center;
          margin: 100px auto;
          color: #ccc;
          font-size: 28px;
          font-weight: 700;
          line-height: 30px;
        }
        .ntf-link{
          display: block;
          margin: 10px auto;
          text-align: center;
          text-decoration: underline;
          border-bottom: none;
          color: #2579e2 !important;
        }
        .btn-file-inline {
          width: auto;
        }
        .btn-file-inline .btn {
          width: 130px;
          margin: 0;
        }

/* End */


/* Start:/local/templates/register/template_styles.css?175638268610550*/
/*.text-info__text {*/
/*	text-align: justify;*/
/*}*/

.centers__list-item-title {
	padding: 0 15px;
}

@media (min-width: 992px) {
	.centers__list-item-title {
		padding: 0 100px 0 30px;
	}
}

.pagination__input-text {
	width: auto;
}
.technical-support__info {
	justify-content: center;
	align-items: center;
	gap: 10px;

	background: #f7bd37;
	padding: 15px 20px;
	color: #2a303e;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

@media (min-width: 992px) {
	.technical-support__info {
		height: 45px;
	}
}

@media (max-width: 991px) {
	.technical-support__info {
		padding: 16.5px 20px;
	}
}

@media (max-width: 767px) {
	.technical-support__info {
		position: fixed;
		top: 13px;
		left: 50%;
		width: 294px;
		transform: translateX(-50%);
		border-radius: 10px;
		font-size: 10px;
		flex-direction: column;
		padding: 10px 20px;
	}
}

.cookie-widget__info:not(.is_show) {
	display: none;
}

.technical-support__message {
	font-size: 12px;
	line-height: 15px;

	text-align: center;
	color: #5c2c18;
}

@media (max-width: 767px) {
	.technical-support__message {
		font-size: 10px;
	}
}

.technical-support__info.is_show {
	display: flex;
}

.technical-support__content,
.technical-support__info .close-modal {
	opacity: 0;
	transition: opacity 0.5s;
}

.technical-support__info.is_show .technical-support__content,
.technical-support__info.is_show .close-modal {
	opacity: 1;
}

.is_bottom {
	bottom: 0 !important;
}
.cookie-widget__message h3 {
	margin-bottom: 10px;
}

.close-modal {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 10px;
	gap: 10px;
	width: 58px;
	height: 24px;
	background: #ffffff;
	border-radius: 21px;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #79421e;

	transition: opacity 0.3s;
}

body .cookie-widget__info {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
}

.close-modal:hover {
	opacity: 0.7;
}

.close-modal.left {
	margin-right: 5%;
}

.hidden {
	display: none !important;
}

@media (min-width: 576px) {
	.visible-xs {
		display: none;
	}
}

.link {
	/*font: 400 13px/1.538 Helvetica, Arial, sans-serif;*/
	color: #0d50c6;
	text-decoration: none;
}

.white-overlay {
	z-index: 3;
}

.map-wrapper {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -2000px;
	height: 500px;
}

.map-wrapper.open {
	display: block;
	position: relative;
	height: 500px;
	margin: 0;
}

span.ymap-toggle.link {
	text-decoration: underline;
	cursor: pointer;
}

ul.ui-autocomplete li.ui-menu-item {
	border-bottom: 1px dashed #c5c5c5;
	padding: 5px;
}

.centers__map-container {
	display: none;
}

.centers__map-container.centers__map-container_active {
	display: block;
}

.fancybox-close {
	top: 15px;
	right: 15px;
	background-position: 0 -75px;
	width: 14px;
	height: 14px;
	display: inline-block;
	background-image: url(/local/templates/fl/css/../images/sprite.png);
	vertical-align: middle;
}

.page {
	padding: 10px 0;
	overflow: hidden;
}

.page_full {
	overflow: visible;
}

@media (min-width: 992px) {
	.page {
		padding: 25px 0;
	}
}

.page__title {
	font: bold 18px/1.333 Helvetica, Arial, sans-serif;
	color: #013085;
	margin: 0 0 8px;
	/*font-size: 18px;*/
}

@media screen and (min-width: 320px) {
	.page__title {
		font-size: calc(18px + 14 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.page__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.page__title {
		line-height: 1.25;
		margin: 0 0 10px;
		padding: 0 0;
	}

	.page__title_indent {
		margin-bottom: 38px;
	}
}

.page__description {
}

.page-content__wrapper {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media (min-width: 992px) {
	.page-content__wrapper {
		display: block;
	}
}

.page-content {
	padding: 15px;
	position: relative;
	margin: 0 0 10px;
	background: #fff;
	box-shadow: 0 0 10px #eceff4;
	border-radius: 2px;
	width: 100%;
}

@media (min-width: 992px) {
	.page-content {
		padding: 30px;
		margin: 0 0 20px;
	}
}

.page-content__text {
}

.page-content__text-description {
}

@media (max-width: 992px) {
	.page .offset-1 {
		margin-left: 0;
	}
}

.map__container_contacts-page {
	margin-bottom: 28px;
}

.map__subtitle-empty {
	height: 23px;
}

@media (max-width: 992px) {
	.map__item_contacts-page {
		display: block;
	}

	.map__item_contacts-page .map__col {
		margin-bottom: 10px;
	}

	.map__subtitle-empty {
		display: none;
	}
}

.page table th {
	background: rgba(227, 231, 236, 0.45);
	padding: 15px 19px 14px;
	font: 400 13px/1.538 Helvetica, Arial, sans-serif;
	color: #2a303e;
	border: 1px solid #e3e7ec;
}

.page table td {
	background: #fff;
	border: 1px solid #e3e7ec;
	padding: 15px 19px 15px;
}

.page_nspk ol,
.page_nspk ul {
	padding-left: 30px;
}

.page_nspk p {
	margin-bottom: 10px;
}

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

@media (min-width: 992px) {
	.text-info__img_nsk {
		max-width: 100%;
		height: auto;
		padding-top: 10%;
	}
}

.other-sites__link_site {
	padding: 0;
}

.header__list-link_active {
	background: #0a52d0;
}

@media (min-width: 992px) {
	.prof-qualification__tabs-content-btn {
		top: -7px;
	}

	.form-dropzone__loader-text_mobile {
		display: none;
	}
}

.help__item-list .centers__list-item {
	width: 100%;
}

/*.cabinet__form-input-text{*/
/*	transition: none !important;*/
/*}*/

.nskMsgRadioWrap label {
	display: inline;
}

.icon-help,
#preloaded__images,
.header__link_help:before,
.nav-mobile__footer-item_version:before,
.nav-mobile__footer-item_help:before {
	width: 14px;
	height: 14px;
}

.page-not-found {
	min-height: 0;
}

.footer {
	background: inherit;
}

.body_bg-blue {
	background: #002974;
}

.form-select select {
	background-color: #fff;
	min-height: 50px;
	padding: 17px 56px 17px 20px;
	width: 100%;
	color: #757b8a;
	font-size: 15px;
	border: none;
	border-radius: 2px;
}

.ballon_body {
	height: 100%;
	width: 100%;
	overflow: auto;
}

@media (min-width: 992px) {
	table.table-content_middle tbody td,
	table.table-content_middle tbody td p {
		vertical-align: middle;
		text-align: center;
	}
}

.table-row__subtitle {
	color: #000;
	font-size: 16px;
}

.table-row__description {
	color: #757b8a !important;
	font-size: 15px !important;
}

.item-detail__addresses_auto-width thead th {
	width: auto !important;
}

.item-detail__addresses_auto-width tbody td {
	width: auto !important;
}

td.table-row__column_left,
td.table-row__column_left p {
	text-align: left !important;
}

.item-detail__tabs-content-row .ballon_body p,
.item-detail__tabs-content-row .ballon_body span {
	font-size: inherit;
	color: inherit;
	margin: inherit;
}

.item-detail__tabs-content-row .ballon_body br {
	display: none;
}

.cabinet__content-edit_center {
	margin: 0 auto;
}

.applications__table-tooltip {
	visibility: visible;
	opacity: 1;
}

.tooltip-blue {
	min-width: 88px;
	/*max-width: 120px;*/
	display: none;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #0c50c8;
	border-radius: 2px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: absolute !important;
}

table.additional-info-table {
	width: 500px;
	border-collapse: collapse;
	font-size: 14px;
}

table.additional-info-table tr > td {
	color: white;
	background-color: transparent;
	text-align: left;
	border: 1px #fff solid;
	padding: 5px;
}

table.additional-info-table td a {
	color: white !important;
	display: block;
	text-decoration: underline;
}

#btnSmartTableRefresh {
	position: fixed;
	bottom: 35px;
	right: 100px;
	z-index: 11;
	opacity: 0.8;
}

#btnSmartTableRefresh:hover {
	opacity: 1;
}

.page .accordion__item-title {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	line-height: 20px;
	background-position: calc(100% - 15px) 15px;
	border-bottom: 1px solid #e3e7ec;
}

@media (min-width: 768px) {
	.page .accordion__item-title {
		padding: 30px;
		font-size: 20px;
		line-height: 24px;
		background-position: calc(100% - 30px) 30px;
	}
}

.page .accordion {
	background-color: #fff;
	width: 100%;
	position: relative;
	display: block;
}

.page .accordion .accordion__item {
	padding: 0;
}

.lockChangesWrap {
	margin-bottom: 15px;
}

.lockChangesInlineWrap {
	display: block;
}

.lockChangesInlineWrap h4,
.lockChangesInlineWrap a {
	display: inline;
	margin-right: 20px;
}

.lockChangesY {
	color: red;
}

.lockChangesN {
	color: green;
}

.lockChangesComment {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #e7e7e7;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-top: 2px solid #8a6d3b;
}

#dlgLockComment {
	display: block;
	width: 100%;
	height: 91px;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	resize: none;
	background-color: #f4f4f4;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.white-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: 0.5;
	z-index: 10;

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

.smart-filter_prepend-buttons {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.dialog-wrapper {
		min-width: 500px;
	}
}

.dialog-body {
	margin: 20px auto;
}

.dialog-footer {
	text-align: right;
}

.dialog-footer > .btn {
	margin-right: 10px;
	display: inline-block;
}

.dialog-wrapper .selectric-items .selectric-scroll {
	max-height: 140px;
}

.separator {
	margin: 35px 0 40px;
	height: 1px;
	background-color: #e7e7e7;
}

.page_analytics {
	padding: 10px 0;
	overflow: visible;
}

@media (min-width: 992px) {
	.page_analytics {
		padding: 25px 0;
	}
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	opacity: 0.5;
}

.submit__form-btn_sm {
	max-width: 200px;
}

.empty-control {
	border-color: #db717a !important;
}

.empty-control:focus,
.empty-control:hover,
.empty-control:active {
	box-shadow: 0 0 0 1px #db717a !important;
}

.form-field_removable .form-field__container {
	margin-bottom: 10px;
}

.draftName {
	background: transparent;
	border: 0;
	width: 100%;
	outline: 0;
}

.status_warning {
	color: #d3a244 !important;
}
.status_bad {
	color: #e53935 !important;
}

@media (min-width: 992px) {
	.header__list-link {
		padding: 0 6px;
	}
}

/* End */
/* /local/templates/register/css/app-project.css?1756382686355595 */
/* /local/templates/register/css/jquery-ui.min.css?153564400030747 */
/* /local/templates/register/css/cookie-widget.css?17563826861160 */
/* /local/templates/register/lib/fancybox/jquery.fancybox.css?15536181864903 */
/* /local/templates/register/css/datepicker.min.css?163126030312257 */
/* /local/templates/register/lib/bvi/css/bvi.min.css?1553331745127805 */
/* /local/templates/register/lib/bvi/css/bvi-font.min.css?15533317451612 */
/* /local/templates/register/css/additional.css?16403657761431 */
/* /local/templates/register/template_styles.css?175638268610550 */
