:root {
	blue: #007bff;
	breakpoint-lg: 992px;
	breakpoint-md: 768px;
	breakpoint-sm: 576px;
	breakpoint-xl: 1200px;
	breakpoint-xs: 0;
	cyan: #17a2b8;
	danger: #dc3545;
	dark: #343a40;
	font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Gilroy Regular", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	gray: #6c757d;
	gray-dark: #343a40;
	green: #28a745;
	indigo: #6610f2;
	info: #17a2b8;
	light: #f8f9fa;
	orange: #fd7e14;
	pink: #e83e8c;
	primary: #007bff;
	purple: #6f42c1;
	red: #dc3545;
	secondary: #6c757d;
	success: #28a745;
	teal: #20c997;
	warning: #ffc107;
	white: #fff;
	yellow: #ffc107
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	webkit-tap-highlight-color: transparent;
	webkit-text-size-adjust: 100%
}

footer,
header,
main,
nav,
section {
	display: block
}

body {
	background-color: #fff;
	color: #212529;
	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;
	margin: 0;
	text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

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

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

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

ul ul {
	margin-bottom: 0
}

b {
	font-weight: bolder
}

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

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

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

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

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

table {
	border-collapse: collapse
}

button {
	border-radius: 0
}

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

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

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

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

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

[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
}

[hidden] {
	display: none !important
}

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

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

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

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

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

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

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

@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-lg,
.container-sm {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-sm {
		max-width: 1140px
	}
}

.row {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	--margin-left: -15px;
	--margin-right: -15px;
	ms-flex-wrap: wrap
}

.row1 {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	--margin-left: -15px;
	--margin-right: -15px;
	ms-flex-wrap: wrap;
	justify-content: space-around;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-24,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-26,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%
}

.col-lg-15 {
	--background-image: url("img/about/okno.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.col-lg-16 h3 {
	padding-top: 45px;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding-left: 5%;
	padding-right: 5%
}

.col-lg-16 p {
	padding-top: 10px;
	padding-left: 10%;
	padding-right: 10%;
	position: relative;
	width: 100%;
	font-size: 14px;
	text-align: center
}

.col-lg-16 .col-lg-13 p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 100%;
	font-size: 14px;
	text-align: left
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	ms-flex-positive: 1;
	ms-flex-preferred-size: 0
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	ms-flex: 0 0 8.333333%
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	ms-flex: 0 0 16.666667%
}

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

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	ms-flex: 0 0 33.333333%
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	ms-flex: 0 0 41.666667%
}

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

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	ms-flex: 0 0 58.333333%
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	ms-flex: 0 0 66.666667%
}

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

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	ms-flex: 0 0 83.333333%
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	ms-flex: 0 0 91.666667%
}

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

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

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

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

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

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

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

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

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

	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
		ms-flex: 0 0 8.333333%
	}

	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
		ms-flex: 0 0 16.666667%
	}

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

	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		ms-flex: 0 0 33.333333%
	}

	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
		ms-flex: 0 0 41.666667%
	}

	.col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%
	}

	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
		ms-flex: 0 0 58.333333%
	}

	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		ms-flex: 0 0 66.666667%
	}

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

	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
		ms-flex: 0 0 83.333333%
	}

	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
		ms-flex: 0 0 91.666667%
	}

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

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

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

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

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

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

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

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

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

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

	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
		ms-flex: 0 0 8.333333%
	}

	.col-lg-2 {
		flex: 0 0 29.666667%;
		max-width: 29.666667%;
		ms-flex: 0 0 16.666667%
	}

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

	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		ms-flex: 0 0 33.333333%
	}

	.col-lg-4 h5 {
		color: #ffc40c;
		text-align: center
	}

	.col-lg-24 {
		flex: 0 0 20%;
		max-width: 20%;
		ms-flex: 0 0 20%
	}

	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
		ms-flex: 0 0 41.666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
		ms-flex: 0 0 50%
	}
	
	.col-lg-26 {
		flex: 0 0 100%;
		max-width: 50%;
		ms-flex: 0 0 100%
	}

	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
		ms-flex: 0 0 58.333333%
	}

	.col-lg-15 {
		flex: 0 0 40%;
		max-width: 40%;
		ms-flex: 0 0 40%
	}

	.col-lg-16 {
		flex: 0 0 60%;
		max-width: 60%;
		ms-flex: 0 0 60%
	}

	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		ms-flex: 0 0 66.666667%
	}

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

	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 70.333333%;
		ms-flex: 0 0 70.333333%
	}

	.col-lg-11 {
		flex: 0 0 100.666667%;
		max-width: 100.666667%;
		ms-flex: 0 0 91.666667%
	}

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

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

	.offset-lg-1 {
		margin-left: 0;
		--text-align: center
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

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

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

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

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

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

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

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

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

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

.table-sm td {
	padding: .3rem
}

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

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

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

.form-inline {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	ms-flex-align: center;
	ms-flex-flow: row wrap
}

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

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

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

.btn:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	outline: 0
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled {
	pointer-events: none
}

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

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

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

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

.btn-lg {
	border-radius: .3rem;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .5rem 1rem
}

.btn-sm {
	border-radius: .2rem;
	font-size: .875rem;
	line-height: 1.5;
	padding: .25rem .5rem
}

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

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

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

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

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

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	ms-flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

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

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

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

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

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

.card-footer {
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .75rem 1.25rem
}

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

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

.card-img,
.card-img-top {
	flex-shrink: 0;
	ms-flex-negative: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img {
	border-bottom-left-radius: calc(.25rem - 1px);
	border-bottom-right-radius: calc(.25rem - 1px)
}

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

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

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

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

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

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

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

.alert-link {
	font-weight: 700
}

@-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
	}
}

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

