

/* Start:/local/templates/parsec/css/styles.css?1587122338304324*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

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

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

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

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

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1, .h1 {
	font-size: 2.5rem;
}

h2, .h2 {
	font-size: 2rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014\00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	-webkit-border-radius: 0.2rem;
	        border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.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: 1140px;
	}
}

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

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        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 {
	-webkit-flex-basis: 0;
	    -ms-flex-preferred-size: 0;
	        flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	    -ms-flex-order: 12;
	        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 {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        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 {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        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 {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        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 {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		    -ms-flex-order: 12;
		        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%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
	border-color: #7abaff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
	border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	        background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	-webkit-border-radius: 0.2rem;
	        border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	-webkit-border-radius: 0.3rem;
	        border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	-webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	-webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
	opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	-webkit-border-radius: 0.3rem;
	        border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	-webkit-border-radius: 0.2rem;
	        border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	        background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	-webkit-border-radius: 0.3rem;
	        border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	-webkit-border-radius: 0.2rem;
	        border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	-webkit-border-radius: 0.5rem;
	        border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	-webkit-border-radius: 0.5rem;
	        border-radius: 0.5rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	    -ms-transform: translateX(0.75rem);
	        transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	-webkit-border-radius: 0 0.25rem 0.25rem 0;
	        border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + 0.4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #007bff;
	border: 0;
	-webkit-border-radius: 1rem;
	        border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	        appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	-webkit-border-radius: 1rem;
	        border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	     appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	-webkit-border-top-left-radius: 0.25rem;
	        border-top-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	        border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
}

.nav-pills .nav-link {
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-webkit-flex-basis: 0;
	    -ms-flex-preferred-size: 0;
	        flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	        flex-basis: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	-webkit-background-size: 100% 100%;
	        background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		    -ms-flex-preferred-size: auto;
		        flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		    -ms-flex-preferred-size: auto;
		        flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		    -ms-flex-preferred-size: auto;
		        flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		    -ms-flex-preferred-size: auto;
		        flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: auto;
	    -ms-flex-preferred-size: auto;
	        flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: border-box;
	        background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	-webkit-border-top-left-radius: 0.25rem;
	        border-top-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	        border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	-webkit-border-bottom-right-radius: 0.25rem;
	        border-bottom-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	        border-bottom-left-radius: 0.25rem;
}

.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	-webkit-border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	-webkit-border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
	        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	-webkit-border-radius: calc(0.25rem - 1px);
	        border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	-webkit-border-top-left-radius: calc(0.25rem - 1px);
	        border-top-left-radius: calc(0.25rem - 1px);
	-webkit-border-top-right-radius: calc(0.25rem - 1px);
	        border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	-webkit-border-bottom-right-radius: calc(0.25rem - 1px);
	        border-bottom-right-radius: calc(0.25rem - 1px);
	-webkit-border-bottom-left-radius: calc(0.25rem - 1px);
	        border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.card-group > .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
	.card-group > .card {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		-webkit-border-top-right-radius: 0;
		        border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		        border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		-webkit-border-top-right-radius: 0;
		        border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		-webkit-border-bottom-right-radius: 0;
		        border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		-webkit-border-top-left-radius: 0;
		        border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		        border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		-webkit-border-top-left-radius: 0;
		        border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		-webkit-border-bottom-left-radius: 0;
		        border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
		-webkit-column-gap: 1.25rem;
		   -moz-column-gap: 1.25rem;
		        column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.accordion > .card:first-of-type {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
}

.accordion > .card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	-webkit-border-top-left-radius: 0.25rem;
	        border-top-left-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	        border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	-webkit-border-top-right-radius: 0.25rem;
	        border-top-right-radius: 0.25rem;
	-webkit-border-bottom-right-radius: 0.25rem;
	        border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	-webkit-border-top-left-radius: 0.3rem;
	        border-top-left-radius: 0.3rem;
	-webkit-border-bottom-left-radius: 0.3rem;
	        border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	-webkit-border-top-right-radius: 0.3rem;
	        border-top-right-radius: 0.3rem;
	-webkit-border-bottom-right-radius: 0.3rem;
	        border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	-webkit-border-top-left-radius: 0.2rem;
	        border-top-left-radius: 0.2rem;
	-webkit-border-bottom-left-radius: 0.2rem;
	        border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	-webkit-border-top-right-radius: 0.2rem;
	        border-top-right-radius: 0.2rem;
	-webkit-border-bottom-right-radius: 0.2rem;
	        border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	-webkit-border-radius: 10rem;
	        border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	-webkit-border-radius: 0.3rem;
	        border-radius: 0.3rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.progress-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 1rem 1rem;
	        background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	        animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		        animation: none;
	}
}

.media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.list-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	-webkit-border-top-left-radius: 0.25rem;
	        border-top-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	        border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 0.25rem;
	        border-bottom-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	        border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
	-webkit-border-top-left-radius: 0.25rem;
	        border-top-left-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	        border-bottom-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	-webkit-border-top-right-radius: 0.25rem;
	        border-top-right-radius: 0.25rem;
	-webkit-border-bottom-right-radius: 0.25rem;
	        border-bottom-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		-webkit-border-top-left-radius: 0.25rem;
		        border-top-left-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0.25rem;
		        border-bottom-left-radius: 0.25rem;
		-webkit-border-top-right-radius: 0;
		        border-top-right-radius: 0;
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		-webkit-border-top-right-radius: 0.25rem;
		        border-top-right-radius: 0.25rem;
		-webkit-border-bottom-right-radius: 0.25rem;
		        border-bottom-right-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0;
		        border-bottom-left-radius: 0;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-md .list-group-item:first-child {
		-webkit-border-top-left-radius: 0.25rem;
		        border-top-left-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0.25rem;
		        border-bottom-left-radius: 0.25rem;
		-webkit-border-top-right-radius: 0;
		        border-top-right-radius: 0;
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		-webkit-border-top-right-radius: 0.25rem;
		        border-top-right-radius: 0.25rem;
		-webkit-border-bottom-right-radius: 0.25rem;
		        border-bottom-right-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0;
		        border-bottom-left-radius: 0;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		-webkit-border-top-left-radius: 0.25rem;
		        border-top-left-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0.25rem;
		        border-bottom-left-radius: 0.25rem;
		-webkit-border-top-right-radius: 0;
		        border-top-right-radius: 0;
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		-webkit-border-top-right-radius: 0.25rem;
		        border-top-right-radius: 0.25rem;
		-webkit-border-bottom-right-radius: 0.25rem;
		        border-bottom-right-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0;
		        border-bottom-left-radius: 0;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		-webkit-border-top-left-radius: 0.25rem;
		        border-top-left-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0.25rem;
		        border-bottom-left-radius: 0.25rem;
		-webkit-border-top-right-radius: 0;
		        border-top-right-radius: 0;
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		-webkit-border-top-right-radius: 0.25rem;
		        border-top-right-radius: 0.25rem;
		-webkit-border-bottom-right-radius: 0.25rem;
		        border-bottom-right-radius: 0.25rem;
		-webkit-border-bottom-left-radius: 0;
		        border-bottom-left-radius: 0;
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #004085;
	background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-background-clip: padding-box;
	        background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	opacity: 0;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-background-clip: padding-box;
	        background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	    -ms-transform: translate(0, -50px);
	        transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	        background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0.3rem;
	        border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	-webkit-border-top-left-radius: 0.3rem;
	        border-top-left-radius: 0.3rem;
	-webkit-border-top-right-radius: 0.3rem;
	        border-top-right-radius: 0.3rem;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	-webkit-border-bottom-right-radius: 0.3rem;
	        border-bottom-right-radius: 0.3rem;
	-webkit-border-bottom-left-radius: 0.3rem;
	        border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-border-radius: 0.25rem;
	        border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	        background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0.3rem;
	        border-radius: 0.3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-top-left-radius: calc(0.3rem - 1px);
	        border-top-left-radius: calc(0.3rem - 1px);
	-webkit-border-top-right-radius: calc(0.3rem - 1px);
	        border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: -webkit-transform 0.6s ease-in-out;
	-o-transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s 0.6s opacity;
	-o-transition: 0s 0.6s opacity;
	transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s ease;
	-o-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	        background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	        animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	        animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

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

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	-webkit-border-radius: 0.2rem !important;
	        border-radius: 0.2rem !important;
}

.rounded {
	-webkit-border-radius: 0.25rem !important;
	        border-radius: 0.25rem !important;
}

.rounded-top {
	-webkit-border-top-left-radius: 0.25rem !important;
	        border-top-left-radius: 0.25rem !important;
	-webkit-border-top-right-radius: 0.25rem !important;
	        border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	-webkit-border-top-right-radius: 0.25rem !important;
	        border-top-right-radius: 0.25rem !important;
	-webkit-border-bottom-right-radius: 0.25rem !important;
	        border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	-webkit-border-bottom-right-radius: 0.25rem !important;
	        border-bottom-right-radius: 0.25rem !important;
	-webkit-border-bottom-left-radius: 0.25rem !important;
	        border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	-webkit-border-top-left-radius: 0.25rem !important;
	        border-top-left-radius: 0.25rem !important;
	-webkit-border-bottom-left-radius: 0.25rem !important;
	        border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	-webkit-border-radius: 0.3rem !important;
	        border-radius: 0.3rem !important;
}

.rounded-circle {
	-webkit-border-radius: 50% !important;
	        border-radius: 50% !important;
}

.rounded-pill {
	-webkit-border-radius: 50rem !important;
	        border-radius: 50rem !important;
}

.rounded-0 {
	-webkit-border-radius: 0 !important;
	        border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.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: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !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: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !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: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !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: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !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: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !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: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
	-webkit-flex-shrink: 0 !important;
	    -ms-flex-negative: 0 !important;
	        flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-webkit-flex-shrink: 1 !important;
	    -ms-flex-negative: 1 !important;
	        flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
	-webkit-justify-content: space-around !important;
	    -ms-flex-pack: distribute !important;
	        justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
	-webkit-align-content: flex-start !important;
	    -ms-flex-line-pack: start !important;
	        align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	    -ms-flex-line-pack: end !important;
	        align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	    -ms-flex-line-pack: center !important;
	        align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	    -ms-flex-line-pack: justify !important;
	        align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	    -ms-flex-line-pack: distribute !important;
	        align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	    -ms-flex-line-pack: stretch !important;
	        align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	    -ms-flex-item-align: auto !important;
	        align-self: auto !important;
}

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

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

.align-self-center {
	-webkit-align-self: center !important;
	    -ms-flex-item-align: center !important;
	        align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	    -ms-flex-item-align: baseline !important;
	        align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	    -ms-flex-item-align: stretch !important;
	        align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-sm-center {
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-sm-center {
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		        align-self: center !important;
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		        align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-md-center {
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-md-between {
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-md-around {
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-md-auto {
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-md-center {
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		        align-self: center !important;
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		        align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-lg-center {
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-lg-center {
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		        align-self: center !important;
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		        align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		    -ms-flex-wrap: wrap !important;
		        flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		    -ms-flex-wrap: nowrap !important;
		        flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		    -ms-flex-wrap: wrap-reverse !important;
		        flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		    -ms-flex: 1 1 auto !important;
		        flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		    -ms-flex-positive: 0 !important;
		        flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		    -ms-flex-positive: 1 !important;
		        flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		    -ms-flex-negative: 0 !important;
		        flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		    -ms-flex-negative: 1 !important;
		        flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		    -ms-flex-pack: end !important;
		        justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		    -ms-flex-pack: justify !important;
		        justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		    -ms-flex-pack: distribute !important;
		        justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		    -ms-flex-align: start !important;
		        align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		    -ms-flex-align: end !important;
		        align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		    -ms-flex-align: baseline !important;
		        align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		    -ms-flex-align: stretch !important;
		        align-items: stretch !important;
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		    -ms-flex-line-pack: start !important;
		        align-content: flex-start !important;
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		    -ms-flex-line-pack: end !important;
		        align-content: flex-end !important;
	}
	.align-content-xl-center {
		-webkit-align-content: center !important;
		    -ms-flex-line-pack: center !important;
		        align-content: center !important;
	}
	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		    -ms-flex-line-pack: justify !important;
		        align-content: space-between !important;
	}
	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		    -ms-flex-line-pack: distribute !important;
		        align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		    -ms-flex-line-pack: stretch !important;
		        align-content: stretch !important;
	}
	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		    -ms-flex-item-align: auto !important;
		        align-self: auto !important;
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		    -ms-flex-item-align: start !important;
		        align-self: flex-start !important;
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		    -ms-flex-item-align: end !important;
		        align-self: flex-end !important;
	}
	.align-self-xl-center {
		-webkit-align-self: center !important;
		    -ms-flex-item-align: center !important;
		        align-self: center !important;
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		    -ms-flex-item-align: baseline !important;
		        align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		    -ms-flex-item-align: stretch !important;
		        align-self: stretch !important;
	}
}

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

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

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

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

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

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	        box-shadow: none !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;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

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

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

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

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #dee2e6;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.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 #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.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 #cccccc;
	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 {
	-webkit-box-shadow: 0 0 3px 1px #5e9ed6;
	        box-shadow: 0 0 3px 1px #5e9ed6;
}

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

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.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);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/parsec/css/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("/local/templates/parsec/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/parsec/css/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/parsec/css/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/parsec/css/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/parsec/css/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("/local/templates/parsec/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	-webkit-border-top-left-radius: 3px;
	        border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	-webkit-border-top-right-radius: 3px;
	        border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	-webkit-border-bottom-left-radius: 3px;
	        border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	-webkit-border-bottom-right-radius: 3px;
	        border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.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;
}

/* with multiple calendars */
.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;
}

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * bootstrap-fileinput v5.0.2
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2019, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type=file], input.file-loading[type=file] {
	width: 0;
	height: 0;
}

.kv-hidden, .hide-content .kv-file-content, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn {
	display: none;
}

.file-no-browse, .btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
	position: absolute;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
	position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
	text-align: left;
}

.file-error-message pre, .file-error-message ul {
	margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
	margin: 5px 0 -5px;
	width: 16px;
	height: 16px;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
	height: 11px;
	font-size: 9px;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	width: 160px;
	height: 15px;
	margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
	height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
	width: 100%;
}

.file-no-browse {
	left: 50%;
	bottom: 20%;
	width: 1px;
	height: 1px;
	font-size: 0;
	opacity: 0;
	border: none;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.file-loading:before {
	content: " Loading...";
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
	font-size: 13px;
	font-variant: small-caps;
	color: #999;
	background: transparent url(/local/templates/parsec/css/images/loading.gif) top left no-repeat;
}

.file-object {
	margin: 0 0 -5px 0;
	padding: 0;
}

.btn-file {
	overflow: hidden;
}

.btn-file input[type=file] {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	opacity: 0;
	background: none repeat scroll 0 0 transparent;
	cursor: inherit;
	display: block;
}

.btn-file ::-ms-browse {
	font-size: 10000px;
	width: 100%;
	height: 100%;
}

.file-caption .file-caption-name {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	background: none;
	outline: none;
}

.file-caption.icon-visible .file-caption-icon {
	display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
	padding-left: 15px;
}

.file-caption-icon {
	left: 8px;
}

.file-error-message {
	color: #a94442;
	background-color: #f2dede;
	margin: 5px;
	border: 1px solid #ebccd1;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	padding: 15px;
}

.file-error-message pre {
	margin: 5px 0;
}

.file-caption-disabled {
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}

.file-preview {
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #ddd;
	padding: 8px;
	width: 100%;
	margin-bottom: 5px;
}

.file-preview .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.file-preview .fileinput-remove {
	top: 1px;
	right: 1px;
	line-height: 10px;
}

.file-preview .clickable {
	cursor: pointer;
}

.file-preview-image {
	font: 40px Impact, Charcoal, sans-serif;
	color: #28a745;
}

.krajee-default.file-preview-frame {
	margin: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 6px;
	float: left;
	text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
	width: 213px;
	height: 160px;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
	width: 400px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
	height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
	width: 240px;
	height: 55px;
}

.krajee-default .file-preview-other-frame {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.krajee-default .file-preview-text {
	display: block;
	color: #428bca;
	border: 1px solid #ddd;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	outline: none;
	padding: 8px;
	resize: none;
}

.krajee-default .file-preview-html {
	border: 1px solid #ddd;
	padding: 8px;
	overflow: auto;
}

.krajee-default .file-other-icon {
	font-size: 6em;
	line-height: 1;
}

.krajee-default .file-footer-buttons {
	float: right;
}

.krajee-default .file-footer-caption {
	display: block;
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
	color: #777;
	margin-bottom: 15px;
}

.krajee-default .file-preview-error {
	opacity: 0.65;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.krajee-default .file-thumb-progress {
	height: 11px;
	top: 37px;
	left: 0;
	right: 0;
}

.krajee-default .file-thumb-progress .progress {
	color: #ccc;
}

.krajee-default .file-thumb-progress .progress-bar {
	font-family: Verdana, Helvetica, sans-serif;
}

.krajee-default.kvsortable-ghost {
	background: #e1edf7;
	border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
	opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
	color: #000;
}

.file-upload-stats {
	font-size: 9px;
	text-align: center;
	width: 100%;
}

.kv-upload-progress .progress {
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
	color: #ccc;
}

.kv-upload-progress .progress-bar {
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
}

.kv-upload-progress .file-upload-stats {
	font-size: 11px;
	margin: -10px 0 5px;
}

.file-zoom-dialog .file-other-icon {
	font-size: 22em;
	font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
	width: auto;
}

.file-zoom-dialog .modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
	padding: 0;
	margin: 0;
	background: transparent;
	text-decoration: none;
	outline: none;
	opacity: 0.7;
	top: 45%;
	font-size: 4em;
	color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
	top: 5px;
	right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
	opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
	left: 1px;
}

.file-zoom-dialog .btn-next {
	right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
	font-weight: 300;
	color: #999;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
	-webkit-border-top-right-radius: 4px;
	        border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	        border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
	-webkit-border-top-right-radius: 4px;
	        border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	        border-bottom-right-radius: 4px;
}

.file-caption-main {
	width: 100%;
}

.file-thumb-loading {
	background: transparent url(/local/templates/parsec/css/images/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
	border: 1px dashed #aaa;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 12px 15px 12px 12px;
	padding: 5px;
}

.file-drop-zone.clickable:hover {
	border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
	border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
	cursor: default;
}

.file-drop-zone-title {
	color: #aaa;
	font-size: 1.6em;
	padding: 85px 10px;
	cursor: default;
}

.file-highlighted {
	border: 2px dashed #999 !important;
	background-color: #eee;
}

.file-uploading {
	background: url(/local/templates/parsec/css/images/loading-sm.gif) no-repeat center bottom 10px;
	opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
	min-width: 100%;
	margin: 0;
}

.file-zoom-fullscreen .modal-content {
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
	overflow-y: auto;
}

.floating-buttons {
	z-index: 3000;
}

.floating-buttons .btn-kv {
	margin-left: 3px;
	z-index: 3000;
}

.kv-zoom-actions .btn-kv {
	margin-left: 3px;
}

.file-zoom-content {
	height: 480px;
	text-align: center;
}

.file-zoom-content .file-preview-image {
	max-height: 100%;
}

.file-zoom-content .file-preview-video {
	max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
	height: auto;
	min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
	width: auto;
	height: 30px;
}

@media (min-width: 576px) {
	.file-zoom-dialog .modal-dialog {
		max-width: 500px;
	}
}

@media (min-width: 992px) {
	.file-zoom-dialog .modal-lg {
		max-width: 800px;
	}
}

@media (max-width: 767px) {
	.file-preview-thumbnails {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.file-zoom-dialog .modal-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

@media (max-width: 350px) {
	.krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
		width: 160px;
	}
}

@media (max-width: 420px) {
	.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
		width: 100%;
	}
}

.file-loading[dir=rtl]:before {
	background: transparent url(/local/templates/parsec/css/images/loading.gif) top right no-repeat;
	padding-left: 0;
	padding-right: 20px;
}

.file-sortable .file-drag-handle {
	cursor: move;
	opacity: 1;
}

.file-sortable .file-drag-handle:hover {
	opacity: 0.7;
}

.clickable .file-drop-zone-title {
	cursor: pointer;
}

.file-preview-initial.sortable-chosen {
	background-color: #d9edf7;
}

@font-face {
	font-family: 'lg';
	src: url("/local/templates/parsec/css/../fonts/lg.eot?n1z373");
	src: url("/local/templates/parsec/css/../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/local/templates/parsec/css/../fonts/lg.woff?n1z373") format("woff"), url("/local/templates/parsec/css/../fonts/lg.ttf?n1z373") format("truetype"), url("/local/templates/parsec/css/../fonts/lg.svg?n1z373#lg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #FFF;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	   transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	-webkit-border-radius: 2px 2px 0 0;
	        border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
	color: #FFF;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("/local/templates/parsec/css/images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("/local/templates/parsec/css/images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("/local/templates/parsec/css/images/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("/local/templates/parsec/css/images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("/local/templates/parsec/css/images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	   transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px white inset;
	        box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	-webkit-box-shadow: 0 0 0 8px white inset;
	        box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	   transition-delay: 0s;
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	-o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	   transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	   transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	   transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("/local/templates/parsec/css/images/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	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);
	-ms-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;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		    transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		    transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		    transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* End */


/* Start:/local/templates/parsec/components/bitrix/search.title/.default/style.css?15711278713230*/
div.title-search-result {
	margin: 0 auto;
	border: none;;
	display:none;
	overflow:hidden;
	z-index:205;
	max-width: calc(100% + 30px) !important;
	right: 15px !important;
	left: 15px !important;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

table.title-search-result td {
	padding-top: 0;
	padding-bottom: 0;
}

div.title-search-result table.title-search-result td.title-search-separator {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #808080;
	padding: 24px 24px 4px;
}

div.title-search-result table.title-search-result th.title-search-separator {
	padding: 0;
	margin: 0;
	height: 0;
	background-color: none;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result tr[id]:hover {
	background-color: #E9EFF2;
}

table.title-search-result td.title-search-item {
	padding-left:40px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:0;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display: inline-block;
	transition: none;
}

table.title-search-result td.title-search-item a:hover b {
	color: #010101;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
	display: none;
}

table.title-search-result td.title-search-item b {
	background-color: #92c73c;
	color: #010101;
	font-weight: 700;
}

table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	transition: 0.1s;
	color: #92c73c;
}

table.title-search-result tr.title-search-selected a:hover
,table.title-search-result tr.title-search-selected td.title-search-more a:hover
{
	color: #92c73c;
}

table.title-search-result td.title-search-more {
	font-size: 12px;
	font-weight: normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:0;
	padding-right:0;
	text-decoration:none;
	font-size: 12px;
	color: #004EB1;
}

table.title-search-result td.title-search-more a:hover
{
	color: #92c73c;
}

table.title-search-result td.title-search-all {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:0;
	text-decoration:none;
	font-weight: 600;
	font-size: 16px;
}

table.title-search-result td.title-search-all a:hover
{
	color: #92c73c;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/parsec/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/components/parsec/cookie.notification/templates/.default/style.css?17487802052601*/
.cookie-notification-modal{
    width:100%;
    font-size: 13px;
    position:fixed;
    bottom:0;
    left:0;
    z-index:1060;
    padding:1em;
    line-height:1.5;
    background:#e2e2e2
}
.cookie-agree{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}
@media (max-width:767px){
    .cookie-agree{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}
.cookie-agree__text{
    line-height:1.5;
    margin:auto 0;
}
@media (min-width:768px){
    .cookie-agree__text{
        padding-right:2em
    }
}
@media (max-width:767px){
    .cookie-agree__text{
        margin-bottom:1em
    }
}
.cookie-agree__buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
@media (max-width:767px){
    .cookie-agree__buttons{
        -ms-flex-item-align:center;
        align-self:center;
        -webkit-box-pack:stretch;
        -ms-flex-pack:stretch;
        justify-content:stretch;
        width:100%
    }
}
.cookie-agree__button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:#fff;
    font-size:12px;
    font-weight: bold;
    height:35px;
    border-radius:4px;
    -webkit-transition:color .3s ease-out,background .3s ease-out;
    transition:color .3s ease-out,background .3s ease-out;
    cursor:pointer
}
@media (min-width:768px){
    .cookie-agree__button{
        width:140px
    }
}
@media (max-width:767px){
    .cookie-agree__button{
        -webkit-box-flex:1;
        -ms-flex:1 0 140px;
        flex:1 0 140px
    }
}
.cookie-agree__button:not(:last-child){
    margin-right:10px
}
.cookie-agree__button.btn-green{
    background:#66c05d;
    border:1px solid #66c05d
}
@media (min-width:992px){
    .cookie-agree__button.btn-green:hover{
        color:#71c768;
        background:#fff
    }
}
@media (max-width:991px){
    .cookie-agree__button.btn-green:active{
        color:#71c768;
        background:#fff
    }
}
.cookie-agree__button.btn-dark{
    background:#333f46;
    border:1px solid #333f46
}
@media (min-width:992px){
    .cookie-agree__button.btn-dark:hover{
        color:#333f46;
        background:#fff
    }
}
@media (max-width:991px){
    .cookie-agree__button.btn-dark:active{
        color:#333f46;
        background:#fff
    }
}
/* End */


/* Start:/local/templates/parsec/styles.css?157052411411914*/
.mega-menu.mega-menu__products>div>li{
    width: 75%;
}

.mega-menu.mega-menu__products>div>li{
    width: 50%;
    float: left;
}

.mega-menu__about .row.about>div{
    width: 24%
}
.mega-menu__about .row.about>div .col-3.links {
    max-width: 100%;
}

[contenteditable="true"] .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[contenteditable="true"] .col,
[contenteditable="true"] .col-1,
[contenteditable="true"] .col-10,
[contenteditable="true"] .col-11,
[contenteditable="true"] .col-12,
[contenteditable="true"] .col-2,
[contenteditable="true"] .col-3,
[contenteditable="true"] .col-4,
[contenteditable="true"] .col-5,
[contenteditable="true"] .col-6,
[contenteditable="true"] .col-7,
[contenteditable="true"] .col-8,
[contenteditable="true"] .col-9,
[contenteditable="true"] .col-auto,
[contenteditable="true"] .col-lg,
[contenteditable="true"] .col-lg-1,
[contenteditable="true"] .col-lg-10,
[contenteditable="true"] .col-lg-11,
[contenteditable="true"] .col-lg-12,
[contenteditable="true"] .col-lg-2,
[contenteditable="true"] .col-lg-3,
[contenteditable="true"] .col-lg-4,
[contenteditable="true"] .col-lg-5,
[contenteditable="true"] .col-lg-6,
[contenteditable="true"] .col-lg-7,
[contenteditable="true"] .col-lg-8,
[contenteditable="true"] .col-lg-9,
[contenteditable="true"] .col-lg-auto,
[contenteditable="true"] .col-md,
[contenteditable="true"] .col-md-1,
[contenteditable="true"] .col-md-10,
[contenteditable="true"] .col-md-11,
[contenteditable="true"] .col-md-12,
[contenteditable="true"] .col-md-2,
[contenteditable="true"] .col-md-3,
[contenteditable="true"] .col-md-4,
[contenteditable="true"] .col-md-5,
[contenteditable="true"] .col-md-6,
[contenteditable="true"] .col-md-7,
[contenteditable="true"] .col-md-8,
[contenteditable="true"] .col-md-9,
[contenteditable="true"] .col-md-auto,
[contenteditable="true"] .col-sm,
[contenteditable="true"] .col-sm-1,
[contenteditable="true"] .col-sm-10,
[contenteditable="true"] .col-sm-11,
[contenteditable="true"] .col-sm-12,
[contenteditable="true"] .col-sm-2,
[contenteditable="true"] .col-sm-3,
[contenteditable="true"] .col-sm-4,
[contenteditable="true"] .col-sm-5,
[contenteditable="true"] .col-sm-6,
[contenteditable="true"] .col-sm-7,
[contenteditable="true"] .col-sm-8,
[contenteditable="true"] .col-sm-9,
[contenteditable="true"] .col-sm-auto,
[contenteditable="true"] .col-xl,
[contenteditable="true"] .col-xl-1,
[contenteditable="true"] .col-xl-10,
[contenteditable="true"] .col-xl-11,
[contenteditable="true"] .col-xl-12,
[contenteditable="true"] .col-xl-2,
[contenteditable="true"] .col-xl-3,
[contenteditable="true"] .col-xl-4,
[contenteditable="true"] .col-xl-5,
[contenteditable="true"] .col-xl-6,
[contenteditable="true"] .col-xl-7,
[contenteditable="true"] .col-xl-8,
[contenteditable="true"] .col-xl-9,
[contenteditable="true"] .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    [contenteditable="true"] .col-md-6 {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%
    }

}

[contenteditable="true"] .quote {
    border: 8px solid #F2F2F2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 34px;
}

[contenteditable="true"] .quote__text {
    position: relative;
    padding-left: 22px;
}

[contenteditable="true"] .project-detail .quote__text:before {
    position: absolute;
    font-size: 22px;
    top: 6px;
    left: -17px;
    color: #343434;
}

[contenteditable="true"] .quote .author {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

[contenteditable="true"] .quote .author__photo {
    margin-right: 17px;
    width: 85px;
    height: 85px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[contenteditable="true"] .quote .author__name {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 19px;
    color: #004EB1;
}

[contenteditable="true"] .quote .author__position {
    font-size: 15px;
    line-height: 18px;
    color: #808080;
}

[contenteditable="true"] .download-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[contenteditable="true"] .download-file .icon-file {
    margin-right: 15px;
}

[contenteditable="true"] .download-file__title {
    display: inline-block;
    font-weight: 700;
    color: #004EB1;
    line-height: 1;
    margin-bottom: 7px;
}

[contenteditable="true"] .download-file__size {
    color: #808080;
    line-height: 1;
}

[contenteditable="true"] .icon-file {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzQuMTc2IDcuNTY1Yy0xLjA2NC4zNjItMi41NC40MzItMy41NDQuODU2bC0uMTQ3LS4xMWMxLjAxOC0uNDMgMi4wNjgtLjgzIDMuMTQ2LTEuMTk3QzQwLjcxOCA0LjcgNDcuNzA2IDQuMTcyIDUzLjI4NCA1LjI4MmM1LjU2NyAxLjEwOSA5Ljc5NCAzLjg3IDExLjIxNiA4LjA5NiAxLjQyMiA0LjIyNy0uMjcgOS4wMDQtNC4wMjUgMTMuMjg2LTMuNzYxIDQuMjktOS42MzMgOC4xNC0xNi43MiAxMC41NTMtNC41MzggMS41NDUtOS4wMzMgMi4zMTctMTMuMTQzIDIuMzgydi0uMTYyYzQuMDQtLjA2NCA3Ljg3My0xLjcyOSAxMi4zNTMtMy4yNTQgNy4wMDItMi4zODQgMTEuMDk1LTQuODk3IDE0Ljc3MS05LjA5IDMuNjgyLTQuMiA1LjcxMy04LjY2OSA0LjM5NC0xMi41ODktMS4zMTgtMy45Mi01LjEzMy02Ljg1NS0xMC41OTMtNy45NDItNS40NTEtMS4wODUtOS45MTQtLjc3OC0xNy4zNiAxLjAwM3oiIGZpbGw9IiM0MjlBRTciLz48cGF0aCBkPSJNMjMuOTA5IDEyLjA5OGM2LjM0LTEuODU1IDEyLjM2Mi0yLjcwOCAxNy4zOC0xLjc1IDUuNjU5IDEuMDggOS45MzggNC4xIDExLjM4NiA4LjMxIDEuNDQ4IDQuMjExLS4xODcgOS4wNC0zLjk2MyAxMy40MzUtMy43NzggNC4zOTgtOS43MSA4LjM3OC0xNi45MDEgMTAuOTA1LTcuMjQgMi41NDUtMTQuNDMyIDMuNDItMjAuMDUgMi4xNzFhMTguNzcgMTguNzcgMCAwIDEtMi4wNS0uNTc3IDE1LjA2NyAxNS4wNjcgMCAwIDEtNC4wMDUtMi4xMjhDMi4zMzkgMzkuOTQ4LjI5IDM2LjA3MiAxLjIyNSAzMS40OTFjLjU3Ny0yLjgyOCAyLjItNS42OTIgNC42MS04LjQwM0M5Ljg1NCAxOC41NjcgMTYuMTE4IDE0LjQgMjMuNjQgMTEuNDA3bC4yNjkuNjl6bS0uMDIzLS4wNmM2LjMxLTEuODQ0IDEyLjQyMS0yLjIgMTcuNDAzLTEuMjUgNS42MjggMS4wNzUgOS43OTYgMy44MSAxMS4yMTMgNy45MzIgMS40MTcgNC4xMi0uMTczIDguODgtMy45MjggMTMuMjUyLTMuNzU0IDQuMzY5LTkuNjU3IDguMzMzLTE2LjgyMyAxMC44NTFDMjMuMTQyIDQ1Ljg0OC44OTggNDUuMTcgMy43MTcgMzAuODczYzIuMDQtOS4zOTYgMTIuMDMtMTUuNTI2IDIwLjE5Mi0xOC43NzVsLS4wMjMtLjA2eiIgZmlsbD0iIzAwNkJDQSIvPjxwYXRoIGQ9Ik03LjAwNyAxNy41NzhDMi4zMDMgMjEuMzI5LS4zNSAyNS45MDguMzQ0IDMwLjMxMUguMTE4Yy0uNzIyLTQuNTkzIDEuOTA3LTkuMjM0IDYuNjU5LTEzLjAyNCA0Ljc1Ny0zLjc5NCAxMS42NzQtNi43NjUgMTkuNjIxLTguMDI1bC4wNTguMzY2Yy03Ljg5NyAxLjI1My0xNC43NSA0LjIwMi0xOS40NSA3Ljk1em01LjcxMiAyMy40MjRjNS4zMDQgMS41NDEgMTEuODc0IDEuOTM0IDE4LjgwNC44MzUgMy44MTgtLjYwNSA3LjM5My0xLjYwOCAxMC42LTIuOTA2bC4xMzguMzQ0Yy0zLjIzMyAxLjMxLTYuODM2IDIuMzE5LTEwLjY4IDIuOTI5LTYuOTc3IDEuMTA2LTEzLjYwMS43MTMtMTguOTY0LS44NDUtNS4zNTgtMS41NTctOS40ODItNC4yODMtMTEuNDE1LTcuODY0bC4xNS0uMTc0YzEuODY4IDMuNDU5IDYuMDU5IDYuMTQgMTEuMzY3IDcuNjgxeiIgZmlsbD0iIzk1OTU5NSIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjQ5MiAxLjAxOGgyNi45MzZMNTIuNTkgMTAuODJ2MzguNkgxNS40OTJ6Ii8+PHBhdGggZD0iTTE0LjAwNyAwaDI3Ljk2TDU0IDEyLjE4M1Y1MEgxNC4wMDdWMzAuOTUySDE0VjMuODk1aC4wMDdWMHptMS45NzggNS4yNjR2MjIuNDI3bC4wMjItLjAxMVY0OEg1MlYxNC40NDFIMzkuODVWMkgxNi4wMDZ2My4yNzZsLS4wMjItLjAxMnptMzUuNDYgNy4xNzdsLTkuNTk2LTkuNzE0djkuNzE0aDkuNTk2eiIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=);
}

[contenteditable="true"] .icon-file:before {
    position: absolute;
    bottom: 5px;
    left: 52%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    line-height: 1;
    height: 13px;
}

[contenteditable="true"] .partner-review {
    margin-top: 25px;
    position: relative;
    color: #fff;
    background-color: #343434;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-top: 35px;
    padding-bottom: 60px;
    padding: 35px 110px 60px;
}

[contenteditable="true"] .partner-review__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

[contenteditable="true"] .partner-review .author {
    display: block;
    position: relative;
    z-index: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

[contenteditable="true"] .partner-review .author__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
}

[contenteditable="true"] .partner-review .author__photo {
    margin-right: 20px;
    width: 116px;
    height: 116px;
}

[contenteditable="true"] .partner-review .author__company-logo {
    margin-right: -45px;
    background-color: #fff;
    padding: 10px;
}

[contenteditable="true"] .partner-review .author__company-logo img {
    width: 100%;
}

[contenteditable="true"] .partner-review .author__name {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

[contenteditable="true"] .partner-review .author__position {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
}

[contenteditable="true"] .partner-review__text {
    position: relative;
    margin-top: -7px;
    position: relative;
    font-size: 17px;
    line-height: 25px;
    z-index: 2;
    padding-left: 50px;
}

[contenteditable="true"] .features {
    margin-top: 60px;
    border: 8px solid #F2F2F2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 32px 20px;
}

[contenteditable="true"] .inspection .send-us {
    position: relative;
    margin: 6px 21px;
    padding: 22px 25px;
    text-align: center;
}

[contenteditable="true"] .inspection .send-us:after {
    position: absolute;
    content: '';
    display: block;
    width: 222px;
    height: 199px;
    top: -24px;
    left: -48px;
    background-image: url(/local/templates/parsec/images/send-us-image.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}

[contenteditable="true"] .inspection .send-us__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

[contenteditable="true"] .inspection .send-us .btn {
    padding: 10px 28px;
}


[contenteditable="true"] .block-bordered {
    padding: 12px 25px 16px;
    border: 8px solid #F2F2F2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


[contenteditable="true"] .location {
    margin-top: 24px;
    padding: 20px 30px;
    background-color: #F2F2F2;
    font-size: 15px;
    line-height: 25px;
}

[contenteditable="true"] .location .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

[contenteditable="true"] .location p {
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 25px;
}

[contenteditable="true"]  .location p:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 5px;
    font-size: 17px;
    color: #004EB1;
}

[contenteditable="true"]  .location p a {
    display: inline-block;
}
.is-hide{
    display: none;
}

.news .feedback-form{
   /* z-index: 999999999 !important;*/
}

div[id^="wait_comp_"]{ display: none !important;}
.waitwindowlocal{
    display: none !important;
}

.bx-core-waitwindow{
    display: none !important;
}

/* fix */
.product-download .form-group a:hover{
    color: #92c73c;
}
.js-bth-more{
    display: none;
}
/* End */


/* Start:/local/templates/parsec/template_styles.css?1752271659403671*/
@charset "UTF-8";
@font-face {
    font-family: 'fontello';
    src: url("/local/templates/parsec/fonts/fontello/fontello.eot?68016347");
    src: url("/local/templates/parsec/fonts/fontello/fontello.eot?68016347#iefix") format("embedded-opentype"), url("/local/templates/parsec/fonts/fontello/fontello.woff2?68016347") format("woff2"), url("/local/templates/parsec/fonts/fontello/fontello.woff?68016347") format("woff"), url("/local/templates/parsec/fonts/fontello/fontello.ttf?68016347") format("truetype"), url("/local/templates/parsec/fonts/fontello/fontello.svg?68016347#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "fontello";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Индикатор загрузки */
.loading-indicator {
    position: relative;
}

.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
    position: absolute;
    z-index: 1000;
}

.loading-indicator .loading-layer {
    bottom: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    right: 0;
    top: 0;
}

.loading-indicator .loading-icon {
    height: 50px;
    margin: -25px 0 0 -40px;
    left: 50%;
    top: 50%;
    width: 80px;
}

body.loading-indicator .loading-icon {
    position: fixed;
}

#loading-indicator-template {
    display: none;
}

.loading-icon #loading-indicator-template {
    display: block;
}

.icon-date:before {
    content: "";
}

.icon-dropbox:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-google-plus:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-mail:before {
    content: "";
}

.icon-ok:before {
    content: "";
}

.icon-pinterest:before {
    content: "";
}

.icon-skype:before {
    content: "";
}

.icon-telegram:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-viber:before {
    content: "";
}

.icon-vimeo:before {
    content: "";
}

.icon-vk:before {
    content: "";
}

.icon-whatsapp:before {
    content: "";
}

.icon-ya-disk:before {
    content: "";
}

.icon-yandex:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-arrow-prev:before {
    content: "";
}

.icon-arrow-next:before {
    content: "";
}

.icon-zoom:before {
    content: "";
}

.icon-warning-inverse:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-check-rounded:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-basket:before {
    content: "";
}

.icon-person:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-li-arrow:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-catalog:before {
    content: "";
}

.icon-link:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-breadcrumbs-next:before {
    content: "";
}

.icon-breadcrumbs-last:before {
    content: "";
}

.icon-back:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-warning:before {
    content: "";
}

.icon-map:before {
    content: "";
}

.icon-location:before {
    content: "";
}

.icon-sort-desc:before {
    content: "";
}

.icon-sort-asc:before {
    content: "";
}

.icon-quote:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-email:before {
    content: "";
}

.icon-handset:before {
    content: "";
}

.icon-printer:before {
    content: "";
}

.icon-arrow-circle:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-info-2:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-triangle-arrow:before {
    content: "";
}

.icon-download-2:before {
    content: "";
}

.icon-signal:before {
    content: "";
}

.icon-edit:before {
    content: "";
}

.icon-eye:before {
    content: "";
}

.icon-error:before {
    content: "";
}

.icon-info-inverse:before {
    content: "";
}

.icon-send-email:before {
    content: "";
}

.icon-monitor:before {
    content: "";
}

.icon-globe:before {
    content: "";
}

.icon-phone-2:before {
    content: "";
}

.icon-file {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 50px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzQuMTc2IDcuNTY1Yy0xLjA2NC4zNjItMi41NC40MzItMy41NDQuODU2bC0uMTQ3LS4xMWMxLjAxOC0uNDMgMi4wNjgtLjgzIDMuMTQ2LTEuMTk3QzQwLjcxOCA0LjcgNDcuNzA2IDQuMTcyIDUzLjI4NCA1LjI4MmM1LjU2NyAxLjEwOSA5Ljc5NCAzLjg3IDExLjIxNiA4LjA5NiAxLjQyMiA0LjIyNy0uMjcgOS4wMDQtNC4wMjUgMTMuMjg2LTMuNzYxIDQuMjktOS42MzMgOC4xNC0xNi43MiAxMC41NTMtNC41MzggMS41NDUtOS4wMzMgMi4zMTctMTMuMTQzIDIuMzgydi0uMTYyYzQuMDQtLjA2NCA3Ljg3My0xLjcyOSAxMi4zNTMtMy4yNTQgNy4wMDItMi4zODQgMTEuMDk1LTQuODk3IDE0Ljc3MS05LjA5IDMuNjgyLTQuMiA1LjcxMy04LjY2OSA0LjM5NC0xMi41ODktMS4zMTgtMy45Mi01LjEzMy02Ljg1NS0xMC41OTMtNy45NDItNS40NTEtMS4wODUtOS45MTQtLjc3OC0xNy4zNiAxLjAwM3oiIGZpbGw9IiM0MjlBRTciLz48cGF0aCBkPSJNMjMuOTA5IDEyLjA5OGM2LjM0LTEuODU1IDEyLjM2Mi0yLjcwOCAxNy4zOC0xLjc1IDUuNjU5IDEuMDggOS45MzggNC4xIDExLjM4NiA4LjMxIDEuNDQ4IDQuMjExLS4xODcgOS4wNC0zLjk2MyAxMy40MzUtMy43NzggNC4zOTgtOS43MSA4LjM3OC0xNi45MDEgMTAuOTA1LTcuMjQgMi41NDUtMTQuNDMyIDMuNDItMjAuMDUgMi4xNzFhMTguNzcgMTguNzcgMCAwIDEtMi4wNS0uNTc3IDE1LjA2NyAxNS4wNjcgMCAwIDEtNC4wMDUtMi4xMjhDMi4zMzkgMzkuOTQ4LjI5IDM2LjA3MiAxLjIyNSAzMS40OTFjLjU3Ny0yLjgyOCAyLjItNS42OTIgNC42MS04LjQwM0M5Ljg1NCAxOC41NjcgMTYuMTE4IDE0LjQgMjMuNjQgMTEuNDA3bC4yNjkuNjl6bS0uMDIzLS4wNmM2LjMxLTEuODQ0IDEyLjQyMS0yLjIgMTcuNDAzLTEuMjUgNS42MjggMS4wNzUgOS43OTYgMy44MSAxMS4yMTMgNy45MzIgMS40MTcgNC4xMi0uMTczIDguODgtMy45MjggMTMuMjUyLTMuNzU0IDQuMzY5LTkuNjU3IDguMzMzLTE2LjgyMyAxMC44NTFDMjMuMTQyIDQ1Ljg0OC44OTggNDUuMTcgMy43MTcgMzAuODczYzIuMDQtOS4zOTYgMTIuMDMtMTUuNTI2IDIwLjE5Mi0xOC43NzVsLS4wMjMtLjA2eiIgZmlsbD0iIzAwNkJDQSIvPjxwYXRoIGQ9Ik03LjAwNyAxNy41NzhDMi4zMDMgMjEuMzI5LS4zNSAyNS45MDguMzQ0IDMwLjMxMUguMTE4Yy0uNzIyLTQuNTkzIDEuOTA3LTkuMjM0IDYuNjU5LTEzLjAyNCA0Ljc1Ny0zLjc5NCAxMS42NzQtNi43NjUgMTkuNjIxLTguMDI1bC4wNTguMzY2Yy03Ljg5NyAxLjI1My0xNC43NSA0LjIwMi0xOS40NSA3Ljk1em01LjcxMiAyMy40MjRjNS4zMDQgMS41NDEgMTEuODc0IDEuOTM0IDE4LjgwNC44MzUgMy44MTgtLjYwNSA3LjM5My0xLjYwOCAxMC42LTIuOTA2bC4xMzguMzQ0Yy0zLjIzMyAxLjMxLTYuODM2IDIuMzE5LTEwLjY4IDIuOTI5LTYuOTc3IDEuMTA2LTEzLjYwMS43MTMtMTguOTY0LS44NDUtNS4zNTgtMS41NTctOS40ODItNC4yODMtMTEuNDE1LTcuODY0bC4xNS0uMTc0YzEuODY4IDMuNDU5IDYuMDU5IDYuMTQgMTEuMzY3IDcuNjgxeiIgZmlsbD0iIzk1OTU5NSIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1LjQ5MiAxLjAxOGgyNi45MzZMNTIuNTkgMTAuODJ2MzguNkgxNS40OTJ6Ii8+PHBhdGggZD0iTTE0LjAwNyAwaDI3Ljk2TDU0IDEyLjE4M1Y1MEgxNC4wMDdWMzAuOTUySDE0VjMuODk1aC4wMDdWMHptMS45NzggNS4yNjR2MjIuNDI3bC4wMjItLjAxMVY0OEg1MlYxNC40NDFIMzkuODVWMkgxNi4wMDZ2My4yNzZsLS4wMjItLjAxMnptMzUuNDYgNy4xNzdsLTkuNTk2LTkuNzE0djkuNzE0aDkuNTk2eiIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4=);
}

.icon-file:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 5px;
    left: 1px;
    line-height: 1;
    width: 100%;
    height: 25%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

.icon-file-doc:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyOSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMC4xODc1IDEyLjQ0NzNWMC4zNjEzMjhIMy4zODMzQzQuNzk0NDMgMC4zNjEzMjggNS45MTc4MSAwLjgwOTU3IDYuNzUzNDIgMS43MDYwNUM3LjU5NDU2IDIuNjAyNTQgOC4wMjM0NCAzLjgzMTA1IDguMDQwMDQgNS4zOTE2VjcuMzUwNTlDOC4wNDAwNCA4LjkzODggNy42MTk0NyAxMC4xODY3IDYuNzc4MzIgMTEuMDk0MkM1Ljk0MjcxIDExLjk5NjMgNC43ODg5IDEyLjQ0NzMgMy4zMTY4OSAxMi40NDczSDAuMTg3NVpNMi42Mjc5MyAyLjM5NTAyVjEwLjQyMTlIMy4zNTg0QzQuMTcxODggMTAuNDIxOSA0Ljc0NDYzIDEwLjIwODggNS4wNzY2NiA5Ljc4MjcxQzUuNDA4NjkgOS4zNTEwNyA1LjU4MzAxIDguNjA5NTQgNS41OTk2MSA3LjU1ODExVjUuNDU4MDFDNS41OTk2MSA0LjMyOTEgNS40NDE4OSAzLjU0MzI5IDUuMTI2NDYgMy4xMDA1OUM0LjgxMTA0IDIuNjUyMzQgNC4yNzQyNSAyLjQxNzE2IDMuNTE2MTEgMi4zOTUwMkgyLjYyNzkzWiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xOC4zMDgxIDcuNDkxN0MxOC4zMDgxIDkuMTEzMTIgMTcuOTIzNSAxMC4zNzIxIDE3LjE1NDMgMTEuMjY4NkMxNi4zOTA2IDEyLjE2NSAxNS4zMjgxIDEyLjYxMzMgMTMuOTY2OCAxMi42MTMzQzEyLjYxMSAxMi42MTMzIDExLjU0NTcgMTIuMTcwNiAxMC43NzEgMTEuMjg1MkM5Ljk5NjI2IDEwLjM5NDIgOS42MDMzNSA5LjE0OTA5IDkuNTkyMjkgNy41NDk4VjUuNDgyOTFDOS41OTIyOSAzLjgyMjc1IDkuOTc2ODkgMi41Mjc4MyAxMC43NDYxIDEuNTk4MTRDMTEuNTE1MyAwLjY2MjkyMyAxMi41ODMzIDAuMTk1MzEyIDEzLjk1MDIgMC4xOTUzMTJDMTUuMjk0OSAwLjE5NTMxMiAxNi4zNTQ3IDAuNjU0NjIyIDE3LjEyOTQgMS41NzMyNEMxNy45MDQxIDIuNDg2MzMgMTguMjk3IDMuNzcwMTggMTguMzA4MSA1LjQyNDhWNy40OTE3Wk0xNS44NTk0IDUuNDY2MzFDMTUuODU5NCA0LjM3NjE0IDE1LjcwNDQgMy41NjU0MyAxNS4zOTQ1IDMuMDM0MThDMTUuMDg0NiAyLjUwMjkzIDE0LjYwMzIgMi4yMzczIDEzLjk1MDIgMi4yMzczQzEzLjMwMjcgMi4yMzczIDEyLjgyNDEgMi40OTQ2MyAxMi41MTQyIDMuMDA5MjhDMTIuMjA0MyAzLjUxODM5IDEyLjA0MzggNC4yOTU5IDEyLjAzMjcgNS4zNDE4VjcuNDkxN0MxMi4wMzI3IDguNTQ4NjcgMTIuMTkwNCA5LjMyODk0IDEyLjUwNTkgOS44MzI1MkMxMi44MjEzIDEwLjMzMDYgMTMuMzA4MyAxMC41Nzk2IDEzLjk2NjggMTAuNTc5NkMxNC42MDMyIDEwLjU3OTYgMTUuMDc2MyAxMC4zMzYxIDE1LjM4NjIgOS44NDkxMkMxNS42OTYxIDkuMzU2NjEgMTUuODUzOCA4LjU5NTcgMTUuODU5NCA3LjU2NjQxVjUuNDY2MzFaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTI4LjI1MjQgOC40MjEzOUMyOC4xOTE2IDkuNzk5MzIgMjcuODA0MiAxMC44NDI0IDI3LjA5MDMgMTEuNTUwOEMyNi4zNzY1IDEyLjI1OTEgMjUuMzY5MyAxMi42MTMzIDI0LjA2ODggMTIuNjEzM0MyMi43MDIgMTIuNjEzMyAyMS42NTMzIDEyLjE2NSAyMC45MjI5IDExLjI2ODZDMjAuMTk3OSAxMC4zNjY1IDE5LjgzNTQgOS4wODI2OCAxOS44MzU0IDcuNDE2OTlWNS4zODMzQzE5LjgzNTQgMy43MjMxNCAyMC4yMTE4IDIuNDQ0ODIgMjAuOTY0NCAxLjU0ODM0QzIxLjcxNyAwLjY0NjMyMiAyMi43NjI5IDAuMTk1MzEyIDI0LjEwMjEgMC4xOTUzMTJDMjUuNDE5MSAwLjE5NTMxMiAyNi40MTggMC41NjMzMTQgMjcuMDk4NiAxLjI5OTMyQzI3Ljc4NDggMi4wMzUzMiAyOC4xNzUgMy4wOTIyOSAyOC4yNjkgNC40NzAyMUgyNS44MjAzQzI1Ljc5ODIgMy42MTggMjUuNjY1NCAzLjAzMTQxIDI1LjQyMTkgMi43MTA0NUMyNS4xODM5IDIuMzgzOTUgMjQuNzQ0IDIuMjIwNyAyNC4xMDIxIDIuMjIwN0MyMy40NDkxIDIuMjIwNyAyMi45ODcgMi40NTAzNiAyMi43MTU4IDIuOTA5NjdDMjIuNDQ0NyAzLjM2MzQ0IDIyLjMwMDggNC4xMTMyOCAyMi4yODQyIDUuMTU5MThWNy40NDE4OUMyMi4yODQyIDguNjQyNzQgMjIuNDE3IDkuNDY3MjkgMjIuNjgyNiA5LjkxNTUzQzIyLjk1MzggMTAuMzYzOCAyMy40MTU5IDEwLjU4NzkgMjQuMDY4OCAxMC41ODc5QzI0LjcxMDggMTAuNTg3OSAyNS4xNTM1IDEwLjQzMjkgMjUuMzk3IDEwLjEyM0MyNS42NDA1IDkuODA3NjIgMjUuNzc4OCA5LjI0MDQgMjUuODEyIDguNDIxMzlIMjguMjUyNFoiIGZpbGw9IiMxMDEwMTAiLz48L3N2Zz4=);
}

.icon-file-pdf:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi43MjE2OCA4LjE5NzI3VjEyLjQ0NzNIMC4yODEyNVYwLjM2MTMyOEg0LjM5ODQ0QzUuNTkzNzUgMC4zNjEzMjggNi41NDU1NyAwLjczMjA5NiA3LjI1MzkxIDEuNDczNjNDNy45Njc3NyAyLjIxNTE3IDguMzI0NzEgMy4xNzgwNiA4LjMyNDcxIDQuMzYyM0M4LjMyNDcxIDUuNTQ2NTUgNy45NzMzMSA2LjQ4MTc3IDcuMjcwNTEgNy4xNjc5N0M2LjU2NzcxIDcuODU0MTcgNS41OTM3NSA4LjE5NzI3IDQuMzQ4NjMgOC4xOTcyN0gyLjcyMTY4Wk0yLjcyMTY4IDYuMTYzNTdINC4zOTg0NEM0Ljg2MzI4IDYuMTYzNTcgNS4yMjI5OCA2LjAxMTM5IDUuNDc3NTQgNS43MDcwM0M1LjczMjEgNS40MDI2NyA1Ljg1OTM4IDQuOTU5OTYgNS44NTkzOCA0LjM3ODkxQzUuODU5MzggMy43NzU3MiA1LjcyOTMzIDMuMjk3MDQgNS40NjkyNCAyLjk0Mjg3QzUuMjA5MTUgMi41ODMxNyA0Ljg2MDUxIDIuNDAwNTUgNC40MjMzNCAyLjM5NTAySDIuNzIxNjhWNi4xNjM1N1oiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNOS45NTk5NiAxMi40NDczVjAuMzYxMzI4SDEzLjE1NThDMTQuNTY2OSAwLjM2MTMyOCAxNS42OTAzIDAuODA5NTcgMTYuNTI1OSAxLjcwNjA1QzE3LjM2NyAyLjYwMjU0IDE3Ljc5NTkgMy44MzEwNSAxNy44MTI1IDUuMzkxNlY3LjM1MDU5QzE3LjgxMjUgOC45Mzg4IDE3LjM5MTkgMTAuMTg2NyAxNi41NTA4IDExLjA5NDJDMTUuNzE1MiAxMS45OTYzIDE0LjU2MTQgMTIuNDQ3MyAxMy4wODk0IDEyLjQ0NzNIOS45NTk5NlpNMTIuNDAwNCAyLjM5NTAyVjEwLjQyMTlIMTMuMTMwOUMxMy45NDQzIDEwLjQyMTkgMTQuNTE3MSAxMC4yMDg4IDE0Ljg0OTEgOS43ODI3MUMxNS4xODEyIDkuMzUxMDcgMTUuMzU1NSA4LjYwOTU0IDE1LjM3MjEgNy41NTgxMVY1LjQ1ODAxQzE1LjM3MjEgNC4zMjkxIDE1LjIxNDQgMy41NDMyOSAxNC44OTg5IDMuMTAwNTlDMTQuNTgzNSAyLjY1MjM0IDE0LjA0NjcgMi40MTcxNiAxMy4yODg2IDIuMzk1MDJIMTIuNDAwNFoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMjUuODA2MiA3LjUxNjZIMjIuMDEyN1YxMi40NDczSDE5LjU3MjNWMC4zNjEzMjhIMjYuMjYyN1YyLjM5NTAySDIyLjAxMjdWNS40OTEyMUgyNS44MDYyVjcuNTE2NloiIGZpbGw9IiMxMDEwMTAiLz48L3N2Zz4=);
}

.icon-file-xls:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS4zNDE4IDQuNTExNzJMNi45Njg3NSAwLjM2MTMyOEg5Ljc2NjExTDYuOTI3MjUgNi4zNTQ0OUw5LjgzMjUyIDEyLjQ0NzNINy4wMDE5NUw1LjM0MTggOC4yMjIxN0wzLjY4OTk0IDEyLjQ0NzNIMC44NTkzNzVMMy43NjQ2NSA2LjM1NDQ5TDAuOTE3NDggMC4zNjEzMjhIMy43MTQ4NEw1LjM0MTggNC41MTE3MloiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMTMuNTA5OCAxMC40MjE5SDE3Ljc5M1YxMi40NDczSDExLjA2OTNWMC4zNjEzMjhIMTMuNTA5OFYxMC40MjE5WiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0yNC4zMDkxIDkuMjc2MzdDMjQuMzA5MSA4Ljc4Mzg1IDI0LjE4MTggOC40MTMwOSAyMy45MjcyIDguMTY0MDZDMjMuNjc4MiA3LjkwOTUxIDIzLjIyMTcgNy42NDY2NSAyMi41NTc2IDcuMzc1NDlDMjEuMzQ1NyA2LjkxNjE4IDIwLjQ3NDEgNi4zNzkzOSAxOS45NDI5IDUuNzY1MTRDMTkuNDExNiA1LjE0NTM1IDE5LjE0NiA0LjQxNDg4IDE5LjE0NiAzLjU3MzczQzE5LjE0NiAyLjU1NTUgMTkuNTA1NyAxLjczOTI2IDIwLjIyNTEgMS4xMjVDMjAuOTUgMC41MDUyMDggMjEuODY4NyAwLjE5NTMxMiAyMi45ODEgMC4xOTUzMTJDMjMuNzIyNSAwLjE5NTMxMiAyNC4zODM4IDAuMzUzMDI3IDI0Ljk2NDggMC42Njg0NTdDMjUuNTQ1OSAwLjk3ODM1MyAyNS45OTE0IDEuNDE4MjkgMjYuMzAxMyAxLjk4ODI4QzI2LjYxNjcgMi41NTgyNyAyNi43NzQ0IDMuMjA1NzMgMjYuNzc0NCAzLjkzMDY2SDI0LjM0MjNDMjQuMzQyMyAzLjM2NjIxIDI0LjIyMDUgMi45MzczNCAyMy45NzcxIDIuNjQ0MDRDMjMuNzM5MSAyLjM0NTIxIDIzLjM5MzIgMi4xOTU4IDIyLjkzOTUgMi4xOTU4QzIyLjUxMzMgMi4xOTU4IDIyLjE4MTMgMi4zMjMwOCAyMS45NDM0IDIuNTc3NjRDMjEuNzA1NCAyLjgyNjY2IDIxLjU4NjQgMy4xNjQyMyAyMS41ODY0IDMuNTkwMzNDMjEuNTg2NCAzLjkyMjM2IDIxLjcxOTIgNC4yMjM5NiAyMS45ODQ5IDQuNDk1MTJDMjIuMjUwNSA0Ljc2MDc0IDIyLjcyMDkgNS4wMzc0NCAyMy4zOTYgNS4zMjUyQzI0LjU3NDcgNS43NTEzIDI1LjQyOTcgNi4yNzQyNSAyNS45NjA5IDYuODk0MDRDMjYuNDk3NyA3LjUxMzgzIDI2Ljc2NjEgOC4zMDI0MSAyNi43NjYxIDkuMjU5NzdDMjYuNzY2MSAxMC4zMTEyIDI2LjQzMTMgMTEuMTMzIDI1Ljc2MTcgMTEuNzI1MUMyNS4wOTIxIDEyLjMxNzIgMjQuMTgxOCAxMi42MTMzIDIzLjAzMDggMTIuNjEzM0MyMi4yNTA1IDEyLjYxMzMgMjEuNTM5NCAxMi40NTI4IDIwLjg5NzUgMTIuMTMxOEMyMC4yNTU1IDExLjgxMDkgMTkuNzUyIDExLjM1MTYgMTkuMzg2NyAxMC43NTM5QzE5LjAyNyAxMC4xNTYyIDE4Ljg0NzIgOS40NTA2OCAxOC44NDcyIDguNjM3MjFIMjEuMjk1OUMyMS4yOTU5IDkuMzM0NDcgMjEuNDMxNSA5Ljg0MDgyIDIxLjcwMjYgMTAuMTU2MkMyMS45NzM4IDEwLjQ3MTcgMjIuNDE2NSAxMC42Mjk0IDIzLjAzMDggMTAuNjI5NEMyMy44ODMgMTAuNjI5NCAyNC4zMDkxIDEwLjE3ODQgMjQuMzA5MSA5LjI3NjM3WiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
}

.icon-file-zip:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy44NTg0IDEwLjQyMTlIOC44Mzg4N1YxMi40NDczSDEuMDAyOTNWMTAuOTc4TDUuOTMzNTkgMi4zOTUwMkgwLjk1MzEyNVYwLjM2MTMyOEg4Ljc0NzU2VjEuNzk3MzZMMy44NTg0IDEwLjQyMTlaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTEyLjg4OTYgMTIuNDQ3M0gxMC40NDkyVjAuMzYxMzI4SDEyLjg4OTZWMTIuNDQ3M1oiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMTcuMzgwNCA4LjE5NzI3VjEyLjQ0NzNIMTQuOTM5OVYwLjM2MTMyOEgxOS4wNTcxQzIwLjI1MjQgMC4zNjEzMjggMjEuMjA0MyAwLjczMjA5NiAyMS45MTI2IDEuNDczNjNDMjIuNjI2NSAyLjIxNTE3IDIyLjk4MzQgMy4xNzgwNiAyMi45ODM0IDQuMzYyM0MyMi45ODM0IDUuNTQ2NTUgMjIuNjMyIDYuNDgxNzcgMjEuOTI5MiA3LjE2Nzk3QzIxLjIyNjQgNy44NTQxNyAyMC4yNTI0IDguMTk3MjcgMTkuMDA3MyA4LjE5NzI3SDE3LjM4MDRaTTE3LjM4MDQgNi4xNjM1N0gxOS4wNTcxQzE5LjUyMiA2LjE2MzU3IDE5Ljg4MTcgNi4wMTEzOSAyMC4xMzYyIDUuNzA3MDNDMjAuMzkwOCA1LjQwMjY3IDIwLjUxODEgNC45NTk5NiAyMC41MTgxIDQuMzc4OTFDMjAuNTE4MSAzLjc3NTcyIDIwLjM4OCAzLjI5NzA0IDIwLjEyNzkgMi45NDI4N0MxOS44Njc4IDIuNTgzMTcgMTkuNTE5MiAyLjQwMDU1IDE5LjA4MiAyLjM5NTAySDE3LjM4MDRWNi4xNjM1N1oiIGZpbGw9IiMxMDEwMTAiLz48L3N2Zz4=);
}

.icon-file-rar:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyOSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC4xMzY3MiA4LjAzMTI1SDIuOTI0OFYxMi40NDczSDAuNDg0Mzc1VjAuMzYxMzI4SDQuMzc3NDRDNS42MDA0MiAwLjM2MTMyOCA2LjU0Mzk1IDAuNjc5NTI1IDcuMjA4MDEgMS4zMTU5MkM3Ljg3NzYgMS45NDY3OCA4LjIxMjQgMi44NDYwMyA4LjIxMjQgNC4wMTM2N0M4LjIxMjQgNS42MTg0OSA3LjYyODU4IDYuNzQxODYgNi40NjA5NCA3LjM4Mzc5TDguNTc3NjQgMTIuMzMxMVYxMi40NDczSDUuOTU0NTlMNC4xMzY3MiA4LjAzMTI1Wk0yLjkyNDggNS45OTc1Nkg0LjMxMTA0QzQuNzk4MDEgNS45OTc1NiA1LjE2MzI1IDUuODM3MDggNS40MDY3NCA1LjUxNjExQzUuNjUwMjMgNS4xODk2MiA1Ljc3MTk3IDQuNzU1MjEgNS43NzE5NyA0LjIxMjg5QzUuNzcxOTcgMy4wMDA5OCA1LjI5ODgzIDIuMzk1MDIgNC4zNTI1NCAyLjM5NTAySDIuOTI0OFY1Ljk5NzU2WiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xNS42NTgyIDkuOTczNjNIMTIuMzI5NkwxMS42ODIxIDEyLjQ0NzNIOS4xMDA1OUwxMi44Nzc0IDAuMzYxMzI4SDE1LjExMDRMMTguOTEyMSAxMi40NDczSDE2LjMwNTdMMTUuNjU4MiA5Ljk3MzYzWk0xMi44NjA4IDcuOTM5OTRIMTUuMTE4N0wxMy45ODk3IDMuNjMxODRMMTIuODYwOCA3LjkzOTk0WiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0yMy43MSA4LjAzMTI1SDIyLjQ5OFYxMi40NDczSDIwLjA1NzZWMC4zNjEzMjhIMjMuOTUwN0MyNS4xNzM3IDAuMzYxMzI4IDI2LjExNzIgMC42Nzk1MjUgMjYuNzgxMiAxLjMxNTkyQzI3LjQ1MDggMS45NDY3OCAyNy43ODU2IDIuODQ2MDMgMjcuNzg1NiA0LjAxMzY3QzI3Ljc4NTYgNS42MTg0OSAyNy4yMDE4IDYuNzQxODYgMjYuMDM0MiA3LjM4Mzc5TDI4LjE1MDkgMTIuMzMxMVYxMi40NDczSDI1LjUyNzhMMjMuNzEgOC4wMzEyNVpNMjIuNDk4IDUuOTk3NTZIMjMuODg0M0MyNC4zNzEzIDUuOTk3NTYgMjQuNzM2NSA1LjgzNzA4IDI0Ljk4IDUuNTE2MTFDMjUuMjIzNSA1LjE4OTYyIDI1LjM0NTIgNC43NTUyMSAyNS4zNDUyIDQuMjEyODlDMjUuMzQ1MiAzLjAwMDk4IDI0Ljg3MjEgMi4zOTUwMiAyMy45MjU4IDIuMzk1MDJIMjIuNDk4VjUuOTk3NTZaIiBmaWxsPSIjMTAxMDEwIi8+PC9zdmc+);
}

.icon-file-txt:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC44MTI5OSAyLjM5NTAySDUuODI0NzFWMTIuNDQ3M0gzLjM3NTk4VjIuMzk1MDJIMC40Mzc1VjAuMzYxMzI4SDguODEyOTlWMi4zOTUwMloiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMTQuMDAxIDQuNTExNzJMMTUuNjI3OSAwLjM2MTMyOEgxOC40MjUzTDE1LjU4NjQgNi4zNTQ0OUwxOC40OTE3IDEyLjQ0NzNIMTUuNjYxMUwxNC4wMDEgOC4yMjIxN0wxMi4zNDkxIDEyLjQ0NzNIOS41MTg1NUwxMi40MjM4IDYuMzU0NDlMOS41NzY2NiAwLjM2MTMyOEgxMi4zNzRMMTQuMDAxIDQuNTExNzJaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTI3LjU1NjIgMi4zOTUwMkgyNC41Njc5VjEyLjQ0NzNIMjIuMTE5MVYyLjM5NTAySDE5LjE4MDdWMC4zNjEzMjhIMjcuNTU2MlYyLjM5NTAyWiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
}

.icon-file-jpg:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC45Njc3NyAwLjM2MTMyOEg3LjQwODJWOC43Mjg1MkM3LjQwODIgOS45MDE2OSA3LjA4MTcxIDEwLjg0MjQgNi40Mjg3MSAxMS41NTA4QzUuNzc1NzIgMTIuMjU5MSA0LjkzNDU3IDEyLjYxMzMgMy45MDUyNyAxMi42MTMzQzIuNzk4NSAxMi42MTMzIDEuOTM3OTkgMTIuMjg0IDEuMzIzNzMgMTEuNjI1NUMwLjcwOTQ3MyAxMC45NjcgMC40MDIzNDQgMTAuMDUxMSAwLjQwMjM0NCA4Ljg3NzkzSDIuODUxMDdDMi44NTEwNyAxMC4wMTc5IDMuMjAyNDcgMTAuNTg3OSAzLjkwNTI3IDEwLjU4NzlDNC42MTM2MSAxMC41ODc5IDQuOTY3NzcgOS45MjkzNiA0Ljk2Nzc3IDguNjEyM1YwLjM2MTMyOFoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMTEuNzY2MSA4LjE5NzI3VjEyLjQ0NzNIOS4zMjU2OFYwLjM2MTMyOEgxMy40NDI5QzE0LjYzODIgMC4zNjEzMjggMTUuNTkgMC43MzIwOTYgMTYuMjk4MyAxLjQ3MzYzQzE3LjAxMjIgMi4yMTUxNyAxNy4zNjkxIDMuMTc4MDYgMTcuMzY5MSA0LjM2MjNDMTcuMzY5MSA1LjU0NjU1IDE3LjAxNzcgNi40ODE3NyAxNi4zMTQ5IDcuMTY3OTdDMTUuNjEyMSA3Ljg1NDE3IDE0LjYzODIgOC4xOTcyNyAxMy4zOTMxIDguMTk3MjdIMTEuNzY2MVpNMTEuNzY2MSA2LjE2MzU3SDEzLjQ0MjlDMTMuOTA3NyA2LjE2MzU3IDE0LjI2NzQgNi4wMTEzOSAxNC41MjIgNS43MDcwM0MxNC43NzY1IDUuNDAyNjcgMTQuOTAzOCA0Ljk1OTk2IDE0LjkwMzggNC4zNzg5MUMxNC45MDM4IDMuNzc1NzIgMTQuNzczOCAzLjI5NzA0IDE0LjUxMzcgMi45NDI4N0MxNC4yNTM2IDIuNTgzMTcgMTMuOTA0OSAyLjQwMDU1IDEzLjQ2NzggMi4zOTUwMkgxMS43NjYxVjYuMTYzNTdaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTI3LjIyMjIgMTEuMDc3NkMyNi43NTE4IDExLjU4NjggMjYuMTczNSAxMS45NzE0IDI1LjQ4NzMgMTIuMjMxNEMyNC44MDY2IDEyLjQ4NiAyNC4wNTk2IDEyLjYxMzMgMjMuMjQ2MSAxMi42MTMzQzIxLjg1NzEgMTIuNjEzMyAyMC43NzggMTIuMTg0NCAyMC4wMDg4IDExLjMyNjdDMTkuMjM5NiAxMC40NjM0IDE4Ljg0MzkgOS4yMDk5NiAxOC44MjE4IDcuNTY2NDFWNS4zOTE2QzE4LjgyMTggMy43MjU5MSAxOS4xODQyIDIuNDQ0ODIgMTkuOTA5MiAxLjU0ODM0QzIwLjYzOTYgMC42NDYzMjIgMjEuNzAyMSAwLjE5NTMxMiAyMy4wOTY3IDAuMTk1MzEyQzI0LjQwODIgMC4xOTUzMTIgMjUuMzk2IDAuNTE5MDQzIDI2LjA2MDEgMS4xNjY1QzI2LjcyOTcgMS44MTM5NiAyNy4xMTcgMi44Mjk0MyAyNy4yMjIyIDQuMjEyODlIMjQuODQ4MUMyNC43ODE3IDMuNDQzNjggMjQuNjIxMyAyLjkyMDc0IDI0LjM2NjcgMi42NDQwNEMyNC4xMTIxIDIuMzYxODIgMjMuNzEzNyAyLjIyMDcgMjMuMTcxNCAyLjIyMDdDMjIuNTEyOSAyLjIyMDcgMjIuMDM0MiAyLjQ2MTQzIDIxLjczNTQgMi45NDI4N0MyMS40MzY1IDMuNDI0MzIgMjEuMjgxNiA0LjE5MDc2IDIxLjI3MDUgNS4yNDIxOVY3LjQzMzU5QzIxLjI3MDUgOC41MzQ4MyAyMS40MzM4IDkuMzM3MjQgMjEuNzYwMyA5Ljg0MDgyQzIyLjA5MjMgMTAuMzM4OSAyMi42MzQ2IDEwLjU4NzkgMjMuMzg3MiAxMC41ODc5QzIzLjg2ODcgMTAuNTg3OSAyNC4yNTg4IDEwLjQ5MSAyNC41NTc2IDEwLjI5NzRMMjQuNzczNCAxMC4xNDc5VjcuOTMxNjRIMjMuMDYzNVY2LjA4ODg3SDI3LjIyMjJWMTEuMDc3NloiIGZpbGw9IiMxMDEwMTAiLz48L3N2Zz4=);
}

.icon-file-mp4:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAzMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41NzAzMSAwLjM2MTMyOEw1Ljg1MzAzIDkuMTAyMDVMOC4xMjc0NCAwLjM2MTMyOEgxMS4zMTQ5VjEyLjQ0NzNIOC44NjYyMVY5LjE3Njc2TDkuMDkwMzMgNC4xMzgxOEw2LjY3NDggMTIuNDQ3M0g1LjAxNDY1TDIuNTk5MTIgNC4xMzgxOEwyLjgyMzI0IDkuMTc2NzZWMTIuNDQ3M0gwLjM4MjgxMlYwLjM2MTMyOEgzLjU3MDMxWiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xNS43MjI3IDguMTk3MjdWMTIuNDQ3M0gxMy4yODIyVjAuMzYxMzI4SDE3LjM5OTRDMTguNTk0NyAwLjM2MTMyOCAxOS41NDY1IDAuNzMyMDk2IDIwLjI1NDkgMS40NzM2M0MyMC45Njg4IDIuMjE1MTcgMjEuMzI1NyAzLjE3ODA2IDIxLjMyNTcgNC4zNjIzQzIxLjMyNTcgNS41NDY1NSAyMC45NzQzIDYuNDgxNzcgMjAuMjcxNSA3LjE2Nzk3QzE5LjU2ODcgNy44NTQxNyAxOC41OTQ3IDguMTk3MjcgMTcuMzQ5NiA4LjE5NzI3SDE1LjcyMjdaTTE1LjcyMjcgNi4xNjM1N0gxNy4zOTk0QzE3Ljg2NDMgNi4xNjM1NyAxOC4yMjQgNi4wMTEzOSAxOC40Nzg1IDUuNzA3MDNDMTguNzMzMSA1LjQwMjY3IDE4Ljg2MDQgNC45NTk5NiAxOC44NjA0IDQuMzc4OTFDMTguODYwNCAzLjc3NTcyIDE4LjczMDMgMy4yOTcwNCAxOC40NzAyIDIuOTQyODdDMTguMjEwMSAyLjU4MzE3IDE3Ljg2MTUgMi40MDA1NSAxNy40MjQzIDIuMzk1MDJIMTUuNzIyN1Y2LjE2MzU3WiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0yOC45NzA3IDcuODgxODRIMzBWOS44MzI1MkgyOC45NzA3VjEyLjQ0NzNIMjYuNjIxNlY5LjgzMjUySDIyLjYyMDZMMjIuNTEyNyA4LjMxMzQ4TDI2LjYxMzMgMC4zNjEzMjhIMjguOTcwN1Y3Ljg4MTg0Wk0yNC43OTU0IDcuODgxODRIMjYuNjIxNlYzLjgzOTM2TDI2LjU3MTggMy45MzA2NkwyNC43OTU0IDcuODgxODRaIiBmaWxsPSIjMTAxMDEwIi8+PC9zdmc+);
}

.icon-file-png:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAzMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy4zOTM1NSA4LjE5NzI3VjEyLjQ0NzNIMC45NTMxMjVWMC4zNjEzMjhINS4wNzAzMUM2LjI2NTYyIDAuMzYxMzI4IDcuMjE3NDUgMC43MzIwOTYgNy45MjU3OCAxLjQ3MzYzQzguNjM5NjUgMi4yMTUxNyA4Ljk5NjU4IDMuMTc4MDYgOC45OTY1OCA0LjM2MjNDOC45OTY1OCA1LjU0NjU1IDguNjQ1MTggNi40ODE3NyA3Ljk0MjM4IDcuMTY3OTdDNy4yMzk1OCA3Ljg1NDE3IDYuMjY1NjIgOC4xOTcyNyA1LjAyMDUxIDguMTk3MjdIMy4zOTM1NVpNMy4zOTM1NSA2LjE2MzU3SDUuMDcwMzFDNS41MzUxNiA2LjE2MzU3IDUuODk0ODYgNi4wMTEzOSA2LjE0OTQxIDUuNzA3MDNDNi40MDM5NyA1LjQwMjY3IDYuNTMxMjUgNC45NTk5NiA2LjUzMTI1IDQuMzc4OTFDNi41MzEyNSAzLjc3NTcyIDYuNDAxMiAzLjI5NzA0IDYuMTQxMTEgMi45NDI4N0M1Ljg4MTAyIDIuNTgzMTcgNS41MzIzOSAyLjQwMDU1IDUuMDk1MjEgMi4zOTUwMkgzLjM5MzU1VjYuMTYzNTdaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTE5LjA4MiAxMi40NDczSDE2LjY0MTZMMTMuMDcyMyA0LjUyMDAyVjEyLjQ0NzNIMTAuNjMxOFYwLjM2MTMyOEgxMy4wNzIzTDE2LjY0OTkgOC4yOTY4OFYwLjM2MTMyOEgxOS4wODJWMTIuNDQ3M1oiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMjkuMjU4OCAxMS4wNzc2QzI4Ljc4ODQgMTEuNTg2OCAyOC4yMTAxIDExLjk3MTQgMjcuNTIzOSAxMi4yMzE0QzI2Ljg0MzMgMTIuNDg2IDI2LjA5NjIgMTIuNjEzMyAyNS4yODI3IDEyLjYxMzNDMjMuODkzNyAxMi42MTMzIDIyLjgxNDYgMTIuMTg0NCAyMi4wNDU0IDExLjMyNjdDMjEuMjc2MiAxMC40NjM0IDIwLjg4MDUgOS4yMDk5NiAyMC44NTg0IDcuNTY2NDFWNS4zOTE2QzIwLjg1ODQgMy43MjU5MSAyMS4yMjA5IDIuNDQ0ODIgMjEuOTQ1OCAxLjU0ODM0QzIyLjY3NjMgMC42NDYzMjIgMjMuNzM4OCAwLjE5NTMxMiAyNS4xMzMzIDAuMTk1MzEyQzI2LjQ0NDggMC4xOTUzMTIgMjcuNDMyNiAwLjUxOTA0MyAyOC4wOTY3IDEuMTY2NUMyOC43NjYzIDEuODEzOTYgMjkuMTUzNiAyLjgyOTQzIDI5LjI1ODggNC4yMTI4OUgyNi44ODQ4QzI2LjgxODQgMy40NDM2OCAyNi42NTc5IDIuOTIwNzQgMjYuNDAzMyAyLjY0NDA0QzI2LjE0ODggMi4zNjE4MiAyNS43NTAzIDIuMjIwNyAyNS4yMDggMi4yMjA3QzI0LjU0OTUgMi4yMjA3IDI0LjA3MDggMi40NjE0MyAyMy43NzIgMi45NDI4N0MyMy40NzMxIDMuNDI0MzIgMjMuMzE4MiA0LjE5MDc2IDIzLjMwNzEgNS4yNDIxOVY3LjQzMzU5QzIzLjMwNzEgOC41MzQ4MyAyMy40NzA0IDkuMzM3MjQgMjMuNzk2OSA5Ljg0MDgyQzI0LjEyODkgMTAuMzM4OSAyNC42NzEyIDEwLjU4NzkgMjUuNDIzOCAxMC41ODc5QzI1LjkwNTMgMTAuNTg3OSAyNi4yOTU0IDEwLjQ5MSAyNi41OTQyIDEwLjI5NzRMMjYuODEwMSAxMC4xNDc5VjcuOTMxNjRIMjUuMTAwMVY2LjA4ODg3SDI5LjI1ODhWMTEuMDc3NloiIGZpbGw9IiMxMDEwMTAiLz48L3N2Zz4=);
}

.icon-file-gif:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC44NzY5NSAxMS4wNzc2QzguNDA2NTggMTEuNTg2OCA3LjgyODI5IDExLjk3MTQgNy4xNDIwOSAxMi4yMzE0QzYuNDYxNDMgMTIuNDg2IDUuNzE0MzYgMTIuNjEzMyA0LjkwMDg4IDEyLjYxMzNDMy41MTE4OCAxMi42MTMzIDIuNDMyNzggMTIuMTg0NCAxLjY2MzU3IDExLjMyNjdDMC44OTQzNjggMTAuNDYzNCAwLjQ5ODY5OCA5LjIwOTk2IDAuNDc2NTYyIDcuNTY2NDFWNS4zOTE2QzAuNDc2NTYyIDMuNzI1OTEgMC44MzkwMyAyLjQ0NDgyIDEuNTYzOTYgMS41NDgzNEMyLjI5NDQzIDAuNjQ2MzIyIDMuMzU2OTMgMC4xOTUzMTIgNC43NTE0NiAwLjE5NTMxMkM2LjA2Mjk5IDAuMTk1MzEyIDcuMDUwNzggMC41MTkwNDMgNy43MTQ4NCAxLjE2NjVDOC4zODQ0NCAxLjgxMzk2IDguNzcxODEgMi44Mjk0MyA4Ljg3Njk1IDQuMjEyODlINi41MDI5M0M2LjQzNjUyIDMuNDQzNjggNi4yNzYwNCAyLjkyMDc0IDYuMDIxNDggMi42NDQwNEM1Ljc2NjkzIDIuMzYxODIgNS4zNjg0OSAyLjIyMDcgNC44MjYxNyAyLjIyMDdDNC4xNjc2NCAyLjIyMDcgMy42ODg5NiAyLjQ2MTQzIDMuMzkwMTQgMi45NDI4N0MzLjA5MTMxIDMuNDI0MzIgMi45MzYzNiA0LjE5MDc2IDIuOTI1MjkgNS4yNDIxOVY3LjQzMzU5QzIuOTI1MjkgOC41MzQ4MyAzLjA4ODU0IDkuMzM3MjQgMy40MTUwNCA5Ljg0MDgyQzMuNzQ3MDcgMTAuMzM4OSA0LjI4OTM5IDEwLjU4NzkgNS4wNDE5OSAxMC41ODc5QzUuNTIzNDQgMTAuNTg3OSA1LjkxMzU3IDEwLjQ5MSA2LjIxMjQgMTAuMjk3NEw2LjQyODIyIDEwLjE0NzlWNy45MzE2NEg0LjcxODI2VjYuMDg4ODdIOC44NzY5NVYxMS4wNzc2WiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xMy4xNTE5IDEyLjQ0NzNIMTAuNzExNFYwLjM2MTMyOEgxMy4xNTE5VjEyLjQ0NzNaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTIxLjQzNiA3LjUxNjZIMTcuNjQyNlYxMi40NDczSDE1LjIwMjFWMC4zNjEzMjhIMjEuODkyNlYyLjM5NTAySDE3LjY0MjZWNS40OTEyMUgyMS40MzZWNy41MTY2WiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
}

.icon-file-mp3:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAzMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy41NzAzMSAwLjM2MTMyOEw1Ljg1MzAzIDkuMTAyMDVMOC4xMjc0NCAwLjM2MTMyOEgxMS4zMTQ5VjEyLjQ0NzNIOC44NjYyMVY5LjE3Njc2TDkuMDkwMzMgNC4xMzgxOEw2LjY3NDggMTIuNDQ3M0g1LjAxNDY1TDIuNTk5MTIgNC4xMzgxOEwyLjgyMzI0IDkuMTc2NzZWMTIuNDQ3M0gwLjM4MjgxMlYwLjM2MTMyOEgzLjU3MDMxWiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xNS43MjI3IDguMTk3MjdWMTIuNDQ3M0gxMy4yODIyVjAuMzYxMzI4SDE3LjM5OTRDMTguNTk0NyAwLjM2MTMyOCAxOS41NDY1IDAuNzMyMDk2IDIwLjI1NDkgMS40NzM2M0MyMC45Njg4IDIuMjE1MTcgMjEuMzI1NyAzLjE3ODA2IDIxLjMyNTcgNC4zNjIzQzIxLjMyNTcgNS41NDY1NSAyMC45NzQzIDYuNDgxNzcgMjAuMjcxNSA3LjE2Nzk3QzE5LjU2ODcgNy44NTQxNyAxOC41OTQ3IDguMTk3MjcgMTcuMzQ5NiA4LjE5NzI3SDE1LjcyMjdaTTE1LjcyMjcgNi4xNjM1N0gxNy4zOTk0QzE3Ljg2NDMgNi4xNjM1NyAxOC4yMjQgNi4wMTEzOSAxOC40Nzg1IDUuNzA3MDNDMTguNzMzMSA1LjQwMjY3IDE4Ljg2MDQgNC45NTk5NiAxOC44NjA0IDQuMzc4OTFDMTguODYwNCAzLjc3NTcyIDE4LjczMDMgMy4yOTcwNCAxOC40NzAyIDIuOTQyODdDMTguMjEwMSAyLjU4MzE3IDE3Ljg2MTUgMi40MDA1NSAxNy40MjQzIDIuMzk1MDJIMTUuNzIyN1Y2LjE2MzU3WiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0yNC44NzAxIDUuMzMzNUgyNi4wMDczQzI2LjQzOSA1LjMzMzUgMjYuNzU0NCA1LjE4NDA4IDI2Ljk1MzYgNC44ODUyNUMyNy4xNTg0IDQuNTgwODkgMjcuMjYwNyA0LjE3NjkyIDI3LjI2MDcgMy42NzMzNEMyNy4yNjA3IDMuMTkxODkgMjcuMTU1NiAyLjgxODM2IDI2Ljk0NTMgMi41NTI3M0MyNi43NDA2IDIuMjgxNTggMjYuNDYzOSAyLjE0NiAyNi4xMTUyIDIuMTQ2QzI1Ljc4ODcgMi4xNDYgMjUuNTIwMyAyLjI3MzI3IDI1LjMxMDEgMi41Mjc4M0MyNS4xMDUzIDIuNzgyMzkgMjUuMDAyOSAzLjEwMzM1IDI1LjAwMjkgMy40OTA3MkgyMi42NTM4QzIyLjY1MzggMi44NTk4NiAyMi43OTc3IDIuMjk1NDEgMjMuMDg1NCAxLjc5NzM2QzIzLjM3ODcgMS4yOTM3OCAyMy43ODU1IDAuOTAwODc5IDI0LjMwNTcgMC42MTg2NTJDMjQuODMxNCAwLjMzNjQyNiAyNS40MTI0IDAuMTk1MzEyIDI2LjA0ODggMC4xOTUzMTJDMjcuMTYxMSAwLjE5NTMxMiAyOC4wMzI3IDAuNTAyNDQxIDI4LjY2MzYgMS4xMTY3QzI5LjI5NDQgMS43MzA5NiAyOS42MDk5IDIuNTcyMSAyOS42MDk5IDMuNjQwMTRDMjkuNjA5OSA0LjE4Nzk5IDI5LjQ2NiA0LjY5NzEgMjkuMTc4MiA1LjE2NzQ4QzI4Ljg5NiA1LjYzMjMyIDI4LjUyMjUgNS45ODkyNiAyOC4wNTc2IDYuMjM4MjhDMjguNjI3NiA2LjQ4MTc3IDI5LjA1MDkgNi44NDcwMSAyOS4zMjc2IDcuMzMzOThDMjkuNjA5OSA3LjgyMDk2IDI5Ljc1MSA4LjM5NjQ4IDI5Ljc1MSA5LjA2MDU1QzI5Ljc1MSAxMC4xMzQxIDI5LjQwNzkgMTAuOTk0NiAyOC43MjE3IDExLjY0MjFDMjguMDQxIDEyLjI4OTYgMjcuMTQ0NSAxMi42MTMzIDI2LjAzMjIgMTIuNjEzM0MyNC45OTc0IDEyLjYxMzMgMjQuMTU2MiAxMi4yOTUxIDIzLjUwODggMTEuNjU4N0MyMi44NjY5IDExLjAxNjggMjIuNTQ1OSAxMC4xNzU2IDIyLjU0NTkgOS4xMzUyNUgyNC44OTVDMjQuODk1IDkuNTY2ODkgMjUuMDA4NSA5LjkyOTM2IDI1LjIzNTQgMTAuMjIyN0MyNS40NjIyIDEwLjUxNiAyNS43NSAxMC42NjI2IDI2LjA5ODYgMTAuNjYyNkMyNi41MDI2IDEwLjY2MjYgMjYuODIwOCAxMC41MTMyIDI3LjA1MzIgMTAuMjE0NEMyNy4yOTEyIDkuOTE1NTMgMjcuNDEwMiA5LjUxNzA5IDI3LjQxMDIgOS4wMTkwNEMyNy40MTAyIDcuODI5MjYgMjYuOTQ4MSA3LjIzMTYxIDI2LjAyMzkgNy4yMjYwN0gyNC44NzAxVjUuMzMzNVoiIGZpbGw9IiMxMDEwMTAiLz48L3N2Zz4=);
}

.icon-file-ppt:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy4xMjAxMiA4LjE5NzI3VjEyLjQ0NzNIMC42Nzk2ODhWMC4zNjEzMjhINC43OTY4OEM1Ljk5MjE5IDAuMzYxMzI4IDYuOTQ0MDEgMC43MzIwOTYgNy42NTIzNCAxLjQ3MzYzQzguMzY2MjEgMi4yMTUxNyA4LjcyMzE0IDMuMTc4MDYgOC43MjMxNCA0LjM2MjNDOC43MjMxNCA1LjU0NjU1IDguMzcxNzQgNi40ODE3NyA3LjY2ODk1IDcuMTY3OTdDNi45NjYxNSA3Ljg1NDE3IDUuOTkyMTkgOC4xOTcyNyA0Ljc0NzA3IDguMTk3MjdIMy4xMjAxMlpNMy4xMjAxMiA2LjE2MzU3SDQuNzk2ODhDNS4yNjE3MiA2LjE2MzU3IDUuNjIxNDIgNi4wMTEzOSA1Ljg3NTk4IDUuNzA3MDNDNi4xMzA1MyA1LjQwMjY3IDYuMjU3ODEgNC45NTk5NiA2LjI1NzgxIDQuMzc4OTFDNi4yNTc4MSAzLjc3NTcyIDYuMTI3NzcgMy4yOTcwNCA1Ljg2NzY4IDIuOTQyODdDNS42MDc1OCAyLjU4MzE3IDUuMjU4OTUgMi40MDA1NSA0LjgyMTc4IDIuMzk1MDJIMy4xMjAxMlY2LjE2MzU3WiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xMi43OTg4IDguMTk3MjdWMTIuNDQ3M0gxMC4zNTg0VjAuMzYxMzI4SDE0LjQ3NTZDMTUuNjcwOSAwLjM2MTMyOCAxNi42MjI3IDAuNzMyMDk2IDE3LjMzMTEgMS40NzM2M0MxOC4wNDQ5IDIuMjE1MTcgMTguNDAxOSAzLjE3ODA2IDE4LjQwMTkgNC4zNjIzQzE4LjQwMTkgNS41NDY1NSAxOC4wNTA1IDYuNDgxNzcgMTcuMzQ3NyA3LjE2Nzk3QzE2LjY0NDkgNy44NTQxNyAxNS42NzA5IDguMTk3MjcgMTQuNDI1OCA4LjE5NzI3SDEyLjc5ODhaTTEyLjc5ODggNi4xNjM1N0gxNC40NzU2QzE0Ljk0MDQgNi4xNjM1NyAxNS4zMDAxIDYuMDExMzkgMTUuNTU0NyA1LjcwNzAzQzE1LjgwOTIgNS40MDI2NyAxNS45MzY1IDQuOTU5OTYgMTUuOTM2NSA0LjM3ODkxQzE1LjkzNjUgMy43NzU3MiAxNS44MDY1IDMuMjk3MDQgMTUuNTQ2NCAyLjk0Mjg3QzE1LjI4NjMgMi41ODMxNyAxNC45Mzc3IDIuNDAwNTUgMTQuNTAwNSAyLjM5NTAySDEyLjc5ODhWNi4xNjM1N1oiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMjcuODY0NyAyLjM5NTAySDI0Ljg3NjVWMTIuNDQ3M0gyMi40Mjc3VjIuMzk1MDJIMTkuNDg5M1YwLjM2MTMyOEgyNy44NjQ3VjIuMzk1MDJaIiBmaWxsPSIjMTAxMDEwIi8+PC9zdmc+);
}

.icon-file-xlsx:before {
    height: 22%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAzMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy45NTMxMiAzLjkxMjExTDUuMjkyOTcgMC40OTQxNDFINy41OTY2OEw1LjI1ODc5IDUuNDI5NjlMNy42NTEzNyAxMC40NDczSDUuMzIwMzFMMy45NTMxMiA2Ljk2Nzc3TDIuNTkyNzcgMTAuNDQ3M0gwLjI2MTcxOUwyLjY1NDMgNS40Mjk2OUwwLjMwOTU3IDAuNDk0MTQxSDIuNjEzMjhMMy45NTMxMiAzLjkxMjExWiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xMC42Nzk3IDguNzc5M0gxNC4yMDdWMTAuNDQ3M0g4LjY2OTkyVjAuNDk0MTQxSDEwLjY3OTdWOC43NzkzWiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGQ9Ik0xOS41NzMyIDcuODM1OTRDMTkuNTczMiA3LjQzMDM0IDE5LjQ2ODQgNy4xMjUgMTkuMjU4OCA2LjkxOTkyQzE5LjA1MzcgNi43MTAyOSAxOC42Nzc3IDYuNDkzODEgMTguMTMwOSA2LjI3MDUxQzE3LjEzMjggNS44OTIyNSAxNi40MTUgNS40NTAyIDE1Ljk3NzUgNC45NDQzNEMxNS41NCA0LjQzMzkyIDE1LjMyMTMgMy44MzIzNiAxNS4zMjEzIDMuMTM5NjVDMTUuMzIxMyAyLjMwMTExIDE1LjYxNzUgMS42Mjg5MSAxNi4yMSAxLjEyMzA1QzE2LjgwNyAwLjYxMjYzIDE3LjU2MzUgMC4zNTc0MjIgMTguNDc5NSAwLjM1NzQyMkMxOS4wOTAyIDAuMzU3NDIyIDE5LjYzNDggMC40ODczMDUgMjAuMTEzMyAwLjc0NzA3QzIwLjU5MTggMS4wMDIyOCAyMC45NTg3IDEuMzY0NTggMjEuMjEzOSAxLjgzMzk4QzIxLjQ3MzYgMi4zMDMzOSAyMS42MDM1IDIuODM2NTkgMjEuNjAzNSAzLjQzMzU5SDE5LjYwMDZDMTkuNjAwNiAyLjk2ODc1IDE5LjUwMDMgMi42MTU1NiAxOS4yOTk4IDIuMzc0MDJDMTkuMTAzOCAyLjEyNzkzIDE4LjgxOSAyLjAwNDg4IDE4LjQ0NTMgMi4wMDQ4OEMxOC4wOTQ0IDIuMDA0ODggMTcuODIxIDIuMTA5NyAxNy42MjUgMi4zMTkzNEMxNy40MjkgMi41MjQ0MSAxNy4zMzExIDIuODAyNDEgMTcuMzMxMSAzLjE1MzMyQzE3LjMzMTEgMy40MjY3NiAxNy40NDA0IDMuNjc1MTMgMTcuNjU5MiAzLjg5ODQ0QzE3Ljg3NzkgNC4xMTcxOSAxOC4yNjUzIDQuMzQ1MDUgMTguODIxMyA0LjU4MjAzQzE5Ljc5MiA0LjkzMjk0IDIwLjQ5NjEgNS4zNjM2MSAyMC45MzM2IDUuODc0MDJDMjEuMzc1NyA2LjM4NDQ0IDIxLjU5NjcgNy4wMzM4NSAyMS41OTY3IDcuODIyMjdDMjEuNTk2NyA4LjY4ODE1IDIxLjMyMSA5LjM2NDkxIDIwLjc2OTUgOS44NTI1NEMyMC4yMTgxIDEwLjM0MDIgMTkuNDY4NCAxMC41ODQgMTguNTIwNSAxMC41ODRDMTcuODc3OSAxMC41ODQgMTcuMjkyMyAxMC40NTE4IDE2Ljc2MzcgMTAuMTg3NUMxNi4yMzUgOS45MjMxOCAxNS44MjAzIDkuNTQ0OTIgMTUuNTE5NSA5LjA1MjczQzE1LjIyMzMgOC41NjA1NSAxNS4wNzUyIDcuOTc5NDkgMTUuMDc1MiA3LjMwOTU3SDE3LjA5MThDMTcuMDkxOCA3Ljg4Mzc5IDE3LjIwMzUgOC4zMDA3OCAxNy40MjY4IDguNTYwNTVDMTcuNjUwMSA4LjgyMDMxIDE4LjAxNDYgOC45NTAyIDE4LjUyMDUgOC45NTAyQzE5LjIyMjMgOC45NTAyIDE5LjU3MzIgOC41Nzg3OCAxOS41NzMyIDcuODM1OTRaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTI2LjA0NjkgMy45MTIxMUwyNy4zODY3IDAuNDk0MTQxSDI5LjY5MDRMMjcuMzUyNSA1LjQyOTY5TDI5Ljc0NTEgMTAuNDQ3M0gyNy40MTQxTDI2LjA0NjkgNi45Njc3N0wyNC42ODY1IDEwLjQ0NzNIMjIuMzU1NUwyNC43NDggNS40Mjk2OUwyMi40MDMzIDAuNDk0MTQxSDI0LjcwN0wyNi4wNDY5IDMuOTEyMTFaIiBmaWxsPSIjMTAxMDEwIi8+PC9zdmc+);
}

.icon-file-docx:before {
    height: 22%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAzMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMC43MDcwMzEgMTAuOTYxOVYxLjAwODc5SDMuMzM4ODdDNC41MDA5OCAxLjAwODc5IDUuNDI2MTEgMS4zNzc5MyA2LjExNDI2IDIuMTE2MjFDNi44MDY5NyAyLjg1NDQ5IDcuMTYwMTYgMy44NjYyMSA3LjE3MzgzIDUuMTUxMzdWNi43NjQ2NUM3LjE3MzgzIDguMDcyNTkgNi44Mjc0NyA5LjEwMDI2IDYuMTM0NzcgOS44NDc2NkM1LjQ0NjYxIDEwLjU5MDUgNC40OTY0MiAxMC45NjE5IDMuMjg0MTggMTAuOTYxOUgwLjcwNzAzMVpNMi43MTY4IDIuNjgzNTlWOS4yOTM5NUgzLjMxODM2QzMuOTg4MjggOS4yOTM5NSA0LjQ1OTk2IDkuMTE4NDkgNC43MzM0IDguNzY3NThDNS4wMDY4NCA4LjQxMjExIDUuMTUwMzkgNy44MDE0MyA1LjE2NDA2IDYuOTM1NTVWNS4yMDYwNUM1LjE2NDA2IDQuMjc2MzcgNS4wMzQxOCAzLjYyOTIzIDQuNzc0NDEgMy4yNjQ2NUM0LjUxNDY1IDIuODk1NTEgNC4wNzI1OSAyLjcwMTgyIDMuNDQ4MjQgMi42ODM1OUgyLjcxNjhaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTE1LjYyOTkgNi44ODA4NkMxNS42Mjk5IDguMjE2MTUgMTUuMzEzMiA5LjI1MjkzIDE0LjY3OTcgOS45OTEyMUMxNC4wNTA4IDEwLjcyOTUgMTMuMTc1OCAxMS4wOTg2IDEyLjA1NDcgMTEuMDk4NkMxMC45MzgyIDExLjA5ODYgMTAuMDYwOSAxMC43MzQgOS40MjI4NSAxMC4wMDQ5QzguNzg0ODMgOS4yNzExNiA4LjQ2MTI2IDguMjQ1NzcgOC40NTIxNSA2LjkyODcxVjUuMjI2NTZDOC40NTIxNSAzLjg1OTM4IDguNzY4ODggMi43OTI5NyA5LjQwMjM0IDIuMDI3MzRDMTAuMDM1OCAxLjI1NzE2IDEwLjkxNTQgMC44NzIwNyAxMi4wNDEgMC44NzIwN0MxMy4xNDg0IDAuODcyMDcgMTQuMDIxMiAxLjI1MDMzIDE0LjY1OTIgMi4wMDY4NEMxNS4yOTcyIDIuNzU4NzkgMTUuNjIwOCAzLjgxNjA4IDE1LjYyOTkgNS4xNzg3MVY2Ljg4MDg2Wk0xMy42MTMzIDUuMjEyODlDMTMuNjEzMyA0LjMxNTEgMTMuNDg1NyAzLjY0NzQ2IDEzLjIzMDUgMy4yMDk5NkMxMi45NzUzIDIuNzcyNDYgMTIuNTc4OCAyLjU1MzcxIDEyLjA0MSAyLjU1MzcxQzExLjUwNzggMi41NTM3MSAxMS4xMTM2IDIuNzY1NjIgMTAuODU4NCAzLjE4OTQ1QzEwLjYwMzIgMy42MDg3MiAxMC40NzEgNC4yNDkwMiAxMC40NjE5IDUuMTEwMzVWNi44ODA4NkMxMC40NjE5IDcuNzUxMyAxMC41OTE4IDguMzkzODggMTAuODUxNiA4LjgwODU5QzExLjExMTMgOS4yMTg3NSAxMS41MTI0IDkuNDIzODMgMTIuMDU0NyA5LjQyMzgzQzEyLjU3ODggOS40MjM4MyAxMi45Njg0IDkuMjIzMzEgMTMuMjIzNiA4LjgyMjI3QzEzLjQ3ODggOC40MTY2NyAxMy42MDg3IDcuNzkwMDQgMTMuNjEzMyA2Ljk0MjM4VjUuMjEyODlaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTIzLjgxOTMgNy42NDY0OEMyMy43NjkyIDguNzgxMjUgMjMuNDUwMiA5LjY0MDMgMjIuODYyMyAxMC4yMjM2QzIyLjI3NDQgMTAuODA3IDIxLjQ0NSAxMS4wOTg2IDIwLjM3NCAxMS4wOTg2QzE5LjI0ODQgMTEuMDk4NiAxOC4zODQ4IDEwLjcyOTUgMTcuNzgzMiA5Ljk5MTIxQzE3LjE4NjIgOS4yNDgzNyAxNi44ODc3IDguMTkxMDggMTYuODg3NyA2LjgxOTM0VjUuMTQ0NTNDMTYuODg3NyAzLjc3NzM0IDE3LjE5NzYgMi43MjQ2MSAxNy44MTc0IDEuOTg2MzNDMTguNDM3MiAxLjI0MzQ5IDE5LjI5ODUgMC44NzIwNyAyMC40MDE0IDAuODcyMDdDMjEuNDg2IDAuODcyMDcgMjIuMzA4NiAxLjE3NTEzIDIyLjg2OTEgMS43ODEyNUMyMy40MzQyIDIuMzg3MzcgMjMuNzU1NSAzLjI1NzgxIDIzLjgzMyA0LjM5MjU4SDIxLjgxNjRDMjEuNzk4MiAzLjY5MDc2IDIxLjY4ODggMy4yMDc2OCAyMS40ODgzIDIuOTQzMzZDMjEuMjkyMyAyLjY3NDQ4IDIwLjkzIDIuNTQwMDQgMjAuNDAxNCAyLjU0MDA0QzE5Ljg2MzYgMi41NDAwNCAxOS40ODMxIDIuNzI5MTcgMTkuMjU5OCAzLjEwNzQyQzE5LjAzNjUgMy40ODExMiAxOC45MTggNC4wOTg2MyAxOC45MDQzIDQuOTU5OTZWNi44Mzk4NEMxOC45MDQzIDcuODI4NzggMTkuMDEzNyA4LjUwNzgxIDE5LjIzMjQgOC44NzY5NUMxOS40NTU3IDkuMjQ2MDkgMTkuODM2MyA5LjQzMDY2IDIwLjM3NCA5LjQzMDY2QzIwLjkwMjcgOS40MzA2NiAyMS4yNjczIDkuMzAzMDYgMjEuNDY3OCA5LjA0Nzg1QzIxLjY2ODMgOC43ODgwOSAyMS43ODIyIDguMzIwOTYgMjEuODA5NiA3LjY0NjQ4SDIzLjgxOTNaIiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZD0iTTI4LjE3MzggNC40MjY3NkwyOS41MTM3IDEuMDA4NzlIMzEuODE3NEwyOS40Nzk1IDUuOTQ0MzRMMzEuODcyMSAxMC45NjE5SDI5LjU0MUwyOC4xNzM4IDcuNDgyNDJMMjYuODEzNSAxMC45NjE5SDI0LjQ4MjRMMjYuODc1IDUuOTQ0MzRMMjQuNTMwMyAxLjAwODc5SDI2LjgzNEwyOC4xNzM4IDQuNDI2NzZaIiBmaWxsPSIjMTAxMDEwIi8+PC9zdmc+);
}

.svg-icon {
    background: url("/local/templates/parsec/images/sprite.svg") no-repeat;
}

.icon-active-mark {
    background-position: 82.89473684210526% 91.0958904109589%;
    width: 55px;
    height: 43px;
}

.icon-activity-certificate {
    background-position: 0 0;
    width: 81px;
    height: 133px;
}

.icon-downloads-catalog {
    background-position: 100% 0;
    width: 64px;
    height: 56px;
}

.icon-downloads-certificate {
    background-position: 99.30555555555556% 41.791044776119406%;
    width: 63px;
    height: 55px;
}

.icon-downloads-document {
    background-position: 0 100%;
    width: 63px;
    height: 56px;
}

.icon-downloads-software {
    background-position: 43.75% 100%;
    width: 63px;
    height: 56px;
}

.icon-far-readers {
    background-position: 55.86206896551724% 0;
    width: 62px;
    height: 103px;
}

html,
body {
    height: 100%;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

body > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media print {
    html body > *:not(.content-wrapper) {
        display: none;
    }
}

html,
body,
button,
input,
optgroup,
select,
textarea {
    font-family: montserrat, Arial, sans-serif;
}

body {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #101010;
    background-color: #fff;
    min-width: 320px;
    width: 100%;
}

.page.overflow {
    overflow: hidden;
    padding-right: 15px;
}

.main-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.page-title {
    margin-top: 4px;
    margin-bottom: 24px;
}

.page-title_with-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767.98px) {
    .page-title_with-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.page-title_with-button a {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .page-title_with-button a {
        margin-top: 15px;
        margin-left: 0;
    }
}

.page-wrapper {
    margin: 0 auto;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.content-wrapper_nogrow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

/* H1-H6 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    color: inherit;
    margin-bottom: 0.5em;
    margin-top: 1.4rem;
}

/* Phone (less 576px) */
h1, .h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 23px;
}

@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 23px;
        line-height: 30px;
    }
}

h1.red, .h1.red {
    color: #eb023a;
}

h1.violet, .h1.violet {
    color: #90268f;
}

h1.blue, .h1.blue {
    color: #1b8abe;
}

h1.green, .h1.green {
    color: #92c73d;
}

h2, .h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin: 64px 0 16px;
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 26px;
        line-height: 33px;
    }
}

h3, .h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 57px 0 8px;
}

h4, .h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 53px 0 7px;
}

h5, .h5 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    margin: 43px 0 8px;
}

h6, .h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 31px 0 5px;
}

.lead {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .lead {
        font-size: 16px;
    }
}

p {
    /*	margin-bottom: 5px; */
}

@media (max-width: 767.98px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Links */
a {
    cursor: pointer;
    color: #004eb1;
    outline: 0;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a:hover, a:focus {
    outline: 0 none;
    text-decoration: none;
}

a:focus {
    color: #004eb1;
}

a:hover {
    color: #92c73c;
}

.fake {
    border-bottom: 1px dotted rgba(0, 78, 177, 0.5);
}

.fake:hover {
    border-bottom-color: #92c73c;
}

.link-img {
    border: none;
}

.link-img:hover, .link-img:focus {
    border: none;
}

.link-img > img {
    width: auto;
}

.link-img > span {
    margin-left: 0.3em;
    border-bottom: 1px solid rgba(0, 78, 177, 0.3);
    -webkit-transition: border-bottom-color 0.2s;
    -o-transition: border-bottom-color 0.2s;
    transition: border-bottom-color 0.2s;
}

.link-img:hover > span {
    border-bottom-color: #92c73c;
}

/* Figure */
figure {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 28px 0;
}

figure > img {
    vertical-align: top;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: auto;
}

figcaption {
    font-size: 15px;
    line-height: 25px;
    margin-top: 6px;
}

/* List */
ul:not([class]),
ol:not([class]) {
    list-style-type: none;
    padding: 0;
    margin: 0 0 12px;
}

ul:not([class]) > li,
ol:not([class]) > li {
    display: block;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 7px;
}

ul:not([class]) ul:not([class]),
ol:not([class]) ul:not([class]) {
    margin: 5px 0 15px 9px;
}

ul:not([class]) ol:not([class]),
ol:not([class]) ol:not([class]) {
    margin: 5px 0 15px 0;
}

ul:not([class]) > li::before {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 2px;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #429ae7;
}

ul:not([class]) > li > ul:not([class]) > li::before {
    background-color: #429ae7;
}

ol:not([class]) {
    counter-reset: list 0;
}

ol:not([class]) > li {
    padding: 0 0 0 20px;
}

ol:not([class]) > li::before {
    content: counter(list, decimal) ".";
    counter-increment: list;
    position: absolute;
    left: 0;
    color: #000;
    font-weight: 700;
}

ol:not([class]) > li > ol:not([class]) {
    counter-reset: list2 0;
}

ol:not([class]) > li > ol:not([class]) > li {
    padding: 0 0 0 36px;
}

ol:not([class]) > li > ol:not([class]) > li::before {
    content: counter(list, decimal) "." counter(list2, decimal);
    counter-increment: list2;
}

.btn {
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    font-family: montserrat, Arial, sans-serif;
    padding: 10px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    border: 2px solid transparent;
    background-color: #004eb1;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn:hover {
    color: #fff;
    border-color: transparent;
    background-color: #92c73c;
}

.btn:active {
    color: #fff;
    border-color: transparent;
    background-color: #92c73c;
}

.btn:disabled, .btn.disabled {
    cursor: not-allowed;
    opacity: 1;
    color: #fff;
    border-color: transparent;
    background-color: #c3c3c3;
}

.btn:disabled:hover, .btn.disabled:hover {
    color: #fff;
    background-color: #c3c3c3;
}

.touch-content .btn:not(:disabled):not(.disabled):hover:not(:active) {
    color: #fff;
    background-color: #004eb1;
}

.btn-outlined {
    color: #004eb1;
    border-color: #004eb1;
    background-color: transparent;
}

.btn-outlined:focus {
    color: #004eb1;
}

.btn-outlined:hover {
    color: #92c73c;
    border-color: #92c73c;
    background-color: transparent;
}

.btn-outlined:not(:disabled):not(.disabled):active {
    color: #92c73c;
    border-color: #92c73c;
    background-color: transparent;
}

.btn-outlined:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outlined:disabled, .btn-outlined.disabled {
    color: #c3c3c3;
    border-color: #c3c3c3;
    background-color: transparent;
}

.btn-outlined:disabled:hover, .btn-outlined.disabled:hover {
    color: #c3c3c3;
    background-color: transparent;
}

.touch-content .btn-outlined:not(:disabled):not(.disabled):hover:not(:active) {
    color: #004eb1;
    border-color: #004eb1;
    background-color: transparent;
}

.btn-lg {
    font-size: 20px;
    line-height: 20px;
    padding: 13px 30px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

@media (max-width: 767.98px) {
    .btn-lg {
        font-size: 16px;
    }
}

.btn-sm {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 13px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

/* Alerts */
.alert {
    padding: 6px 0 6px 30px;
    position: relative;
    background-color: transparent;
    border: none;
    color: inherit;
    margin-bottom: 20px;
}

.alert:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    font-family: 'fontello' !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
}

.alert-success::before {
    content: "";
    color: #28a745;
}

.alert-info::before {
    content: "";
    color: #6ecffe;
}

.alert-warning::before {
    content: "";
    color: #eb023a;
}

.alert-error::before {
    content: "";
    color: #dc3545;
}

/* File formats */
.tech-file-list > :not(:last-of-type) {
    margin-right: 0.5rem;
}

.tech-file-list i[class^='icon-'] {
    color: #004eb1;
    font-size: 36px;
    display: inline-block;
}

.tech-file-list > a > i[class^='icon-'] {
    color: inherit;
}

/* Social */
.tech-file-list_social > :not(:last-of-type) {
    margin-right: 1rem;
}

.tech-file-list_social i[class^='icon-'] {
    color: #555;
}

/* Gallery */
.gallery {
    display: inline-block;
    position: relative;
    border-bottom: none;
}

.gallery img {
    width: 100%;
    height: auto;
}

.gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.gallery::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 54px;
    font-family: "fontello";
    color: #004eb1;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.gallery:hover::before {
    opacity: 0.2;
}

.gallery:hover::after {
    opacity: 1;
}

a.social-link {
    display: inline-block;
    position: relative;
    width: 58px;
    height: 50px;
}

a.social-link:after {
    content: '';
    position: absolute;
    top: 1px;
    left: -1px;
    width: 60px;
    height: 48px;
    background-color: #fff;
    -webkit-transform: rotate(-28.57deg);
    -ms-transform: rotate(-28.57deg);
    transform: rotate(-28.57deg);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.social-link:before {
    position: absolute;
    color: #101010;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.social-link:hover:after {
    background-color: #92c73c;
}

a.social-link:hover:before {
    color: #fff;
}

a.social-link.icon-vk:before {
    font-size: 15px;
}

a.social-link.icon-facebook:before {
    font-size: 22px;
}

a.social-link.icon-twitter:before {
    font-size: 19px;
}

a.social-link.icon-google-plus:before {
    font-size: 17px;
}

a.social-link.icon-instagram:before {
    font-size: 23px;
}

a.social-link.icon-dropbox:before {
    font-size: 21px;
}

a.social-link.icon-pinterest:before {
    font-size: 24px;
}

a.social-link.icon-linkedin:before {
    font-size: 21px;
}

a.social-link.icon-youtube:before {
    font-size: 17px;
}

a.social-link.icon-vimeo:before {
    font-size: 20px;
}

a.social-link.icon-yandex:before {
    font-size: 24px;
}

a.social-link.icon-mail:before {
    font-size: 22px;
}

a.social-link.icon-ok:before {
    font-size: 24px;
}

a.social-link.icon-ya-disk:before {
    font-size: 17px;
}

a.social-link.icon-viber:before {
    font-size: 24px;
}

a.social-link.icon-whatsapp:before {
    font-size: 24px;
}

a.social-link.icon-telegram:before {
    font-size: 20px;
}

a.social-link.icon-skype:before {
    font-size: 23px;
}

a.social-link_sm {
    width: 36px;
    height: 31px;
}

a.social-link_sm:after {
    top: 0;
    left: 0;
    width: 36px;
    height: 31px;
    background-color: #fff;
    -webkit-transform: rotate(-28.57deg);
    -ms-transform: rotate(-28.57deg);
    transform: rotate(-28.57deg);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.social-link_sm:before {
    position: absolute;
    color: #101010;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.social-link_sm.icon-vk:before {
    font-size: 9px;
}

a.social-link_sm.icon-facebook:before {
    font-size: 14px;
}

a.social-link_sm.icon-twitter:before {
    font-size: 12px;
}

a.social-link_sm.icon-google-plus:before {
    font-size: 11px;
}

a.social-link_sm.icon-instagram:before {
    font-size: 14px;
}

a.social-link_sm.icon-dropbox:before {
    font-size: 14px;
}

a.social-link_sm.icon-pinterest:before {
    font-size: 14px;
}

a.social-link_sm.icon-linkedin:before {
    font-size: 12px;
}

a.social-link_sm.icon-youtube:before {
    font-size: 10px;
}

a.social-link_sm.icon-vimeo:before {
    font-size: 12px;
}

a.social-link_sm.icon-yandex:before {
    font-size: 13px;
}

a.social-link_sm.icon-mail:before {
    font-size: 14px;
}

a.social-link_sm.icon-ok:before {
    font-size: 13px;
}

a.social-link_sm.icon-ya-disk:before {
    font-size: 10px;
}

a.social-link_sm.icon-viber:before {
    font-size: 14px;
}

a.social-link_sm.icon-whatsapp:before {
    font-size: 14px;
}

a.social-link_sm.icon-telegram:before {
    font-size: 13px;
}

a.social-link_sm.icon-skype:before {
    font-size: 14px;
}

a.social-link_border {
    width: 50px;
    height: 40px;
}

a.social-link_border:before {
    left: 48%;
    top: 51%;
}

a.social-link_border:after {
    width: 50px;
    height: 40px;
    border: 2px solid #f2f2f2;
}

a.social-link_border.icon-youtube:before {
    font-size: 15px;
}

a.social-link_border.icon-instagram:before {
    font-size: 20px;
}

a.social-link_border.icon-twitter:before {
    font-size: 17px;
}

a.social-link_border.icon-vk:before {
    font-size: 13px;
}

a.social-link_border.icon-facebook:before {
    font-size: 19px;
}

a.social-link_border.icon-google-plus:before {
    font-size: 15px;
}

a.social-link_border.icon-telegram:before {
    font-size: 18px;
}

.block-radius {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

img.block-radius {
    max-width: 100%;
}

.block-bordered {
    padding: 12px 25px 16px;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media (max-width: 767.98px) {
    .block-bordered {
        padding: 10px 15px 15px;
    }
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:required:invalid {
    outline: none;
}

textarea:required:invalid {
    outline: none;
}

input[type="password"] {
    padding-right: 30px;
}

.slick-slider .slick-dots {
    padding: 0;
}

.slick-slider .slick-dots button {
    outline: none;
}

.slick-slider .slick-slide {
    outline: none;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    height: 100%;
}

.slick-slider .slick-track {
    margin-left: 0;
    margin-right: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.custom-tooltip {
    position: relative;
}

.custom-tooltip .tooltip-inner {
    padding: 14px;
    border: 1px solid #429ae7;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
    text-align: left;
    max-width: 305px;
}

.custom-tooltip .tooltip-inner a {
    color: #004eb1;
}

.custom-tooltip .tooltip-inner a:hover {
    color: #92c73c;
}

.custom-tooltip .arrow {
    position: absolute;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-color: #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.custom-tooltip.bs-tooltip-top .arrow {
    border-color: #429ae7 transparent transparent #429ae7;
    bottom: 3px;
}

.custom-tooltip.bs-tooltip-bottom .arrow {
    border-color: transparent #429ae7 #429ae7 transparent;
    top: 3px;
}

.custom-tooltip ul:not([class]) {
    list-style: none;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin: 0;
}

.custom-tooltip ul:not([class]) > li {
    display: inline-block;
    padding: 0;
    margin: 0 2px 0 0;
}

.custom-tooltip ul:not([class]) > li:before {
    display: none;
}

.custom-tooltip .calculation-table__menu .icon-file {
    width: 18px;
    height: 16px;
    margin-bottom: -4px;
}

.custom-tooltip .calculation-table__menu .menu-link {
    margin-top: 6px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-tooltip .calculation-table__menu .menu-link:last-child {
    margin-top: 20px;
}

.custom-tooltip .calculation-table__menu .menu-link__icon {
    text-align: center;
    width: 18px;
    margin-right: 2px;
}

.custom-tooltip .calculation-table__menu .menu-link__icon .icon-email:before {
    font-size: 8px;
}

.custom-tooltip .calculation-table__menu .menu-link__icon .icon-edit:before {
    font-size: 11px;
}

.custom-tooltip .calculation-table__menu .menu-link__icon .icon-basket:before {
    font-size: 13px;
}

.custom-tooltip .calculation-table__menu a.icon-email:before {
    margin-right: 2px;
    font-size: 10px;
}

.custom-tooltip .calculation-table__menu a.icon-edit:before {
    margin-right: 2px;
    font-size: 10px;
}

.custom-tooltip .calculation-table__menu a.icon-basket:before {
    margin-right: 2px;
    font-size: 10px;
}

.custom-tooltip__content {
    color: #808080;
    display: none;
}

.custom-tooltip__content ul:not([class]) {
    list-style: none;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin: 0;
}

.custom-tooltip__content ul:not([class]) > li {
    display: inline-block;
    padding: 0;
    margin: 0 2px 0 0;
}

.custom-tooltip__content ul:not([class]) > li:before {
    display: none;
}

.popover {
    width: 320px;
    max-height: 320px;
}

@media (max-width: 575.98px) {
    .popover {
        display: none;
        max-width: 270px;
        height: 150px;
    }
}

.popover .popover-body {
    padding: 10px;
    height: 100%;
}

.popover .popover-body .popover-image {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 991.98px) {
    .hide-md {
        display: none;
    }
}

.lg-backdrop {
    background: rgba(0, 0, 0, 0.9);
}

.preload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #fff; */ /* Zarik disabled preloader */
    z-index: 1000;
}

.preload__image {
    width: 100px;
}

.preload__image img {
    width: 100px;
    height: auto;
}

.modal-callback-checkbox {
    font-size: 12px;
    line-height: 10px;
}

.remove-file {
    font-size: 12px;
    color: #004eb1;
}

.remove-file:hover {
    color: #92c73c;
}

.remove-file:hover:before {
    color: #92c73c;
}

.remove-file:before {
    margin-right: 8px;
    font-size: 18px;
}

.lg-outer .lg-item {
    background: url("/local/templates/parsec/images/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}

.is-loc .js-list {
    position: relative;
}

.is-loc .js-list:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

.is-loc .js-list:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    background-image: url(/local/templates/parsec/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 101;
    opacity: 0.5;
}

.noscroll {
    overflow: hidden;
}

/* Form */
form p {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 45px;
}

.form-group span.icon-eye {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.form-group span.icon-eye:before {
    color: #808080;
    font-size: 19px;
}

.form-group span.icon-eye.active:after {
    position: absolute;
    top: 11px;
    left: -1px;
    content: '';
    display: block;
    background-color: #808080;
    height: 2px;
    width: 20px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.form-group label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 2px;
}

.form-control {
    color: #101010;
    border-color: #d2d2d2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 25px;
    padding: 6px 9px 7px;
    height: 40px;
}

.form-control:hover, .form-control:active {
    border-color: #92c73c;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #101010;
    border-color: #92c73c;
}

.form-control::-webkit-input-placeholder {
    color: #808080;
}

.form-control::-moz-placeholder {
    color: #808080;
}

.form-control:-moz-placeholder {
    color: #808080;
}

.form-control:-ms-input-placeholder {
    color: #808080;
}

.form-control:disabled::-webkit-input-placeholder {
    color: #808080;
}

.form-control:disabled::-moz-placeholder {
    color: #808080;
}

.form-control:disabled:-moz-placeholder {
    color: #808080;
}

.form-control:disabled:-ms-input-placeholder {
    color: #808080;
}

.form-control:disabled {
    opacity: 0.3;
    border-color: #d2d2d2;
    background-color: #e9eff2;
    color: #808080;
    cursor: not-allowed;
}

.form-control:disabled:hover {
    border-color: #d2d2d2;
}

.form-group input[disabled] ~ label {
    opacity: 0.3;
}

.form-group.has-error input.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #f00;
}

.form-group.has-error input.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f00;
}

.form-group.has-error input.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f00;
}

.form-group.has-error input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #f00;
}

@media (min-width: 576px) {
    .form-control-lg {
        padding: 1.2rem 1em 1.2rem 1rem;
    }
}

.form-group .form-field {
    position: relative;
}

.form-group .form-field label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    pointer-events: none;
    padding-right: 20px;
    -webkit-transform: translate3d(10px, 7px, 0);
    transform: translate3d(10px, 7px, 0);
    -webkit-transition: transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.form-group .form-field input:focus ~ label,
.form-group .form-field textarea:focus ~ label,
.form-group .form-field label.active {
    font-weight: 700;
    color: #000;
    font-size: 11px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translate3d(0, -22px, 0);
    transform: translate3d(0, -22px, 0);
}

.form-group select {
    cursor: pointer;
}

.form-group select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

.has-error .form-control,
.has-error .form-control:hover,
.has-error .form-control:active,
.has-error .form-control:focus {
    border-color: #f00;
    color: #f00;
}

.ui-icon, .ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("/local/templates/parsec/images/jquery-ui-img/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/parsec/images/jquery-ui-img/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/local/templates/parsec/images/jquery-ui-img/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/local/templates/parsec/images/jquery-ui-img/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/local/templates/parsec/images/jquery-ui-img/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("/local/templates/parsec/images/jquery-ui-img/ui-icons_777777_256x240.png");
}

.form-group input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    margin-left: 10px;
    margin-top: 25px;
}

.form-group input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 28px;
    line-height: 18px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.form-field-description {
    font-size: 12px;
    margin-bottom: .5em;
}

.form-group input[type="checkbox"] + span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.form-group input[type="checkbox"]:checked + span::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-group input[type="checkbox"]:checked + span::before {
    border-color: #92c73c;
    background-color: #92c73c;
}

.form-group input[type="checkbox"]:disabled + span::before,
.form-group input[type="checkbox"]:disabled + span:hover::before {
    border-color: #ccc;
}

.form-group input[type="checkbox"]:disabled + span,
.form-group input[type="checkbox"]:disabled + span:hover {
    cursor: not-allowed;
    color: #ccc;
}

.form-group input[type="checkbox"]:disabled + span::before {
    background-color: #f0f0f0;
}

.form-group input[type="checkbox"]:disabled + span::before {
    background-color: #f0f0f0;
}

.form-group input[type="checkbox"] + span:hover::before {
    border-color: #92c73c;
}

.form-group input[type="radio"] {
    display: none;
}

.form-group input[type="radio"] + span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px;
    line-height: 18px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.form-group input[type="radio"]:disabled + span,
.form-group input[type="radio"]:disabled + span:hover {
    color: #ccc;
}

.form-group input[type="radio"] + span::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.form-group input[type="radio"]:checked + span::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.form-group input[type="radio"]:checked + span::before {
    border-color: #92c73c;
    background-color: #92c73c;
}

.form-group input[type="radio"]:disabled + span::before,
.form-group input[type="radio"]:disabled + span:hover::before {
    border-color: #ccc;
}

.form-group input[type="radio"]:disabled + span,
.form-group input[type="radio"]:disabled + span:hover {
    cursor: not-allowed;
    color: #ccc;
}

.form-group input[type="radio"] + span:hover::before {
    border-color: #92c73c;
}

.checkbox-group {
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .checkbox-group {
        margin-top: 20px;
    }
}

.checkbox-group__title {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.checkbox-group .form-group {
    margin-bottom: 0;
}

.checkbox-group .form-group label {
    margin-bottom: 10px;
}

.checkbox-group .form-group span {
    font-size: 15px;
    line-height: 18px;
}

.counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.counter__selector {
    display: inline-block;
    position: relative;
}

.counter__input {
    text-align: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.counter__minus, .counter__plus {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    -webkit-transition: border 0.2s, background-color 0.2s;
    -o-transition: border 0.2s, background-color 0.2s;
    transition: border 0.2s, background-color 0.2s;
    cursor: pointer;
}

.counter__minus:hover, .counter__plus:hover {
    background-color: #c8e9ff;
}

.counter__minus:active, .counter__plus:active {
    background-color: #0077c8;
}

.counter__minus {
    left: 0;
    border-right: 0;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.counter__minus::before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #004eb1;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto auto;
}

.counter__plus {
    right: 0;
    border-left: 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.counter__plus::before, .counter__plus::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #004eb1;
    left: 0;
    right: 0;
}

.counter__plus::before {
    top: calc(50% - 1px);
    width: 14px;
    height: 2px;
    margin: -0.5px auto auto;
}

.counter__plus::after {
    width: 2px;
    height: 14px;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter__item-line {
    display: inline-block;
    margin-left: 0.65em;
    font-size: 18px;
}

.counter__minus:hover::before,
.counter__plus:hover::before,
.counter__plus:hover::after {
    background-color: #0077c8;
}

.counter__minus:active::before,
.counter__plus:active::before,
.counter__plus:active::after {
    background-color: #fff;
}

.counter__selector:hover .counter__input,
.counter__selector:hover .counter__minus,
.counter__selector:hover .counter__plus {
    border-color: #92c73c;
}

.counter__input:focus ~ .counter__plus,
.counter__input:focus ~ .counter__minus,
.counter__input:focus:hover {
    border-color: #92c73c;
}

.counter__selector.hover .counter__input {
    color: #000;
}

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

.date__item {
    display: inline-block;
    position: relative;
    max-width: 87%;
}

.date__text {
    float: left;
}

.date__span {
    vertical-align: middle;
    line-height: 40px;
}

.date__input {
    -webkit-transition: color 0.2s, border-color 0.2s;
    -o-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
}

.date__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #004eb1;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.date__icon::before {
    font-family: "fontello";
    content: "";
    font-size: 24px;
}

.date__icon:hover {
    color: #92c73c;
}

.date__icon:hover ~ .date__input {
    border-color: #92c73c;
}

.date.active .date__input {
    border-color: #92c73c;
}

.ui-corner-all {
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border: 1px solid transparent;
}

.ui-datepicker .ui-icon-circle-triangle-e,
.ui-datepicker .ui-icon-circle-triangle-w {
    background: none;
    cursor: pointer;
}

.ui-datepicker .ui-icon-circle-triangle-e span,
.ui-datepicker .ui-icon-circle-triangle-w span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-icon-circle-triangle-e::before,
.ui-datepicker .ui-icon-circle-triangle-w::before {
    font-family: "fontello";
    font-size: 0.7rem;
    line-height: 16px;
    color: #0077c8;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
}

.ui-datepicker .ui-icon-circle-triangle-e::before {
    content: "";
}

.ui-datepicker .ui-icon-circle-triangle-w::before {
    content: "";
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-left {
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    border: 1px solid #b2b2b2;
}

.mult-drop {
    padding: 0.1em 0.5em 0.3em;
}

.mult-drop__list {
    padding: 0.8em 0;
}

.mult-drop__item {
    position: relative;
}

.mult-drop__toggler {
    display: inline-block;
    font-size: 1rem;
    padding-right: 1.3em;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #000;
}

.mult-drop__toggler:hover {
    color: #92c73c;
}

.mult-drop__toggler::after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0.3em;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.4em;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: inherit;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 30% 70%;
    -ms-transform-origin: 30% 70%;
    transform-origin: 30% 70%;
}

.mult-drop__toggler-count {
    display: none;
    height: 1.5em;
    min-width: 1.5em;
    padding: 0.2em 0.4em;
    margin: 0 0.2em;
    line-height: 1.1em;
    font-size: 0.8em;
    font-weight: 700;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
    vertical-align: middle;
    text-align: center;
    background-color: #92c73c;
    color: #fff;
}

.mult-drop__container {
    max-height: 205px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mult-drop__list {
    margin-bottom: 0;
    padding-right: 1.5rem;
}

.mult-drop__icon-wrap {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    overflow: hidden;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}

.mult-drop__icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -7px;
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mult-drop .mult-drop__container {
    border-color: #92c73c;
}

.mult-drop .mult-drop__item .mult-drop__span {
    display: block;
    font-size: 1rem;
    padding: 0.1em 0 0.1em 2.8em;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mult-drop .mult-drop__item .mult-drop__span::before {
    margin: auto 0 auto 0.8em;
}

.mult-drop .mult-drop__item .mult-drop__input:checked + .mult-drop__span::after {
    left: 19px;
}

.mult-drop.show .mult-drop__toggler {
    color: #0077c8;
}

.mult-drop__list_icon .mult-drop__span {
    min-width: 215px;
}

.mult-drop.show .mult-drop__toggler::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

input.error,
input.error:hover,
input.error:focus {
    border-color: #dc3545;
}

.form-group .form-field input.error ~ label {
    color: #dc3545;
    opacity: 0;
}

input[type="checkbox"].error ~ span:before {
    border-color: #dc3545;
}

label.error {
    color: #dc3545;
    position: absolute;
    line-height: 19px;
    font-weight: 400;
}

input:required {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
}

input:invalid {
    border-color: #d2d2d2;
}

textarea:required {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
}

textarea:invalid {
    border-color: #d2d2d2;
}

.selectfix {
    display: none;
}

.touch .selectfix {
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.touch .selectfix:not([size]):not([multiple]) {
    height: 100%;
}

.selectfix-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    font-size: 15px;
    line-height: 25px;
    color: #101010;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.selectfix-container.opened {
    overflow: visible;
    z-index: 100;
}

.selectfix-border {
    background-color: #fff;
    border: 1px solid #92c73c;
    border-top: 0;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 100%;
    overflow: hidden;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.selectfix-current-value {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    padding: 6px 30px 7px 9px;
    position: relative;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-height: 40px;
    background: #fff;
}

.selectfix-current-value::before {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #101010;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 30% 70%;
    -ms-transform-origin: 30% 70%;
    transform-origin: 30% 70%;
}

.selectfix-current-value::after {
    content: '';
    display: block;
    width: 30px;
    background-color: #fff;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.selectfix-current-value > span {
    background-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 0 2px 10px;
    margin: -2px 7px -2px 0;
    font-size: 15px;
    line-height: 25px;
}

.selectfix-current-value > span:first-child {
    margin-left: -4.5px;
}

.selectfix-current-value span span {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    font-size: 0;
    color: #004eb1;
}

.selectfix-current-value span span::before {
    content: "";
    font-family: "fontello";
    font-size: 9px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.selectfix-current-value span span:hover::before {
    color: #92c73c;
}

/* disabled */
.selectfix-current-value.disabled,
.selectfix-current-value.disabled:hover {
    opacity: 0.3;
    background-color: #e9eff2;
    border-color: #d2d2d2;
    cursor: not-allowed;
}

.selectfix-current-value.disabled span span,
.selectfix-current-value.disabled:hover span span {
    cursor: not-allowed;
}

.selectfix-current-value.disabled span span:hover:before,
.selectfix-current-value.disabled:hover span span:hover:before {
    color: #101010;
}

.selectfix-current-value.disabled:after {
    background-color: #e9eff2;
}

/* hover & opened */
.selectfix-container:hover .selectfix-border,
.selectfix-container:hover .selectfix-current-value {
    border-color: #92c73c;
}

.selectfix-container:hover .selectfix-current-value::before {
    border-color: #101010;
}

.selectfix-container.opened .selectfix-border,
.selectfix-container.opened .selectfix-current-value {
    border-color: #92c73c;
}

.selectfix-container.opened .selectfix-current-value {
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.selectfix-container.opened .selectfix-current-value::before {
    border-color: #101010;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.selectfix-container.opened .selectfix-border {
    margin-top: -1px;
    padding-top: 1px;
}

/* disabled */
.selectfix-container.disabled .selectfix-border,
.selectfix-container.disabled .selectfix-current-value,
.selectfix-container.disabled:hover .selectfix-border,
.selectfix-container.disabled:hover .selectfix-current-value {
    border-color: #d2d2d2;
    background-color: #e9eff2;
}

.selectfix-container.disabled .selectfix-current-value.disabled::before,
.selectfix-container.disabled:hover .selectfix-current-value.disabled::before {
    border-color: #d2d2d2;
}

/* search */
.selectfix-search {
    padding: 5px;
}

.selectfix-search input {
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1em;
    padding: 6px 3px;
    width: 100%;
}

/* list */
.selectfix-list {
    overflow: auto;
    max-height: 200px;
}

.selectfix-value {
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 6px 9px 7px;
}

.selectfix-value.hidden {
    display: none !important;
}

label.selectfix-value {
    margin-bottom: 0;
    margin-left: 0;
}

.selectfix-list .selectfix-value span {
    margin: 0;
}

.selectfix-list .selectfix-value input[type="checkbox"] + span {
    line-height: 25px;
}

.selectfix-list .selectfix-value input[type="checkbox"] + span:before {
    top: 4px;
}

.selectfix-list .selectfix-value input[type="checkbox"] + span:after {
    top: 6px;
}

.selectfix-value b {
    background-color: #afa;
}

.selectfix-value:hover {
    background-color: #f2f2f2;
}

.selectfix-value.selected {
    background-color: #f2f2f2;
}

.selectfix-value.selected:hover {
    background-color: #f2f2f2;
}

/* multiple */
.selectfix[multiple] ~ .selectfix-border .selectfix-value {
    padding: 6px 9px 7px;
}

.theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle, .theme-explorer .explorer-frame .kv-file-content, .theme-explorer .file-actions, .explorer-frame .file-preview-other {
    text-align: center;
}

.theme-explorer .file-thumb-progress .progress, .theme-explorer .file-thumb-progress .progress-bar {
    height: 13px;
    font-size: 11px;
    line-height: 13px;
}

.theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 3px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.theme-explorer .file-thumb-progress .progress, .theme-explorer .explorer-caption {
    display: block;
}

.theme-explorer .explorer-frame td {
    vertical-align: middle;
    text-align: left;
}

.theme-explorer .explorer-frame .kv-file-content {
    width: 80px;
    height: 80px;
    padding: 5px;
}

.theme-explorer .file-actions-cell {
    position: relative;
    width: 120px;
    padding: 0;
}

.theme-explorer .file-thumb-progress .progress {
    margin-top: 5px;
}

.theme-explorer .explorer-caption {
    color: #777;
}

.theme-explorer .kvsortable-ghost {
    opacity: 0.6;
    background: #e1edf7;
    border: 2px solid #a1abff;
}

.theme-explorer .file-preview .table {
    margin: 0;
}

.theme-explorer .file-error-message ul {
    padding: 5px 0 0 20px;
}

.explorer-frame .file-preview-text {
    display: inline-block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}

.explorer-frame .file-preview-html {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}

.explorer-frame .file-other-icon {
    font-size: 2.6em;
}

@media only screen and (max-width: 576px) {
    .theme-explorer .table, .theme-explorer .table tbody, .theme-explorer .table tr, .theme-explorer .table td {
        display: block;
        width: 100% !important;
    }

    .theme-explorer .table {
        border: none;
    }

    .theme-explorer .table tr {
        margin-top: 5px;
    }

    .theme-explorer .table tr:first-child {
        margin-top: 0;
    }

    .theme-explorer .table td {
        text-align: center;
    }

    .theme-explorer .table .kv-file-content {
        border-bottom: none;
        padding: 4px;
        margin: 0;
    }

    .theme-explorer .table .kv-file-content .file-preview-image {
        max-width: 100%;
        font-size: 20px;
    }

    .theme-explorer .file-details-cell {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        margin: 0;
    }

    .theme-explorer .file-actions-cell {
        border-top: none;
        padding-bottom: 4px;
    }

    .theme-explorer .explorer-frame .explorer-caption {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.file-zoom-dialog .explorer-frame .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}

.file-preview {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.file-drop-zone.clickable {
    border: 1px dashed #c3c3c3;
    margin: 0;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.file-drop-zone.clickable:hover, .file-drop-zone.clickable:focus {
    border: 1px dashed #004eb1;
}

.file-drop-zone-title {
    padding: 16px 10px 17px;
    font-size: 16px;
}

.kv-file-content > img {
    vertical-align: middle;
}

.file-input {
    position: relative;
}

.add-file {
    position: absolute;
    height: 30px;
    bottom: -50px;
    left: 0;
    line-height: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.add-file > span {
    vertical-align: top;
    margin-left: 5px;
}

.add-file > i[class^="icon"] {
    font-size: 30px;
}

.btn-kv {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    background-color: transparent;
    border-color: transparent;
}

.btn-kv:hover {
    border-color: transparent;
    background-color: transparent;
}

.btn-kv:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-explorer .file-actions-cell {
    width: 80px;
}

.file-error-message {
    position: relative;
    cursor: default;
}

.file-error-message > button.close {
    position: relative;
    z-index: 1;
    outline: none;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.file-loading[dir=rtl]:before,
.file-loading:before {
    background: transparent url(/local/templates/parsec/images/loading.gif) top right no-repeat;
}

.file-thumb-loading {
    background: transparent url(/local/templates/parsec/images/loading.gif) no-repeat scroll center center content-box !important;
}

.file-uploading {
    background: url(/local/templates/parsec/images/loading-sm.gif) no-repeat center bottom 10px;
}

.file-error-message.kv-fileinput-error ul:not([class]) {
    padding: 0;
}

.kv-fileinput-error ul:not([class]) > li {
    padding-left: 0;
    margin-bottom: 0;
}

.kv-fileinput-error ul:not([class]) > li::before {
    content: none;
}

.kv-fileinput-error pre {
    white-space: normal;
    margin: 0;
}

.kv-fileinput-error h1 {
    display: none;
}

.kv-fileinput-error p {
    margin-bottom: 0;
}

.theme-explorer .file-actions-cell {
    width: 115px;
}

@media (min-width: 576px) {
    .file-preview-thumbnails {
        display: table-row-group;
    }
}

.fileinput-remove-button {
    margin-top: 30px;
}

.file-input {
    margin-bottom: 50px;
}

.add-file {
    bottom: -50px;
    margin-top: 0;
    line-height: 22px;
    color: #004eb1;
    -webkit-transition: color 0.12s;
    -o-transition: color 0.12s;
    transition: color 0.12s;
}

.add-file:hover {
    color: #92c73c;
}

.add-file__icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: currentColor;
    vertical-align: middle;
}

.add-file__icon::before, .add-file__icon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.add-file__icon::before {
    width: 12px;
    height: 2px;
}

.add-file__icon::after {
    width: 2px;
    height: 12px;
}

.add-file span {
    color: currentColor;
}

.file-input-bottom {
    margin-top: -37px;
}

.file-input-bottom .btn {
    min-width: 158px;
}

/* Tabs */
.nav-tabs {
    font-size: 22px;
    line-height: 37px;
    border-bottom: 1px solid #f2f2f2;
}

.nav-tabs > li:not(:last-of-type) {
    margin-right: 44px;
}

@media (max-width: 991px) {
    .nav-tabs > li:not(:last-of-type) {
        margin-right: 25px;
    }
}

.nav-tabs > li > a {
    color: #004eb1;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 5px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.nav-tabs > li > a:hover {
    color: #92c73c;
}

.nav-tabs > li > a.active {
    color: #101010;
    font-weight: 700;
}

.nav-tabs > li > a.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #92c73c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav-tabs.flex-nowrap {
    white-space: nowrap;
    overflow-y: hidden;
}

.nav-tabs ~ .tab-content {
    padding-top: 0.1rem;
}

/* .tab-content > .tab-pane {
	display: block !important;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
} */

.tab-content > .tab-pane h2 {
    margin-top: 0;
}

.tab-content > .tab-pane h4:first-child {
    margin-top: 0;
}

/* .tab-content > .active {
	height: auto;
	visibility: visible;
} */

.tab-content {
    margin-top: 20px;
}

/* Tags */
.tags {
    margin-top: -4px;
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.tags span {
    padding: 0 8px;
    margin-right: 8px;
    margin-top: 4px;
    background-color: #e0f4ff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    color: #545454;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tags span:last-of-type {
    margin-right: 0;
}

.tags a {
    padding: 0 8px;
    margin-right: 8px;
    margin-top: 4px;
    background-color: #e0f4ff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    color: #545454;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tags a:last-of-type {
    margin-right: 0;
}

.tags a:hover {
    background-color: #92c73c;
    color: #fff;
}

.tags a.active {
    background-color: #92c73c;
    color: #fff;
}

.filters {
    font-size: 15px;
    line-height: 25px;
    display: block;
}

.filters span, .filters__item {
    cursor: pointer;
    color: #004eb1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 3px 9px 2px;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.filters span.active:not(.all), .filters__item.active {
    padding-right: 24px;
}
.filters span.active, .filters__item.active {
    color: #101010;
    border-color: #92c73c;
}

.filters span.active a, .filters__item.active a {
    display: block;
}

.filters span:hover, .filters__item:hover {
    border-color: #92c73c;
}

.filters span a, .filters__item a {
    display: none;
    position: absolute;
    top: 3px;
    right: 8px;
}

.filters span a:before, .filters__item a:before {
    vertical-align: top;
    font-size: 8px;
    color: #004eb1;
}

.filters span a:hover:before, .filters__item a:hover:before {
    color: #92c73c;
}

.filters span input[type="checkbox"], .filters__item input[type="checkbox"] {
    display: none;
}

@media (max-width: 1024px) {
    .filters span, .filters__item {
        margin-bottom: 20px;
    }
}

/* Tags */
.product-download {
    margin-top: 14px;
}

.product-download__item {
    margin-bottom: 34px;
}

.product-download__item .form-group a:hover {
    color: #92c73c;
}

.product-download__icon {
    margin-left: 16px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68px;
    height: 57px;
    background-repeat: no-repeat;
}

.product-download__icon img {
    max-width: 100%;
    max-height: 100%;
}

.product-download__info {
    padding-left: 27px;
    margin-bottom: 4px;
}

.product-download__filesize {
    font-size: 15px;
    color: #808080;
}

.product-download__link {
    font-size: 15px;
    margin-left: 12px;
}

.product-download__link:before {
    font-size: 17px;
    margin-right: 4px;
}

.product-download .tags {
    margin-top: 5px;
    margin-left: 27px;
}

.product-download .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-download .form-group label {
    margin-bottom: -3px;
    max-width: 100%;
}

.product-download .form-group label span {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}

.product-download .form-group label span:before {
    top: 3px;
}

.product-download .form-group a {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}

.product-download .form-group input[type="checkbox"]:checked + span::after {
    top: 5px;
}

.downloads-pane {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #e9eff2;
    z-index: 100;
}

.downloads-pane__archive:before {
    margin-right: 8px;
    font-size: 16px;
}

.downloads-pane a {
    display: inline-block;
    margin-right: 29px;
}

.downloads-pane .form-group {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 0;
}

.downloads-pane .form-group label span {
    margin-bottom: 0;
}

/* Back link */
.back-link {
    display: inline-block;
    margin-top: 50px;
    font-weight: 600;
    font-size: 16px;
}

.back-link:before {
    margin-right: 5px;
    font-size: 8px;
    vertical-align: middle;
}

button.back-link.back-link_configurator {
    display: none;
    padding: 0;
    background: none;
    border: none;
    margin-top: 20px;
    color: #004eb1;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

button.back-link.back-link_configurator:hover {
    color: #92c73c;
}

@media (max-width: 991.98px) {
    button.back-link.back-link_configurator {
        display: block;
    }
}

/* Table */
.table th, .table td {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.table thead tr th, .table thead tr td {
    font-weight: 700;
    background-color: #f2f2f2;
    border-top: 1px solid #d8e0e4;
    border-bottom: 1px solid #d8e0e4;
}

.table tbody th, .table tbody td {
    border-top: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.table-hover tbody tr:hover {
    background-color: #f2f2f2;
}

/* Pagination */
.pagination {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    color: #004eb1;
    border-top: 1px solid #d8e0e4;
    border-bottom: 1px solid #d8e0e4;
    border-right: 1px solid #d8e0e4;
}

.pagination li a, .pagination li span {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    padding: 6px 0;
}

@media (max-width: 767px) {
    .pagination li a, .pagination li span {
        width: 30px;
    }
}

.pagination li span {
    cursor: default;
}

.pagination li.active {
    background-color: #92c73c;
    border-top-color: #92c73c;
    border-bottom-color: #92c73c;
}

.pagination li.active a, .pagination li.active span {
    color: #fff;
}

.pagination .prev a:before,
.pagination .prev span:before,
.pagination .next a:before,
.pagination .next span:before {
    font-size: 7px;
    vertical-align: top;
}

.pagination .prev.disabled,
.pagination .next.disabled {
    pointer-events: none;
}

.pagination .prev.disabled span:before,
.pagination .prev.disabled a:before,
.pagination .next.disabled span:before,
.pagination .next.disabled a:before {
    color: #c3c3c3;
}

.pagination .prev {
    border-left: 1px solid #d8e0e4;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.pagination .next {
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.pagination-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 38px;
}

.pagination-block_alternative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .pagination-block_alternative {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .pagination-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pagination-block .form-group {
    margin-bottom: 0;
}

.pagination-block .btn-outlined {
    margin-right: 32px;
    padding: 8px 22px;
}

@media (max-width: 991px) {
    .pagination-block .btn-outlined {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.pagination-block .pagination {
    margin-right: 20px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .pagination-block .pagination {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.pagination-block .pagination-info {
    font-size: 15px;
}

@media (max-width: 991px) {
    .pagination-block .pagination-info {
        margin-bottom: 20px;
    }
}

.pagination-block .pagination-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
}

.pagination-block .pagination-counter span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.pagination-block .pagination-counter .form-group {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
}

.pagination-block .pagination-counter .form-group .selectfix-container {
    height: 36px;
}

.pagination-block .pagination-counter .form-group .selectfix-current-value {
    min-height: 36px;
    padding: 4px 25px 5px 9px;
}

.pagination-block .pagination-counter .form-group .selectfix-current-value:after {
    width: 25px;
}

@media (max-width: 991px) {
    .pagination-block .pagination-counter {
        margin-right: auto;
    }
}

/* Modal */
.modal-dialog.modal-sm {
    max-width: 366px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog.modal-sm .modal-content {
    margin: 0 8px;
    width: calc(100% - 16px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal-content {
    padding: 22px 25px;
    border: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.modal-dialog .close {
    padding: 0;
    margin: -6px -10px 0 0;
    opacity: 1;
    cursor: pointer;
    color: #004eb1;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.modal-dialog .close:before {
    font-size: 25px;
    vertical-align: top;
}

.modal-dialog .close:hover {
    color: #92c73c;
}

.modal-dialog .close:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    color: #0077c8;
}

.modal-dialog .close:focus {
    outline: 0;
}

.modal-dialog .close span {
    display: inline-block;
    vertical-align: top;
    font-size: 38px;
}

.modal-dialog .modal-header {
    padding: 0;
    border: none;
}

.modal-dialog .modal-title {
    margin: 0 0 10px;
}

.modal-dialog .modal-body {
    padding: 0;
}

.modal-dialog .modal-body .btn {
    min-width: 158px;
}

.modal-dialog .form-group {
    margin-bottom: 22px;
}

.modal-dialog .form-group label span {
    margin-bottom: 0;
}

.modal-dialog .modal-footer {
    border: none;
}

.modal .modal-callback-checkbox span {
    font-size: 12px;
    line-height: 10px;
}

.modal.calculation-modal .modal-content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
}

.modal.calculation-modal .modal-dialog.modal-sm {
    max-width: 595px;
}

.modal.calculation-modal .modal-dialog .close {
    margin: 3px -22px 0 0;
}

.modal.calculation-modal .modal-dialog .close:before {
    color: #fff;
}

.modal.calculation-modal .modal-dialog .form-group {
    margin-bottom: 10px;
}

.modal.calculation-modal .modal-header {
    padding: 20px 40px;
    background-color: #006bca;
}

.modal.calculation-modal .modal-header .modal-title {
    margin: 0;
    color: #fff;
}

.modal.calculation-modal .modal-body {
    padding: 22px 40px 30px;
    background-color: #fff;
}

.modal.calculation-modal .modal-body p {
    line-height: 18px;
    margin-bottom: 30px;
}

.modal.calculation-modal .modal-body .alert {
    margin-top: 2px;
}

.modal.auth-modal .modal-content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
}

.modal.auth-modal .modal-dialog.modal-sm {
    max-width: 595px;
}

.modal.auth-modal .modal-dialog .close {
    margin: 3px -22px 0 0;
}

.modal.auth-modal .modal-dialog .close:before {
    color: #fff;
}

.modal.auth-modal .modal-dialog .form-group {
    margin-bottom: 30px;
}

.modal.auth-modal .modal-header {
    padding: 20px 36px;
    background-color: #006bca;
}

.modal.auth-modal .modal-header .modal-title {
    margin: 0;
    color: #fff;
}

.modal.auth-modal .modal-body {
    padding: 36px 36px 30px;
    background-color: #fff;
}

.modal.auth-modal .modal-body p {
    line-height: 18px;
    margin-bottom: 30px;
}

.modal.auth-modal .modal-body .alert {
    margin-top: 2px;
}

.modal.auth-modal .modal-body a.recovery-password {
    font-size: 12px;
}

.modal.auth-modal .modal-body .registration {
    margin-top: 10px;
}

.modal#notification .modal-content {
    padding: 0;
}

.modal#notification .notification {
    margin: 0;
}

.modal#notification .modal-dialog.modal-sm {
    max-width: 840px;
}

.modal#notification .modal-dialog .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.modal#notification .modal-dialog .close {
    margin: 3px 6px 0 0;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    text-shadow: none;
}

.modal#notification .modal-dialog .close:before {
    font-size: 16px;
    vertical-align: middle;
}

.modal#notification .notification .author {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 16px;
}

/* Filters */
.filter-selected {
    margin: 0 0 1em;
    padding: 0;
}

.filter-selected__item {
    display: inline-block;
    padding: 0.3em 0.6em 0.1em 1.2em;
    margin-right: 6px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
}

.filter-selected__item:hover {
    border-style: solid;
}

.filter-selected__item.is-active {
    border: none;
    background-color: #ebebeb;
    fill: #333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.filter-selected__item.is-active:hover {
    fill: #92c73c;
}

.filter-selected__item.is-active:active {
    fill: #0077c8;
}

.filter-selected__item-name {
    display: inline-block;
}

.filter-selected__item-close {
    display: none;
    margin: 0.15em 0 0 0.7em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
}

.icon-times-circle {
    font-size: 1.2em;
    color: #333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.filter-selected__item.is-active .filter-selected__item-close {
    display: inline-block;
}

.filter-selected__item:hover i[class^="icon-"] {
    color: #92c73c;
}

.filter-selected__item:active i[class^="icon-"] {
    color: #0077c8;
}

.filter-selected__item.filter-selected__item--reset {
    padding-top: 0;
    padding-bottom: 5px;
    border: none;
    background-color: transparent;
}

.filter-selected__item.filter-selected__item--reset:hover {
    color: #92c73c;
}

.filter-selected__item.filter-selected__item--reset:active {
    color: #0077c8;
}

.filter-selected__item.filter-selected__item--reset a {
    color: inherit;
    border-color: inherit;
}

/* Accordion */
.panel {
    padding-left: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
}

.panel .panel-body {
    padding-bottom: 30px;
}

.panel-title {
    margin: 0 0 6px;
}

.panel-title > a {
    border: none;
    color: #92c73c;
    cursor: pointer;
}

.panel-title > a:before {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 3px;
    width: 13px;
    height: 13px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #101010;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.panel-title > a.collapsed {
    color: #004eb1;
    border-bottom: none;
}

.panel-title > a.collapsed:hover {
    color: #92c73c;
}

.panel-title > a.collapsed:before {
    top: 6px;
    left: -2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Default slider */
.default-slider .slick-list {
    padding-top: 20px;
    padding-bottom: 35px;
    margin: -20px -15px -35px;
    z-index: 1;
}

.default-slider ul li {
    display: inline-block;
}

.default-slider .slider__item {
    margin: 0 15px;
}

.default-slider .slick-dots {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    text-align: center;
    bottom: 0;
    margin-top: 12px;
    margin-bottom: 0;
    z-index: 2;
}

.default-slider .slick-dots li {
    width: 35px;
    height: 4px;
    margin: 0 2.5px;
}

.default-slider .slick-dots > li:only-child {
    display: none;
}

.default-slider .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d8e0e4;
    text-indent: -9999px;
}

.default-slider .slick-dots li.slick-active button {
    background-color: #92c73c;
}

.clients-slider .slick-list {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.clients-slider .slider__item img {
    max-width: 100%;
}

.clients-slider ul li {
    display: inline-block;
}

.clients-slider .slick-dots {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    text-align: center;
    bottom: 0;
    margin-top: 7px;
    margin-bottom: 0;
    z-index: 2;
}

.clients-slider .slick-dots li {
    width: 50px;
    height: 4px;
    margin: 0 2.5px;
}

.clients-slider .slick-dots > li:only-child {
    display: none;
}

.clients-slider .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d8e0e4;
    text-indent: -9999px;
}

.clients-slider .slick-dots li.slick-active button {
    background-color: #92c73c;
}

/* Download file */
.download-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.download-file .icon-file {
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.download-file__title {
    display: inline-block;
    font-weight: 700;
    color: #004eb1;
    line-height: 22px;
    margin-bottom: 7px;
    word-break: break-word;
}

@media (max-width: 767.98px) {
    .download-file__title {
        line-height: 18px;
    }
}

.download-file__size {
    display: block;
    white-space: nowrap;
    margin-top: -5px;
    color: #808080;
    line-height: 1;
}

.download-file-noformat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download-file-noformat .title {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    line-height: 22px;
    word-break: break-word;
}

.download-file-noformat .title:before {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 20px;
    color: #004eb1;
    margin-right: 10px;
}

.download-file-noformat .title:hover:before {
    color: #92c73c;
}

@media (max-width: 767.98px) {
    .download-file-noformat .title {
        line-height: 18px;
    }
}

.download-file-noformat .size {
    padding: 4px 0;
    display: block;
    white-space: nowrap;
    color: #808080;
    line-height: 1;
}

/* Map */
.map-balloon {
    position: absolute;
    font-family: montserrat, Arial, sans-serif;
    padding: 15px 15px 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.map-balloon .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-right: 0;
    font-size: 12px;
    color: #004eb1;
}

.map-balloon .icon-close:hover {
    color: #92c73c;
}

.map-balloon .balloon-status {
    font-size: 12px;
    line-height: 15px;
    color: #54c600;
}

.map-balloon .balloon-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #004eb1;
    margin-bottom: 8px;
}

.map-balloon .balloon-address {
    font-size: 15px;
    line-height: 18px;
    color: #101010;
    margin-bottom: 8px;
}

.map-balloon .balloon-phone {
    font-weight: 700;
    font-size: 15px;
    color: #101010;
}

/* Notification */
.notification {
    margin-top: 50px;
    background: #91d962;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 0;
}

.notification .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 36px;
}

@media (max-width: 767.98px) {
    .notification .author {
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.notification .author__info {
    color: #111;
}

.notification .author__photo {
    width: 44px;
    height: 44px;
    margin-right: 16px;
}

.notification .author__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.notification .author__position {
    font-size: 10px;
    line-height: 13px;
}

.notification__text {
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .notification__text {
        padding-left: 15px;
    }
}

/* Contact block */
.contact-block {
    display: block;
    padding: 16px 20px;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.contact-block .person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-block .person__photo {
    width: 75px;
    height: 75px;
    margin-right: 20px;
}

.contact-block .person__photo img {
    width: 100%;
    height: auto;
}

.contact-block .person__name {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.contact-block .person__position {
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.contact-block .title {
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.contact-block .description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 18px;
}

.contact-block .email {
    margin-top: 14px;
    font-size: 15px;
    line-height: 25px;
}

.contact-block .email a:before {
    margin-right: 6px;
    font-size: 12px;
}

.contact-block .phone {
    margin-top: 2px;
    font-weight: 700;
    font-size: 15px;
}

.contact-block .phone a {
    color: #000;
}

.contact-block .phone a:hover {
    color: #92c73c;
}

.contact-block .phone a:before {
    margin-right: 5px;
    font-size: 18px;
    color: currentColor;
}

/* Contact block */
.popup-video__hidden {
    display: none;
}

.popup-video a {
    width: 100%;
    display: inline-block;
    position: relative;
}

.popup-video a img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.popup-video a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 108px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .popup-video a:before {
        font-size: 70px;
    }
}

.popup-video__caption {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
}

.popup-video__caption a {
    width: auto;
}

@media (max-width: 767.98px) {
    .popup-video__caption {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Video */
.article__video {
    margin-top: 15px;
    max-width: 530px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.article__video_hidden {
    display: none;
}

.article__video img {
    width: 100%;
}

.article__video a {
    display: inline-block;
    position: relative;
}

.article__video a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 108px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .article__video a:before {
        font-size: 70px;
    }
}

/* Search & Select */
.search-with-select .form-group {
    margin-bottom: 10px;
}

.search-with-select .controls {
    margin-top: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .search-with-select .controls {
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .search-with-select .controls .btn {
        margin-left: auto;
    }
}

.search-with-select .controls > * {
    width: 50%;
}

@media (max-width: 991.98px) {
    .search-with-select .controls > * {
        width: auto;
    }
}

.search-with-select .controls .reset {
    margin-left: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-group input[type="checkbox"] {
        margin-top: 20px;
        margin-left: 0;
    }

    .file-input input {
        width: 1px;
        height: 1px;
        font-size: 0;
    }

    .ie-w-100 {
        width: 100%;
    }

    .modal-dialog-centered .modal-content {
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px);
    }
}

@-moz-document url-prefix() {
    .form-group input[type="checkbox"] {
        margin-left: 3px;
        margin-top: 10px;
    }
}

.common .quote {
    margin-top: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f2;
    padding: 25px 32px;
}

@media (max-width: 767.98px) {
    .common .quote {
        margin-top: 40px;
        padding: 20px;
    }
}

.common .quote__photo {
    margin-right: 22px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 137px;
    height: 137px;
}

@media (max-width: 767.98px) {
    .common .quote__photo {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .common .quote__photo {
        width: 75px;
        height: 75px;
    }
}

.common .quote__photo img {
    width: 100%;
}

.common .quote__body {
    padding-left: 23px;
}

@media (max-width: 575.98px) {
    .common .quote__body {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .common .quote .author__info {
        height: 75px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.common .quote .author__name {
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .common .quote .author__name {
        font-size: 16px;
        line-height: 20px;
    }
}

.common .quote .author__position {
    line-height: 1;
    color: #808080;
}

@media (max-width: 767.98px) {
    .common .quote .author__position {
        font-size: 12px;
        line-height: 16px;
    }
}

.common .quote .author__text {
    font-size: 17px;
    line-height: 25px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .common .quote .author__text {
        font-size: 16px;
        line-height: 22px;
        margin-left: -75px;
    }
}

.common .quote .author__text {
    position: relative;
    margin-top: 16px;
    line-height: 24px;
}

.common .quote .author__text:before {
    font-size: 15px;
    color: #004eb1;
    position: absolute;
    left: -23px;
    top: 0;
}

.common .image {
    margin-top: 17px;
}

.common .image img {
    width: 100%;
}

.common .image__caption {
    margin-top: 10px;
    font-weight: 700;
    line-height: 22px;
}

.common .send-on-inspection .send-us {
    position: relative;
    margin: 6px 21px;
    padding: 22px 25px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .common .send-on-inspection .send-us {
        margin: 40px 0 0;
    }
}

.common .send-on-inspection .send-us:after {
    position: absolute;
    content: '';
    display: block;
    width: 222px;
    height: 199px;
    top: -24px;
    left: -48px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(/local/templates/parsec/images/send-us-image.svg);
}

.common .send-on-inspection .send-us.violet:after {
    background-image: url(/local/templates/parsec/images/send-us-image_violet.svg);
}

.common .send-on-inspection .send-us__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.common .send-on-inspection .send-us .btn {
    padding: 10px 28px;
}

.common .btn.show-more {
    width: 245px;
}

.common .border-quote {
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 34px;
}

@media (max-width: 767.98px) {
    .common .border-quote {
        margin-top: 20px;
    }
}

.common .border-quote__text {
    position: relative;
    padding-left: 22px;
}

.common .border-quote__text:before {
    position: absolute;
    font-size: 22px;
    top: 6px;
    left: -17px;
    color: #343434;
}

.common .border-quote .author {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common .border-quote .author__photo {
    margin-right: 17px;
    width: 85px;
    height: 85px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.common .border-quote .author__name {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 19px;
    color: #004eb1;
}

.common .border-quote .author__position {
    font-size: 15px;
    line-height: 18px;
    color: #808080;
}

.search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-form:before {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 22px;
    color: #4d4d4d;
}

.search-form input {
    margin-right: -25px;
    padding-left: 36px;
}

.search-form .btn {
    padding: 0 52px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .search-form .btn {
        padding: 0 20px;
    }
}

@media (max-width: 575.98px) {
    .search-form .btn.text {
        display: none;
    }
}

.search-form .btn.icon-search {
    display: none;
}

.search-form .btn.icon-search:before {
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .search-form .btn.icon-search {
        display: inline-block;
    }
}

.search-form span.icon-close {
    position: absolute;
    top: 7px;
    right: 12px;
}

.search-form span.icon-close:before {
    color: #808080;
}

.tech__links h2 {
    margin-top: 60px;
}

.tech__links h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.tech__forms h2 {
    margin-top: 49px;
}

.tech__forms h3 {
    margin-top: 17px;
    margin-bottom: 22px;
}

.tech__forms .hover input, .tech__forms .hover textarea {
    border-color: #92c73c;
}

.tech__forms .hover .selectfix-current-value {
    border-color: #92c73c;
}

.tech__forms .checkboxes .form-group {
    margin-bottom: 0;
}

.tech__files h4 {
    margin-top: 18px;
}

.tech__buttons h3 {
    margin-top: 6px;
    margin-bottom: 37px;
}

.tech__buttons .form-group {
    margin-bottom: 32px;
}

.tech-buttons__hover .btn {
    background-color: #92c73c;
}

.tech-buttons__hover .btn-outlined {
    color: #0077c8;
    border: 2px solid #0077c8;
}

.tech-buttons__active .btn {
    background-color: #92c73c;
}

.tech-buttons__active .btn-outlined {
    color: #92c73c;
    border: 2px solid #92c73c;
}

.tech__social-icons {
    margin-top: 100px;
    background-color: #f2f2f2;
    padding: 42px 28px;
}

.tech__social-icons h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.tech__social-icons .social-link {
    margin: 2px;
}

.tech__file-types h2 {
    margin-top: 58px;
    margin-bottom: 28px;
}

.tech__file-types .icon-file {
    margin-right: 13px;
    margin-bottom: 13px;
}

.tech__tabs h2 {
    margin-bottom: 30px;
}

.tech__table {
    margin-bottom: 85px;
}

.tech__table h2 {
    margin-bottom: 30px;
}

.tech .dummies img {
    margin-right: 10px;
}

.tech__cap .tech-pics img {
    display: inline-block;
    vertical-align: top;
    margin-right: 48px;
}

.tech__hover-reaction h2 {
    margin-bottom: 30px;
}

.tech__hover-reaction .gallery-item {
    display: inline-block;
    width: 370px;
    height: 298px;
    background-color: #e9eff2;
}

.tech__accordeon h2 {
    margin-bottom: 30px;
}

.tech__tags h2 {
    margin-bottom: 25px;
}

.tech__tags .tags {
    margin-bottom: 18px;
}

.tech__alerts h2 {
    margin-top: 100px;
}

.sitemap .section {
    margin-top: 25px;
    font-weight: 600;
    font-size: 19px;
    color: #004eb1;
}

.sitemap .subsection {
    font-weight: 400;
    margin-top: 5px;
    font-size: 15px;
}

.header {
    position: relative;
    padding: 12px 0 0;
    border-bottom: 1px solid #d8e0e4;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .header {
        padding: 12px 0;
    }
}

@media print {
    .header {
        display: none;
    }
}

.header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    max-width: 265px;
    margin-right: 22px;
}

@media (max-width: 991.98px) {
    .header .logo {
        margin: 0;
        padding-right: 10px;
    }
}

.header .logo__image {
    margin-right: 12px;
    width: 107px;
    height: 49px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .header .logo__image {
        margin-right: 0;
        width: 70px;
        height: 33px;
    }
}

.header .logo__text {
    font-size: 12px;
    line-height: 14px;
    color: #343434;
}

@media (max-width: 575.98px) {
    .header .logo__text {
        display: none;
    }
}

.header .phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 991.98px) {
    .header .phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header .phones__item {
    margin: 0 15px;
}

@media (max-width: 991.98px) {
    .header .phones__item {
        margin: 0;
    }
}

.header .phones__text {
    margin-bottom: -3px;
    font-size: 12px;
    color: #808080;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .header .phones__text {
        display: none;
    }
}

.header .phones__number {
    font-weight: 600;
    font-size: 17px;
    color: #101010;
}

@media (max-width: 991.98px) {
    .header .phones__number {
        font-size: 16px;
        color: #004eb1;
    }
}

.header .phones__order {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .header .phones__order {
        font-size: 12px;
        margin-top: -4px;
    }
}

.header .account__link {
    display: block;
    margin-bottom: -4px;
}

.header .account__link.person-link {
    width: 180px;
    position: relative;
}

.header .account__link.person-link .lk-user-name {
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .account__link .icon-person {
    margin-right: 8px;
}

.header .account__link img.icon-person {
    border-radius: 50%;
}

.header .account__link i.icon-person:before {
    font-size: 15px;
}

.header .account__link.icon-list:before {
    font-size: 10px;
    margin-right: 5px;
}

.header .mobile-nav-toggle {
    cursor: pointer;
}

.header .mobile-nav-toggle:before {
    font-family: fontello;
    content: "";
    font-size: 18px;
    color: #004eb1;
    cursor: pointer;
}

.header .mobile-nav-toggle.active:before {
    content: "";
    font-size: 27px;
    line-height: 1;
}

.header-pdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 65px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-pdf .logo {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-pdf .logo__image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 118px;
    height: 57px;
    margin-right: 18px;
}

.header-pdf .logo__text {
    font-size: 16px;
    line-height: 22px;
}

.header-pdf .phones {
    margin-top: 20px;
    position: relative;
    padding-left: 34px;
    margin-right: 70px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.header-pdf .phones:before {
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 36px;
    color: #0071ce;
}

.header-pdf .links {
    margin-top: 20px;
    position: relative;
    padding-left: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #004eb1;
}

.header-pdf .links:before {
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 36px;
    color: #0071ce;
}

.breadcrumbs {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
    list-style: none;
    padding: 0;
}

@media print {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a:hover {
    color: #92c73c;
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs li {
    margin-right: 5px;
}

.breadcrumbs li:after {
    display: inline-block;
    margin: 0 0 0 5px;
    font-family: "fontello";
    content: "";
    color: #808080;
    font-size: 5px;
    vertical-align: top;
}

.breadcrumbs li:last-of-type:after {
    font-size: 6px;
    margin-top: 7px;
    line-height: 1;
    content: "";
}

.header-nav {
    position: relative;
}

@media (max-width: 991.98px) {
    .header-nav {
        display: none;
    }
}

.header-nav .header-search {
    position: absolute;
    top: -5px;
    right: 0;
    height: 40px;
    margin-right: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1199.98px) {
    .header-nav .header-search {
        margin-right: 0;
    }
}

.header-nav .header-search.active {
    left: -2px;
    width: 100%;
}

.header-nav .header-search.active input {
    opacity: 1;
    padding-right: 50px;
    right: 30px;
    width: calc(100% - 30px);
    pointer-events: initial;
}

.header-nav .header-search.active .search-button {
    width: 65px;
    background-color: #004eb1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-nav .header-search.active .icon-search:before {
    color: #fff;
}

.header-nav .header-search.active .icon-search:hover {
    color: #fff;
}

.header-nav .header-search input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
}

.header-nav .header-search span {
    display: none;
    position: absolute;
    right: 70px;
    top: 7px;
    cursor: pointer;
}

.header-nav .header-search span:before {
    font-size: 15px;
    color: #808080;
}

.header-nav .search-button {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    display: block;
    width: 22px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.header-nav .icon-search {
    color: #004eb1;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    position: absolute;
    right: 0;
}

.header-nav .icon-search:before {
    font-size: 21px;
}

.header-nav .icon-search:hover {
    color: #92c73c;
}

.header-nav__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 13px;
    margin-bottom: 0;
    list-style: none;
    padding: 0 78px 0 0;
}

.header-nav__list li {
    position: static;
}

.header-nav__list .dropdown:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
}

.header-nav__list .dropdown:hover:after {
    opacity: 1;
}

.header-nav__list > li:after {
    margin-top: 11px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #92c73c;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-nav__list > li:hover:after {
    opacity: 1;
}

.header-nav__list > li.active:after {
    opacity: 1;
}

.header-nav__list > li > a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.header-nav__list > li > a.icon-download:before {
    font-size: 15px;
    margin-right: 5px;
}

.header-nav__list > li > a.icon-catalog:before {
    font-size: 16px;
    margin-right: 4px;
}

.header-nav__list > li > a:hover {
    color: #004eb1;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 73px;
    left: -15px;
    right: -15px;
    padding: 12px 15px 0;
    background-color: #343434;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    min-height: calc(100% - 73px);
    z-index: 1000;
}

@media (max-width: 575.98px) {
    .mobile-nav {
        top: 63px;
    }
}

@media (min-width: 992px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav__top {
    padding-bottom: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.mobile-nav__top a {
    color: #fff;
    font-size: 12px;
}

.mobile-nav__top a:before {
    color: #fff;
}

.mobile-nav__top a:hover {
    color: #fff;
}

.mobile-nav__body {
    padding-top: 12px;
    margin-left: -10px;
    margin-right: -10px;
}

.mobile-nav__link {
    margin-bottom: 12px;
    padding-left: 10px;
}

.mobile-nav__link.active a {
    color: #92c73c;
}

.mobile-nav__link.active a:before {
    color: #92c73c;
}

.mobile-nav__link.active a:hover {
    color: #92c73c;
}

.mobile-nav__link.active a:hover:before {
    color: #92c73c;
}

.mobile-nav__link a {
    font-weight: 600;
    font-size: 19px;
    color: #fff;
}

.mobile-nav__link a:hover {
    color: #fff;
}

.mobile-nav__link a:before {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-nav__sub-nav {
    list-style: none;
    padding: 10px 25px 18px 35px;
    background-color: #006bca;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.mobile-nav__sub-nav li.active a {
    color: #92c73c;
}

.mobile-nav__sub-nav li.active a:before {
    color: #92c73c;
}

.mobile-nav__sub-nav li.active a:hover {
    color: #92c73c;
}

.mobile-nav__sub-nav li.active a:hover:before {
    color: #92c73c;
}

.mobile-nav__sub-nav ul {
    list-style: none;
    padding: 8px 0 12px 0;
}

.mobile-nav__sub-nav ul li {
    line-height: 20px;
    margin-bottom: 10px;
}

.mobile-nav__sub-nav > li {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
}

.mobile-nav__sub-nav > li a {
    color: #fff;
}

.mobile-nav__sub-nav > li span {
    cursor: pointer;
}

.mobile-nav__sub-nav > li span:before {
    position: absolute;
    left: -21px;
}

.mobile-nav__sub-nav > li span.active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-nav__sub-nav > li:last-of-type {
    margin-bottom: 0;
}

.mobile-nav__sub-list {
    display: none;
}

.mobile-nav__sub-list a {
    color: #fff;
    font-size: 15px;
}

.mobile-nav__sub-list a:hover {
    color: #fff;
}

.mobile-nav__bottom {
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.mobile-nav__bottom .mobile-search {
    position: relative;
    padding-right: 40px;
    margin-bottom: 0;
}

.mobile-nav__bottom .mobile-search .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 40px;
    border: none;
    background-color: #004eb1;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
}

.mobile-nav__bottom .mobile-search .search-button:before {
    color: #fff;
    font-size: 20px;
}

.mobile-nav__bottom .mobile-search input {
    height: 40px;
    padding-right: 50px;
}

.mobile-nav__bottom .mobile-search span {
    display: none;
    position: absolute;
    right: 70px;
    top: 8px;
    cursor: pointer;
}

.mobile-nav__bottom .mobile-search span:before {
    font-size: 15px;
    color: #808080;
}

.mega-menu {
    position: absolute;
    left: -30px;
    top: 41px;
    width: calc(100% + 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 30px;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .mega-menu {
        left: 0;
        width: 100%;
    }
}

.mega-menu ul {
    padding: 0;
    list-style: none;
}

.mega-menu > li {
    width: 31%;
}

.mega-menu__products .product__title {
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 5px;
}

.mega-menu__products .product__title a:after {
    margin-left: 11px;
    content: "";
    font-family: 'fontello';
    font-size: 12px;
    vertical-align: top;
}

.mega-menu__products .product__archive .product__title a:after {
    margin-left: 8px;
    content: "";
    font-family: 'fontello';
    font-size: 13px;
    vertical-align: top;
}


.mega-menu__products .product__links {
    padding: 0;
    margin-bottom: 28px;
    list-style: none;
    font-size: 15px;
    line-height: 25px;
}

.mega-menu__products .product__links li {
    margin-bottom: 1px;
}

.mega-menu__products .product__links li:before {
    margin-right: 9px;
    content: "";
    font-family: 'fontello';
    font-size: 12px;
}

.mega-menu__products .product__parsec-net3 .product__title a:after {
    color: #eb023a;
}

.mega-menu__products .product__parsec-net3 .product__links li:before {
    color: #eb023a;
}

.mega-menu__products .product__proximity-readers .product__title a:after {
    color: #92c73d;
}

.mega-menu__products .product__proximity-readers .product__links li:before {
    color: #92c73d;
}

.mega-menu__products .product__far-identification .product__title a:after {
    color: #1b8abe;
}

.mega-menu__products .product__far-identification .product__links li:before {
    color: #1b8abe;
}

.mega-menu__products .product__parsec-net-office .product__title a:after {
    color: #90268f;
}

.mega-menu__products .product__parsec-net-office .product__links li:before {
    color: #90268f;
}

.mega-menu__products .product__typical-solutions .product__title a:after {
    color: #004eb1;
}

.mega-menu__products .product__typical-solutions .product__links li:before {
    color: #004eb1;
}

.mega-menu__products .links {
    font-weight: 600;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 46px;
}

.mega-menu__products .links .link {
    display: block;
    margin-bottom: 2px;
}

.mega-menu .post__image {
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
}

.mega-menu .post__image img {
    width: 100%;
}

.mega-menu .post__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #004eb1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mega-menu .post__date {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.mega-menu .post:hover .post__title {
    color: #92c73c;
}

.mega-menu .post:hover .post__image {
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    background: rgba(0, 0, 0, 0.1);
}

.mega-menu__support .container-fluid {
    padding: 0;
}

.mega-menu__support .main-info {
    padding: 15px 26px;
    background: #fbfbfb;
    border: 5px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 100%;
}

.mega-menu__support .main-info__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.mega-menu__support .main-info__link {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}

.mega-menu__support .main-info__link span:before {
    margin-left: 5px;
    font-size: 12px;
}

.mega-menu__support .main-info__mail {
    margin-bottom: 4px;
}

.mega-menu__support .phone {
    position: relative;
    padding-left: 28px;
    margin-bottom: 4px;
}

.mega-menu__support .phone:before {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 30px;
    color: #004eb1;
}

.mega-menu__support .phone__text {
    font-size: 12px;
    color: #808080;
    margin-bottom: -5px;
}

@media (max-width: 1199.98px) {
    .mega-menu__support .phone__text {
        margin-bottom: 0;
    }
}

.mega-menu__support .phone a {
    font-weight: 600;
    font-size: 19px;
}

@media (max-width: 1199.98px) {
    .mega-menu__support .phone a {
        font-size: 16px;
    }
}

.mega-menu__support .phone__description {
    font-size: 12px;
    color: #808080;
    line-height: 16px;
    margin-top: 4px;
}

.mega-menu__support .maintenance {
    margin-left: 54px;
}

.mega-menu__support .maintenance__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.mega-menu__support .maintenance__link {
    font-size: 15px;
    margin-bottom: 8px;
}

.mega-menu__support .services {
    margin-top: 25px;
    margin-bottom: 20px;
}

.mega-menu__support .services__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.mega-menu__support .services ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mega-menu__support .services ul li {
    width: 33%;
    margin-bottom: 5px;
}

.mega-menu__support .footer {
    padding: 8px 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom: -30px;
    background: #fbfbfb;
    border-top: none;
    margin-top: 20px;
}

.mega-menu__support .footer a {
    font-weight: 600;
    font-size: 16px;
}

.mega-menu__about {
    padding: 44px 30px 50px;
}

.mega-menu__about .container-fluid {
    padding: 0;
}

.mega-menu__about .links {
    font-weight: 600;
    font-size: 16px;
}

.mega-menu__about .links .link {
    margin-bottom: 7px;
}

.mega-menu__about .info__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 12px;
}

.page-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media (max-width: 767.98px) {
    .page-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.page-info__title {
    font-size: 28px;
    line-height: 34px;
    margin: 0px 0 9px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .page-info__title {
        width: 100%;
        line-height: 25px;
        font-size: 24px;
        line-height: 30px;
    }
}

.page-info__text {
    width: 55%;
    font-weight: 600;
    font-size: 19px;
    padding: 30px 20px 30px 33px;
}

@media (max-width: 991.98px) {
    .page-info__text {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .page-info__text {
        padding: 15px;
        width: 100%;
        line-height: 25px;
    }
}

.page-info__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 33px;
    width: 45%;
    text-align: center;
    padding: 0 33px 0 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: normal;
    -ms-flex-item-align: normal;
    align-self: normal;
}

@media (max-width: 991.98px) {
    .page-info__link {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .page-info__link {
        padding: 20px;
        display: block;
        width: 100%;
    }
}

.page-info_bg .page-info__link {
    background-image: url("/local/templates/parsec/./images/page-info-bg.svg");
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media (max-width: 767.98px) {
    .page-info_bg .page-info__link {
        background-image: url("/local/templates/parsec/./images/page-info-bg-clear.svg");
    }
}

.page-info_bg-parsec-net3 .page-info__link {
    background-image: url("/local/templates/parsec/./images/page-info-bg-parsec-net3.svg");
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media (max-width: 767.98px) {
    .page-info_bg-parsec-net3 .page-info__link {
        background-image: url("/local/templates/parsec/./images/page-info-bg-clear.svg");
    }
}

.page-info_bg-parsecnet-office .page-info__link {
    background-image: url("/local/templates/parsec/./images/page-info-bg-parsecnet-office.svg");
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media (max-width: 767.98px) {
    .page-info_bg-parsecnet-office .page-info__link {
        background-image: url("/local/templates/parsec/./images/page-info-bg-clear.svg");
    }
}

.page-info_configurator-price {
    margin-top: 32px;
    background-color: #429ae7;
    border: none;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.page-info_configurator-price .page-info__text {
    width: 60%;
    padding: 20px 20px 20px 96px;
}

@media (max-width: 991.98px) {
    .page-info_configurator-price .page-info__text {
        padding: 20px 20px 20px 35px;
    }
}

@media (max-width: 767.98px) {
    .page-info_configurator-price .page-info__text {
        padding: 18px 20px 20px 23px;
        width: 100%;
    }
}

.page-info_configurator-price .page-info__link {
    width: 40%;
    background-image: url(/local/templates/parsec/./images/page-info-bg-configurator.svg);
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media (max-width: 767.98px) {
    .page-info_configurator-price .page-info__link {
        width: 100%;
        background-image: none;
        font-size: 22px;
        padding: 0 20px 20px;
    }
}

.page-info_configurator-price .page-info__link .btn {
    font-size: 15px;
    padding: 6px 20px;
    background-color: #eb023a;
}

.page-info_configurator-price .page-info__link .btn:hover {
    background-color: #92c73c;
}

@media (max-width: 575.98px) {
    .page-info_configurator-price .page-info__link .btn {
        padding: 4px 20px;
        line-height: 16px;
    }
}

.page-info_configurator-price .page-info__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .page-info_configurator-price .page-info__title {
        font-size: 22px;
        line-height: 30px;
    }
}

.page-info_configurator-price .page-info__title span {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .page-info_configurator-price .page-info__title span {
        font-size: 26px;
    }
}

.page-info_configurator-price .page-info__description {
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 767.98px) {
    .page-info_configurator-price .page-info__description {
        font-size: 15px;
        line-height: 18px;
        margin-top: 14px;
        font-weight: 400;
    }
}

.page-info_configurator-exports {
    margin-top: 65px;
    background-color: #429ae7;
    border: none;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background-image: url(/local/templates/parsec/./images/page-info-bg-configurator.svg);
    background-repeat: no-repeat;
    background-position: left 574px center;
    -webkit-background-size: auto auto;
    background-size: auto;
}

@media (max-width: 767.98px) {
    .page-info_configurator-exports {
        background-image: none;
        padding-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .page-info_configurator-exports {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
}

.page-info_configurator-exports .page-info__text {
    width: 55%;
    padding: 20px 10px 26px 30px;
}

@media (max-width: 991.98px) {
    .page-info_configurator-exports .page-info__text {
        padding: 20px 20px 20px 35px;
    }
}

@media (max-width: 767.98px) {
    .page-info_configurator-exports .page-info__text {
        padding: 22px 35px;
        width: 100%;
    }
}

.page-info_configurator-exports .page-info__link {
    width: 45%;
    background-color: #fff;
    -webkit-border-radius: 80px 0 0 80px;
    border-radius: 80px 0 0 80px;
    border: 5px solid #f2f2f2;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .page-info_configurator-exports .page-info__link {
        width: 100%;
        padding: 13px 35px 0 35px;
        margin-left: 15px;
    }
}

.page-info_configurator-exports .page-info__link a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 26px;
}

@media (max-width: 767.98px) {
    .page-info_configurator-exports .page-info__link a {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .page-info_configurator-exports .page-info__link a {
        width: 100%;
        margin-bottom: 6px;
    }
}

.page-info_configurator-exports .page-info__link a .icon-file {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 24px;
    margin-right: 4px;
    overflow: visible;
}

.page-info_configurator-exports .page-info__link a:before {
    margin-left: 7px;
    margin-right: 8px;
    color: #000;
    font-size: 20px;
}

.page-info_configurator-exports .page-info__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .page-info_configurator-exports .page-info__title {
        font-size: 22px;
        line-height: 30px;
    }
}

.page-info_configurator-exports .page-info__title span {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .page-info_configurator-exports .page-info__title span {
        font-size: 26px;
    }
}

.page-info_configurator-exports .page-info__description {
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 767.98px) {
    .page-info_configurator-exports .page-info__description {
        font-size: 15px;
        line-height: 18px;
        margin-top: 14px;
        font-weight: 400;
    }
}

@media (max-width: 575.98px) {
    .page-info_configurator-exports .page-info__description {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }
}

.page-info-symmetry {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 120px;
    background-image: url("/local/templates/parsec/images/symmetry-bg.svg"), url("/local/templates/parsec/images/symmetry-bg-mirror.svg");
    background-position: left 50px center, right 50px center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: center;
}

@media (max-width: 575.98px) {
    .page-info-symmetry {
        margin-top: 40px;
        padding: 20px 10px;
        background: none;
    }
}

.page-info-symmetry .head {
    max-width: 100%;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
}

.page-info-symmetry .text {
    max-width: 100%;
    font-size: 17px;
    line-height: 25px;
}

.main-page {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .main-page {
        margin-top: 0;
    }
}

.main-page .top h1 {
    margin: 0 0 10px;
    line-height: 35px;
}

.main-page .top h1 span {
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .main-page .top h1 span {
        font-size: 17px;
    }
}

@media (max-width: 575.98px) {
    .main-page .top h1 span {
        margin-top: 10px;
        display: inline-block;
    }
}

.main-page .top .tags {
    margin-bottom: 29px;
}

.main-page .top .tags span {
    font-size: 14px;
    padding: 2px 8px;
}

.main-page .top__list li {
    margin: 0 0 30px;
    color: #808080;
}

.main-page .top__list h5 {
    margin: 0 0 4px;
}

.main-page .top__list h5 a {
    color: #101010;
}

.main-page .top__list h5 a:hover {
    color: #92c73c;
}

.main-page .top__list p {
    line-height: 18px;
    margin-bottom: unset;
}

.main-page__products {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .main-page__products {
        margin-top: 70px;
    }
}

.main-page__products h2 {
    margin: 0 0 27px;
}

@media (max-width: 767.98px) {
    .main-page__products h2 {
        margin: 33px 0 -18px;
    }
}

.main-page .product {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .main-page .product {
        margin-top: 33px;
    }
}

.main-page .product__title {
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .main-page .product__title {
        font-size: 22px;
        margin-bottom: 8px;
    }
}

.main-page .product__title a:after {
    margin-left: 11px;
    content: "";
    font-family: 'fontello';
    font-size: 12px;
    vertical-align: middle;
}

.main-page .product__sub-title {
    font-size: 17px;
    margin: 6px 0 11px;
}

@media (max-width: 767.98px) {
    .main-page .product__sub-title {
        font-size: 15px;
    }
}

.main-page .product__description {
    margin-top: -5px;
    margin-bottom: 10px;
    font-weight: 700;
}

.main-page .product p {
    margin-bottom: 18px;
    color: #000;
    line-height: 22px;
}

@media (max-width: 767.98px) {
    .main-page .product p {
        margin-bottom: 12px;
    }
}

.main-page .product__image {
    background-repeat: no-repeat;
    background-position-y: center;
}

@media (max-width: 991.98px) {
    .main-page .product__image {
        background-position-y: top;
    }
}

@media (min-width: 1200px) {
    .main-page .product__image {
        background-position-x: center;
    }
}

.main-page .product__links {
    padding: 0 0 0 18px;
    list-style: none;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 8px;
}

.main-page .product__links li {
    position: relative;
    margin-bottom: 8px;
}

.main-page .product__links li:before {
    position: absolute;
    content: "";
    font-family: 'fontello';
    font-size: 12px;
    left: -18px;
}

.main-page .product__toggle {
    position: relative;
    margin-bottom: 20px;
    display: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #004eb1;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .main-page .product__toggle {
        display: inline-block;
        margin-bottom: 6px;
    }
}

.main-page .product__toggle span {
    display: inline-block;
    margin-left: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-page .product__toggle span:before {
    font-size: 12px;
}

.main-page .product__toggle.active span {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media (max-width: 767.98px) {
    .main-page .product__toggle-target {
        display: none;
    }
}

.main-page .product__parsec-net3 h3 a {
    color: #eb023a;
}

.main-page .product__parsec-net3 h3 a:hover {
    color: #92c73c;
}

.main-page .product__parsec-net3 h3 a:hover:after {
    color: #92c73c;
}

.main-page .product__parsec-net3 h3 a:after {
    color: #eb023a;
}

.main-page .product__parsec-net3 .product__image {
    height: 358px;
}

@media (max-width: 1199.98px) {
    .main-page .product__parsec-net3 .product__image {
        height: 311px;
    }
}

.main-page .product__parsec-net3 .product__links li:before {
    color: #eb023a;
}

.main-page .product__proximity-readers h3 a {
    color: #92c73d;
}

.main-page .product__proximity-readers h3 a:hover {
    color: #92c73c;
}

.main-page .product__proximity-readers h3 a:hover:after {
    color: #92c73c;
}

.main-page .product__proximity-readers h3 a:after {
    color: #92c73d;
}

.main-page .product__proximity-readers .product__image {
    height: 350px;
}

@media (max-width: 1199.98px) {
    .main-page .product__proximity-readers .product__image {
        height: 303px;
    }
}

.main-page .product__proximity-readers .product__links li:before {
    color: #92c73d;
}

.main-page .product__far-identification h3 a {
    color: #1b8abe;
}

.main-page .product__far-identification h3 a:hover {
    color: #92c73c;
}

.main-page .product__far-identification h3 a:hover:after {
    color: #92c73c;
}

.main-page .product__far-identification h3 a:after {
    color: #1b8abe;
}

.main-page .product__far-identification .product__image {
    height: 327px;
}

@media (max-width: 1199.98px) {
    .main-page .product__far-identification .product__image {
        height: 280px;
    }
}

.main-page .product__far-identification .product__links li:before {
    color: #1b8abe;
}

.main-page .product__parsec-net-office h3 a {
    color: #90268f;
}

.main-page .product__parsec-net-office h3 a:hover {
    color: #92c73c;
}

.main-page .product__parsec-net-office h3 a:hover:after {
    color: #92c73c;
}

.main-page .product__parsec-net-office h3 a:after {
    color: #90268f;
}

.main-page .product__parsec-net-office .product__image {
    height: 370px;
}

@media (max-width: 1199.98px) {
    .main-page .product__parsec-net-office .product__image {
        height: 324px;
    }
}

.main-page .product__parsec-net-office .product__links li:before {
    color: #90268f;
}

.main-page .product__typical-solutions h3 a {
    color: #004eb1;
}

.main-page .product__typical-solutions h3 a:hover {
    color: #92c73c;
}

.main-page .product__typical-solutions h3 a:hover:after {
    color: #92c73c;
}

.main-page .product__typical-solutions h3 a:after {
    color: #004eb1;
}

.main-page .product__typical-solutions .product__image {
    height: 370px;
}

@media (max-width: 1199.98px) {
    .main-page .product__typical-solutions .product__image {
        height: 323px;
    }
}

.main-page .product__typical-solutions .product__links li:before {
    color: #004eb1;
}

.main-page .main-slider__padding-hack {
    height: 0;
    position: relative;
    padding-top: 100%;
    height: 0;
}

.main-page .main-slider__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-page .main-slider__content .slick-track {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.main-page .main-slider__content .slide {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
}

.main-page .main-slider__content .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-page .main-slider__content .slide__title {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 36px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.main-page .main-slider__content .slide__title span {
    background-color: #000;
    word-break: break-word;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-page .main-slider__content .slide__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.main-page .main-slider__content .slide__date {
    padding: 2px 5px;
    position: absolute;
    left: 9px;
    bottom: 11px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    background-color: #ffe601;
    color: #000;
}

.main-page .main-slider__content .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    bottom: -15px;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

@media (max-width: 767.98px) {
    .main-page .main-slider__content .slick-dots {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main-page .main-slider__content .slick-dots li {
    width: 60px;
    height: 14px;
    padding: 5px;
    margin: 0;
}

.main-page .main-slider__content .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d8e0e4;
    text-indent: -9999px;
}

.main-page .main-slider__content .slick-dots li.slick-active button {
    background-color: #92c73c;
}

.main-page .services {
    margin-top: 147px;
    margin-bottom: -100px;
}

@media (max-width: 767.98px) {
    .main-page .services {
        margin-top: 40px;
        margin-bottom: 0;
    }
}

.feedback-form {
    position: relative;
    background: #429ae7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 4px;
}

.feedback-form_corner-green:before {
    position: absolute;
    top: -11px;
    left: -25px;
    content: "";
    display: block;
    width: 311px;
    height: 272px;
    background-image: url(/local/templates/parsec/images/feedback-form-bg-green.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .feedback-form_corner-green:before {
        display: none;
    }
}

.feedback-form_corner-red:before {
    position: absolute;
    top: -11px;
    left: -25px;
    content: "";
    display: block;
    width: 311px;
    height: 272px;
    background-image: url(/local/templates/parsec/images/feedback-form-bg-red.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .feedback-form_corner-red:before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .feedback-form {
        margin: 0 -15px;
    }
}

.feedback-form header {
    padding: 13px 25px 20px;
    color: #fff;
}

.feedback-form header .row {
    width: auto;
}

.feedback-form header .col-md-6 > .row {
    width: 100%;
}

@media (max-width: 767.98px) {
    .feedback-form header {
        padding: 12px 15px 15px;
    }
}

.feedback-form__title {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 34px;
}

@media (max-width: 767.98px) {
    .feedback-form__title {
        margin-bottom: 12px;
    }
}

.feedback-form__text {
    line-height: 18px;
}

@media (max-width: 767.98px) {
    .feedback-form__text {
        margin-bottom: 30px;
    }
}

.feedback-form__body {
    padding: 23px 27px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .feedback-form__body {
        padding: 21px 12px 28px;
    }
}

@media (max-width: 575.98px) {
    .feedback-form__body .btn {
        width: 100%;
    }
}

.feedback-form__body .form-group {
    margin-bottom: 30px;
}

.feedback-form__body .form-group input[type="checkbox"] + span {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .feedback-form__body .form-group {
        margin-bottom: 21px;
    }
}

.feedback-form__body textarea {
    min-height: 50px;
}

.feedback-form__body .file-input .file-preview .table {
    table-layout: fixed;
}

.feedback-form__body .file-input .file-preview .file-details-cell {
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .feedback-form__body .file-input .file-preview .kv-file-content {
        width: 70px;
        padding: 5px 0;
    }

    .feedback-form__body .file-input .file-preview .file-actions-cell {
        width: 90px;
    }
}

.feedback-form__checkboxes {
    margin-top: -10px;
    margin-bottom: 35px;
}

@media (max-width: 767.98px) {
    .feedback-form__checkboxes {
        margin-top: 0;
    }
}

.feedback-form__checkboxes .form-group {
    margin-bottom: 10px;
}

.feedback-form .phone {
    position: relative;
    padding-left: 28px;
    margin-right: 40px;
}

@media (max-width: 767.98px) {
    .feedback-form .phone__description {
        margin-bottom: 5px;
    }
}

.feedback-form .phone:last-child {
    margin-right: 0;
}

.feedback-form .phone:before {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 30px;
    color: #fff;
}

.feedback-form .phone__text {
    font-size: 12px;
    color: #fff;
    margin-bottom: -5px;
}

@media (max-width: 1199.98px) {
    .feedback-form .phone__text {
        margin-bottom: 0;
    }
}

.feedback-form .phone a {
    font-weight: 600;
    font-size: 19px;
    color: #fff;
}

.feedback-form .phone a:hover {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .feedback-form .phone a {
        font-size: 16px;
    }
}

.feedback-form .phone__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 12px;
}

@media (max-width: 767.98px) {
    .feedback-form .phone__description {
        line-height: 16px;
    }
}

.feedback-form a[href^="tel:"] {
    white-space: nowrap;
}

.catalogue .products-table {
    margin-top: 22px;
}

.catalogue p {
    margin-bottom: 10px;
}

.catalogue ul li {
    margin-bottom: 12px;
}

.catalogue ul li:last-of-type {
    margin-bottom: 0;
}

.catalogue .product-image {
    margin-top: -40px;
}

.catalogue .filters {
    margin-top: 32px;
}

.catalogue .page-info {
    margin-top: 60px;
}

.catalogue .page-info__text {
    padding: 26px 20px 26px 26px;
    line-height: 20px;
}

@media (max-width: 767.98px) {
    .catalogue .page-info__text {
        width: 100%;
        padding: 15px;
    }
}

.catalogue .page-info__link {
    padding: 0 10px 0 64px;
}

.catalogue .page-info__link .btn {
    padding: 8px 35px;
}

@media (max-width: 767.98px) {
    .catalogue .page-info__link .btn {
        padding: 8px 20px;
    }
}

@media (max-width: 767.98px) {
    .catalogue .page-info__link {
        width: 100%;
        padding: 25px;
    }
}

.catalogue-detail__head {
    margin-top: 20px;
}

.catalogue-detail .product-description {
    margin-bottom: 50px;
}

.product-description .gisp__description {
    display: flex;
    column-gap: 1em;
    padding: .5em 0;
}

.catalogue-detail .product-title {
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-bottom: 5px;
}

.catalogue-detail .buy {
    margin-top: 26px;
}

@media (max-width: 1199.98px) {
    .catalogue-detail .buy {
        text-align: center;
    }
}

.catalogue-detail .buy__price {
    margin-top: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}

.catalogue-detail .buy__price span {
    margin-left: 4px;
    font-size: 32px;
}

.catalogue-detail .buy__description {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #808080;
    margin-bottom: 20px;
}

.catalogue-detail .buy .btn {
    margin-left: -15px;
}

@media (max-width: 1199.98px) {
    .catalogue-detail .buy .btn {
        margin-left: 0;
    }
}

.catalogue-detail .archive-product {
    margin-top: 34px;
    margin-bottom: 31px;
    font-size: 17px;
}

@media (max-width: 767.98px) {
    .catalogue-detail .archive-product {
        text-align: center;
    }
}

.catalogue-detail .archive-product span {
    padding: 13px 31px;
    border: 2px solid #92c73c;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    vertical-align: middle;
}

.catalogue-detail .archive-product span:before {
    margin-right: 11px;
    font-size: 24px;
    color: #92c73c;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .catalogue-detail .archive-product span {
        padding: 13px 20px;
    }
}

.catalogue-detail__tabs {
    margin-top: 42px;
}

.catalogue-detail__tabs .nav-tabs li {
    margin-right: 38px;
}

.catalogue-detail__tabs .tab-content {
    margin-top: 28px;
}

.catalogue-detail__tabs .tab-content > .tab-pane {
    overflow: visible;
}

.catalogue-detail .articles {
    margin-top: 63px;
}

.catalogue-detail .articles__title {
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .catalogue-detail .articles__title {
        font-size: 26px;
        line-height: 33px;
    }
}

.catalogue-detail .articles__title span {
    font-weight: 400;
    font-size: 15px;
    margin-left: 20px;
}

@media (max-width: 767.98px) {
    .catalogue-detail .articles__title span {
        display: block;
        margin-left: 0;
    }
}

.catalogue-detail .articles .article {
    display: inline-block;
    padding: 18px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    line-height: 22px;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.catalogue-detail .articles .article:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
}

.catalogue-detail .articles .article__title {
    font-weight: 600;
    font-size: 16px;
}

.catalogue-detail .articles .article__text {
    color: #000;
    margin-top: 10px;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .catalogue-detail .articles .article {
        margin-bottom: 15px;
    }
}

@media (max-width: 991.98px) {
    .catalogue-detail .articles {
        margin-bottom: -15px;
    }
}

.catalogue-detail .page-info {
    margin-top: 44px;
}

.catalogue-detail .page-info__text {
    width: 54%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 20px 20px 40px;
}

@media (max-width: 767.98px) {
    .catalogue-detail .page-info__text {
        width: 100%;
        padding: 15px;
    }
}

.catalogue-detail .page-info__link {
    width: 46%;
    padding: 0 10px 0 80px;
}

@media (max-width: 767.98px) {
    .catalogue-detail .page-info__link .btn.btn-lg {
        font-size: 17px;
        padding: 9px 27px;
    }
}

@media (max-width: 767.98px) {
    .catalogue-detail .page-info__link {
        width: 100%;
        padding: 20px;
    }
}

.catalogue-detail .product-gallery {
    padding-top: 5px;
}

.products-table .image,
.products-table .format {
    width: 25%;
}

.products-table .function {
    width: 27%;
}

.products-table .use {
    width: 23%;
}

.products-table .table tr {
    border-bottom: 1px solid #f2f2f2;
}

.products-table .table thead tr td {
    width: 25%;
}

.products-table .table tbody td {
    padding: 24px 12px;
    vertical-align: middle;
}

.products-table .table tbody td:first-of-type {
    padding: 12px 12px;
}

.products-table .table .product-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
}

.products-table .table .product-link a {
    font-size: 17px;
    white-space: nowrap;
}

.products-table .table .product-link__image {
    margin-right: 20px;
    width: 70px;
    height: 70px;
}

.products-table .table .product-link__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-table .table-hover tbody tr:hover {
    background-color: #f2f2f2;
}

.products-table .table-hover tbody tr:hover a {
    color: #92c73c;
}

.product-gallery {
    position: relative;
    z-index: 1;
}

.product-gallery__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

.product-gallery .slick-slide {
    outline: none;
}

.product-gallery .nav {
    width: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    height: 400px;
}

.product-gallery .nav .slick-current.nav__item {
    border-color: #92c73c;
}

.product-gallery .nav__item {
    padding: 5px;
    margin-bottom: 11px;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.product-gallery .nav__item:hover {
    border-color: #f2f2f2;
}

.product-gallery .nav__image {
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-gallery .nav__video {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    margin: -5px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.product-gallery .nav__video:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    background-image: url(/local/templates/parsec/images/play.svg);
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.product-gallery .nav__video:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .product-gallery .nav {
        display: none;
    }
}

.product-gallery .slider {
    display: block;
    width: 100%;
    overflow: hidden;
}

.product-gallery .slider__container {
    height: 100%;
}

.product-gallery .slider__container .slick-list,
.product-gallery .slider__container .slick-track {
    height: 400px;
}

.product-gallery .slider__container .slick-dots {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    text-align: center;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
    z-index: 2;
}

.product-gallery .slider__container .slick-dots li {
    width: 35px;
    height: 4px;
    margin: 0 2.5px;
}

.product-gallery .slider__container .slick-dots > li:only-child {
    display: none;
}

.product-gallery .slider__container .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d8e0e4;
    text-indent: -9999px;
}

.product-gallery .slider__container .slick-dots li.slick-active button {
    background-color: #92c73c;
}

.product-gallery .slider__item {
    display: block;
    height: 100%;
}

.product-gallery .slider__image {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-gallery .slider__video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.product-gallery .slider__video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.product-gallery .slider__video:before {
    content: '';
    position: absolute;
    width: 108px;
    height: 108px;
    top: 50%;
    left: 50%;
    background-image: url(/local/templates/parsec/images/play.svg);
    -webkit-background-size: 108px 108px;
    background-size: 108px 108px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.product-gallery .slider__video:hover:before {
    background-image: url(/local/templates/parsec/images/play-active.svg);
}

.product-gallery .slider__video img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-gallery__zoom {
    text-align: center;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    .product-gallery__zoom {
        display: none;
    }
}

.product-gallery__zoom a:before {
    font-size: 16px;
    margin-right: 6px;
}

.parsec-net3 {
    padding-top: 16px;
}

.parsec-net3 ul li:before {
    background-color: #eb023a;
}

@media (max-width: 767.98px) {
    .parsec-net3 {
        padding-top: 0;
    }
}

.parsec-net3__link {
    margin-left: 10px;
}

.parsec-net3__link a {
    font-weight: 700;
    font-size: 15px;
}

.parsec-net3__link span {
    font-weight: 400;
    display: block;
    color: #808080;
}

.parsec-net3 .scheme {
    position: relative;
    margin-top: 80px;
    margin-bottom: 90px;
}

@media (max-width: 991.98px) {
    .parsec-net3 .scheme {
        margin-bottom: 40px;
    }
}

.parsec-net3 .scheme ul li:before {
    top: 5px;
}

@media (max-width: 991.98px) {
    .parsec-net3 .scheme ul li:before {
        top: 10px;
    }
}

.parsec-net3 .scheme__link {
    display: inline-block;
    margin-right: 10px;
}

.parsec-net3 .scheme__background {
    padding-top: 125.377637%;
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__devices {
        max-width: 35%;
        right: 0;
        top: 0;
    }
}

.parsec-net3 .scheme__devices ul li {
    font-size: 12px;
    display: inline-block;
    padding-left: 8px;
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__devices ul li {
        display: inline;
    }
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__integrations {
        right: 4%;
        top: 62%;
    }
}

.parsec-net3 .scheme .scheme__link_indoor {
    top: 0;
    left: 36%;
}

.parsec-net3 .scheme .scheme__link_protected {
    top: 5%;
    left: 49%;
}

.parsec-net3 .scheme .scheme__link_outdoor {
    top: 22%;
    left: 37%;
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__item_readers {
        width: 28%;
        top: 0;
        left: 0;
    }
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__item_far-identification {
        width: 30%;
        top: 16%;
        right: 7.5%;
    }
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__item_controllers {
        width: 27%;
        top: 36%;
        left: 3%;
    }
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__item_modules {
        width: 31%;
        top: 49.5%;
        right: 0;
    }
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__item_topology {
        width: 26%;
        top: 65%;
        left: 0;
    }
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__item_interfaces {
        width: 22%;
        top: 78%;
        left: 23%;
    }
}

@media (min-width: 992px) {
    .parsec-net3 .scheme__item_program-modules {
        width: 25%;
        top: 92%;
        left: 54%;
    }
}

@media (max-width: 991.98px) {
    .parsec-net3 .scheme ul li {
        line-height: 25px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991.98px) {
    .parsec-net3 .scheme {
        margin-top: 50px;
    }
}

.parsec-net3 .scheme__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.parsec-net3 .page-info__title {
    font-size: 28px;
    line-height: 38px;
}

.parsec-net3 .page-info__text {
    width: 54%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 20px 20px 40px;
}

@media (max-width: 767.98px) {
    .parsec-net3 .page-info__text {
        width: 100%;
        padding: 15px;
    }
}

.parsec-net3 .page-info__link {
    width: 46%;
    padding: 0 10px 0 80px;
}

@media (max-width: 767.98px) {
    .parsec-net3 .page-info__link .btn.btn-lg {
        font-size: 17px;
        padding: 9px 27px;
    }
}

@media (max-width: 767.98px) {
    .parsec-net3 .page-info__link {
        width: 100%;
        padding: 30px;
    }
}

.parsec-net3__about-list {
    margin-top: 88px;
}

@media (max-width: 991.98px) {
    .parsec-net3__about-list {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .parsec-net3__about-list {
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .parsec-net3__about-list .about-list__col {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .parsec-net3__about-list .about-list__col {
        margin-top: 22px;
    }
}

.parsec-net3__about-list h4 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 14px;
}

@media (max-width: 991.98px) {
    .parsec-net3__about-list h4 {
        font-size: 22px;
    }
}

.parsec-net3__about-list b {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 2px;
}

.parsec-net3__about-list p {
    margin-bottom: 24px;
}

.parsec-net3__about-list ul li {
    margin-bottom: 24px;
}

.parsec-net3__about-list ul li p {
    line-height: 25px;
}

.parsec-net3__about-list ul li:last-of-type {
    margin-bottom: 0;
}

.parsec-net3 .feedback-form {
    margin-top: 45px;
}

@media (max-width: 767.98px) {
    .parsec-net3 .feedback-form {
        margin-top: 22px;
    }
}

.parsec-net3 .feedback-form .btn {
    min-width: 196px;
}

.parsec-net3 .typical-solutions {
    margin-top: 62px;
}

.parsec-net3 .typical-solutions__head {
    margin-bottom: 27px;
}

@media (max-width: 767.98px) {
    .parsec-net3 .typical-solutions__head {
        margin-bottom: 8px;
    }
}

.parsec-net3 .typical-solutions__title {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
}

@media (max-width: 1199.98px) {
    .parsec-net3 .typical-solutions__title {
        font-size: 22px;
        margin-bottom: 0;
    }
}

.parsec-net3 .typical-solutions__link {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.parsec-net3 .industry-solutions {
    margin-top: 62px;
}

@media (max-width: 767.98px) {
    .parsec-net3 .industry-solutions {
        margin-top: 40px;
    }
}

@media (max-width: 1199.98px) {
    .parsec-net3 .industry-solutions {
        margin-bottom: 0;
    }
}

.parsec-net3 .industry-solutions__head {
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .parsec-net3 .industry-solutions__head {
        margin-bottom: 8px;
    }
}

.parsec-net3 .industry-solutions__title {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
}

@media (max-width: 1199.98px) {
    .parsec-net3 .industry-solutions__title {
        font-size: 22px;
    }
}

.parsec-net3 .industry-solutions__link {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.parsec-net3 .solutions-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 6px 6px 20px;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.parsec-net3 .solutions-slider__item:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
}

.parsec-net3 .solutions-slider__item:hover .solutions-slider__title {
    color: #92c73c;
}

@media (max-width: 1199.98px) {
    .parsec-net3 .solutions-slider__item {
        padding: 6px 6px 15px;
        margin: 0 13px;
    }
}

@media (max-width: 767.98px) {
    .parsec-net3 .solutions-slider__item {
        padding: 6px 6px 26px;
    }
}

.parsec-net3 .solutions-slider__image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 186px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .parsec-net3 .solutions-slider__image {
        height: 165px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767.98px) {
    .parsec-net3 .solutions-slider__image {
        height: 210px;
        margin-bottom: 26px;
    }
}

.parsec-net3 .solutions-slider__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    height: 100%;
    color: #004eb1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.parsec-net3 .solutions-slider__sticker {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 6px 0 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

.parsec-net3 .solutions-slider__sticker.red {
    background-color: #eb023a;
}

.parsec-net3 .solutions-slider__sticker.violet {
    background-color: #90268f;
}

.catalog-link_green .catalog-link__cover {
    background-image: url(/local/templates/parsec/images/catalog-cover-bg-green.svg);
}

.catalog-link__cover {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 215px;
    background-image: url(/local/templates/parsec/images/catalog-cover-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.catalog-link__cover img {
    height: 100%;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.catalog-link__file {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

.catalog-link__file .icon-file {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .catalog-link__file {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.catalog-link__text {
    margin-left: 10px;
}

.catalog-link__title {
    font-weight: 700;
    color: #004eb1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.catalog-link__size {
    font-weight: 400;
    color: #808080;
}

.catalog-link:hover .catalog-link__cover img {
    -webkit-box-shadow: 0 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0 7px 30px rgba(171, 177, 184, 0.8);
}

.catalog-link:hover .catalog-link__title {
    color: #92c73c;
}

@media (min-width: 992px) {
    .parsecnet-office .scheme-title {
        position: absolute;
        top: -40px;
        left: 0;
    }
}

.parsecnet-office .popup-video a:before {
    font-size: 86px;
}

.parsecnet-office .scheme {
    margin-top: 105px;
}

.parsecnet-office .scheme .scheme__link_indoor {
    top: -0.5%;
    left: 50%;
}

.parsecnet-office .scheme .scheme__link_protected {
    top: 5%;
    left: 63%;
}

.parsecnet-office .scheme .scheme__link_outdoor {
    top: 24.7%;
    left: 51%;
}

.parsecnet-office .scheme__background {
    padding-top: 109.377637%;
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__devices {
        width: 290px;
        right: 0;
        top: 17%;
    }

    .parsecnet-office .scheme__devices ul li {
        margin-bottom: 8px;
    }
}

.parsecnet-office .scheme__devices ul {
    margin-top: 14px;
}

.parsecnet-office .scheme__devices ul li {
    font-size: 12px;
    display: block;
    padding-left: 8px;
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__integrations {
        right: 4%;
        top: 56.5%;
    }
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__item_readers {
        width: 28%;
        top: 6.5%;
        left: 0;
    }
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__item_controllers {
        width: 27%;
        top: 27%;
        left: 3%;
    }
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__item_modules {
        width: 31%;
        top: 42%;
        right: 0;
    }
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__item_topology {
        width: 23%;
        top: 59.5%;
        left: 0;
    }

    .parsecnet-office .scheme__item_topology .d-flex > ul {
        width: 50%;
    }

    .parsecnet-office .scheme__item_topology .scheme__title {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991.98px) {
    .parsecnet-office .scheme__item_topology ul {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__item_interfaces {
        width: 22%;
        top: 74.5%;
        left: 23%;
    }

    .parsecnet-office .scheme__item_interfaces .scheme__title {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .parsecnet-office .scheme__item_program-modules {
        width: 25%;
        top: 90%;
        left: 55%;
    }

    .parsecnet-office .scheme__item_program-modules .scheme__title {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 5px;
    }
}

.parsecnet-office .page-info {
    margin-top: 90px;
}

@media (max-width: 991.98px) {
    .parsecnet-office .page-info {
        margin-top: 40px;
    }
}

.parsecnet-office .page-info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 20px 20px 40px;
}

@media (max-width: 767.98px) {
    .parsecnet-office .page-info__text {
        padding: 15px;
    }
}

@media (max-width: 575.98px) {
    .parsecnet-office .page-info .btn-lg {
        padding: 13px 8px;
    }
}

.parsecnet-office .btn.show-more {
    margin-top: 18px;
}

.parsecnet-office .send-on-inspection {
    margin-top: 55px;
}

@media (max-width: 767.98px) {
    .parsecnet-office .send-on-inspection {
        margin-top: 40px;
    }
}

.parsecnet-office .send-on-inspection h2 {
    margin-top: 0;
}

.parsecnet-office .send-on-inspection .send-us {
    margin-top: 23px;
}

.far-identification h2 {
    margin-bottom: 30px;
}

.far-identification h4 {
    margin-top: 0;
}

.far-identification .scheme {
    margin-top: 57px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme {
        margin-top: 0;
    }
}

.far-identification .scheme__wrapper {
    position: relative;
}

.far-identification .scheme__background {
    padding-top: 111%;
}

.far-identification .scheme__background_overflow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/local/templates/parsec/images/far-identification-scheme.svg");
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: top center;
}

@media (min-width: 992px) {
    .far-identification .scheme__background_overflow {
        display: block;
    }
}

.far-identification .scheme .scheme__item.scheme__item_travel-card {
    top: -3%;
    left: 0;
    width: 370px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_travel-card {
        width: 100%;
    }
}

.far-identification .scheme .scheme__item.scheme__item_travel-card p {
    width: 310px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_travel-card p {
        width: 100%;
    }
}

.far-identification .scheme .scheme__item.scheme__item_travel-card .scheme__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_travel-card .scheme__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.far-identification .scheme .scheme__item.scheme__item_marks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    width: 350px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 22px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_marks {
        width: 100%;
        padding: 20px 20px 20px 42px;
    }
}

.far-identification .scheme .scheme__item.scheme__item_marks .svg-icon {
    margin-top: 10px;
    margin-right: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_marks .svg-icon {
        margin-top: 10px;
        margin-right: 15px;
        margin-left: 10px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media (max-width: 575.98px) {
    .far-identification .scheme .scheme__item.scheme__item_marks .svg-icon {
        display: none;
    }
}

.far-identification .scheme .scheme__item.scheme__item_marks .scheme__title {
    margin-bottom: 8px;
    position: relative;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
}

.far-identification .scheme .scheme__item.scheme__item_marks .scheme__title:before {
    position: absolute;
    left: -21px;
    font-size: 24px;
    top: 0;
    color: #6bfc00;
}

.far-identification .scheme .scheme__item.scheme__item_far-readers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 26.5%;
    left: 0;
    width: 40%;
    background: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 28px 38px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_far-readers {
        width: 100%;
        padding: 20px 20px 20px 42px;
    }
}

.far-identification .scheme .scheme__item.scheme__item_far-readers .scheme__title {
    margin-bottom: 8px;
    position: relative;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
}

.far-identification .scheme .scheme__item.scheme__item_far-readers .scheme__title:before {
    position: absolute;
    left: -21px;
    font-size: 24px;
    top: 0;
    color: #9961f4;
}

.far-identification .scheme .scheme__item.scheme__item_far-readers .svg-icon {
    margin-top: 5px;
    margin-left: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_far-readers .svg-icon {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .far-identification .scheme .scheme__item.scheme__item_far-readers .svg-icon {
        display: none;
    }
}

.far-identification .scheme .scheme__item.scheme__item_logistics {
    top: 34.5%;
    left: 49%;
    width: 250px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_logistics {
        width: 100%;
    }
}

.far-identification .scheme .scheme__item.scheme__item_logistics .scheme__title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_logistics .scheme__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.far-identification .scheme .scheme__item.scheme__item_development {
    top: 47.5%;
    left: 0%;
    width: 380px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_development {
        width: 100%;
    }
}

.far-identification .scheme .scheme__item.scheme__item_development p {
    margin-bottom: 0;
}

.far-identification .scheme .scheme__item.scheme__item_development .scheme__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

@media (max-width: 991.98px) {
    .far-identification .scheme .scheme__item.scheme__item_development .scheme__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

.far-identification .scheme .scheme__item_transport-control,
.far-identification .scheme .scheme__item_cargo-control,
.far-identification .scheme .scheme__item_championship,
.far-identification .scheme .scheme__item_school,
.far-identification .scheme .scheme__item_agriculture,
.far-identification .scheme .scheme__item_mine {
    display: none;
    font-size: 12px;
    line-height: 15px;
}

@media (min-width: 992px) {
    .far-identification .scheme .scheme__item_transport-control,
    .far-identification .scheme .scheme__item_cargo-control,
    .far-identification .scheme .scheme__item_championship,
    .far-identification .scheme .scheme__item_school,
    .far-identification .scheme .scheme__item_agriculture,
    .far-identification .scheme .scheme__item_mine {
        display: block;
    }
}

.far-identification .scheme .scheme__item_championship:before,
.far-identification .scheme .scheme__item_school:before,
.far-identification .scheme .scheme__item_agriculture:before,
.far-identification .scheme .scheme__item_mine:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -10px;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    margin-right: 6px;
}

.far-identification .scheme .scheme__item_transport-control {
    top: 63%;
    left: 91%;
    width: 100px;
}

.far-identification .scheme .scheme__item_cargo-control {
    top: 59.5%;
    left: 77%;
    width: 100px;
}

.far-identification .scheme .scheme__item_championship {
    top: 75%;
    left: 1%;
    width: 195px;
}

.far-identification .scheme .scheme__item_school {
    top: 78%;
    left: 21%;
    width: 150px;
}

.far-identification .scheme .scheme__item_mine {
    top: 74.5%;
    left: 42%;
    width: 200px;
}

.far-identification .scheme .scheme__item_agriculture {
    top: 95.5%;
    left: 41%;
    width: 220px;
}

.far-identification .leaders-review {
    margin-top: 0;
}

.proximity-readers h3, .proximity-readers h4 {
    margin-top: 0;
}

.proximity-readers h2 {
    margin-bottom: 0;
}

.proximity-readers .btn {
    margin-top: 20px;
    padding: 10px 30px;
}

@media (max-width: 991.98px) {
    .proximity-readers .btn {
        margin-top: 10px;
    }
}

.proximity-readers .scheme {
    margin-top: 56px;
}

@media (max-width: 991.98px) {
    .proximity-readers .scheme {
        margin-top: 10px;
    }
}

.proximity-readers .scheme__background {
    padding-top: 56%;
}

.proximity-readers .scheme__item_ol {
    margin-right: 5px;
    font-weight: bold;
    font-size: 23px;
}

.proximity-readers .scheme__item_content {
    max-width: 100%;
}

.proximity-readers .scheme__item_access {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}

@media (min-width: 992px) {
    .proximity-readers .scheme__item_access {
        width: 255px;
        top: -5%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .proximity-readers .scheme__item_access .scheme__title {
        margin-bottom: 6px;
    }
}

.proximity-readers .scheme__item_maps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) {
    .proximity-readers .scheme__item_maps {
        top: -4%;
        left: 65%;
    }

    .proximity-readers .scheme__item_maps p {
        padding-left: 30%;
        margin-top: -10px;
    }
}

@media (min-width: 1200px) {
    .proximity-readers .scheme__item_maps {
        top: -4%;
        left: 65%;
    }

    .proximity-readers .scheme__item_maps p {
        padding-left: 45%;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .proximity-readers .scheme__item_maps .scheme__title {
        margin-bottom: 6px;
    }
}

.proximity-readers .scheme__item_specialized {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 38px;
}

@media (max-width: 991.98px) {
    .proximity-readers .scheme__item_specialized {
        padding: 25px;
    }
}

@media (max-width: 575.98px) {
    .proximity-readers .scheme__item_specialized {
        padding: 15px;
    }
}

.proximity-readers .scheme__item_specialized .scheme__title {
    font-size: 19px;
    line-height: 24px;
}

@media (max-width: 991.98px) {
    .proximity-readers .scheme__item_specialized .scheme__title {
        margin-bottom: 6px;
    }
}

.proximity-readers .scheme__item_specialized .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 575.98px) {
    .proximity-readers .scheme__item_specialized .body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.proximity-readers .scheme__item_specialized .body img {
    max-width: 36%;
    height: auto;
    margin-right: 24px;
    margin-left: -36px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .proximity-readers .scheme__item_specialized .body img {
        margin: 10px 0 0;
    }
}

.proximity-readers .scheme__item_specialized .body p {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media (min-width: 992px) {
    .proximity-readers .scheme__item_specialized {
        top: 49%;
        left: 62%;
    }
}

.proximity-readers .scheme__item_inner {
    width: 13%;
    top: 51%;
    left: 1.5%;
}

.proximity-readers .scheme__item_outer {
    width: 16%;
    top: 4%;
    left: 37%;
}

.proximity-readers .scheme__item_protection {
    width: 13%;
    top: 80.5%;
    left: 31%;
}

.proximity-readers .scheme .scheme__item_inner,
.proximity-readers .scheme .scheme__item_outer,
.proximity-readers .scheme .scheme__item_protection {
    display: none;
    font-size: 14px;
    line-height: 18px;
}

.proximity-readers .scheme .scheme__item_inner:before,
.proximity-readers .scheme .scheme__item_outer:before,
.proximity-readers .scheme .scheme__item_protection:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -10px;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    margin-right: 6px;
}

@media (min-width: 992px) {
    .proximity-readers .scheme .scheme__item_inner,
    .proximity-readers .scheme .scheme__item_outer,
    .proximity-readers .scheme .scheme__item_protection {
        display: block;
    }
}

.product-detail.far-identification .scheme__background {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.product-detail.far-identification .scheme__background img {
    margin-left: -214px;
    margin-right: -180px;
    width: calc(100% + 428px);
}

.product-detail .scheme-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-detail .scheme-title p {
    font-size: 17px;
}

.product-detail__description {
    margin-bottom: 20px;
}

.product-detail__features .feature-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.product-detail__features ul {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.product-detail__features ul li {
    margin-bottom: 8px;
}

.product-detail__features.red ul li:before {
    background-color: #eb023a;
}

.product-detail__features.violet ul li:before {
    background-color: #90268f;
}

.product-detail__features.blue ul li:before {
    background-color: #90268f;
}

.product-detail__features.green ul li:before {
    background-color: #92c73d;
}

.product-detail .scheme {
    position: relative;
}

@media (max-width: 991.98px) {
    .product-detail .scheme {
        margin-bottom: 40px;
    }
}

.product-detail .scheme ul li:before {
    top: 5px;
}

@media (max-width: 991.98px) {
    .product-detail .scheme ul li:before {
        top: 10px;
    }
}

.product-detail .scheme__link {
    display: inline-block;
    margin-right: 10px;
}

.product-detail .scheme__background {
    display: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: white;
    position: relative;
}

@media (min-width: 992px) {
    .product-detail .scheme__background {
        display: block;
    }

    .product-detail .scheme__background img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.product-detail .scheme__devices {
    padding: 25px;
    margin-top: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .product-detail .scheme__devices {
        position: absolute;
        margin-top: 0;
    }
}

.product-detail .scheme__devices .scheme__title {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 8px;
}

.product-detail .scheme__devices p {
    font-size: 13px;
    line-height: 15px;
}

.product-detail .scheme__devices ul {
    line-height: 15px;
    margin-bottom: 0;
}

.product-detail .scheme__devices ul li {
    margin-right: 6px;
    font-size: 13px;
    padding-left: 8px;
}

.product-detail .scheme__devices ul li:before {
    width: 4px;
    height: 4px;
    background-color: #000;
}

.product-detail .scheme__integrations {
    padding: 10px 15px;
    margin-top: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .product-detail .scheme__integrations {
        margin-top: 0;
        max-width: 300px;
        position: absolute;
    }
}

.product-detail .scheme__integrations .scheme__title {
    font-weight: 600;
    font-size: 19px;
}

.product-detail .scheme__integrations p {
    font-size: 13px;
    line-height: 15px;
}

.product-detail .scheme__integrations img {
    max-width: 100%;
    margin-top: 5px;
}

.product-detail .scheme .scheme__link_indoor,
.product-detail .scheme .scheme__link_protected,
.product-detail .scheme .scheme__link_outdoor {
    display: none;
    position: absolute;
    font-size: 13px;
    line-height: 15px;
    width: 150px;
}

.product-detail .scheme .scheme__link_indoor:before,
.product-detail .scheme .scheme__link_protected:before,
.product-detail .scheme .scheme__link_outdoor:before {
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
}

@media (min-width: 992px) {
    .product-detail .scheme .scheme__link_indoor,
    .product-detail .scheme .scheme__link_protected,
    .product-detail .scheme .scheme__link_outdoor {
        display: block;
    }
}

.product-detail .scheme__item a {
    display: inline-block;
}

@media (max-width: 991.98px) {
    .product-detail .scheme__item {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .product-detail .scheme__item {
        position: absolute;
    }

    .product-detail .scheme__item .scheme__title {
        font-size: 23px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .product-detail .scheme__item p {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .product-detail .scheme__item ul {
        margin-bottom: 8px;
    }

    .product-detail .scheme__item ul li {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .product-detail .scheme__item ul li:last-of-type {
        margin-bottom: 0;
    }

    .product-detail .scheme__item ul li:before {
        width: 4px;
        height: 4px;
        background-color: #000;
    }

    .product-detail .scheme__item .scheme__link {
        font-size: 13px;
    }
}

.product-detail .scheme__item_topology ul {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .product-detail .scheme__item_topology .scheme__title {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .product-detail .scheme__item_interfaces .scheme__title {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .product-detail .scheme__item_program-modules .scheme__title {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991.98px) {
    .product-detail .scheme ul li {
        line-height: 25px;
        margin-bottom: 5px;
    }
}

.product-detail .scheme__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

@media (max-width: 991.98px) {
    .product-detail .scheme__title {
        font-size: 19px;
        line-height: 24px;
    }
}

.partners__list {
    margin-top: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .partners__list {
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 29px;
    }
}

.partners .pagination-block {
    margin-bottom: 0;
}

.partners .partner {
    width: 100%;
    margin-top: 23px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 16px 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .partners .partner {
        width: calc(50% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
}

.partners .partner:first-child {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .partners .partner:first-child {
        margin-top: 23px;
    }
}

.partners .partner:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
}

@media (max-width: 991.98px) {
    .partners .partner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.partners .partner__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.partners .partner__logo img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 991.98px) {
    .partners .partner__logo {
        padding-left: 0;
        margin-bottom: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.partners .partner__description {
    padding-left: 15px;
}

@media (max-width: 991.98px) {
    .partners .partner__description {
        margin-bottom: 20px;
    }
}

.partners .partner__status {
    font-size: 12px;
    line-height: 1;
    padding-top: 3px;
    margin-bottom: 3px;
}

.partners .partner__status.distributor {
    color: #54c600;
}

.partners .partner__status.service {
    color: #f9a500;
}

.partners .partner__status.setup {
    color: #53b6fe;
}

.partners .partner__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.partners .partner__location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 6px;
    padding-right: 15px;
}

@media (max-width: 991.98px) {
    .partners .partner__location {
        margin-bottom: 20px;
    }
}

.partners .partner__address {
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.partners .partner__on-map {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
}

.partners .partner__on-map:before {
    font-size: 16px;
    margin-right: 9px;
}

.partners .partner__cities {
    display: inline-block;
}

.partners .partner__contact {
    padding-top: 3px;
}

.partners .partner__email {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.partners .partner__site {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.partners .partner__phone a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.partners .partner__phone a:hover {
    color: #92c73c;
}

.partners__filter {
    margin-top: 26px;
}

.partners__filter .btn {
    width: 128px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 25px;
}

.partners__filter .form-group {
    margin-bottom: 0;
}

.partners__filter .form-group select:disabled {
    color: #808080;
}

@media (max-width: 991.98px) {
    .partners__filter .form-group {
        margin-bottom: 15px;
    }
}

.partners__map-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .partners__map-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.partners__map {
    margin-top: 38px;
}

.partners__map span {
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .partners__map span {
        display: block;
    }
}

.partners__map a {
    display: inline-block;
    margin-right: 20px;
}

.partners__map a:last-child {
    margin-right: 0;
}

.partners__map a.icon-sort-desc,
.partners__map a.icon-sort-asc {
    position: relative;
    padding-right: 22px;
}

.partners__map a.icon-sort-desc:before,
.partners__map a.icon-sort-asc:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 9px;
}

.partners__map a.icon-li-arrow {
    position: relative;
    padding-right: 22px;
}

.partners__map a.icon-li-arrow:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.partners__map a.icon-li-arrow.active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767.98px) {
    .partners__sort {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.partners__map-block {
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 14px;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .partners__map-toggle {
        margin-top: 15px;
    }
}

.partners-detail {
    padding-top: 3px;
}

.partners-detail__logo {
    max-width: 226px;
}

.partners-detail__logo img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .partners-detail__logo {
        margin-bottom: 20px;
    }
}

.partners-detail__link {
    margin-top: 6px;
}

.partners-detail__locations .locations__filter {
    margin-top: 62px;
}

.partners-detail__locations .locations__filter .filter__title {
    display: inline-block;
    margin: 0 12px 0 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    vertical-align: middle;
}

.partners-detail__locations .locations__filter .filter__select {
    display: inline-block;
    width: 204px;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.partners-detail__locations .locations__filter .filter__select .form-group {
    margin-bottom: 0;
}

.partners-detail__locations .locations__list {
    margin-top: 17px;
}

.partners-detail__locations .locations__item {
    margin-top: 40px;
}

.partners-detail__locations .locations__item:first-child {
    margin-top: 0;
}

.partners-detail__locations .locations__item .row {
    min-height: 260px;
}

.partners-detail__locations .locations__map {
    height: 260px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .partners-detail__locations .locations__map {
        margin-bottom: 20px;
    }
}

.partners-detail__locations .locations__map > * {
    height: 100%;
}

.partners-detail__locations .locations__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 6px;
}

.partners-detail__locations .locations__way:before {
    font-size: 16px;
    margin-right: 8px;
}

.partners-detail__locations .locations__coordinates {
    margin-top: 14px;
}

.partners-detail__locations .locations__phones {
    margin-top: 13px;
}

.partners-detail__locations .locations__phones a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.partners-detail__locations .locations__phones a:hover {
    color: #007bff;
}

.partners-detail__locations .locations__phone {
    display: inline-block;
}

.partners-detail .additional-contacts {
    margin-top: 34px;
}

.partners-detail .additional-contacts__item {
    background: #fff;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 23px 16px;
    height: 100%;
}

.partners-detail .additional-contacts__title {
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

.partners-detail .additional-contacts__phone {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 6px;
}

.partners-detail .additional-contacts__email {
    margin-bottom: 4px;
}

.partners-detail .additional-contacts__work-time {
    margin-bottom: 3px;
}

.collective-projects {
    margin-top: 53px;
}

.collective-projects h2 {
    margin: 0;
}

.collective-projects__show-more {
    margin-top: 20px;
    padding: 8px 25px;
}

@media (max-width: 991.98px) {
    .collective-projects__list {
        margin-bottom: -30px;
    }
}

@media (max-width: 991.98px) {
    .collective-projects .project {
        margin-bottom: 30px;
    }
}

.collective-projects .project__image {
    height: 210px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.collective-projects .project__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.collective-projects .project__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.project-detail {
    padding-top: 16px;
}

.project-detail .project__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
}

.project-detail .project__logo img {
    width: 105px;
    margin-right: 23px;
}

.project-detail .project__logo span {
    color: #004eb1;
    font-size: 27px;
    margin-right: 23px;
}

.project-detail .project__photo {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .project-detail .project__photo {
        margin-bottom: 20px;
    }
}

.project-detail .project__photo img {
    width: 100%;
}

.project-detail .project__text {
    font-size: 15px;
    line-height: 27px;
    color: #000;
}

.project-detail .quote {
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 34px;
}

@media (max-width: 767.98px) {
    .project-detail .quote {
        margin-top: 20px;
    }
}

.project-detail .quote__text {
    position: relative;
    padding-left: 22px;
}

.project-detail .quote__text:before {
    position: absolute;
    font-size: 22px;
    top: 6px;
    left: -17px;
    color: #343434;
}

.project-detail .quote .author {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-detail .quote .author__photo {
    margin-right: 17px;
    width: 85px;
    height: 85px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.project-detail .quote .author__name {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 19px;
    color: #004eb1;
}

.project-detail .quote .author__position {
    font-size: 15px;
    line-height: 18px;
    color: #808080;
}

.project-detail .partner-review {
    margin-top: 25px;
}

.what-we-do {
    margin-top: 54px;
}

.what-we-do h2 {
    margin-top: 0;
}

.what-we-do__title {
    font-weight: 700;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1;
}

.what-we-do__image figure {
    margin: 0;
}

.what-we-do__image img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .what-we-do__image {
        margin-top: 20px;
    }
}

.what-we-do__item {
    margin-top: 66px;
}

.what-we-do .download-file {
    margin-top: 25px;
}

.what-we-do .download-file__size {
    display: block;
}

.platform-architecture {
    margin-top: 131px;
}

@media (max-width: 991.98px) {
    .platform-architecture {
        margin-top: 60px;
    }
}

.platform-architecture h2 {
    margin-top: 0;
    margin-bottom: 22px;
}

.platform-architecture__image {
    width: 100%;
}

.platform-architecture__description {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.platform-architecture .panel {
    margin-bottom: 12px;
}

.platform-architecture .panel .panel-body {
    padding-bottom: 0;
}

.platform-architecture .panel .panel-collapse p {
    margin-bottom: 17px;
}

.platform-architecture__info {
    margin-top: 33px;
}

.use-in-project .tab-content {
    margin-top: 30px;
}

.use-in-project__image {
    height: 90px;
    margin-bottom: 10px;
}

.use-in-project__image img {
    height: 100%;
    width: auto;
}

.use-in-project .default-slider .slick-list {
    margin: 0px -15px -35px;
}

.use-in-project__title {
    font-weight: 600;
    font-size: 19px;
}

.use-in-project__description {
    font-size: 15px;
    line-height: 25px;
}

@media (max-width: 991.98px) {
    .use-in-project .nav-tabs li {
        padding-right: 20px;
    }
}

.clients .clients-head__text {
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    .clients .clients-head__text {
        font-size: 15;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.clients .clients-head__link {
    margin-bottom: 3px;
}

.clients .clients-head__link a:before {
    font-size: 12px;
    margin-right: 8px;
}

.clients .categiry-list {
    margin-top: 25px;
}

.clients .category {
    margin-top: 30px;
    border: 7px solid #f2f2f2;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 36px 0;
}

.clients .category .left-col {
    padding-left: 36px;
    padding-right: 10px;
}

@media (max-width: 767.98px) {
    .clients .category .left-col {
        padding-left: 20px;
    }
}

.clients .category .right-col {
    padding-right: 20px;
}

@media (max-width: 991.98px) {
    .clients .category .right-col {
        padding-left: 36px;
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .clients .category .right-col {
        padding-left: 20px;
    }
}

.clients .category:first-child {
    margin-top: 0;
}

.clients .category__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 45px;
    padding-left: 36px;
}

@media (max-width: 767.98px) {
    .clients .category__title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 28px;
    }
}

.clients .clients-with-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px -20px;
}

@media (max-width: 991.98px) {
    .clients .clients-with-logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .clients .clients-with-logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-bottom: -20px;
    }
}

.clients .clients-with-logo .item {
    width: calc(33.3333% - 14px);
    margin: 0 7px 20px;
}

@media (max-width: 991.98px) {
    .clients .clients-with-logo .item {
        width: 100px;
        margin-left: 0;
        margin-right: 34px;
    }
}

@media (max-width: 767.98px) {
    .clients .clients-with-logo .item {
        margin-right: 20px;
    }
}

.clients .clients-with-logo .item__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #e9eff2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.clients .clients-with-logo .item__logo img {
    max-width: 100%;
    max-height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.clients .clients-with-logo .item__text {
    font-size: 12px;
    line-height: 15px;
    word-wrap: break-word;
}

.clients .clients-with-logo a.item:hover .item__logo {
    border-color: #92c73c;
}

.clients .clients-without-logo {
    margin-top: 31px;
}

.clients .clients-without-logo ul li {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 15px;
}

.clients .clients-without-logo ul li:before {
    top: 5px;
}

.clients .clients-main ul li {
    display: block;
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 15px;
}

.clients .clients-main ul li:before {
    top: 5px;
}

.clients .clients-main__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 18px;
}

.clients .clients-main__title img {
    max-height: 80px;
    width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.clients .clients-main__title span {
    margin-left: 20px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .clients .clients-main__title span {
        font-size: 14px;
        line-height: 20px;
    }
}

.clients .clients-main__images {
    margin-bottom: 10px;
    width: 100%;
    height: 195px;
    min-height: 195px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.clients .clients-main__images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .clients .clients-main__images {
        min-height: 250px;
    }
}

.clients .clients-main__images.clients-slider {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.clients .clients-main__images .slider__item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.clients .clients-main__quote {
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .clients .clients-main__quote {
        margin-top: 20px;
    }
}

.clients .clients-main__quote .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.clients .clients-main__quote .author__photo {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.clients .clients-main__quote .author__photo img {
    max-width: 100%;
}

.clients .clients-main__quote .author__name {
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.clients .clients-main__quote .author__position {
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.clients .clients-main .quote__text {
    position: relative;
    padding-left: 26px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
}

.clients .clients-main .quote__text:before {
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #004eb1;
}

.clients .clients-main .quote__video {
    position: relative;
    padding-right: 30px;
    font-size: 12px;
    line-height: 15px;
}

.clients .clients-main .quote__video:before {
    position: absolute;
    font-size: 25px;
    right: 0;
    top: 0;
}

.clients .clients-main__features {
    margin-top: -20px;
}

.clients .clients-main__features .feature {
    margin-top: 20px;
    margin-bottom: 12px;
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.clients .clients-main__footer {
    margin-top: 12px;
}

.clients .clients-main__read-more {
    padding: 3px 27px;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    .clients .clients-main__read-more {
        margin-bottom: 20px;
    }
}

.clients .clients-main__next-project {
    position: relative;
    padding-right: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.clients .clients-main__next-project:before {
    position: absolute;
    font-size: 7px;
    right: 0;
    top: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.clients .clients-main__description {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 25px;
}

.clients .clients-main__users-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.about .feedback-form {
    margin-top: 80px;
}

.about .feedback-form header {
    padding: 20px 32px;
}

.about .feedback-form__title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 32px;
}

.about-head__description {
    font-size: 21px;
    line-height: 28px;
}

.about-head ul {
    margin-top: 15px;
}

.about-head p {
    margin-top: 26px;
    font-size: 17px;
    line-height: 25px;
}

.about-head__tagline {
    margin-top: -30px;
    height: 100%;
    padding-top: 50px;
    padding-left: 46px;
    background-image: url(/local/templates/parsec/images/about-head-bg.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

@media (max-width: 991.98px) {
    .about-head__tagline {
        padding-left: 0;
        -webkit-background-size: 270px 270px;
        background-size: 270px;
    }
}

@media (max-width: 767.98px) {
    .about-head__tagline {
        background-position: 50% 50%;
        height: 180px;
        padding-top: 40px;
        margin-top: 20px;
    }
}

.about-head__tagline-text {
    width: 393px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .about-head__tagline-text {
        width: 280px;
        margin-right: 0;
        margin-left: auto;
    }
}

@media (max-width: 767.98px) {
    .about-head__tagline-text {
        width: 270px;
        margin-right: auto;
        margin-left: auto;
    }
}

.about-head__tagline-first-line {
    font-size: 37px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .about-head__tagline-first-line {
        font-size: 26px;
    }
}

.about-head__tagline-second-line {
    margin-top: 28px;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .about-head__tagline-second-line {
        font-size: 34px;
        margin-top: 10px;
    }
}

.about-head__tagline-footer {
    margin-top: 24px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 19px;
    text-transform: uppercase;
    color: #004eb1;
}

@media (max-width: 991.98px) {
    .about-head__tagline-footer {
        font-size: 17px;
        margin-top: 10px;
    }
}

.about-head__tagline-footer:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #6bfc00;
}

.about-stat {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .about-stat {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
    .about-stat__item {
        margin-top: 30px;
    }
}

.about-stat__number {
    font-size: 64px;
    color: #004eb1;
}

.about-stat__number span {
    font-size: 28px;
    color: #000;
    margin-left: 8px;
}

.about-stat__text {
    margin-top: 12px;
    font-size: 17px;
    line-height: 25px;
}

.leaders-review {
    margin-top: 82px;
}

.leaders-review__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

.leaders-review__list {
    margin-top: 42px;
}

.leaders-review .review {
    margin-top: 60px;
}

.leaders-review .review:first-child {
    margin-top: 0;
}

.leaders-review .review__media {
    width: 100%;
}

.leaders-review .review .video {
    width: 350px;
    height: 197px;
    position: relative;
    cursor: pointer;
    margin-bottom: 17px;
}

.leaders-review .review .video:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: '';
    border: 4px solid #fff;
}

@media (max-width: 1199px) {
    .leaders-review .review .video {
        width: 311px;
        height: 175px;
    }
}

@media (max-width: 991px) {
    .leaders-review .review .video {
        width: 226px;
        height: 127px;
    }
}

@media (max-width: 991px) {
    .leaders-review .review .video {
        width: 290px;
        height: 163px;
    }
}

.leaders-review .review .video:hover .video__button:before {
    color: #92c73c;
}

.leaders-review .review .video__button {
    outline: none;
    position: absolute;
    right: 18%;
    bottom: -19px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    z-index: 1;
}

.leaders-review .review .video__button:before {
    font-family: "fontello";
    content: "";
    position: absolute;
    color: #004eb1;
    font-size: 70px;
    top: 20px;
    left: -3px;
}

.leaders-review .review .video.active .video__button {
    display: none;
}

.leaders-review .review .video video {
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.leaders-review .review .video video[poster] {
    height: 100%;
    width: 100%;
}

.leaders-review .review .video-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.leaders-review .review .video-youtube:hover .video-youtube__button:before {
    color: #92c73c;
}

.leaders-review .review .video-youtube__link img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.leaders-review .review .video-youtube__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.leaders-review .review .video-youtube__button {
    outline: none;
    position: absolute;
    right: 18%;
    bottom: -12px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    z-index: 1;
}

.leaders-review .review .video-youtube__button:before {
    font-family: "fontello";
    content: "";
    position: absolute;
    color: #004eb1;
    font-size: 70px;
    top: 20px;
    left: -3px;
}

.leaders-review .review .video-youtube_enabled {
    cursor: pointer;
}

.leaders-review .review .photo {
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.leaders-review .review .photo img {
    width: 100%;
}

.leaders-review .review__author-name {
    padding-right: 40%;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.leaders-review .review__author-position {
    margin-top: 5px;
    font-size: 15px;
    line-height: 18px;
}

.leaders-review .review__body {
    padding-left: 36px;
}

@media (max-width: 767.98px) {
    .leaders-review .review__body {
        padding-left: 0;
        margin-top: 40px;
    }
}

.leaders-review .review__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
}

.leaders-review .review__content-block {
    position: relative;
    margin-bottom: 12px;
}

.leaders-review .review__content-block:before {
    position: absolute;
    left: -33px;
    top: 11px;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000;
}

@media (max-width: 767.98px) {
    .leaders-review .review__content-block:before {
        display: none;
    }
}

.leaders-review .review__content-block ul {
    margin-top: 10px;
}

.leaders-review .review__content-block ul li {
    padding-left: 17px;
}

.leaders-review .review__content-block ul li:before {
    top: 10px;
    left: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaders-review .review__images {
    margin: 14px -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .leaders-review .review__images {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.leaders-review .review__image {
    margin: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.leaders-review .review__image img {
    max-width: 100%;
}

@media (max-width: 575.98px) {
    .leaders-review .review__image {
        width: calc(33% - 20px);
        margin: 10px;
    }
}

.partner-groups {
    margin-top: 70px;
}

.partner-groups__title {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 32px;
}

@media (max-width: 767.98px) {
    .partner-groups__title {
        font-size: 30px;
        line-height: 36px;
    }
}

.partner-groups__description {
    font-size: 15px;
    line-height: 25px;
}

.partner-groups__nav {
    margin-top: 22px;
    padding: 0;
    list-style: none;
}

.partner-groups__nav li {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 14px;
}

.partner-groups__nav li:last-of-type {
    margin-bottom: 0;
}

.partner-groups__nav li.active a {
    letter-spacing: -0.4px;
    font-weight: 700;
    color: #92c73c;
}

.partner-groups__nav li a {
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.partner-groups__nav li a:hover {
    letter-spacing: -0.4px;
    font-weight: 700;
}

.partner-groups__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

@media (max-width: 575.98px) {
    .partner-groups__list {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.partner-groups__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #e9eff2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .partner-groups__item {
        width: 125px;
        height: 125px;
    }
}

.partner-groups__item:hover, .partner-groups__item.active {
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.partner-groups__item:hover img, .partner-groups__item.active img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.partner-groups__item img {
    max-width: 100%;
    max-height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.partner-groups__item-fix {
    height: 0;
    border: none;
    margin: 0 10px;
    padding: 0;
}

.partner-groups__more {
    margin-top: 40px;
    padding-left: 55px;
    padding-right: 55px;
}

.technology__title {
    margin-top: 80px;
    margin-bottom: 14px;
}

.technology__description {
    margin-bottom: 29px;
    font-size: 20px;
    line-height: 25px;
}

.technology .accessories {
    line-height: 22px;
}

.technology .brands a {
    display: inline-block;
    margin-top: 10px;
    height: 28px;
}

.technology .brands a img {
    margin-right: 10px;
    height: 100%;
    width: auto;
}

.technology .resume {
    margin-top: 30px;
    margin-right: 10px;
    padding: 20px 30px;
    border: 7px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    .technology .resume {
        padding: 20px;
        font-size: 15px;
        line-height: 22px;
    }
}

.technology .resume b {
    display: inline-block;
    margin-top: 6px;
    font-weight: 700;
}

.technology .highlights p {
    display: inline-block;
    margin-bottom: 30px;
}

.technology .highlights p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .technology .highlights {
        margin-top: 40px;
    }
}

.technology .certificate {
    margin-top: 0;
}

.technology .certificate__title {
    margin-top: 0;
    margin-bottom: 15px;
}

.technology .certificate__image {
    height: 270px;
}

.technology .certificate__image img {
    height: 100%;
    width: auto;
}

.technology .certificate__link {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    line-height: 18px;
}

@media (max-width: 767.98px) {
    .technology .certificate {
        margin-top: 40px;
    }
}

.about-job {
    margin-top: -9px;
}

.about-job .head__title {
    font-size: 33px;
    line-height: 37px;
}

@media (max-width: 767.98px) {
    .about-job .head__title {
        font-size: 18px;
        line-height: 30px;
    }
}

.about-job .head__description {
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    .about-job .head__description {
        font-size: 15px;
        line-height: 22px;
    }
}

.about-job .head__list {
    margin-top: 22px;
}

.about-job .head__list ul li:before {
    top: 10px;
}

.about-job .feedback-form {
    margin-top: 44px;
}

.about-job .feedback-form header {
    padding: 18px 18px 18px 26px;
}

@media (max-width: 767.98px) {
    .about-job .feedback-form header {
        padding: 15px;
    }
}

.about-job .feedback-form__title {
    font-size: 32px;
}

@media (max-width: 767.98px) {
    .about-job .feedback-form__title {
        font-size: 27px;
        margin-bottom: 0;
    }
}

.about-job .feedback-form .form-group textarea {
    min-height: 110px;
    height: 110px;
}

.about-job .feedback-form .fileinput__title .fileinput__title {
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 991.98px) {
    .about-job .feedback-form .feedback-form__checkboxes {
        margin-top: 10px;
    }
}

.about-job .contact-block {
    margin-top: -55px;
}

@media (max-width: 767.98px) {
    .about-job .contact-block {
        margin-top: 20px;
    }
}

.contacts__head .photo img {
    width: 100%;
}

.contacts__head .address {
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 575.98px) {
    .contacts__head .address {
        margin-top: 30px;
    }
}

.contacts__head .gps {
    margin-top: 10px;
}

.contacts__head .feedback {
    margin-top: 21px;
}

.contacts__head .feedback .btn {
    padding: 8px 22px;
}

.contacts__head .print {
    margin-top: 14px;
}

.contacts__head .print a:before {
    margin-right: 9px;
    font-size: 18px;
}

.contacts__head .map-links {
    margin-top: 8px;
}

.contacts__head .map-links a {
    display: inline-block;
    margin-right: 18px;
}

.contacts__head .map-links a:last-child {
    margin-right: 0;
}

.contacts__head .map-links a:before {
    margin-right: 6px;
}

.contacts__head .map-links a.icon-location:before {
    font-size: 17px;
}

.contacts__head .map-links a.icon-map:before {
    font-size: 15px;
}

.contacts__head .social-links {
    margin-top: 20px;
}

.contacts__head .social-links__title {
    font-weight: 600;
    font-size: 16px;
}

.contacts__head .social-links__list {
    margin-top: 6px;
}

.contacts__head .cooperators {
    margin-top: -40px;
    padding-top: 8px;
}

@media (max-width: 991.98px) {
    .contacts__head .cooperators {
        margin-top: 0;
    }
}

.contacts__head .cooperators .cooperator {
    margin-top: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    line-height: 22px;
}

@media (max-width: 991.98px) {
    .contacts__head .cooperators .cooperator {
        margin-right: 30px;
    }
}

.contacts__head .cooperators .cooperator__photo {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 63px;
    height: 63px;
}

.contacts__head .cooperators .cooperator__photo img {
    width: 100%;
}

.contacts__head .cooperators .cooperator__name {
    font-weight: 700;
    line-height: 1;
}

.contacts__head .cooperators .cooperator__position {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.contacts__head .cooperators .cooperator__phone {
    display: block;
    margin-top: 12px;
    font-weight: 700;
}

.contacts__head .cooperators .cooperator__phone a {
    color: #000;
    white-space: nowrap;
}

.contacts__head .cooperators .cooperator__phone a:hover {
    color: #92c73c;
}

.contacts__head .cooperators .cooperator__email {
    display: block;
}

.contacts__category {
    page-break-after: always;
}

.contacts__category .category {
    margin-top: 52px;
}

@media (max-width: 767.98px) {
    .contacts__category .category {
        margin-top: 50px;
    }
}

.contacts__category .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.contacts__category .phone {
    margin-top: 12px;
}

.contacts__category .phone__number a {
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
}

.contacts__category .email__description,
.contacts__category .phone__description {
    font-size: 12px;
    line-height: 15px;
}

.contacts__category .email {
    margin-top: 12px;
    font-size: 17px;
}

.contacts__category .mode {
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
}

.contacts__category .category-description {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    padding-right: 50px;
}

.contacts__links {
    margin-top: 45px;
}

@media print {
    .contacts__links {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .contacts__links {
        margin-top: 20px;
    }
}

.contacts__links .link {
    display: block;
    margin-top: 20px;
    padding: 15px 26px;
    background-color: #429ae7;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}

@media (max-width: 575.98px) {
    .contacts__links .link {
        padding: 12px 15px;
    }
}

.contacts__links .link:hover {
    background-color: #92c73c;
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
}

.contacts__links .link span {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
}

.contacts__links .link span:before {
    margin-left: 8px;
    font-size: 20px;
}

.contacts__links .link__description {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.contacts .feedback-form {
    margin-top: 60px;
}

@media print {
    .contacts .feedback-form {
        display: none;
    }
}

.contacts__map {
    margin-top: 60px;
}

@media print {
    .contacts__map .nav-tabs {
        display: none;
    }
}

.contacts__map .tab-content {
    margin-top: 28px;
}

.contacts__map .tab-pane {
    overflow: visible;
}

@media print {
    .contacts__map .tab-pane {
        visibility: visible !important;
        opacity: 1;
        height: auto;
        margin-top: 50px;
    }
}

.contacts__map .nav-tabs > li:not(:last-of-type) {
    margin-right: 25px;
}

.contacts__map .map__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.contacts__map .map__address {
    margin-top: 3px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 25px;
}

.contacts__map .map__phone {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}

.contacts__map .map__container {
    height: 350px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .contacts__map .map__container {
        margin-top: 20px;
    }
}

.contacts__map .map__container #contacts-map {
    height: 100%;
}

.contacts__map .route {
    margin-top: -32px;
    padding: 60px 70px 40px;
    border: 1px solid #c3c3c3;
}

@media (max-width: 991.98px) {
    .contacts__map .route {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .contacts__map .route {
        padding: 10px;
    }
}

.contacts__map .route img {
    max-width: 100%;
}

.news .feedback-form {
    margin-top: 60px;
}

.news .feedback-form header {
    padding: 20px 30px 20px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .news .feedback-form header {
        padding: 15px;
    }

    .news .feedback-form header h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0;
    }
}

.news .feedback-form .btn {
    padding: 10px 25px;
}

.news .pagination-block {
    margin-top: 50px;
}

.news .main .articles-list {
    margin-top: -40px;
}

@media (max-width: 767.98px) {
    .news .main .articles-list {
        margin-top: 0;
    }
}

.news .main .article {
    margin-top: 40px;
}

.news .main .article header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .news .main .article header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.news .main .article__date {
    margin-right: 20px;
    font-size: 12px;
    line-height: 15px;
    color: #c3c3c3;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .news .main .article__date {
        margin-bottom: 10px;
    }
}

.news .main .article__for {
    font-size: 12px;
    margin-right: 10px;
}

.news .main .article__title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.news .main .article__text {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.news .main .article__image {
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .news .main .article__image {
        text-align: left;
    }
}

.news .main .article__image img {
    max-width: 200px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .news .main .article__image img {
        max-width: 530px;
    }
}

@media (min-width: 768px) {
    .news .sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 285px;
        -ms-flex: 0 0 285px;
        flex: 0 0 285px;
    }
}

.news .filter__years {
    font-size: 17px;
}

.news .filter__years a {
    margin-right: 16px;
}

.news .filter__years a.active {
    color: #000;
}

.news .filter__years a label {
    cursor: pointer;
}

.news .filter__title {
    width: 100%;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.news .filter-group {
    margin-top: 15px;
    margin-bottom: 23px;
}

@media (max-width: 991.98px) {
    .news .filter-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .news .filter-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news .filter-group input:checked + span {
    font-weight: 700;
}

.news .filter-group .form-group {
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .news .filter-group .form-group {
        margin-right: 25px;
    }
}

@media (max-width: 575.98px) {
    .news .filter-group .form-group {
        margin-right: 0;
    }
}

.news .filter__reset .btn {
    padding: 5px 6px;
    border-width: 2px;
    font-size: 12px;
    line-height: 12px;
}

.news .contact {
    margin-top: 60px;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 14px 16px 22px;
}

@media (max-width: 767.98px) {
    .news .contact {
        margin-top: 40px;
    }
}

.news .contact__title {
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.news .contact .phone a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}

.news .contact .phone a:hover {
    color: #92c73c;
}

.news .contact__question {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.news .contact .email {
    margin-top: 7px;
}

.news .contact .email a {
    white-space: nowrap;
}

.news .contact .person {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px dashed #808080;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .news .contact .person {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}

.news .contact .person__photo {
    width: 107px;
    height: 107px;
}

.news .contact .person__name {
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.news .contact .person__position {
    font-size: 12px;
    line-height: 15px;
}

.banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #343434;
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner__image {
    width: 30%;
}

@media (max-width: 767.98px) {
    .banner__image {
        width: 100%;
        height: 400px;
    }
}

.banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__content {
    width: 70%;
    padding: 19px 39px 45px;
}

@media (max-width: 767.98px) {
    .banner__content {
        width: 100%;
        padding: 30px 20px 40px;
    }
}

.banner .content__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner .content__date {
    margin: 10px 15px 10px 0;
    font-size: 12px;
    color: #d8e0e4;
    line-height: 1;
}

.banner .content__title {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 60px;
    font-size: 26px;
    line-height: 34px;
}

.banner .content__title a {
    color: #fff;
}

@media (max-width: 767.98px) {
    .banner .content__title {
        margin-top: 15px;
        font-size: 22px;
        line-height: 28px;
    }
}

.banner .content__text {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .banner .content__text {
        margin-top: 15px;
        font-size: 12px;
        line-height: 22px;
    }
}

.banner .content__more {
    display: inline-block;
    padding: 8px 18px;
    margin-top: 18px;
}

.news-detail__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news-detail__head .date {
    margin-right: 20px;
    font-size: 12px;
    line-height: 15px;
    color: #c3c3c3;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .news-detail__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .news-detail__head .tags {
        margin-top: 10px;
    }
}

.news-detail .content img {
    max-width:100%;
    height: auto;
}

.news-detail .popup-video {
    margin-top: 20px;
    width: 100%;
}

.news-detail .subtitle {
    margin-top: 40px;
}

.news-detail .subtitle__title {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .news-detail .subtitle__title {
        font-size: 26px;
        line-height: 33px;
    }
}

.news-detail .subtitle p {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .news-detail .subtitle p {
        font-size: 14px;
        line-height: 22px;
    }
}

.news-detail .functional {
    margin-top: 58px;
}

@media (max-width: 767.98px) {
    .news-detail .functional {
        margin-top: 30px;
    }
}

.news-detail .functional__title {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.news-detail .functional ul {
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .news-detail .functional ul {
        font-size: 14px;
        line-height: 22px;
    }
}

.news-detail .integrations {
    margin-top: 62px;
}

@media (max-width: 767.98px) {
    .news-detail .integrations {
        margin-top: 40px;
    }
}

.news-detail .integrations__title {
    margin: 0;
}

.news-detail .integrations ul {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .news-detail .integrations ul {
        font-size: 14px;
        line-height: 22px;
    }
}

.news-detail .integration-service {
    margin-top: 62px;
}

@media (max-width: 767.98px) {
    .news-detail .integration-service {
        margin-top: 40px;
    }
}

.news-detail .integration-service__title {
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.news-detail .integration-service p {
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .news-detail .integration-service p {
        font-size: 14px;
        line-height: 22px;
    }
}

.news-detail .integration-service__image {
    margin-top: 17px;
}

.news-detail .integration-service__image img {
    width: 100%;
}

.news-detail .integration-service__caption {
    margin-top: 10px;
    font-weight: 700;
    line-height: 22px;
}

.news-detail .info {
    margin-top: 56px;
}

@media (max-width: 767.98px) {
    .news-detail .info {
        margin-top: 40px;
    }
}

.news-detail .info__files .download-file {
    margin-top: 16px;
}

.news-detail .info__text {
    margin-top: 19px;
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767.98px) {
    .news-detail .info__text {
        line-height: 17px;
    }
}

.news-detail .info__text:before {
    margin-right: 10px;
    font-size: 22px;
    color: #429ae7;
    vertical-align: middle;
}

.news-detail .back-link {
    margin-top: 64px;
}

.news-detail .more__news {
    margin-top: 34px;
}

@media (max-width: 991.98px) {
    .news-detail .more__news {
        margin-top: 14px;
    }
}

.news-detail .more__news .article {
    height: 100%;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 18px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.news-detail .more__news .article:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
}

.news-detail .more__news .article header {
    line-height: 22px;
}

.news-detail .more__news .article header .date {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #c3c3c3;
    vertical-align: middle;
}

.news-detail .more__news .article header .tags {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.news-detail .more__news .article header .tags a {
    margin: 0;
}

.news-detail .more__news .article__title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.news-detail .more__news .article__text {
    margin-top: 4px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.news-detail .sidebar {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .news-detail .sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 285px;
        -ms-flex: 0 0 285px;
        flex: 0 0 285px;
    }
}

@media (max-width: 991.98px) {
    .news-detail .sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .news-detail .back-link {
        margin-top: 40px;
    }
}

.solutions {
    padding-top: 6px;
}

.solutions__head p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 8px;
}

.solutions__head p.accent {
    margin-top: 20px;
    max-width: 635px;
    padding: 5px 15px 10px;
    background: #f2f2f2;
}

.solutions__head .catalog-link__file {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.solutions .solutions-list {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .solutions .solutions-list {
        margin-top: 40px;
    }
}

.solutions .customization {
    margin-top: 65px;
}

@media (max-width: 991.98px) {
    .solutions .customization {
        margin-top: 40px;
    }
}

.solutions .customization__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .solutions .customization__title {
        font-size: 30px;
        line-height: 36px;
    }
}

.solutions .customization p {
    max-width: 730px;
}

.solutions .customization__list {
    margin-top: 25px;
}

.solutions .customization__list .item {
    margin-top: 10px;
    display: inline-block;
}

.solutions .customization__list .item__title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}

.solutions .customization__list p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
}

.solutions .customization__download {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.solutions .customization__download .icon-file {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.solutions .customization__download .file__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.solutions .customization__download .file__download span {
    margin-left: 10px;
}

.solutions .solutions-info {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .solutions .solutions-info {
        margin-top: 40px;
    }
}

.solutions-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.solutions-list .solution {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 33.33%;
    padding: 15px;
}

@media (max-width: 991.98px) {
    .solutions-list .solution {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 575.98px) {
    .solutions-list .solution {
        width: calc(100% - 30px);
    }
}

.solutions-list .solution:hover {
    -webkit-box-shadow: 0px 10px 30px #b3c4d9;
    box-shadow: 0px 10px 30px #b3c4d9;
    z-index: 1;
}

.solutions-list .solution__tag {
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    top: 22px;
    right: 16px;
    background-color: #eb023a;
    color: #fff;
    padding: 0px 7px;
    line-height: 20px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    z-index: 1;
}

.solutions-list .solution__tag_red {
    background-color: #eb023a;
}

.solutions-list .solution__tag_violet {
    background-color: #90268f;
}

.solutions-list .solution__image {
    position: relative;
    height: 0;
    padding-bottom: 77%;
}

.solutions-list .solution__image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solutions-list .solution__image-container img {
    max-width: 100%;
    max-height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.solutions-list .solution__title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 19px;
}

.solutions-list .solution p {
    margin-top: 5px;
    color: #000;
}

.solutions-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px;
}

@media (max-width: 991.98px) {
    .solutions-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .solutions-info {
        padding: 15px;
    }
}

.solutions-info__text {
    width: 43%;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

@media (max-width: 991.98px) {
    .solutions-info__text {
        width: 100%;
        margin-bottom: 20px;
    }
}

.solutions-info__images {
    margin-bottom: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 33%;
}

@media (max-width: 991.98px) {
    .solutions-info__images {
        width: 100%;
        margin-bottom: 20px;
    }
}

.solutions-info__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    width: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
}

@media (max-width: 991.98px) {
    .solutions-info__image {
        width: 15%;
    }
}

@media (max-width: 767.98px) {
    .solutions-info__image {
        width: 50%;
    }
}

.solutions-info__image img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    max-height: 100%;
}

.solutions-info .btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 244px;
    text-align: center;
    padding: 8px 0;
}

@media (max-width: 767.98px) {
    .solutions-info .btn {
        width: auto;
        padding: 8px 10px;
        margin: 0 auto;
    }
}

.solutions-detail .head__image {
    width: 100%;
}

@media (max-width: 767.98px) {
    .solutions-detail .head__image {
        padding-top: 0;
        margin-bottom: 20px;
    }
}

.solutions-detail .head__image img {
    width: 100%;
}

.solutions-detail .head__links {
    margin-top: 20px;
}

.solutions-detail .head__links a {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    line-height: 28px;
}

.solutions-detail .head__links a:before {
    font-size: 12px;
    margin-right: 5px;
}

.solutions-detail .features {
    margin-top: 60px;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 32px 20px;
}

@media (max-width: 767.98px) {
    .solutions-detail .features {
        margin-top: 40px;
        padding: 20px;
    }
}

.solutions-detail .features__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}

.solutions-detail .features ul {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .solutions-detail .features ul {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .solutions-detail .features ul li {
        margin: 0;
    }
}

.solutions-detail .tasks {
    margin-top: 62px;
}

@media (max-width: 767.98px) {
    .solutions-detail .tasks {
        margin-top: 40px;
    }
}

.solutions-detail .tasks ul {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .solutions-detail .tasks ul {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .solutions-detail .tasks ul li {
        margin: 0;
    }
}

.solutions-detail .tasks__title {
    margin-top: 0;
    margin-bottom: 16px;
}

.solutions-detail .solution-description {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .solutions-detail .solution-description {
        margin-top: 40px;
    }
}

.solutions-detail .solution-description img {
    width: 100%;
}

.solutions-detail .solution-description__title {
    margin-top: 0;
    margin-bottom: 20px;
}

.solutions-detail .solution-description__block {
    margin-top: 62px;
}

@media (max-width: 767.98px) {
    .solutions-detail .solution-description__block {
        margin-top: 40px;
    }
}

.solutions-detail .check-list {
    margin-top: 20px;
}

.solutions-detail .check-list p {
    margin-top: 20px;
    position: relative;
    display: block;
    padding-left: 35px;
}

.solutions-detail .check-list p:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #429ae7;
}

.solutions-detail .partner-review {
    margin-top: 90px;
}

@media (max-width: 767.98px) {
    .solutions-detail .partner-review {
        margin-top: 40px;
    }
}

.solutions-detail .hardware-list {
    margin-top: 90px;
}

@media (max-width: 767.98px) {
    .solutions-detail .hardware-list {
        margin-top: 60px;
    }
}

.solutions-detail .hardware-list__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

.solutions-detail .hardware-list__tabs {
    margin-top: 22px;
}

.solutions-detail .hardware-list__tabs .sub-nav {
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border: none;
    list-style: none;
    padding: 0;
    color: #004eb1;
}

.solutions-detail .hardware-list__tabs .sub-nav li {
    width: 100%;
}

.solutions-detail .hardware-list__tabs .sub-nav li a.active {
    color: #000;
    font-weight: 600;
}

.solutions-detail .hardware-list__tabs .sub-nav li a.active:after {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-family: "fontello";
    content: "";
    font-size: 6px;
    color: #92c73c;
    background-color: none;
    position: static;
    width: 0;
    height: 0;
    top: initial;
    left: initial;
}

.solutions-detail .hardware-list__tabs .sub-nav > li:not(:last-of-type) {
    margin-bottom: 13px;
}

.solutions-detail .hardware-list__tabs .tab-content {
    margin-top: 15px;
}

.solutions-detail .hardware-list__tab-image {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 35px;
}

.solutions-detail .hardware-list__tab-image img {
    width: 100%;
}

.solutions-detail .hardware-list .list .item {
    margin-bottom: 35px;
}

.solutions-detail .hardware-list .list .item__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 85px;
}

.solutions-detail .hardware-list .list .item__image img {
    max-width: 100%;
    max-height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: 0;
    -ms-flex-flow: 0;
    flex-flow: 0;
}

.solutions-detail .hardware-list .list .item__title {
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
}

.solutions-detail .hardware-list .list .item__amount {
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px;
    background-color: #f2f2f2;
}

.solutions-detail .solutions-info {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .solutions-detail .solutions-info {
        margin-top: 40px;
    }
}

.solutions-detail .back-link {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .solutions-detail .back-link {
        margin-top: 40px;
    }
}

.solutions-detail .more__solutions {
    margin-top: 52px;
}

@media (max-width: 991.98px) {
    .solutions-detail .more__solutions {
        margin-top: 30px;
    }
}

.solutions-detail .more__solutions .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.solutions-detail .more__solutions .item:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
}

.solutions-detail .more__solutions .item:hover .item__title {
    color: #92c73c;
}

.solutions-detail .more__solutions .item__tag {
    position: absolute;
    top: 15px;
    right: 0px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 6px;
    color: #fff;
    z-index: 1;
}

.solutions-detail .more__solutions .item__tag.red {
    background-color: #eb023a;
}

.solutions-detail .more__solutions .item__tag.violet {
    background-color: #90268f;
}

.solutions-detail .more__solutions .item__image {
    margin-bottom: 22px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 77%;
}

.solutions-detail .more__solutions .item__image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.solutions-detail .more__solutions .item__image-container img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
    max-height: 100%;
}

.solutions-detail .more__solutions .item__title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #004eb1;
}

.information .feedback-form {
    margin-top: 66px;
}

@media (max-width: 767.98px) {
    .information .feedback-form {
        margin-top: 40px;
    }
}

.information .feedback-form header {
    padding-bottom: 16px;
}

.information .feedback-form__title {
    margin-bottom: 0;
}

.information .feedback-form .btn-lg {
    padding: 13px 50px;
}

.information .documentation-examples-table {
    margin-top: 20px;
}

.information .documentation-examples-table .download-file .icon-file {
    width: 47px;
    height: 37px;
}

.information .documentation-examples-table .download-file__title {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.information .documentation-examples-table tr {
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.information .alert {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
}

.information .alert:before {
    font-size: 21px;
}

.sidebar .more-news__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.sidebar .more-news__item {
    margin-top: 23px;
}

.sidebar .more-news__date {
    line-height: 1;
    font-size: 12px;
    color: #808080;
}

.sidebar .more-news__text {
    font-size: 15px;
    line-height: 25px;
}

.sidebar .news-parts {
    margin-top: 38px;
    padding: 18px 15px;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.sidebar .news-parts__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.sidebar .news-parts__list {
    margin-top: 17px;
}

.sidebar .news-parts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.sidebar .news-parts__image {
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 70px;
}

.sidebar .news-parts__image img {
    max-width: 100%;
    max-height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar .news-parts__text {
    font-size: 15px;
    line-height: 25px;
}

.sidebar .news-parts__more {
    margin-top: 24px;
}

.partner-review {
    margin-top: 25px;
    position: relative;
    color: #fff;
    background-color: #343434;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-top: 35px;
    padding-bottom: 60px;
    padding: 35px 110px 60px;
}

@media (max-width: 991.98px) {
    .partner-review {
        padding: 35px 50px 60px 60px;
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .partner-review {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.partner-review:after {
    content: url(/local/templates/parsec/images/partner-review.svg);
    position: absolute;
    left: -46px;
    top: 75px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .partner-review:after {
        top: -15px;
    }
}

@media (max-width: 767.98px) {
    .partner-review:after {
        display: none;
    }
}

.partner-review__title {
    margin-top: 0;
    margin-bottom: 22px;
}

.partner-review__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (max-width: 767.98px) {
    .partner-review__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.partner-review .author {
    display: block;
    position: relative;
    z-index: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .partner-review .author {
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .partner-review .author {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.partner-review .author__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
}

@media (max-width: 575.98px) {
    .partner-review .author__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.partner-review .author__photo {
    margin-right: 20px;
    width: 116px;
    height: 116px;
}

@media (max-width: 767.98px) {
    .partner-review .author__photo {
        margin-bottom: 20px;
    }
}

.partner-review .author__company-logo {
    margin-right: -45px;
    background-color: #fff;
    padding: 10px;
}

.partner-review .author__company-logo img {
    width: 100%;
}

.partner-review .author__name {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.partner-review .author__position {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.partner-review__text {
    position: relative;
    margin-top: -7px;
    position: relative;
    font-size: 17px;
    line-height: 25px;
    z-index: 2;
    padding-left: 50px;
}

@media (max-width: 991.98px) {
    .partner-review__text {
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .partner-review__text {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }
}

.partner-review__text:before {
    position: absolute;
    font-size: 30px;
    color: #004eb1;
    top: 10px;
    left: 0;
}

@media (max-width: 767.98px) {
    .partner-review__text:before {
        display: none;
    }
}

.demo-version {
    margin-top: -10px;
}

.demo-version__description {
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    .demo-version__description {
        font-size: 15px;
        line-height: 22px;
    }
}

.demo-version .how-start {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .demo-version .how-start {
        margin-top: 40px;
    }
}

.demo-version .how-start__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
}

.demo-version .how-start .how-start__list {
    margin-top: -10px;
}

.demo-version .how-start .how-start__list .files {
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .demo-version .how-start .how-start__list .files .download-file {
        margin-bottom: 20px;
    }
}

.demo-version .how-start .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.demo-version .how-start .item__point {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 13px;
    width: 48px;
    height: 48px;
    border: 5px solid #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .demo-version .how-start .item__point {
        width: 38px;
        height: 38px;
        line-height: 28px;
    }
}

.demo-version .how-start .item__body {
    padding-top: 13px;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 767.98px) {
    .demo-version .how-start .item__body {
        padding-top: 10px;
        line-height: 20px;
    }
}

.demo-version .how-start .item__title {
    font-weight: 600;
}

.demo-version .how-start .item__description {
    margin-top: 4px;
    font-size: 15px;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    .demo-version .how-start .item__description {
        line-height: 20px;
    }
}

.demo-version .functional {
    margin-top: -20px;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
}

@media (max-width: 991.98px) {
    .demo-version .functional {
        margin-top: 40px;
    }
}

.demo-version .functional__body {
    padding: 24px;
    background-color: #fff;
}

.demo-version .functional__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.demo-version .functional ul {
    margin-bottom: -10px;
    font-size: 12px;
    line-height: 15px;
}

.demo-version .functional ul li {
    margin-bottom: 23px;
}

.demo-version .functional__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f2;
    padding: 16px 16px 8px;
}

.demo-version .functional__footer span {
    margin-right: 10px;
}

.demo-version .functional__footer span:before {
    font-size: 21px;
    color: #6ecffe;
}

.demo-version .functional__footer p {
    font-size: 12px;
    line-height: 15px;
}

.demo-version .additional {
    margin-top: 63px;
    padding: 29px 0;
    border: 8px solid #f2f2f2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .demo-version .additional {
        padding: 20px;
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .demo-version .additional {
        padding: 20px 10px 10px;
    }
}

.demo-version .additional p {
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    .demo-version .additional p {
        font-size: 14px;
        line-height: 20px;
    }
}

.demo-version .additional__title {
    padding: 0 45px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}

@media (max-width: 991.98px) {
    .demo-version .additional__title {
        padding: 0 15px;
    }
}

@media (max-width: 767.98px) {
    .demo-version .additional__title {
        font-size: 22px;
        line-height: 30px;
    }
}

.demo-version .additional .row .col-12 {
    padding: 0 60px;
    border-right: 1px dashed #f2f2f2;
}

@media (max-width: 991.98px) {
    .demo-version .additional .row .col-12 {
        padding: 0 25px;
        border-right: none;
    }
}

.demo-version .additional .row .col-12:last-child {
    border-right: none;
}

.demo-version .additional .btn {
    margin-top: 23px;
    color: #fff;
    padding: 10px 30px;
}

.demo-version .additional .btn:hover {
    color: #fff;
}

@media (max-width: 767.98px) {
    .demo-version .additional .btn {
        margin-top: 15px;
        margin-bottom: 25px;
        padding: 10px 15px;
    }
}

.demo-key ul {
    margin-bottom: 0;
}

.demo-key__head .block-bordered {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .demo-key__get {
        margin-top: 40px;
    }
}

.demo-key__get .btn {
    padding: 10px 20px;
}

.demo-key__get .download-file {
    margin-top: 27px;
}

.demo-key__services {
    margin-top: 57px;
}

@media (max-width: 991.98px) {
    .demo-key__services {
        margin-top: 40px;
    }
}

.demo-key__services .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .demo-key__services .title {
        font-size: 26px;
        line-height: 33px;
    }
}

.demo-key__additional {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .demo-key__additional {
        margin-top: 40px;
    }
}

.demo-key__additional .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .demo-key__additional .title {
        font-size: 26px;
        line-height: 33px;
    }
}

.demo-key__functions {
    margin-top: 35px;
}

.demo-key__functions .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}

.demonstration {
    margin-top: 40px;
}

.demonstration__head {
    padding: 30px 36px 24px;
}

@media (max-width: 767.98px) {
    .demonstration__head {
        padding: 20px 15px 25px;
    }
}

@media (min-width: 576px) {
    .demonstration__head p {
        font-size: 17px;
        line-height: 25px;
    }
}

.demonstration__head .btn {
    max-width: 258px;
    margin: 0 auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

@media (max-width: 767.98px) {
    .demonstration__head .btn {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 15px;
    }
}

.demonstration__features {
    margin-top: 52px;
}

@media (max-width: 767.98px) {
    .demonstration__features {
        margin-top: 40px;
    }
}

.demonstration__features p {
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.demonstration__features .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .demonstration__features .title {
        font-size: 26px;
        line-height: 33px;
    }
}

.demonstration__features ul {
    margin-bottom: 0;
}

.demonstration__how-get {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .demonstration__how-get {
        margin-top: 40px;
    }
}

.demonstration__how-get .title {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .demonstration__how-get .title {
        font-size: 26px;
        line-height: 33px;
    }
}

.demonstration__how-get ol li {
    margin-bottom: 9px;
}

.demonstration__how-get ol li:before {
    margin-right: 8px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.demonstration__how-get .contact {
    padding: 26px 42px 28px;
    margin-left: 40px;
    margin-top: 7px;
}

@media (max-width: 1199.98px) {
    .demonstration__how-get .contact {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .demonstration__how-get .contact {
        padding: 20px 20px 25px;
    }
}

.demonstration__how-get .contact__title {
    margin-top: 0;
    margin-bottom: 0;
}

.demonstration__how-get .contact .phone {
    margin-top: 17px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.demonstration__how-get .contact .phone-description {
    font-size: 12px;
    line-height: 15px;
}

.demonstration .feedback-form {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .demonstration .feedback-form {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .demonstration .feedback-form .file-input-bottom {
        margin-top: 0;
    }
}

.demonstration .feedback-form header {
    padding-bottom: 16px;
}

.demonstration .feedback-form__title {
    margin-bottom: 0;
}

.demonstration .feedback-form__body {
    padding: 28px;
}

@media (max-width: 767.98px) {
    .demonstration .feedback-form__body {
        padding: 21px 12px 28px;
    }
}

.demonstration .feedback-form__body textarea {
    height: 96px;
}

.demonstration .feedback-form__checkboxes {
    margin-top: 0;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .demonstration .feedback-form__checkboxes {
        margin-top: 20px;
    }
}

.demonstration .feedback-form .btn-lg {
    padding: 13px 50px;
}

.inspection__head .scroll-to {
    display: inline-block;
    margin-left: 21px;
    margin-top: 10px;
}

.inspection .send-us {
    position: relative;
    margin: 6px 21px;
    padding: 22px 25px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .inspection .send-us {
        margin: 40px 0 0;
    }
}

.inspection .send-us:after {
    position: absolute;
    content: '';
    display: block;
    width: 222px;
    height: 199px;
    top: -24px;
    left: -48px;
    background-image: url(/local/templates/parsec/images/send-us-image.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}

.inspection .send-us__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.inspection .send-us .btn {
    padding: 10px 28px;
}

.inspection__features {
    margin-top: 30px;
}

.inspection__features .title {
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .inspection__features .title {
        font-size: 26px;
        line-height: 33px;
    }
}

.inspection__examples {
    margin-top: 54px;
}

@media (max-width: 767.98px) {
    .inspection__examples {
        margin-top: 40px;
    }
}

.inspection__examples .title {
    margin-top: 0;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .inspection__examples .title {
        font-size: 26px;
        line-height: 33px;
    }
}

.inspection .documentation-examples-table td.title {
    width: 32%;
    min-width: 250px;
}

.inspection .feedback-form .file-input {
    margin-bottom: 0;
}

.inspection .feedback-form .file-input .add-file {
    display: none;
}

.inspection .feedback-form__body textarea {
    height: 96px;
}

.inspection .feedback-form__checkboxes {
    margin-top: 0;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .inspection .feedback-form__checkboxes {
        margin-top: 20px;
    }
}

.integration .download {
    padding: 25px 23px 16px;
    margin-top: -10px;
}

.integration .download .icon-file {
    margin-right: 7px;
}

.integration .download .download-file__size {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    white-space: nowrap;
}

.integration .download p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

@media (max-width: 767.98px) {
    .integration .download {
        margin-top: 30px;
    }
}

.integration .tasks {
    margin-top: 35px;
}

.integration .tasks__title {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .integration .tasks__title {
        font-size: 26px;
        line-height: 33px;
    }
}

.integration .tasks ul li {
    margin-bottom: 15px;
}

.scheme-library .information-links {
    padding: 17px 27px 13px;
    margin-top: -10px;
}

.scheme-library .information-links .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.scheme-library .information-links ul {
    margin-top: 6px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .scheme-library .information-links {
        margin-top: 20px;
    }
}

.scheme-library .documentation-examples-table {
    margin-top: 30px;
}

.scheme-library .documentation-examples-table td.title {
    width: 32%;
    min-width: 250px;
}

.hardware-db .download {
    padding: 28px 25px 20px;
}

.hardware-db .download .link {
    margin-top: 22px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

.hardware-db .download .link span {
    font-size: 14px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .hardware-db .download {
        margin-top: 30px;
    }
}

.hardware-db .popup-video {
    margin-top: 46px;
}

.hardware-db .popup-video a img {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.hardware-db .popup-video .icon-play:before {
    font-size: 85px;
}

.hardware-db .popup-video__caption {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
}

.hardware-db .hardware-db-list {
    margin-top: 52px;
}

.hardware-db .hardware-db-list .title {
    max-width: 540px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.hardware-db .hardware-db-list ul {
    margin-top: 16px;
    margin-bottom: 0;
}

.warranty-repair .downloads {
    padding: 12px 15px 20px;
}

@media (max-width: 991.98px) {
    .warranty-repair .downloads {
        margin-top: 40px;
    }
}

.warranty-repair .downloads .download-file {
    margin-top: 20px;
}

.warranty-repair .downloads .download-file .icon-file {
    margin-right: 8px;
}

.warranty-repair .blank-example {
    margin-top: 50px;
    padding: 21px 22px 16px;
}

@media (max-width: 991.98px) {
    .warranty-repair .blank-example {
        margin-top: 40px;
    }
}

.warranty-repair .blank-example .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.warranty-repair ul {
    margin-top: 12px;
    margin-bottom: 0;
}

.warranty-repair .warranty-info {
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    .warranty-repair .warranty-info {
        margin-top: 40px;
    }
}

.warranty-repair .alert {
    margin-top: 20px;
}

.warranty-repair .before-repair {
    margin-top: 58px;
}

@media (max-width: 991.98px) {
    .warranty-repair .before-repair {
        margin-top: 40px;
    }
}

.warranty-repair .before-repair .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}

.warranty-repair .before-repair ol {
    margin-top: 14px;
    margin-bottom: 0;
}

.warranty-repair .before-repair ol li {
    margin-bottom: 9px;
}

.warranty-repair .before-repair ol li:before {
    font-size: 18px;
}

.warranty-repair .documentation-examples-table {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .warranty-repair .documentation-examples-table {
        margin-top: 40px;
    }
}

.warranty-repair .documentation-examples-table thead td {
    min-width: 155px;
}

.warranty-repair .documentation-examples-table tr td.city,
.warranty-repair .documentation-examples-table tr td.website,
.warranty-repair .documentation-examples-table tr td .link.email {
    font-size: 12px;
}

.activity {
    padding-top: 8px;
}

.activity ul:not([class]) > li::before {
    top: 0.6em;
}

.activity .for {
    font-size: 12px;
    line-height: 15px;
}

.activity .for span {
    display: inline-block;
    padding-bottom: 4px;
    margin-right: 4px;
}

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

.activity .tags span {
    padding: 0 8px;
    margin-top: 4px;
    background-color: #e0f4ff;
    vertical-align: top;
    color: #545454;
}

.activity .tags span:last-of-type {
    margin-right: 0;
}

.activity .free-place {
    margin-top: 27px;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
}

.activity .free-place .count {
    display: inline-block;
    padding: 0 8px;
    background: #d8e0e4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.activity .free-place .total {
    font-weight: 400;
}

.activity .free-place .not {
    color: #dc3545;
}

.activity__head {
    margin-bottom: 54px;
}

@media (max-width: 767.98px) {
    .activity__head {
        margin-bottom: 30px;
    }
}

.activity__head .block-bordered {
    padding: 24px 34px 34px;
}

@media (max-width: 767.98px) {
    .activity__head .block-bordered {
        padding: 16px 16px 24px;
    }
}

.activity__head .date-block {
    margin-top: 12px;
    font-size: 18px;
    line-height: 20px;
}

.activity__head .date-block .date {
    display: inline-block;
    margin-right: 16px;
    line-height: 22px;
}

@media (max-width: 575.98px) {
    .activity__head .date-block .date {
        margin-bottom: 6px;
    }
}

.activity__head .date-block .feature {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 5px;
    padding: 0px 7px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    border: 2px solid #6bfc00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    vertical-align: top;
}

.activity__head .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    .activity__head .title {
        font-size: 26px;
        line-height: 33px;
        word-break: break-word;
    }
}

.activity__head p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 25px;
}

.activity__head .btn {
    margin-top: 18px;
}

.activity__list {
    margin-top: 6px;
    background-color: #f2f2f2;
    padding: 31px 0;
}

.activity__list .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 25px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.activity__list .item:hover {
    -webkit-box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0px 7px 30px rgba(171, 177, 184, 0.8);
}

.activity__list .item header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.activity__list .item .date {
    padding: 8px 6px;
    margin-top: -20px;
    margin-right: -25px;
    background-color: #d8e0e4;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.activity__list .item .date.one-day {
    text-align: center;
}

.activity__list .item .date.one-day span {
    font-size: 26px;
    line-height: 26px;
    display: block;
}

.activity__list .item .date.interval {
    padding: 12px;
}

.activity__list .item .date.interval div {
    white-space: nowrap;
}

.activity__list .item .date.interval span {
    font-size: 16px;
    line-height: 16px;
}

.activity__list .item .for {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 10px;
}

.activity__list .item .for span {
    margin-right: 12px;
}

.activity__list .item .for .tags {
    font-size: 10px;
}

.activity__list .item .body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.activity__list .item .type {
    margin-top: 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
}

.activity__list .item .title {
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.activity__list .item p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 18px;
}

.activity__list .item .free-place {
    margin-top: 7px;
    font-size: 15px;
    max-width: 100%;
}

.activity__list .item .info {
    font-size: 12px;
    line-height: 15px;
    max-width: 100%;
}

.activity__list .item .btn {
    margin-top: 14px;
    padding: 10px 32px;
}

.activity__list .show-more {
    margin-top: 29px;
}

.activity__list .show-more .btn {
    padding: 10px 84px;
}

@media (max-width: 575.98px) {
    .activity__list .show-more .btn {
        padding: 10px;
        width: 100%;
    }
}

.activity__about {
    margin-top: 70px;
}

@media (max-width: 991.98px) {
    .activity__about {
        margin-top: 40px;
    }
}

.activity__about .block-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}

@media (max-width: 767px) {
    .activity__about .block-title {
        font-size: 26px;
        line-height: 33px;
    }
}

.activity__about .info {
    margin: 0 15px;
}

.activity__about .info p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
}

.activity__about .info .location {
    margin-top: 24px;
    padding: 20px 30px;
    background-color: #f2f2f2;
    font-size: 15px;
    line-height: 25px;
}

.activity__about .info .location .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.activity__about .info .location p {
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 25px;
}

.activity__about .info .location p:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 5px;
    font-size: 17px;
    color: #004eb1;
}

.activity__about .info .location p a {
    display: inline-block;
}

.activity__about .contact {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 350px;
    margin: 0 15px;
    padding: 22px 26px 16px;
}

@media (max-width: 767.98px) {
    .activity__about .contact {
        width: calc(100% - 30px);
        margin-top: 40px;
    }
}

.activity__about .contact .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.activity__about .contact .person {
    margin-top: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .activity__about .contact .person {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.activity__about .contact .person__photo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    margin-right: 20px;
    overflow: hidden;
}

.activity__about .contact .person__photo img {
    width: 100%;
}

.activity__about .contact .person__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: -3px;
}

@media (max-width: 575.98px) {
    .activity__about .contact .person__name {
        margin-top: 10px;
    }
}

.activity__about .contact .person__position {
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.activity__about .contact .person .phone {
    margin-top: 9px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.activity__about .contact .person .phone a {
    color: #000;
}

.activity__about .contact .person .phone a:hover {
    color: #92c73c;
}

.activity__about .contact .person .email a {
    word-wrap: break-word;
}

.activity__stages .stage {
    margin-top: 88px;
}

@media (max-width: 991.98px) {
    .activity__stages .stage {
        margin-top: 40px;
    }
}

.activity__stages .stage .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .activity__stages .stage .title {
        font-size: 26px;
        line-height: 33px;
    }
}

.activity__stages .stage .title-description {
    font-size: 17px;
    line-height: 25px;
    padding-left: 36px;
}

@media (max-width: 767.98px) {
    .activity__stages .stage .title-description {
        padding-left: 0;
    }
}

.activity__stages .stage .title a {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.activity__stages .stage .title a span {
    margin-left: 6px;
}

.activity__stages .stage .title a span:before {
    font-size: 12px;
}

.activity__stages .stage ul {
    margin-top: 19px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
}

.activity__stages .stage ul li {
    margin-bottom: 10px;
}

.activity__stages .stage p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
}

.activity__stages .stage__media {
    margin-top: 10px;
    max-height: 100%;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .activity__stages .stage__media {
        margin-top: 30px;
    }
}

.activity__stages .stage__media .popup-video__caption a {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.activity__stages .stage__media a.icon-youtube:before {
    font-size: 15px;
    margin-right: 6px;
    color: #f00;
}

.activity__stages .stage.distance p {
    margin-top: 17px;
}

.activity__stages .stage.distance ul {
    margin-top: 12px;
}

.activity__stages .stage__link {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.activity__stages .stage.certification .title {
    margin-bottom: 10px;
}

.activity__stages .stage.certification p {
    margin-top: 6px;
    margin-bottom: 0;
}

.activity__stages .stage.certification h5 {
    margin-top: 30px;
    margin-bottom: 0;
}

.activity__stages .stage .certificate {
    max-width: 195px;
    margin: 10px auto 0;
}

@media (max-width: 767.98px) {
    .activity__stages .stage .certificate {
        margin-top: 30px;
    }
}

.activity__stages .stage .certificate img {
    width: 100%;
}

.activity__info {
    margin-top: 64px;
    padding: 26px 36px 19px 0px;
}

@media (max-width: 1199.98px) {
    .activity__info {
        padding: 25px;
    }
}

@media (max-width: 767.98px) {
    .activity__info p {
        font-size: 13px;
        line-height: 22px;
    }
}

.activity__info .icon-activity-certificate {
    margin-left: 22px;
    margin-top: 15px;
}

@media (max-width: 1199.98px) {
    .activity__info .icon-activity-certificate {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .activity__info .icon-activity-certificate {
        margin-bottom: 25px;
        margin-top: 0;
    }
}

.activity__map {
    margin-top: 40px;
    width: 100%;
    height: 360px;
}

.activity__map .map-block {
    height: 100%;
}

.activity .activity-gallery__wrapper {
    height: 135px;
    margin: 42px auto 0;
    overflow: hidden;
    position: relative;
}

.activity .activity-gallery__wrapper .arrow {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.activity .activity-gallery__wrapper .arrow:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.activity .activity-gallery__wrapper .arrow-left {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.activity .activity-gallery__wrapper .arrow-right {
    right: 0;
}

.activity .activity-gallery__wrapper .arrow:before {
    font-size: 26px;
    color: #004eb1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.activity .activity-gallery__content {
    width: 100%;
    height: 100%;
}

.activity .activity-gallery__content a {
    display: inline-block;
    height: 100%;
    margin: 0 11px;
}

.activity .activity-gallery__content a img {
    height: 100%;
    width: auto;
}

.activity-detail__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 28px 16px;
}

@media (max-width: 767.98px) {
    .activity-detail__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
}

.activity-detail__head .date {
    max-width: 295px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.activity-detail__head .date__text {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}

.activity-detail__head .date__text span {
    display: block;
    font-weight: 700;
    font-size: 22px;
}

.activity-detail__head .date .feature {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 5px;
    padding: 0px 7px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    border: 2px solid #6bfc00;
    vertical-align: top;
}

.activity-detail__head .description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .activity-detail__head .description {
        margin-top: 30px;
    }
}

.activity-detail__head .description p {
    margin-bottom: 3px;
}

.activity-detail__head .join {
    width: 220px;
}

@media (max-width: 767.98px) {
    .activity-detail__head .join {
        margin-top: 30px;
    }
}

.activity-detail__head .join .btn {
    padding: 15px 47px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.activity-detail__head .join .free-place {
    margin-top: 12px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.activity-detail__head .join .free-place .count {
    display: inline-block;
    padding: 0 8px;
    background: #d8e0e4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.activity-detail__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    .activity-detail__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.activity-detail .body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}

@media (max-width: 1199.98px) {
    .activity-detail .body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 72%;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
}

@media (max-width: 991.98px) {
    .activity-detail .body {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%;
    }
}

.activity-detail .sidebar {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 1199.98px) {
    .activity-detail .sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}

@media (max-width: 991.98px) {
    .activity-detail .sidebar {
        margin-top: 40px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%;
    }
}

.activity-detail .contact {
    padding: 15px 19px 16px;
}

.activity-detail .contact .title {
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.activity-detail .contact .person {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.activity-detail .contact .person__photo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    width: 65px;
    height: 65px;
}

.activity-detail .contact .person__photo img {
    width: 100%;
}

.activity-detail .contact .person__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: -3px;
}

@media (max-width: 575.98px) {
    .activity-detail .contact .person__name {
        margin-top: 10px;
    }
}

.activity-detail .contact .person__position {
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.activity-detail .contact .phone {
    margin-top: 15px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.activity-detail .contact .phone a {
    color: #000;
}

.activity-detail .contact .phone a:hover {
    color: #92c73c;
}

.activity-detail .contact .email a {
    word-wrap: break-word;
}

.activity-detail .timetable {
    margin-top: 50px;
    max-width: 100%;
}

.activity-detail .timetable .title {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .activity-detail .timetable .panel {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .activity-detail .timetable .panel-heading {
        padding-left: 31px;
    }
}

.activity-detail .timetable .panel-group {
    margin-top: 20px;
}

.activity-detail .timetable table {
    margin-top: 4px;
}

.activity-detail .timetable table tr {
    border-bottom: 1px solid #d8e0e4;
}

.activity-detail .timetable table tbody tr td.time {
    padding: 8px;
    min-width: 130px;
    font-weight: 700;
}

.activity-detail .timetable table tbody tr td.description {
    padding: 8px;
    min-width: 300px;
}

.activity-detail .feedback-form {
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    .activity-detail .feedback-form {
        margin-top: 40px;
    }
}

.activity-detail .feedback-form header {
    padding: 27px 30px 8px;
}

.activity-detail .feedback-form__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

.activity-detail .feedback-form .alert-info {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.activity-detail .feedback-form .alert-info:before {
    color: #fff;
    font-size: 21px;
}

.activity-detail .feedback-form .checkbox-group {
    margin-top: 0;
}

.activity-detail .feedback-form .checkbox-group .form-group label {
    margin-bottom: 3px;
}

.activity-detail .feedback-form .checkbox-group .form-group label span {
    font-size: 15px;
}

.activity-detail .feedback-form .btn {
    margin-top: -12px;
    padding: 13px 50px;
}

.activity-detail .location {
    margin-top: 50px;
}

.activity-detail .location .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.activity-detail .location p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
}

.activity-detail .activity__map {
    margin-top: 14px;
    height: 255px;
}

.certificate-example {
    margin-top: 50px;
    padding: 20px;
    background-color: #f2f2f2;
}

@media (max-width: 991.98px) {
    .certificate-example {
        margin-top: 40px;
    }
}

.certificate-example .title {
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.certificate-example p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 18px;
}

.certificate-example a.gallery {
    margin-top: 16px;
    max-width: 100%;
    height: 165px;
}

.certificate-example a.gallery img {
    width: auto;
    height: 100%;
}

.search-results__title {
    margin-top: 33px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}

.search-results__form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-results__form:before {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 22px;
    color: #4d4d4d;
}

.search-results__form input {
    margin-right: -25px;
    padding-left: 36px;
    padding-right: 54px;
}

.search-results__form .btn {
    padding: 0 52px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .search-results__form .btn {
        padding: 0 20px;
    }
}

@media (max-width: 575.98px) {
    .search-results__form .btn.text {
        display: none;
    }
}

.search-results__form .btn.icon-search {
    display: none;
}

.search-results__form .btn.icon-search:before {
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .search-results__form .btn.icon-search {
        display: inline-block;
    }
}

.search-results__form span.icon-close {
    position: absolute;
    top: 7px;
    right: 174px;
}

@media (max-width: 575.98px) {
    .search-results__form span.icon-close {
        right: 72px;
    }
}

.search-results__form span.icon-close:before {
    color: #808080;
}

.search-results__pages {
    margin-top: 3px;
    font-size: 17px;
}

.search-results .result {
    margin-top: 27px;
    display: inline-block;
}

.search-results .result__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .search-results .result__title {
        font-size: 17px;
    }
}

.search-results .result__body {
    margin-top: 4px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

@media (max-width: 767.98px) {
    .search-results .result__body {
        font-size: 13px;
        line-height: 24px;
    }
}

.search-results .result__changed {
    margin-top: 3px;
    font-size: 12px;
    color: #808080;
}

.search-results .result span {
    background-color: #6bfc00;
}

.search-results .pagination-block {
    margin-top: 50px;
    margin-bottom: 0;
}

.certificates .pagination-block {
    margin-top: 60px;
}

.certificates .certificate {
    margin-top: 40px;
}

.certificates .certificate__image {
    height: 280px;
    border: 3px solid #f2f2f2;
}

.certificates .certificate__image img {
    max-height: 100%;
    width: auto;
}

.certificates .certificate__image-cap {
    width: 212px;
    height: 280px;
    border: 3px solid #f2f2f2;
    background-image: url(/local/templates/parsec/images/cap.svg);
    -webkit-background-size: 155px 74px;
    background-size: 155px 74px;
    background-repeat: no-repeat;
    background-position: center;
}

.certificates .certificate__title {
    margin-top: 15px;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.certificates .certificate__title:hover {
    color: #92c73c;
}

.certificates .certificate__description {
    margin-top: 12px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.certificates .certificate .download-file-noformat {
    margin-top: 12px;
}

.certificates .certificate .tags {
    margin-top: 12px;
}

.materials .nav-tabs {
    margin-top: 20px;
}

.materials .product-download {
    margin-top: 38px;
}

.materials .feedback-form {
    margin-top: 28px;
}

.services {
    margin-top: 74px;
    margin-bottom: -100px;
}

.project .services .service {
    padding-bottom: 0px;
}

.service__body__column {
    display: flex;
    flex-direction: column;
}

.service__body__column .service__body__bottom {
    display: flex;
    flex: 1;
    align-items: flex-end;
}


@media (max-width: 767.98px) {
    .services {
        margin-top: 40px;
        margin-bottom: 0;
    }
}

.services__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 75px;
}

.services__title h2 {
    margin: 0 15px 0 0;
    vertical-align: baseline;
}

.services__title h2 span {
    margin-left: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    vertical-align: baseline;
}

@media (max-width: 767.98px) {
    .services__title h2 span {
        display: block;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .services__title h2 {
        margin: 0px 15px 10px 0;
    }
}

@media (max-width: 991.98px) {
    .services__title h2 {
        margin-top: 0;
    }
}

.services__title p {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .services__title p {
        line-height: 18px;
    }
}

@media (max-width: 767.98px) {
    .services__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }
}

.services__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -60px;
}

@media (max-width: 767.98px) {
    .services__list {
        margin-bottom: -44px;
    }
}

.services .service {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-bottom: 100px;
    padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .services .service {
        width: 48%;
    }
}

@media (max-width: 767.98px) {
    .services .service {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .services .service :last-child {
        margin-bottom: 0;
    }
}

.services .service:nth-child(2).last .top-left-angle,
.services .service:nth-child(2).last .horizontal-line {
    display: none;
}

.services .service:nth-child(3).last .bottom-left-angle,
.services .service:nth-child(3).last .vertical-line,
.services .service:nth-child(3).last .horizontal-line {
    display: none;
}

.services .service:nth-child(4).last .bottom-left-angle,
.services .service:nth-child(4).last .vertical-line,
.services .service:nth-child(4).last .horizontal-line {
    display: none;
}

@media (max-width: 1199.98px) {
    .services .service:nth-child(4).last .vertical-line {
        display: block;
    }
}

.services .service:nth-child(5).last .top-left-angle,
.services .service:nth-child(5).last .horizontal-line {
    display: none;
}

@media (max-width: 1199.98px) {
    .services .service:nth-child(5).last .top-left-angle {
        display: block;
    }

    .services .service:nth-child(5).last .vertical-line,
    .services .service:nth-child(5).last .bottom-right-angle {
        display: none;
    }
}

.services .service__icon {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.services .service__icon img {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .services .service__icon {
        width: 60px;
    }
}

.services .service__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .services .service__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}

.services .service ul:not([class]) > li::before {
    top: 0.5em;
}

.services .service ul {
    margin-bottom: 0;
}

.services .service ul li {
    margin: 0 0 9px;
    line-height: 19px;
}

.services .service ul li:last-of-type {
    margin-bottom: 0;
}

.services .service .bottom-left-angle,
.services .service .bottom-right-angle,
.services .service .top-left-angle,
.services .service .top-right-angle {
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.services .service .gray-border-arrow {
    position: absolute;
    width: 6px;
    height: 5px;
    background-image: url(/local/templates/parsec/./images/gray-border-arrow.svg);
    background-repeat: no-repeat;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .services .service .gray-border-arrow {
        display: none;
    }
}

.services .service .bottom-left-angle {
    background-image: url(/local/templates/parsec/./images/gray-border-left-angle.svg);
    background-color: #fff;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services .service .bottom-left-angle {
        display: none;
    }
}

.services .service .top-right-angle {
    background-image: url(/local/templates/parsec/./images/gray-border-left-angle.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #fff;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services .service .top-right-angle {
        display: none;
    }
}

.services .service .bottom-right-angle {
    background-image: url(/local/templates/parsec/./images/gray-border-right-angle.svg);
    background-color: #fff;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services .service .bottom-right-angle {
        display: none;
    }
}

.services .service .top-left-angle {
    background-image: url(/local/templates/parsec/./images/gray-border-right-angle.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #fff;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services .service .top-left-angle {
        display: none;
    }
}

.services .service .vertical-line {
    position: absolute;
    width: 1px;
    background-image: url(/local/templates/parsec/./images/gray-border-vertical-line.svg);
    background-repeat: repeat-y;
    background-position: 0 100%;
}

@media (max-width: 767.98px) {
    .services .service .vertical-line {
        display: none;
    }
}

.services .service .horizontal-line {
    position: absolute;
    height: 1px;
    background-image: url(/local/templates/parsec/./images/gray-border-horizontal-line.svg);
    background-repeat: repeat-x;
}

@media (max-width: 767.98px) {
    .services .service .horizontal-line {
        display: none;
    }
}

.services .service__technical-task .bottom-left-angle {
    left: 30px;
    bottom: 0;
}

.services .service__technical-task .vertical-line {
    top: 120px;
    left: 30px;
    bottom: 25px;
}

.services .service__technical-task .horizontal-line {
    bottom: 0;
    left: 55px;
    right: -62px;
}

.services .service__specification .top-left-angle {
    top: -40px;
    left: 30px;
}

.services .service__specification .horizontal-line {
    top: -40px;
    left: 55px;
    right: -74px;
}

@media (max-width: 1199.98px) {
    .services .service__specification .horizontal-line {
        right: 0px;
    }
}

.services .service__specification .vertical-line {
    left: 30px;
    top: 132px;
    bottom: 25px;
}

.services .service__specification .bottom-right-angle {
    bottom: 0;
    left: 6px;
}

.services .service__specification .gray-border-arrow {
    top: 128px;
    left: 27px;
}

.services .service__documentation .top-right-angle {
    top: -40px;
    left: 17px;
}

@media (max-width: 1199.98px) {
    .services .service__documentation .top-right-angle {
        left: 0;
    }
}

.services .service__documentation .gray-border-arrow {
    top: -12px;
    left: 39px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
    .services .service__documentation .gray-border-arrow {
        left: 22px;
    }
}

.services .service__documentation .vertical-line {
    top: 124px;
    left: 41px;
    bottom: 25px;
}

@media (max-width: 1199.98px) {
    .services .service__documentation .vertical-line {
        left: 24px;
    }
}

.services .service__documentation .bottom-left-angle {
    bottom: 0;
    left: 41px;
}

@media (max-width: 1199.98px) {
    .services .service__documentation .bottom-left-angle {
        left: 24px;
    }
}

.services .service__documentation .horizontal-line {
    left: 66px;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .services .service__documentation .horizontal-line {
        left: 48px;
        right: -55px;
    }
}

.services .service__montage .top-right-angle {
    left: 18px;
    top: -58px;
}

@media (max-width: 1199.98px) {
    .services .service__montage .top-right-angle {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        top: auto;
        bottom: 0;
        left: 16px;
    }
}

.services .service__montage .gray-border-arrow {
    left: 40px;
    top: -30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
    .services .service__montage .gray-border-arrow {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        top: 100px;
        left: 37px;
    }
}

.services .service__montage .bottom-left-angle {
    left: 40px;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .services .service__montage .bottom-left-angle {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: -40px;
        bottom: 80px;
        left: 37px;
    }
}

.services .service__montage .vertical-line {
    top: 103px;
    left: 40px;
    bottom: 25px;
}

.services .service__montage .horizontal-line {
    bottom: 0;
    left: 65px;
    right: -64px;
}

@media (max-width: 1199.98px) {
    .services .service__montage .horizontal-line {
        top: -40px;
        bottom: auto;
        right: 0px;
    }
}

.services .service__montage .top-left-angle {
    display: none;
}

.services .service__montage .bottom-right-angle {
    display: none;
}

.services .service__debugging .bottom-right-angle {
    bottom: 0;
    left: 6px;
}

@media (max-width: 1199.98px) {
    .services .service__debugging .bottom-right-angle {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 25px;
    }
}

.services .service__debugging .vertical-line {
    top: 120px;
    bottom: 25px;
    left: 30px;
}

@media (max-width: 1199.98px) {
    .services .service__debugging .vertical-line {
        left: 25px;
    }
}

.services .service__debugging .gray-border-arrow {
    top: 115px;
    left: 27px;
}

@media (max-width: 1199.98px) {
    .services .service__debugging .gray-border-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: -24px;
        left: 22px;
    }
}

.services .service__debugging .top-left-angle {
    top: -47px;
    left: 30px;
}

@media (max-width: 1199.98px) {
    .services .service__debugging .top-left-angle {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        left: 0px;
    }
}

.services .service__debugging .horizontal-line {
    top: -47px;
    left: 55px;
    right: -75px;
}

@media (max-width: 1199.98px) {
    .services .service__debugging .horizontal-line {
        top: auto;
        bottom: 0;
    }
}

.services .service__maintenance .top-right-angle {
    top: -47px;
    left: 18px;
}

@media (max-width: 1199.98px) {
    .services .service__maintenance .top-right-angle {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        top: auto;
        bottom: 0;
    }
}

.services .service__maintenance .gray-border-arrow {
    top: -18px;
    left: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
    .services .service__maintenance .gray-border-arrow {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        top: 120px;
        left: 39px;
    }
}

@media (max-width: 1199.98px) {
    .services .service__maintenance .vertical-line {
        display: block;
        left: 42px;
        top: 120px;
        bottom: 24px;
    }
}

@media (max-width: 991.98px) {
    .services .service__maintenance .vertical-line {
        display: block;
        left: 42px;
        top: 120px;
        bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .services .service__maintenance .vertical-line {
        display: none;
    }
}

.archive .pagination-block {
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    .archive {
        margin-top: 30px;
    }
}

.archive-list {
    margin-top: -10px;
}

@media (max-width: 991.98px) {
    .archive-list {
        margin-top: 0;
    }
}

.archive-list .item {
    margin-top: 49px;
}

@media (max-width: 991.98px) {
    .archive-list .item {
        margin-top: 30px;
    }
}

.archive-list .photo {
    display: inline-block;
    height: 90px;
}

.archive-list .photo img {
    max-height: 100%;
    width: auto;
}

.archive-list .title {
    margin-top: 12px;
    display: block;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.archive-list .description {
    font-size: 15px;
    line-height: 25px;
}

.footer {
    margin-top: 50px;
    border-top: 1px solid #d8e0e4;
}

.footer a[href^="tel:"] {
    white-space: nowrap;
}

.footer h6 {
    margin-top: 0;
    margin-bottom: 16px;
}

.footer-top {
    padding-top: 26px;
    padding-bottom: 14px;
    background-color: #f2f2f2;
}

.footer-nav {
    font-size: 12px;
    line-height: 15px;
    list-style: none;
    padding: 0;
}

.footer-nav li {
    margin-bottom: 15px;
}

.footer .support {
    margin-bottom: 23px;
}

.footer .support__title {
    font-size: 16px;
    margin-bottom: 7px;
}

.footer .support__number {
    font-weight: 600;
    font-size: 19px;
}

.footer .support__number a {
    color: #101010;
    white-space: nowrap;
}

.footer .support__description {
    font-size: 12px;
    margin-bottom: 3px;
}

.footer .address__title {
    margin-bottom: 4px;
}

.footer .address span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 400;
}

.footer .address__text {
    margin-bottom: 20px;
}

.footer .social-links h6 {
    margin-bottom: 12px;
}

.footer .social-links .social-link {
    margin-right: 2px;
}

.footer-bottom {
    padding: 6px 0;
    background-color: #343434;
    font-size: 12px;
}

.footer-bottom .page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-bottom a {
    color: #fff;
    margin-right: 40px;
}

.footer-bottom a:last-of-type {
    margin-left: auto;
    margin-right: 0;
}

.footer-bottom a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-bottom a:active, .footer-bottom a:focus {
    text-decoration: underline;
    color: #fff;
}

.footer-bottom .col-lg-auto {
    padding-right: 39px;
}

.footer-bottom .col-lg-auto.last {
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .footer-bottom .row .col-12 {
        padding: 1px 15px;
    }
}

.parsec-net3-integration {
    padding-top: 7px;
}

@media (max-width: 767.98px) {
    .parsec-net3-integration {
        padding-top: 0;
    }
}

.parsec-net3-integration .integration-links .integration-links__text {
    max-width: 95%;
}

@media (max-width: 991.98px) {
    .parsec-net3-integration .integration-links .integration-links__text {
        max-width: none;
        margin-bottom: 30px;
    }
}

.parsec-net3-integration .integration-links .integration-links__section {
    margin-bottom: 23px;
}

.parsec-net3-integration .integration-links .integration-links__title {
    margin: 0 0 2px;
}

.parsec-net3-integration .integration-links .integration-links__item a:before {
    vertical-align: top;
    font-size: 12px;
    margin-right: 7px;
}

.parsec-net3-integration .feedback-form {
    margin-top: 53px;
}

@media (min-width: 992px) {
    .parsec-net3-integration .feedback-form header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .parsec-net3-integration .feedback-form .feedback-form__body {
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 31px;
    }
}

@media (min-width: 768px) {
    .parsec-net3-integration .feedback-form .feedback-form__text {
        margin-bottom: -10px;
    }
}

@media (max-width: 991.98px) {
    .parsec-net3-integration .feedback-form {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .parsec-net3-integration .feedback-form {
        margin-top: 30px;
    }
}

.parsec-net3-integration .feedback-form .feedback-form__body textarea {
    height: 100px;
}

.parsec-net3-integration .feedback-form .feedback-form__checkboxes {
    margin-top: -6px;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .parsec-net3-integration .feedback-form .feedback-form__checkboxes {
        margin-top: 0;
    }
}

.parsec-net3-integration .feedback-form .btn-lg {
    min-width: 219px;
}

.parsec-net3-integration .integration-text {
    margin-top: -3px;
}

.parsec-net3-integration .integration-text .integration-text__section {
    margin-top: 62px;
}

@media (max-width: 991.98px) {
    .parsec-net3-integration .integration-text .integration-text__section {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .parsec-net3-integration .integration-text .integration-text__section {
        margin-top: 30px;
    }
}

.parsec-net3-integration .integration-text h3 {
    color: #000;
    margin: 0 0 8px;
}

.parsec-net3-integration .integration-text .lead {
    margin-bottom: 14px;
}

.parsec-net3-integration .integration-text p {
    max-width: 95%;
}

@media (max-width: 991.98px) {
    .parsec-net3-integration .integration-text p {
        max-width: none;
    }
}

.parsec-net3-integration .integration-text ul:not([class]) {
    margin-bottom: 7px;
}

.parsec-net3-integration .integration-text ul:not([class]) > li {
    margin-bottom: 7px;
}

.parsec-net3-integration .integration-text img {
    width: 100%;
    max-width: 100%;
    margin: 6px 0 12px;
}

.parsec-net3-integration .back-link {
    margin-top: 44px;
}

@media (max-width: 767.98px) {
    .parsec-net3-integration .back-link {
        margin-top: 30px;
    }
}

.parsec-net3-integration .more-integrations {
    margin-top: 58px;
    margin-bottom: 19px;
}

@media (max-width: 767.98px) {
    .parsec-net3-integration .more-integrations {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

.parsec-net3-integration .more-integrations .more-integrations__title {
    color: #000;
    margin: 0;
}

.parsec-net3-integration .integrations-item {
    display: block;
    height: 100%;
    padding: 17px 18px 26px;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.parsec-net3-integration .integrations-item:hover {
    -webkit-box-shadow: 0 7px 30px rgba(171, 177, 184, 0.8);
    box-shadow: 0 7px 30px rgba(171, 177, 184, 0.8);
}

.parsec-net3-integration .integrations-item .integrations-item__title {
    margin: 0;
}

.parsec-net3-integration .integrations-item .integrations-item__text {
    color: #101010;
    margin-top: 6px;
}

.account .pagination-block {
    margin-bottom: 0;
}

.profile-info-edit .form-group {
    margin-bottom: 30px;
}

.profile-info-edit .btn {
    margin-top: 20px;
    padding: 12px 30px;
}

.profile-photo-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .profile-photo-edit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile-photo-edit .photo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    .profile-photo-edit .photo {
        margin: 0 auto;
        text-align: center;
    }
}

.profile-photo-edit .photo__image {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.profile-photo-edit .photo__remove {
    display: inline-block;
    margin-top: 14px;
    color: #004eb1;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.profile-photo-edit .photo__remove:before {
    color: #808080;
    font-size: 16px;
    margin-right: 5px;
    color: #004eb1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.profile-photo-edit .photo__remove:hover {
    color: #92c73c;
}

.profile-photo-edit .photo__remove:hover:before {
    color: #92c73c;
}

.profile-photo-edit .photo-upload {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 575.98px) {
    .profile-photo-edit .photo-upload {
        margin-top: 30px;
    }
}

.profile-photo-edit .photo-upload h4 {
    margin-top: 0;
}

.profile-photo-edit .photo-upload form {
    margin-top: 20px;
}

.profile-photo-edit .photo-upload form .file-drop-zone-title {
    font-size: 12px;
    line-height: 15px;
}

.profile-photo-edit .photo-upload form .submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-photo-edit .photo-upload form .submit-button .fake-button {
    height: 40px;
    min-width: 160px;
}

.calculation-table {
    margin-top: 20px;
}

.calculation-table .id {
    min-width: 140px;
}

.calculation-table .date {
    min-width: 160px;
}

.calculation-table .title {
    min-width: 290px;
}

.calculation-table .count {
    min-width: 100px;
}

.calculation-table .price {
    min-width: 150px;
}

.calculation-table .action {
    min-width: 85px;
}

.calculation-table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.calculation-table tbody tr td {
    padding: 16px 12px;
}

.calculation-table tbody tr td.title {
    font-size: 15px;
    line-height: 18px;
}

.calculation-table tbody tr td.price {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    min-width: 150px;
}

.calculation-table tbody tr td.action {
    text-align: right;
}

.calculation-table tbody tr td.action a:before {
    font-size: 12px;
}

.auth .form-group {
    max-width: 540px;
    margin-bottom: 30px;
}

.auth .submit-button {
    margin-top: 24px;
}

.auth .login-link {
    display: block;
    margin-top: 22px;
}

.auth .alert {
    margin-top: 16px;
}

.login {
    max-width: 540px;
    padding-top: 8px;
}

.login .recovery-password {
    margin-top: -30px;
    font-size: 12px;
}

.login .submit-button .btn {
    padding: 10px 52px;
}

.password-recovery .text {
    margin-bottom: 26px;
}

.password-recovery .form-group {
    margin-top: 10px;
}

.password-recovery .submit-button .btn {
    padding: 12px 28px;
}

.password-change {
    padding-top: 8px;
}

.password-change .submit-button .btn {
    padding: 12px 22px;
}

.signup h5 {
    margin-top: 0;
}

.signup .form-group {
    max-width: 100%;
}

.signup input[type='checkbox'] + span {
    font-size: 12px;
    line-height: 15px;
}

.signup .capcha img {
    max-width: 100%;
}

.signup .checkboxes .form-group {
    margin-bottom: 10px;
}

.page-not-found p {
    font-size: 17px;
    line-height: 25px;
}

.page-not-found .bold {
    margin-top: 17px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.page-not-found ul {
    margin-bottom: 35px;
}

.page-not-found img {
    display: block;
    max-width: 100%;
    margin-top: -45px;
}

@media (max-width: 991.98px) {
    .page-not-found img {
        margin: 0 auto 40px;
    }
}

.page-not-found h2 {
    margin-top: 40px;
}

.configurator .alert {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 720px;
}

.configurator__description {
    margin-top: 24px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.configurator button {
    margin-top: 20px;
    padding: 8px 33px;
}

@media (max-width: 767.98px) {
    .configurator__image {
        display: none;
    }
}

.configurator__info {
    margin-top: 17px;
    font-size: 15px;
    line-height: 25px;
}

.configurator__info-item {
    margin-top: 9px;
}

.configurator__info-item span {
    font-weight: 700;
}

.configurator .feedback-form {
    margin-top: 60px;
}

.configurator .feedback-form .phone__number {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}

.configurator .feedback-form .phone__number:hover {
    color: #92c73c;
}

.configurator .feedback-form button {
    margin-top: 0;
    padding: 14px 26px;
}

.configurator .page-info__description {
    font-weight: 400;
}

.configurator-step-1 .configurator__image {
    margin-top: 15px;
}

@media (max-width: 991.98px) {
    .configurator-step-1 .configurator__image {
        margin-top: 47px;
    }
}

.configurator-step-3 .configurator__image {
    margin-top: 70px;
}

@media (max-width: 991.98px) {
    .configurator-step-3 .configurator__image {
        margin-top: 43px;
    }
}

.configurator-step-4 .configurator__image {
    margin-top: 108px;
}

@media (max-width: 991.98px) {
    .configurator-step-4 .configurator__image {
        margin-top: 43px;
    }
}

.configurator-step-5 .configurator__image {
    margin-top: 47px;
}

.configurator-step-5 .form-group {
    margin-top: 4px;
    margin-bottom: 0;
}

.configurator-step-5 .form-group label {
    margin-bottom: 9px;
}

.configurator-step-5 h5:first-child {
    margin-bottom: 24px;
}

.configurator-step-6 .configurator__image {
    margin-top: 64px;
}

.configurator-pdf {
    padding-bottom: 50px;
}

@media (max-width: 767.98px) {
    .configurator-pdf h3 {
        margin-top: 0;
    }
}

.configurator-pdf .configurator__image {
    margin-top: 64px;
}

.configurator-pdf .table td.price span:first-child {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, sans-serif;
    color: #101010;
}

.configurator-pdf .table td.price span:first-child:after {
    position: absolute;
    left: 0;
    bottom: 6px;
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background-color: #101010;
}

.configurator-pdf .table td.total-price {
    padding-top: 5px;
}

.configurator-pdf .table td.total-price span {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, sans-serif;
}

.configurator-pdf .table td.total-price span:after {
    position: absolute;
    left: 0;
    bottom: 6px;
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background-color: #101010;
}

.configurator-pdf .page-info.page-info_configurator-exports {
    background-image: none;
}

.configurator-pdf .page-info.page-info_configurator-exports .page-info__text {
    width: 100%;
}

.configurator-pdf .page-info.page-info_configurator-exports .page-info__text .page-info__title span > span {
    position: relative;
    font-family: Arial, sans-serif;
}

.configurator-pdf .page-info.page-info_configurator-exports .page-info__text .page-info__title span > span:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 9px;
    width: 8px;
    height: 3px;
    background-color: #fff;
}

.configurator-pdf .configurator__info-item {
    margin-top: 16px;
    line-height: 19px;
}

.radio-inline {
    padding-left: 28px;
    max-width: 350px;
}

.radio-inline label {
    display: inline-block;
    margin-right: 28px;
}

.radio-inline .counter {
    display: inline-block;
    width: 95px;
}

.small-caption.choice-block__caption,
.radio-inline .choice-block__caption {
	margin-top: 12px;
	font-size: 10px;
	line-height: 13px;
}

.radio-inline .choice-block__caption {
	margin-left: 0px;
}

.configurator-nav {
    margin-top: 36px;
    margin-bottom: -10px;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .configurator-nav {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 16px;
    }
}

.configurator-nav__item {
    position: relative;
    margin-left: -15px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    padding-left: 28px;
    line-height: 40px;
    border-top: 1px solid #d8e0e4;
    border-bottom: 1px solid #d8e0e4;
    border-left: 1px solid #d8e0e4;
    font-size: 12px;
    color: #000;
}

@media (max-width: 1199.98px) {
    .configurator-nav__item {
        padding-left: 20px;
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    .configurator-nav__item {
        display: none;
        margin-bottom: 0;
    }
}

.configurator-nav__item b {
    font-weight: 600;
    font-size: 16px;
    vertical-align: -1px;
    margin-right: 2px;
}

.configurator-nav__item:after {
    position: absolute;
    content: '';
    top: -1px;
    bottom: -1px;
    right: -15px;
    width: 16px;
    height: 44px;
    background-image: url(/local/templates/parsec/images/configurator-arrow.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.configurator-nav__item.active {
    background-color: #429ae7;
    border: 1px solid #429ae7;
    color: #fff;
}

.configurator-nav__item.active:after {
    background-image: url(/local/templates/parsec/images/configurator-arrow-active.svg);
    right: -16px;
}

@media (max-width: 991.98px) {
    .configurator-nav__item.active {
        display: block;
        -webkit-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
        max-width: 290px;
    }
}

.configurator-nav__item:first-child {
    padding-left: 20px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 1199.98px) {
    .configurator-nav__item:first-child {
        padding-left: 10px;
    }
}

.configurator-nav__item:last-child {
    border-right: 1px solid #d8e0e4;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    padding-right: 20px;
}

.configurator-nav__item:last-child:after {
    display: none;
}

@media (max-width: 1199.98px) {
    .configurator-nav__item:last-child {
        padding-right: 10px;
    }
}

.configurator-nav__item:not(:last-child) {
    margin-right: 15px;
}

.configurator-nav__item:nth-child(10) {
    z-index: 1;
}

.configurator-nav__item:nth-child(9) {
    z-index: 2;
}

.configurator-nav__item:nth-child(8) {
    z-index: 3;
}

.configurator-nav__item:nth-child(7) {
    z-index: 4;
}

.configurator-nav__item:nth-child(6) {
    z-index: 5;
}

.configurator-nav__item:nth-child(5) {
    z-index: 6;
}

.configurator-nav__item:nth-child(4) {
    z-index: 7;
}

.configurator-nav__item:nth-child(3) {
    z-index: 8;
}

.configurator-nav__item:nth-child(2) {
    z-index: 9;
}

.configurator-nav__item:nth-child(1) {
    z-index: 10;
}

.configurator-form {
    margin-top: 30px;
}

.configurator-form .form-group {
    margin-bottom: 30px;
}

.configurator-form .form-group .form-field {
    max-width: 350px;
}

@media (max-width: 767.98px) {
    .configurator-form .form-group .form-field {
        max-width: 100%;
    }
}

.configurator-form .form-group input[type="radio"] + span {
    padding: 0 0 0 28px;
}

.configurator-form label {
    margin-bottom: 6px;
}

.configurator-form__checkboxes .form-group {
    margin-bottom: 5px;
}

.configurator-form__checkboxes .form-group input[type="checkbox"] + span {
    font-size: 12px;
    line-height: 15px;
}

.configurator-form .radio-caption {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.choice-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .choice-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.choice-block__image {
    margin-top: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 33px;
    width: 160px;
    height: 160px;
    padding: 5px;
    border: 1px solid #e9eff2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    line-height: 140px;
}

.choice-block__image img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 575.98px) {
    .choice-block__image {
        width: 100%;
        max-width: 320px;
        height: 300px;
        line-height: 285px;
        pointer-events: none;
        cursor: default;
    }
}

.choice-block__body {
    margin-top: 15px;
}

.choice-block__body .form-group {
    margin-bottom: 0;
}

.choice-block__body .counter {
    margin-left: 28px;
    margin-top: 8px;
    width: 95px;
}

.choice-block__caption {
    margin-left: 28px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.choice-block__alert {
    display: inline-block;
    max-width: 420px;
    font-size: 10px;
    line-height: 13px;
    color: #dc3545;
}

.aside-form {
    position: fixed;
    right: -600px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100vh;
    background-color: #fff;
    max-width: 580px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 1100;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    overflow: auto;
}

.aside-form.success {
    top: 16%;
}

@media (max-width: 575.98px) {
    .aside-form {
        display: none;
        top: 0;
        height: 100vh;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-overflow-scrolling: touch;
    }
}

.aside-form.active {
    right: 0px;
}

.aside-form__header {
    position: relative;
    padding: 24px 50px 24px 40px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    background-color: #004eb1;
}

@media (max-width: 575.98px) {
    .aside-form__header {
        padding: 20px 50px 20px 20px;
    }
}

.aside-form__header .icon-close {
    position: absolute;
    right: 18px;
    top: 22px;
    color: #fff;
}

@media (max-width: 575.98px) {
    .aside-form__header .icon-close {
        top: 18px;
    }
}

.aside-form__header .icon-close:before {
    font-size: 28px;
}

.aside-form__body {
    padding: 20px 40px 30px;
}

@media (max-width: 575.98px) {
    .aside-form__body {
        padding: 20px 20px 30px;
    }
}

.aside-form__body p {
    font-size: 15px;
    line-height: 18px;
}

.aside-form__body a {
    display: inline-block;
    margin-top: 6px;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.aside-form__body a:hover {
    color: #92c73c;
}

.aside-form__body form {
    margin-top: 27px;
}

.aside-form__body form .form-group {
    margin-bottom: 30px;
}

.aside-form__body form input[type="checkbox"] + span {
    font-size: 12px;
    line-height: 15px;
}

.aside-form__body form button {
    margin-top: 0;
    padding: 13px 50px;
}

.aside-form-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    position: fixed;
    top: 100px;
    right: -15px;
    background-color: #004eb1;
    width: 170px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    margin-right: 10px;
    z-index: 101;
}

.aside-form-open:before {
    margin-right: 10px;
    font-size: 20px;
}

@media (max-width: 575.98px) {
    .aside-form-open {
        display: none;
    }
}

.configurator .table {
    margin-top: 22px;
}

.configurator .table tr:last-child td {
    padding-bottom: 0;
}

.configurator .table tr:hover {
    background-color: #fff;
}

.configurator .table td {
    padding: 0 14px 44px 0;
}

.configurator .table td:last-child {
    padding-right: 0;
}

.configurator .table td.image {
    min-width: 95px;
    padding-top: 6px;
}

.configurator .table td.image a {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.configurator .table td.image img {
    width: 80px;
    height: 80px;
    border: 1px solid #e9eff2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain;
}

.configurator .table td.counter {
    padding-top: 5px;
    width: 107px;
    min-width: 107px;
}

.configurator .table td.count {
    padding-top: 5px;
    width: 90px;
    min-width: 90px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.configurator .table .product {
    width: 170px;
    min-width: 170px;
    line-height: 20px;
    padding-right: 10px;
}

.configurator .table .product__type {
    font-size: 15px;
    line-height: 25px;
    color: #808080;
}

.configurator .table .product__title {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.configurator .table .product__additional-link {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
}

.configurator .table td.description {
    width: 100%;
    min-width: 250px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.configurator .table td.description p {
    font-size: 12px;
    line-height: 15px;
}

.configurator .table td.description ul {
    font-size: 12px;
    line-height: 15px;
}

.configurator .table td.price {
    padding-top: 5px;
    width: 110px;
    min-width: 110px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.configurator .table td.price span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.configurator .table .total-price {
    padding-top: 17px;
    min-width: 88px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
}

.configurator .table .total-price span {
    white-space: nowrap;
}

.configurator .table .remove-link {
    text-align: center;
    line-height: 15px;
    padding-top: 17px;
}

.configurator .table .remove-link a {
    display: inline-block;
}

.configurator .table .remove-link a:hover span {
    opacity: 1;
}

.configurator .table .remove-link a:hover .icon-close {
    color: #92c73c;
}

.configurator .table .remove-link .icon-close {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.configurator .table .remove-link .icon-close:before {
    display: block;
    font-size: 15px;
}

.configurator .table .remove-link span {
    color: #b2b2b2;
    font-size: 12px;
    line-height: 15px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.configurator-result .alert {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .modal-auth {
        max-width: 600px;
    }
}

.modal-auth .auth {
    padding-top: 0;
    max-width: 490px;
    margin-top: -5px;
}

@media (max-width: 767px) {
    .modal-auth .auth .form-group .form-field label {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .modal-auth .auth .recovery-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal-auth .auth .recovery-password {
    font-size: 15px;
    text-align: right;
    padding-left: 245px;
    margin-top: -21px;
}

@media (max-width: 767px) {
    .modal-auth .auth .recovery-password {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        padding-left: 0;
        margin-top: 5px;
    }
}

.modal-auth .auth .submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .modal-auth .auth .submit-button {
        display: block;
        margin-top: 30px;
    }
}

.modal-auth .auth .submit-button .btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .modal-auth .auth .submit-button .btn {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .modal-auth .auth .submit-button .submit-button__text {
        margin-top: 5px;
    }
}

.modal-auth .modal-auth__text {
    margin-bottom: 20px;
}

.modal-auth .auth-soc {
    margin-top: 36px;
}

.modal-auth .auth-soc .auth-soc__title {
    font-weight: 700;
    margin-bottom: 12px;
}

.modal-auth .auth-soc .auth-soc__item {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #c4c4c4;
    color: #fff;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .modal-auth .auth-soc .auth-soc__item {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 7px;
    }

    .modal-auth .auth-soc .auth-soc__item:before {
        font-size: 60%;
    }
}

.modal-auth .auth-soc .auth-soc__item:last-of-type {
    margin-right: 0;
}

.modal-auth .auth-soc .auth-soc__item:before {
    vertical-align: top;
}

.modal-auth .auth-soc .auth-soc__item:hover {
    color: #fff;
    background-color: #92c73c;
}

.modal-auth .auth-soc .auth-soc__item.icon-facebook {
    font-size: 32px;
}

.modal-auth .auth-soc .auth-soc__item.icon-twitter {
    font-size: 24px;
}

.modal-auth .auth-soc .auth-soc__item.icon-ok {
    font-size: 29px;
}

.modal-auth .auth-soc .auth-soc__item.icon-yandex {
    font-size: 30px;
}

.modal-auth .auth-soc .auth-soc__item.icon-mail {
    font-size: 27px;
}


.transitions {
    transition-duration: 3s;
    opacity: 1 !important;
    transition-duration: 1s;
    opacity: 1 !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-80 {
    margin-top: 80px;
}

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

.m-b-n10 {
    margin-bottom: -10px;
}

.p-t-60 {
    padding-top: 60px;
}

.text-extra-big {
    font-size: 22px;
}

.private-office .person {
    display: flex;
    font-size: 12px;
    line-height: 160%;
}

.private-office .person__photo {
    margin-right: 30px;
}

.private-office .person__photo img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.private-office .person .person__info {
    margin-top: 15px;
}

.private-office .person__name {
    font-size: 15px;
}

.link-black {
    color: #101010;
}

.link-black:hover {
    color: #92c73c;
}

.donutchart {
    width: 140px;
    height: 140px;
}

.lk-step-project {
    text-align: center;
    line-height: 120%;
}

.lk-step-project__img {
    margin-bottom: 12px;
    height: 100px;
    object-fit: contain;
    object-position: top;
}

.lk-step-project-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0 0 0 10px;
    border-left: 1px solid #e9eff2;
}

.lk-step-project-list__item {
    padding-left: 24px;
    position: relative;
    margin-bottom: 14px;
    white-space: normal;
    cursor: pointer;
}

.lk-step-project-list__item:not(.active):hover {
    color: #92c73c;
}

.lk-step-project-list__item:last-of-type {
    margin-bottom: 0;
}

.lk-step-project-list__item:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #c3c3c3;
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
}

.lk-step-project-list__item.active {
    color: #28a745;
    cursor: auto;
}

.lk-step-project-list__item.last {
    color: #adcfb5;
}

.lk-step-project-list__item.active:before {
    background-color: #28a745;
}

.lk-step-project-list__item.last:before {
    background-color: #adcfb5;
}

.panel-group_order-demo .panel {
    margin-bottom: 30px;
}

.panel-group_order-demo .panel-body {
    padding-bottom: 0;
}

.form-success-info {
    padding: 20px 34px;
    background: #91d962;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

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

.course-item {
    margin: 0;
    border: 8px solid #f2f2f2;
    border-radius: 8px;
    padding: 30px 40px;
    display: flex;
}

.course-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.course-item__head {
    color: #004eb1;
    display: block;
}

.course-item__head:hover {
    color: #92c73c;
}

.course-item__info {
    width: 75%;
}

.course-item__control {
    width: 25%;
}

.course-item__status {
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.course-item__status i {
    font-size: 20px;
    margin-right: 6px;
}

.course-description__big-text {
    font-size: 26px;
    font-weight: 700;
    line-height: 160%;
}

.course-description__big-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.course-description__big-number + .course-description__big-text {
    margin-left: 10px;
}

.course-description__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    display: flex;
}

@media (min-width: 768px) {
    .course-description__text {
        height: 57px;
    }

    .h-md-100 {
        height: 100%;
    }
}

.lesson-course-head {
    display: flex;
    padding-left: 50px;
    position: relative;
    line-height: 120%;
}

.note {
    font-size: 12px;
    line-height: 120%;
}

.border-gray {
    border: 8px solid #f2f2f2;
    border-radius: 10px;
    padding: 20px;
}

.lesson-course-head-marker {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #28a745;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    left: 0;
}

.article__video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    max-width: 530px;
}

.article__video-iframe iframe {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.lk-project {
    padding: 20px 24px;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04),
    0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    background-color: #fff;
}

.lk-chart-project {
    padding: 20px 24px;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04),
    0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

.lk-chart-project__inner {
    align-items: center;
}

.lk-chart-project__chart {
    width: 140px;
    height: 140px;
    margin-left: auto;
}

@media (max-width: 768px) {
    .lk-chart-project__chart {
        width: 92px;
        height: 92px;
    }

    .lk-chart-project__list {
        font-size: 12px;
    }
}

.lk-chart-project__chart svg {
    overflow: unset !important;
}

.lk-chart-project__info {
    margin-right: 20px;
    margin-top: 15px;
}

.lk-chart-project__list {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.lk-chart-project__item {
    padding: 0 0 0 16px;
    margin: 0 0 6px;
    color: #004eb1;
    position: relative;
    line-height: 120%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.lk-chart-project__item:before {
    content: '';
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0;
}

.lk-chart-project__item.blue:before {
    background-color: #004eb1;
}

.lk-chart-project__item.red:before {
    background-color: #dc3545;
}

.lk-chart-project__item.green:before {
    background-color: #92c73c;
}

.lk-chart-project__item.gray:before {
    background-color: #c3c3c3;
}

.lk-chart-project__item.gray {
    color: #c3c3c3;
}

.lk-table {
    box-shadow: 0 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lk-table__wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lk-table__control {
    margin-top: auto;
    padding: 24px;
}

.lk-table-empty {
    box-shadow: 0 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.empty-activity {
    box-shadow: 0 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 24px;
}

.lk-table.empty .form-group {
    padding-left: 0px;
    padding-bottom: 0px;
}

.activity__list_lk {
    background-color: #fff;
    margin-top: 0;
    padding: 0;
}

.activity__list .item.fill {
    background-color: #fff7e2;
}

.lk-services {
    display: flex;
    align-items: center;
}

.lk-services__body {
    margin-left: 24px;
    line-height: 120%;
}

.lk-services__img {
    width: 110px;
    min-width: 110px;
    object-fit: contain;
}

.lk-services__head {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

@media (min-width: 768px) {
    .lk-services__head {
        font-size: 22px;
    }

    .lk-services__body {
        margin-left: 32px;
    }
}

.stage-project-head {
    margin-top: 4px;
    margin-bottom: 24px;
    display: flex;
    /*flex-direction: column;*/
    flex-direction: row;
    line-height: 120%;
    width: 100%;
}

.stage-project-head_btn {
    margin-bottom: 14px;
}

.stage-project-head__status {
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 8px;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
}

.stage-project-head__control {
    display: flex;
    font-size: 12px;
    /*margin-bottom: 10px;*/
    margin-top: 8px;
    margin-left: auto;
    align-self: flex-start;
}

.stage-project-head__control span {
    display: none;
}

.stage-project-head__control:before {
    font-family: fontello;
    content: "";
    font-size: 13px;
    color: inherit;
    margin-right: 8px;
}

.stage-project-head .page-title {
    margin: 0 20px 10px 0;
}

@media (min-width: 768px) {
    .stage-project-head {
        flex-direction: row;
    }

    .stage-project-head__control {
        margin-left: auto;
        margin-top: 16px;
    }

    .stage-project-head__status {
        font-size: 16px;
        padding: 4px 10px;
    }

    .stage-project-head__control span {
        display: inline;
    }
}

.stage-project {
    display: flex;
    padding: 20px 14px;
    border: 8px solid #f2f2f2;
    border-radius: 8px;
    align-items: flex-start;
    flex-direction: column;
}

.stage-project .h4 {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.stage-project .h4:after {
    margin-left: 11px;
    content: "\e90a";
    font-family: 'new-icons' !important;
    font-size: 16px;
    vertical-align: middle;
}

.stage-project__img {
    margin-bottom: 10px;
}

.modal-content.no-overflow {
    overflow: visible !important;
}

@media (min-width: 768px) {
    .stage-project {
        flex-direction: row;
        align-items: center;
        padding: 20px 40px;
    }

    .stage-project__img {
        margin-bottom: 0px;
        margin-right: 40px;
    }
}

.course-nav .panel {
    padding-left: 16px;
}

.course-nav .panel-title {
    margin-bottom: 10px;
}

.course-nav .panel-title > a:before {
    border: 4px solid transparent;
    border-left: 6px solid #101010;
    width: 0;
    height: 0;
    left: 0;
    top: 8px;
    transform: rotate(90deg);
}

.course-nav.active .course-nav__backdrop{
    z-index: 10;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}
.course-nav.active .course-nav__inner{
    z-index: 11;
    position: relative;
}

.course-nav__close {
    display: none;
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 22px;
}

.course-nav .panel-title > a span {
    font-size: 15px;
    line-height: 120%;
    display: block;
}

.course-nav .panel-title > a.collapsed:before {
    transform: none;
}

body.course-nav-active {
    overflow: hidden;
}

@media (max-width: 991px) {
    .course-nav {
        display: none;
    }

    .course-nav.active {
        width: 280px;
        position: fixed;
        display: block;
        background-color: #fff;
        top: 0;
        padding: 30px 15px;
        height: 100%;
        min-height: -webkit-fill-available;
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
        left: 0;
        overflow: auto;
        z-index: 10;
    }

    .course-nav__close {
        display: block;
    }
}

.test-item {
    border: 8px solid #f2f2f2;
    border-radius: 8px;
    padding: 20px;
}

.text-big {
    font-size: 17px;
    line-height: 25px;
}

.test-info {
    display: flex;
    justify-content: space-between;
    padding: 8px 24px;
    background-color: #808080;
    border-radius: 8px;
    color: #fff;
    flex-wrap: wrap;
}

.test-result {
    margin-top: 0;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px;
    color: #fff;
}

.test-result_error {
    background-color: #dc3545;
}

.test-result_success {
    background-color: #91d962;
}

.activity_event .free-place .count {
    display: inline-block;
    padding: 0 8px;
    background: #d8e0e4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.activity_event .free-place .total {
    font-weight: 400;
}

.activity_event .free-place .not {
    color: #dc3545;
}

.min-w-320 {
    display: block;
    min-width: 320px;
}

.table_rounded thead td {
    border: none !important;
}

.table_rounded thead td:first-child {
    border-radius: 10px 0 0 10px;
}

.table_rounded thead td:last-child {
    border-radius: 0 10px 10px 0;
}

.table_rounded td {
    border-bottom: 1px solid #f2f2f2;
}

.support-status {
    padding: 20px;
    border: 1px solid #e9eff2;
    border-radius: 5px;
    line-height: 120%;
}

.support-status__date {
    font-size: 10px;
    color: #808080;
}

.support-status__client {
    font-weight: bold;
    font-size: 12px;
}

.support-info-status {
    border: 1px solid #e9eff2;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    padding: 24px;
}

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

.activity__list_lk .for {
    line-height: 15px;
}

.activity__list_lk .for span {
    display: inline-block;
    padding-bottom: 4px;
}

.activity__list_lk .tags span {
    padding: 0 8px;
    margin-top: 4px;
    background-color: #e0f4ff;
    vertical-align: top;
    color: #545454;
}

.product-link_checkbox label {
    margin-bottom: 0;
    margin-right: 28px;
}

.product-link_checkbox .form-group {
    margin-bottom: 0;
}

.new-file-input {
    margin-bottom: 30px;
}

.new-file-input:not(:last-of-type) .new-file-input__add {
    display: none;
}

.new-file-input:first-of-type .new-file-input__remove {
    display: none;
}

.new-file-input__wrap {
    margin-bottom: -30px;
}

.new-file-input__title {
    font-size: 19px;
    font-weight: 600;
}

.new-file-input__head {
    margin-bottom: 20px;
}

.new-file-input__remove, .new-file-input__add {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #004eb1;
    transition: color 200ms ease-in-out;
    border: none;
    align-items: center;
    display: inline-flex;
    outline: none;
}

.new-file-input__remove i {
    font-size: 20px;
    margin-right: 4px;
}

.new-file-input__remove:hover, .new-file-input__add:hover {
    color: #92c73c;
}

.new-file-input-drop {
    border: 1px dashed #c3c3c3;
    border-radius: 5px;
    min-height: 100px;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.new-file-input-drop:hover {
    border-color: #004eb1;
}

.new-file-input-drop__title {
    font-size: 12px;
    text-align: center;
}

.new-file-input-drop__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.new-file-input-drop__label {
    width: 100%;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.new-file-input-drop__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.new-file-input-drop__inner {
    width: 100%;
}


.new-entity-input {
    margin-bottom: 0px;
}

.new-entity-input:not(:last-of-type) .new-entity-input__add {
    display: none;
}

.new-entity-input:first-of-type .new-entity-input__remove {
    display: none;
}

.new-entity-input__wrap {
    margin-bottom: 0px;
}

.new-entity-input__title {
    font-size: 19px;
    font-weight: 600;
}

.new-entity-input__head {
    margin-bottom: 0px;
}

.new-entity-input__remove, .new-entity-input__add {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #004eb1;
    transition: color 200ms ease-in-out;
    border: none;
    align-items: center;
    display: inline-flex;
    outline: none;
}

.new-entity-input__remove i {
    font-size: 20px;
    margin-right: 4px;
}

.new-entity-input__remove:hover, .new-entity-input__add:hover {
    color: #92c73c;
}


.new-contact-input {
    margin-bottom: 0px;
}

.new-contact-input:not(:last-of-type) .new-contact-input__add {
    display: none;
}

.new-contact-input:first-of-type .new-contact-input__remove {
    display: none;
}

.new-contact-input__wrap {
    margin-bottom: 0px;
}

.new-contact-input__title {
    font-size: 19px;
    font-weight: 600;
}

.new-contact-input__head {
    margin-bottom: 0px;
}

.new-contact-input__remove, .new-contact-input__add {
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #004eb1;
    transition: color 200ms ease-in-out;
    border: none;
    align-items: center;
    display: inline-flex;
    outline: none;
}

.new-contact-input__remove i {
    font-size: 20px;
    margin-right: 4px;
}

.new-contact-input__remove:hover, .new-contact-input__add:hover {
    color: #92c73c;
}


.private-office-info {
    background-color: #2190e0;
    border-radius: 8px;
    padding: 14px 24px 4px 24px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.private-office-info__button {
    margin-right: 40px;
    margin-bottom: 10px;
}

.private-office-info__text {
    margin-right: 30px;
    margin-bottom: 10px;
}

.private-office-info__close {
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
}

.private-office-info a {
    color: #fff;
    border-color: #fff;
}

.private-office-info a:hover {
    color: #92c73c;
}

.lk-pseudo-tables {
    display: grid;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    font-size: 12px;
    line-height: 120%;
}

.lk-pseudo-tables__wrap {
}

.lk-pseudo-tables_support {
    grid-template-columns: auto auto auto auto;
}

.lk-pseudo-tables__cell {
    padding: 15px 5px;
    border-bottom: 1px solid #f2f2f2;
}

.lk-pseudo-tables__cell:nth-child(4n) {
    padding-right: 24px;
}

.lk-pseudo-tables__cell_head:nth-child(4) {
    border-radius: 0 10px 10px 0;
}

.lk-pseudo-tables__cell_head:nth-child(1) {
    border-radius: 10px 0 0 10px;
}

.lk-pseudo-tables__cell:nth-child(4n + 1) {
    padding-left: 24px;
}

.lk-pseudo-tables__cell_overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 200px;
    width: 100%;
}

.lk-pseudo-tables__cell_head {
    padding: 9px 5px 7px 5px;
    font-weight: 600;
    background-color: #f2f2f2;
    border-bottom: 1px solid transparent;
}

ul.list-style,
ol:not([class]) {
    list-style-type: none;
    padding: 0;
    margin: 0 0 12px;
}

ul.list-style > li,
ol:not([class]) > li {
    display: block;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 7px;
}

ul.list-style ul.list-style,
ol:not([class]) ul.list-style {
    margin: 5px 0 15px 9px;
}

ul.list-style ol:not([class]),
ol:not([class]) ol:not([class]) {
    margin: 5px 0 15px 0;
}

ul.list-style > li::before {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 2px;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #429ae7;
}

ul.list-style > li > ul.list-style > li::before {
    background-color: #429ae7;
}

@font-face {
    font-family: 'new-icons';
    src: url('/local/templates/parsec/fonts/new-icon/new-icons.ttf?kq5kf4') format('truetype'),
    url('/local/templates/parsec/fonts/new-icon/new-icons.woff?kq5kf4') format('woff'),
    url('/local/templates/parsec/fonts/new-icon/new-icons.svg?kq5kf4#new-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.form-text-small input[type="checkbox"] + span {
    font-size: 12px;
    line-height: 15px;
}

.line-height-1_2 {
    line-height: 120%;
}


i {
    font-family: 'new-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.new-icon-arrow-circle:before {
    content: "\e90a";
}

.new-icon-trash:before {
    content: "\e909";
}

.new-icon-add:before {
    content: "\e900";
}

.new-icon-profile:before {
    content: "\e901";
}

.new-icon-info:before {
    content: "\e902";
}

.new-icon-check-succses:before {
    content: "\e903";
}

.new-icon-check-info:before {
    content: "\e904";
}

.new-icon-test:before {
    content: "\e905";
}

.new-icon-course:before {
    content: "\e906";
}

.new-icon-check-error:before {
    content: "\e907";
}

.new-icon-check-time:before {
    content: "\e908";
}


.new-icon-check-succses:before {
    content: "\e903";
}

.new-icon-check-info:before {
    content: "\e904";
}

.new-icon-test:before {
    content: "\e905";
}

.new-icon-course:before {
    content: "\e906";
}

.new-icon-check-error:before {
    content: "\e907";
}

.new-icon-check-time:before {
    content: "\e908";
}

.account_tooltip .tooltip-inner ul {
    margin: 0;
    padding: 4px 0px;
}

.account_tooltip .tooltip-inner ul div:not(:last-child) {
    margin-bottom: 10px;
}

.account_tooltip {
    z-index: 2;
}

.account_tooltip .tooltip-inner {
    padding: 14px 18px;
    width: 192px;
}

.mobile_menu_lk .account__link--mobile.account__link {
    font-weight: 700;
    width: 100%;
}

.mobile_menu_lk {
    width: 100%;
}

.mobile_menu_lk .panel {
    padding-left: unset;
    padding-right: 31px;
}

.mobile_menu_lk .panel-title > a.collapsed::before {
    right: -25px;
}

.mobile_menu_lk .panel-title > a::before {
    left: unset;
    border-color: #fff;
    top: 6px;
    right: -25px;
}

.mobile_menu_lk-accordion__menu ul {
    margin-bottom: 0;
    padding-left: 36px;
}

.mobile-nav__top--accordion {
    padding-top: 8px;
    padding-bottom: 20px;
}

.reg-link-projects span {
    font-size: 10px;
    margin-right: 7px;
    vertical-align: top;
}

.account__link.person-link span {
    display: inline-block;
    vertical-align: middle;
}

.account__link.auth-person-link:hover::after {
    border-top-color: #92c73c;
}

.account__link.auth-person-link::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0;
    border: 4px solid transparent;
    border-top: 4px solid #101010;
    transition: 0.2s;
}

.account__link.auth-person-link[aria-describedby]::after {
    transform: rotate(180deg);
    top: 35%;
    right: 2px;
}

.account_tooltip .arrow {
    left: 162px !important;
}

.lk-step-project-list__item--employee.lk-step-project-list__item:not(.active):hover {
    color: inherit;
    cursor: default;
}

.lk-step-project-list__item--employee.lk-step-project-list__item.last:hover {
    color: #adcfb5;
}

.stage-name {
    line-height: 120%;
}

.header .account__link.account__link--mobile {
    display: flex;
    align-items: center;
}

.header .account__link.person-link.account__link--mobile .lk-user-name {
    width: 100%;
    color: #fff;
}

.header .account__link.person-link.account__link--mobile .lk-user-name:hover {
    color: #fff;
}

.avatar-wrapper {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    line-height: 15px;
}

.avatar-wrapper img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.responsive_image {
    width: 100%;
    height: auto;
}

.project_list.responsive_image {
    max-width: 438px;
}

.project_adding.responsive_image {
    max-width: 428px;
}

.account__link .avatar-wrapper .icon-person {
    margin-right: 0px;
}

/* End */
/* /local/templates/parsec/css/styles.css?1587122338304324 */
/* /local/templates/parsec/components/bitrix/search.title/.default/style.css?15711278713230 */
/* /local/components/parsec/cookie.notification/templates/.default/style.css?17487802052601 */
/* /local/templates/parsec/styles.css?157052411411914 */
/* /local/templates/parsec/template_styles.css?1752271659403671 */