.close:hover {
	color: #000;
	transform: rotate(180deg)
}

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

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

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

.modal-open {
	overflow: hidden
}

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

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

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

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

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

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

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

.modal-footer {
	align-items: center;
	border-bottom-left-radius: calc(.3rem - 1px);
	border-bottom-right-radius: calc(.3rem - 1px);
	border-top: 1px solid #dee2e6;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: flex-end;
	ms-flex-align: center;
	ms-flex-pack: end;
	ms-flex-wrap: wrap;
	padding: .75rem
}

.modal-footer>* {
	margin: .25rem
}

@media (min-width:576px) {
	.modal-sm {
		max-width: 300px
	}
}

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

.carousel {
	position: relative
}

.carousel-item {
	backface-visibility: hidden;
	display: none;
	float: left;
	margin-right: -100%;
	position: relative;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	webkit-backface-visibility: hidden;
	width: 100%
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
		webkit-transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
		webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
		webkit-transform: scale(0)
	}

	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
		webkit-transform: scale(0)
	}

	50% {
		opacity: 1
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-table {
	display: table !important
}

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

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

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

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

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

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

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

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

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

.position-absolute {
	position: absolute !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 1020
	}
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

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

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

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

.p-0 {
	padding: 0 !important
}

.px-0 {
	padding-right: 0 !important
}

.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.px-1 {
	padding-right: .25rem !important
}

.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.px-2 {
	padding-right: .5rem !important
}

.px-2 {
	padding-left: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.px-sm-1 {
		padding-right: .25rem !important
	}

	.px-sm-1 {
		padding-left: .25rem !important
	}

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

	.px-sm-2 {
		padding-right: .5rem !important
	}

	.px-sm-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.px-lg-1 {
		padding-right: .25rem !important
	}

	.px-lg-1 {
		padding-left: .25rem !important
	}

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

	.px-lg-2 {
		padding-right: .5rem !important
	}

	.px-lg-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

.text-wrap {
	white-space: normal !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}
}

.text-body {
	color: #212529 !important
}

@media print {

	*,
	::after,
	::before {
		box-shadow: none !important;
		text-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.table {
		border-collapse: collapse !important
	}

	.table td {
		background-color: #fff !important
	}
}