/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,
*::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: .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;
	-webkit-text-decoration-skip-ink: none;
	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: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

button:focus {
	outline: 0.0625rem dotted;
	outline: 0.3125rem 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
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	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: -0.125rem;
	-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
}

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

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

.figure {
	display: inline-block
}

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

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

.container {
	width: 100%;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 36em) {
	.container {
		max-width: 33.75em
	}
}

@media (min-width: 48em) {
	.container {
		max-width: 45em
	}
}

@media (min-width: 62em) {
	.container {
		max-width: 60em
	}
}

@media (min-width: 75em) {
	.container {
		max-width: 70.625em
	}
}

@media (min-width: 97.625em) {
	.container {
		max-width: 95.75em
	}
}

.container-fluid {
	width: 100%;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	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: -0.9375rem;
	margin-left: -0.9375rem
}

.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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem
}

.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: 36em) {
	.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: 48em) {
	.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: 62em) {
	.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: 75em) {
	.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%
	}
}

@media (min-width: 97.625em) {
	.col-xxl {
		-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-xxl-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-xxl-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-xxl-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-xxl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-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-xxl-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-xxl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-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-xxl-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-xxl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-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-xxl-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-xxl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333%
	}
	.offset-xxl-2 {
		margin-left: 16.66667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333%
	}
	.offset-xxl-5 {
		margin-left: 41.66667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333%
	}
	.offset-xxl-8 {
		margin-left: 66.66667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333%
	}
	.offset-xxl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0)
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 0.0625rem solid #dee2e6
}

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

.table tbody+tbody {
	border-top: 0.125rem solid #dee2e6
}

.table .table {
	background-color: #fff
}

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

.table-bordered {
	border: 0.0625rem solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 0.0625rem solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 0.125rem
}

.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 {
	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: #212529;
	border-color: #32383e
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e
}

.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 {
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 35.999em) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width: 47.999em) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width: 61.999em) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width: 74.999em) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

@media (max-width: 97.624em) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-xxl>.table-bordered {
		border: 0
	}
}

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-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;
	transition: height 0.35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-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: .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: 0.0625rem solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -0.0625rem
}

.nav-tabs .nav-link {
	border: 0.0625rem solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .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: -0.0625rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .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
}

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

.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: 0.0625rem solid #dee2e6 !important
}

.border-top {
	border-top: 0.0625rem solid #dee2e6 !important
}

.border-right {
	border-right: 0.0625rem solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 0.0625rem solid #dee2e6 !important
}

.border-left {
	border-left: 0.0625rem 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 {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	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: 36em) {
	.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: 48em) {
	.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: 62em) {
	.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: 75em) {
	.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 (min-width: 97.625em) {
	.d-xxl-none {
		display: none !important
	}
	.d-xxl-inline {
		display: inline !important
	}
	.d-xxl-inline-block {
		display: inline-block !important
	}
	.d-xxl-block {
		display: block !important
	}
	.d-xxl-table {
		display: table !important
	}
	.d-xxl-table-row {
		display: table-row !important
	}
	.d-xxl-table-cell {
		display: table-cell !important
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-xxl-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-3by4::before {
	padding-top: 133.33333%
}

.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: 36em) {
	.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: 48em) {
	.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: 62em) {
	.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: 75em) {
	.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
	}
}

@media (min-width: 97.625em) {
	.flex-xxl-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-xxl-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-xxl-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-xxl-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-xxl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-xxl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-xxl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xxl-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-xxl-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xxl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xxl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-xxl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-xxl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-xxl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-xxl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-xxl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-xxl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-xxl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-xxl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-xxl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-xxl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-xxl-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: 36em) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 48em) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media (min-width: 62em) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media (min-width: 75em) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

@media (min-width: 97.625em) {
	.float-xxl-left {
		float: left !important
	}
	.float-xxl-right {
		float: right !important
	}
	.float-xxl-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: 0.0625rem;
	height: 0.0625rem;
	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
}

.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: .25rem !important
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
	margin-left: .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: .25rem !important
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
	padding-left: .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: -.25rem !important
}

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
	margin-left: -.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: 36em) {
	.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: .25rem !important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .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: .25rem !important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .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: -.25rem !important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}
	.m-sm-n2 {
		margin: -.5rem !important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.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: 48em) {
	.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: .25rem !important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .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: .25rem !important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .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: -.25rem !important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}
	.m-md-n2 {
		margin: -.5rem !important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.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: 62em) {
	.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: .25rem !important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .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: .25rem !important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .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: -.25rem !important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}
	.m-lg-n2 {
		margin: -.5rem !important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.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: 75em) {
	.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: .25rem !important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .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: .25rem !important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .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: -.25rem !important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}
	.m-xl-n2 {
		margin: -.5rem !important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.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
	}
}

@media (min-width: 97.625em) {
	.m-xxl-0 {
		margin: 0 !important
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important
	}
	.m-xxl-1 {
		margin: .25rem !important
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: .25rem !important
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: .25rem !important
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: .25rem !important
	}
	.m-xxl-2 {
		margin: .5rem !important
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: .5rem !important
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: .5rem !important
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: .5rem !important
	}
	.m-xxl-3 {
		margin: 1rem !important
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important
	}
	.m-xxl-4 {
		margin: 1.5rem !important
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important
	}
	.m-xxl-5 {
		margin: 3rem !important
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem !important
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem !important
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem !important
	}
	.p-xxl-0 {
		padding: 0 !important
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important
	}
	.p-xxl-1 {
		padding: .25rem !important
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: .25rem !important
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: .25rem !important
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: .25rem !important
	}
	.p-xxl-2 {
		padding: .5rem !important
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: .5rem !important
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: .5rem !important
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: .5rem !important
	}
	.p-xxl-3 {
		padding: 1rem !important
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important
	}
	.p-xxl-4 {
		padding: 1.5rem !important
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important
	}
	.p-xxl-5 {
		padding: 3rem !important
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem !important
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem !important
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem !important
	}
	.m-xxl-n1 {
		margin: -.25rem !important
	}
	.mt-xxl-n1,
	.my-xxl-n1 {
		margin-top: -.25rem !important
	}
	.mr-xxl-n1,
	.mx-xxl-n1 {
		margin-right: -.25rem !important
	}
	.mb-xxl-n1,
	.my-xxl-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-xxl-n1,
	.mx-xxl-n1 {
		margin-left: -.25rem !important
	}
	.m-xxl-n2 {
		margin: -.5rem !important
	}
	.mt-xxl-n2,
	.my-xxl-n2 {
		margin-top: -.5rem !important
	}
	.mr-xxl-n2,
	.mx-xxl-n2 {
		margin-right: -.5rem !important
	}
	.mb-xxl-n2,
	.my-xxl-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-xxl-n2,
	.mx-xxl-n2 {
		margin-left: -.5rem !important
	}
	.m-xxl-n3 {
		margin: -1rem !important
	}
	.mt-xxl-n3,
	.my-xxl-n3 {
		margin-top: -1rem !important
	}
	.mr-xxl-n3,
	.mx-xxl-n3 {
		margin-right: -1rem !important
	}
	.mb-xxl-n3,
	.my-xxl-n3 {
		margin-bottom: -1rem !important
	}
	.ml-xxl-n3,
	.mx-xxl-n3 {
		margin-left: -1rem !important
	}
	.m-xxl-n4 {
		margin: -1.5rem !important
	}
	.mt-xxl-n4,
	.my-xxl-n4 {
		margin-top: -1.5rem !important
	}
	.mr-xxl-n4,
	.mx-xxl-n4 {
		margin-right: -1.5rem !important
	}
	.mb-xxl-n4,
	.my-xxl-n4 {
		margin-bottom: -1.5rem !important
	}
	.ml-xxl-n4,
	.mx-xxl-n4 {
		margin-left: -1.5rem !important
	}
	.m-xxl-n5 {
		margin: -3rem !important
	}
	.mt-xxl-n5,
	.my-xxl-n5 {
		margin-top: -3rem !important
	}
	.mr-xxl-n5,
	.mx-xxl-n5 {
		margin-right: -3rem !important
	}
	.mb-xxl-n5,
	.my-xxl-n5 {
		margin-bottom: -3rem !important
	}
	.ml-xxl-n5,
	.mx-xxl-n5 {
		margin-left: -3rem !important
	}
	.m-xxl-auto {
		margin: auto !important
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	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: 36em) {
	.text-sm-left {
		text-align: left !important
	}
	.text-sm-right {
		text-align: right !important
	}
	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 48em) {
	.text-md-left {
		text-align: left !important
	}
	.text-md-right {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 62em) {
	.text-lg-left {
		text-align: left !important
	}
	.text-lg-right {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 75em) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

@media (min-width: 97.625em) {
	.text-xxl-left {
		text-align: left !important
	}
	.text-xxl-right {
		text-align: right !important
	}
	.text-xxl-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-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

body {
	color: #364948;
	font-weight: 300;
	font-family: 'Unitext';
	-webkit-font-smoothing: antialiased
}

.colmex {
	padding-top: 8.6875rem
}

img {
	display: block;
	-ms-interpolation-mode: bicubic;
	opacity: 1;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	height: auto
}

img[data-src] {
	opacity: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0
}

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

strong,
b {
	font-weight: 700
}

.entry-content {
	padding: 2.8125rem 0
}

.entry-content::after {
	display: block;
	clear: both;
	content: ""
}

.entry-content h1 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin: 3rem 0 1.5rem
}

.entry-content h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 3rem 0 1.5rem
}

.entry-content h3 {
	font-weight: 700;
	font-size: 1.1875rem;
	margin: 3rem 0 1.5rem
}

.entry-content h4 {
	font-weight: 700;
	font-size: 1.0625rem;
	margin: 3rem 0 1.5rem
}

.entry-content h5 {
	margin: 3rem 0 1.5rem
}

.entry-content h6 {
	margin: 3rem 0 1.5rem
}

.entry-content p {
	font-size: 1.125rem;
	margin: 1.5rem 0
}

.entry-content ul,
.entry-content ol {
	padding: 0;
	margin: 1.5rem 0;
	list-style: none !important
}

.entry-content ul li {
	position: relative;
	padding-left: 1.5625rem;
	margin-bottom: 0.3125rem
}

.entry-content ul li:last-child {
	margin-bottom: 0
}

.entry-content ul li::before {
	content: "";
	background-color: #51ae31;
	position: absolute;
	top: 0.5625rem;
	left: 0.625rem;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%
}

.entry-content ol li {
	counter-increment: counter;
	padding-left: 1.5625rem
}

.entry-content ol li::before {
	content: counter(counter) ".";
	position: absolute;
	top: 0;
	left: 0
}

.entry-content ol {
	counter-reset: counter
}

.entry-content ol[style*="list-style-type: lower-alpha"] li::before {
	content: counter(counter, lower-alpha) ")"
}

.entry-content ol[style*="list-style-type: upper-alpha"] li::before {
	content: counter(counter, upper-alpha) ")"
}

.entry-content ol[style*="list-style-type: lower-latin"] li::before {
	content: counter(counter, lower-latin) ")"
}

.entry-content ol[style*="list-style-type: upper-latin"] li::before {
	content: counter(counter, upper-latin) ")"
}

.entry-content ol[style*="list-style-type: lower-greek"] li::before {
	content: counter(counter, lower-greek) ")"
}

.entry-content ol[style*="list-style-type: upper-greek"] li::before {
	content: counter(counter, upper-greek)
}

.entry-content ol[style*="list-style-type: lower-roman"] li::before {
	content: counter(counter, lower-roman) "."
}

.entry-content ol[style*="list-style-type: upper-roman"] li::before {
	content: counter(counter, upper-roman) "."
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
	padding: 0;
	margin: 0;
	list-style: none
}

.entry-content .table-responsive {
	margin: 1.5rem 0
}

.entry-content .table-responsive>table {
	border-bottom: 0;
	margin: 0
}

.entry-content .table-responsive th {
	color: #fff;
	background-color: #000;
	padding: .75rem;
	border: 0
}

.entry-content .table-responsive td {
	position: relative;
	padding: .75rem;
	border: 0
}

.entry-content .table-responsive td::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.0625rem
}

.entry-content a {
	color: #51ae31;
	text-decoration: underline
}

.entry-content a:hover {
	text-decoration: none
}

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

.entry-content .embed-responsive {
	margin: 1.5rem 0
}

.entry-content blockquote {
	color: #364948;
	background-color: transparent;
	font-style: italic;
	font-weight: 400;
	font-family: 'PT Serif', serif;
	position: relative;
	padding: 0 5rem;
	margin: 1.5rem 0
}

.entry-content blockquote::before {
	content: "";
	background: url("../img/uvozovky-leva.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 6.875rem;
	height: 4.75rem
}

.entry-content blockquote::after {
	content: "";
	background: url("../img/uvozovky-prava.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 6.875rem;
	height: 4.75rem
}

.entry-content blockquote p {
	position: relative;
	z-index: 1;
	margin: 0
}

.entry-content .gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.9375rem
}

.entry-content .gallery-item {
	padding: 0 0.9375rem;
	margin-bottom: 1.5rem
}

.entry-content .gallery-item a {
	position: relative;
	display: block;
	height: 12rem;
	padding: .75rem;
	margin-bottom: .75rem;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.entry-content .gallery-item a:hover {
	opacity: 0.7
}

.entry-content .gallery-item a::before {
	content: '';
	position: absolute;
	top: .75rem;
	left: .75rem;
	display: block;
	width: calc(100% - 1.5rem);
	height: calc(100% - 1.5rem);
	-webkit-box-shadow: 0 0 0 .75rem gray;
	box-shadow: 0 0 0 .75rem gray;
	border-radius: .75rem;
	z-index: 1
}

.entry-content .gallery-item a>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.entry-content .gallery-item img {
	margin-right: auto;
	margin-left: auto
}

.entry-content .gallery-caption {
	text-align: center
}

.entry-content .gallery-columns-9 {
	margin-right: -0.3125rem;
	margin-left: -0.3125rem
}

.entry-content .gallery-columns-9 .gallery-item {
	width: 11.11111%;
	padding: 0 0.3125rem
}

.entry-content .gallery-columns-9 .gallery-item a {
	height: 6rem
}

.entry-content .gallery-columns-8 {
	margin-right: -0.3125rem;
	margin-left: -0.3125rem
}

.entry-content .gallery-columns-8 .gallery-item {
	width: 12.5%;
	padding: 0 0.3125rem
}

.entry-content .gallery-columns-8 .gallery-item a {
	height: 6rem
}

.entry-content .gallery-columns-7 {
	margin-right: -0.3125rem;
	margin-left: -0.3125rem
}

.entry-content .gallery-columns-7 .gallery-item {
	width: 14.28571%;
	padding: 0 0.3125rem
}

.entry-content .gallery-columns-7 .gallery-item a {
	height: 6rem
}

.entry-content .gallery-columns-6 {
	margin-right: -0.3125rem;
	margin-left: -0.3125rem
}

.entry-content .gallery-columns-6 .gallery-item {
	width: 16.66667%;
	padding: 0 0.3125rem
}

.entry-content .gallery-columns-6 .gallery-item a {
	height: 7.5rem
}

.entry-content .gallery-columns-5 .gallery-item {
	width: 20%
}

.entry-content .gallery-columns-4 .gallery-item {
	width: 25%
}

.entry-content .gallery-columns-3 .gallery-item {
	width: 33.33333%
}

.entry-content .gallery-columns-2 .gallery-item {
	width: 50%
}

.entry-content .gallery-columns-1 .gallery-item {
	width: 100%
}

.entry-content .highlighted {
	color: #51ae31;
	font-weight: 700;
	font-size: 1.6875rem;
	line-height: 2.1875rem
}

.entry-content .wp-caption {
	margin: 1.5rem 0
}

.entry-content>:first-child {
	margin-top: 0
}

.entry-content>:last-child {
	margin-bottom: 0
}

.entry-content--h1-center h1 {
	text-align: center
}

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

@font-face {
	font-family: 'Unitext';
	src: url("../fonts/Unitext-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Unitext-LightItalic.otf") format("opentype"), url("../fonts/Unitext-LightItalic.woff") format("woff"), url("../fonts/Unitext-LightItalic.ttf") format("truetype"), url("../fonts/Unitext-LightItalic.svg#Unitext-LightItalic") format("svg");
	font-weight: 300;
	font-style: italic
}

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

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

.alignnone {
	margin: 0.3125rem 1.25rem 1.25rem 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0.3125rem auto 0.3125rem auto
}

.alignright {
	float: right;
	margin: 0.3125rem 0 1.25rem 1.25rem
}

.alignleft {
	float: left;
	margin: 0.3125rem 1.25rem 1.25rem 0
}

a img.alignright {
	float: right;
	margin: 0.3125rem 0 1.25rem 1.25rem
}

a img.alignnone {
	margin: 0.3125rem 1.25rem 1.25rem 0
}

a img.alignleft {
	float: left;
	margin: 0.3125rem 1.25rem 1.25rem 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 0.0625rem solid #f0f0f0;
	max-width: 96%;
	padding: 0.3125rem 0.1875rem 0.625rem;
	text-align: center
}

.wp-caption.alignnone {
	margin: 0.3125rem 1.25rem 1.25rem 0
}

.wp-caption.alignleft {
	margin: 0.3125rem 1.25rem 1.25rem 0
}

.wp-caption.alignright {
	margin: 0.3125rem 0 1.25rem 1.25rem
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 0.6875rem;
	line-height: 1.0625rem;
	margin: 0;
	padding: 0 0.25rem 0.3125rem
}

.screen-reader-text {
	border: 0;
	clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 0.0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 0.0625rem;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 0.3125rem;
	line-height: normal;
	padding: 0.9375rem 1.4375rem 0.875rem;
	text-decoration: none;
	top: 0.3125rem;
	width: auto;
	z-index: 100000
}

.articles-top {
	background: url("../img/top-articles.jpg") no-repeat 1.875rem 0;
	text-align: center;
	position: relative;
	padding-top: 3.125rem;
	padding-left: 1.875rem;
	margin-bottom: 3.125rem
}

.articles-top::before {
	content: "";
	background: url("../img/dot-transparent.png") repeat;
	position: absolute;
	top: 0.4375rem;
	right: 0;
	left: 1.875rem;
	height: 1.5625rem
}

.articles-top::after {
	content: "";
	background: url("../img/x.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: -0.75rem;
	left: 50%;
	width: 3.1875rem;
	height: 1.5625rem;
	margin-left: -0.9375rem
}

.articles-top h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 1.25rem
}

.article-blog-t {
	padding: 0 3.4375rem 1.5625rem
}

.article-blog-t .img-holder {
	margin-bottom: 0.625rem;
	overflow: hidden
}

.article-blog-t .img-holder::before {
	padding-bottom: 70.73171%
}

.article-blog-t .img-holder>img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.article-blog-t .img-holder:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.article-blog-t__title {
	font-weight: 700;
	font-size: 1.0625rem;
	line-height: 1.2
}

.article-blog-t__title>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.article-blog-t__title>a:hover {
	color: #51ae31
}

.aside {
	min-height: 0.0625rem
}

.aside__nav {
	background-color: #fff;
	text-align: center;
	padding: 1.8125rem 0.875rem;
	border: 0.0625rem solid #e3e5e5
}

.aside__nav>h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 0.625rem
}

.aside__nav>ul>li {
	margin-bottom: 0.625rem
}

.aside__nav>ul>li:last-child {
	margin-bottom: 0
}

.aside__nav>ul>li>a {
	color: #51ae31;
	font-weight: 700;
	font-size: 0.875rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: inline-block;
	border-bottom: 0.0625rem solid #7fd861;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.aside__nav>ul>li>a:hover {
	color: #99d983
}

.aside__nav>ul>li.video-menu-item>a {
	margin-right: 1.375rem;
	margin-left: 1.375rem
}

.aside__nav>ul>li.video-menu-item>a::before {
	content: "";
	position: absolute;
	top: 0.125rem;
	left: -1.375rem;
	width: 1.0625rem;
	height: 1.0625rem;
	border: 0.0625rem solid #51ae31;
	border-radius: 50%
}

.aside__nav>ul>li.video-menu-item>a::after {
	content: "";
	position: absolute;
	top: 0.375rem;
	left: -1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.28125rem 0 0.28125rem 0.4375rem;
	border-color: transparent transparent transparent #51ae31
}

.aside__nav>ul>li.current-menu-item>a {
	color: #364948;
	border-bottom-color: transparent
}

.aside--with-fixed-el {
	padding-left: 1.875rem
}

.aside--with-fixed-el .articles-top {
	margin-bottom: 0
}

.n-download {
	padding-right: 2.5rem
}

.n-download>ul {
	padding: 2.5rem;
	border: 0.0625rem solid #e3e5e5
}

.n-download>ul>li {
	border-top: 0.0625rem solid #e3e5e5
}

.n-download>ul>li:first-child {
	border-top: 0
}

.n-download>ul>li>a {
	color: #364948;
	font-weight: 700;
	font-size: 1.125rem;
	text-decoration: none;
	display: block;
	padding: 0.3125rem 0;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.n-download>ul>li>a:hover {
	color: #51ae31
}

.n-download>ul>li.is-active>a {
	color: #51ae31
}

.n-download>ul>li>ul>li {
	padding-left: 0.9375rem
}

.n-download>ul>li>ul>li>a {
	color: #364948;
	font-size: 1.125rem;
	text-decoration: none;
	display: block;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.n-download>ul>li>ul>li>a:hover {
	color: #51ae31
}

.n-download>ul>li>ul>li.is-active>a {
	color: #51ae31
}

.n-download>ul>li>ul>li>ul {
	padding: 0.5rem 0
}

.n-download>ul>li>ul>li>ul>li {
	padding-left: 0.625rem
}

.n-download>ul>li>ul>li>ul>li>a {
	color: #364948;
	text-decoration: none;
	position: relative;
	display: block;
	padding-left: 0.625rem;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.n-download>ul>li>ul>li>ul>li>a::before {
	content: "";
	background-color: #51ae31;
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 0.25rem;
	height: 0.875rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.n-download>ul>li>ul>li>ul>li>a:hover {
	color: #51ae31
}

.n-download>ul>li>ul>li>ul>li.is-active>a {
	color: #51ae31
}

.n-download>ul>li>ul>li>ul>li.is-active>a::before {
	opacity: 1
}

.s-contact {
	color: #fff;
	background-color: #51ae31;
	position: relative;
	padding-top: 0.25rem;
	padding-bottom: 2.1875rem
}

.s-contact .s-arrow {
	background: url("../img/arrows-right-light.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 17.0625rem;
	height: 16.4375rem
}

.s-contact__inner {
	padding: 2.1875rem 0 0.3125rem
}

.s-contact__inner h2 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.s-contact__inner p {
	font-size: 1.125rem;
	margin-bottom: 1.875rem
}

.s-contact--center {
	text-align: center
}

.s-contact--center .row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin-left: 0
}

.home .s-contact {
	text-align: center;
	padding-bottom: 5rem
}

.home .s-contact .s-arrow {
	width: 24.375rem;
	height: 23.0625rem
}

.home .s-contact__inner {
	padding: 3.75rem 0 0
}

.home .s-contact .row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-left: 0
}

.footer {
	background-color: #f5f6f6
}

.footer__main {
	padding-top: 1.25rem;
	padding-bottom: 1.875rem
}

.footer__main>div {
	margin-bottom: 1.875rem
}

.footer__logo {
	max-width: 11.5625rem;
	margin-bottom: 1.875rem
}

.footer__content {
	padding-top: 0.9375rem
}

.footer__content h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.footer__content p {
	font-size: 0.875rem
}

.footer__content p a {
	color: #364948;
	text-decoration: none
}

.footer__content p a:hover {
	text-decoration: underline
}

.footer__nav>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 0.3125rem;
	margin-right: -0.9375rem;
	margin-left: -0.9375rem
}

.footer__nav>ul>li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 0.3125rem;
	margin-bottom: 0.5rem
}

.footer__nav>ul>li>a {
	color: #364948;
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.footer__nav>ul>li>a:hover {
	color: #51ae31
}

.footer__bottom {
	background-color: #fff;
	padding: 1.25rem 0 1.5625rem
}

.footer__sites {
	font-size: 0;
	text-align: center
}

.footer__sites>li {
	display: inline-block;
	padding: 0 0.9375rem 0.9375rem
}

.footer__copy {
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	text-align: center;
	padding-top: 0.3125rem;
	margin-bottom: 0.9375rem
}

.footer__info {
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	text-align: center;
	padding-top: 0.3125rem
}

.footer__info span {
	display: inline-block;
	padding: 0 0.625rem 0.9375rem
}

.footer__info a {
	color: #364948;
	text-decoration: none;
	border-bottom: 0.0625rem solid #bec4c4;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.footer__info a:hover {
	color: #51ae31
}

.home .footer__main {
	padding-top: 1.875rem;
	padding-bottom: 3.75rem
}

.header {
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	width: 100%
}

.header__top {
	border-bottom: 0.0625rem solid #edefee
}

.header__top>div {
	position: relative;
	height: 4.875rem;
	-webkit-transition: height .4s ease;
	transition: height .4s ease
}

.logo {
	position: absolute;
	top: 1.375rem;
	left: 0.9375rem;
	width: 12.5rem
}

.logo img {
	height: 2rem
}

.header__contacts {
	font-weight: 400;
	padding-top: 1.375rem;
	padding-left: 14.0625rem
}

.header__contacts>li {
	float: left
}

.header__phone>a {
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
	display: block;
	padding-left: 0.625rem
}

.header__phone>a>span {
	background-color: #51ae31;
	line-height: 1.25rem;
	position: relative;
	display: block;
	padding: 0.375rem 1.375rem 0.375rem 0.75rem;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.header__phone>a>span::before {
	content: "";
	position: absolute;
	top: 0;
	left: -0.625rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.625rem 1rem 0;
	border-color: transparent #51ae31 transparent transparent;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease
}

.header__phone>a>span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.625rem 1rem 0;
	border-color: transparent #fff transparent transparent
}

.header__phone>a:hover>span {
	background-color: #5ac237
}

.header__phone>a:hover>span::before {
	border-color: transparent #5ac237 transparent transparent
}

.header__mail>a {
	color: #fff;
	font-size: 0.875rem;
	text-decoration: none;
	display: block;
	padding-left: 0.625rem
}

.header__mail>a>span {
	background-color: #364948;
	line-height: 1.25rem;
	position: relative;
	display: block;
	padding: 0.375rem 1.375rem 0.375rem 0.75rem;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.header__mail>a>span::before {
	content: "";
	position: absolute;
	top: 0;
	left: -0.625rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.625rem 1rem 0;
	border-color: transparent #364948 transparent transparent;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease
}

.header__mail>a>span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.625rem 1rem 0;
	border-color: transparent #fff transparent transparent
}

.header__mail>a:hover>span {
	background-color: #475c5b
}

.header__mail>a:hover>span::before {
	border-color: transparent #475c5b transparent transparent
}

.search {
	position: absolute;
	top: 1.5625rem;
	right: 8.75rem;
	z-index: 1
}

.search-container {
	position: relative;
	width: 16.875rem;
	padding-right: 1.25rem
}

.search__input {
	color: #b9c5c4;
	background-color: transparent;
	font-size: 0.875rem;
	line-height: 1.375rem;
	width: 100%;
	height: 1.4375rem;
	padding: 0 0.375rem;
	border: 0;
	border-bottom: 0.0625rem solid #b9c5c4;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.search__button {
	background-color: transparent;
	position: absolute;
	right: 0;
	bottom: -0.125rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline-width: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.search__button .svg--search__fill--1 {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.search__button:hover .svg--search__fill--1 {
	fill: #51ae31
}

.lang {
	background: #fff;
	font-weight: 400;
	position: absolute;
	top: 1.5625rem;
	right: 3.1875rem;
	z-index: 1;
	border: 0.0625rem solid transparent;
	border-bottom: 0
}

.lang-opener {
	background-color: #fff;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
	text-align: right;
	display: block;
	width: 3.75rem;
	height: 2rem;
	padding: 0.5rem 1.75rem 0.5rem 0.5rem;
	cursor: pointer
}

.lang-opener .svg {
	top: 50%;
	right: 0.8125rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.lang-container {
	background-color: #fff;
	position: absolute;
	top: 100%;
	right: -0.0625rem;
	left: -0.0625rem;
	text-align: right;
	padding-top: 0.3125rem;
	border: 0.0625rem solid #edefee;
	border-top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.lang-container a {
	color: #364948;
	font-size: 0.875rem;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0.25rem 1.75rem 0.25rem 0.5rem;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.lang-container a:hover {
	color: #51ae31
}

.lang.is-active {
	border-color: #edefee
}

.lang.is-active .lang-container {
	opacity: 1;
	visibility: visible
}

a.p-link {
	color: #364948;
	text-decoration: none
}

.p-link {
	position: absolute;
	top: 1.875rem;
	right: 0.9375rem;
	z-index: 1;
	width: 1.3125rem;
	height: 1.3125rem
}

.p-link__icon .svg--star__fill {
	-webkit-transition: fill .4s ease;
	transition: fill .4s ease
}

.p-link:hover .svg--star__fill {
	fill: #51ae31
}

.p-link__count {
	color: #51ae31;
	font-size: 0.75rem;
	line-height: 1;
	position: absolute;
	left: 100%;
	bottom: 100%;
	margin-left: -0.3125rem
}

.m-nav {
	background-color: #fff;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.m-nav-container {
	position: relative
}

.m-nav-container>ul {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 51.25rem;
	margin: 0 auto
}

.m-nav-container>ul>li {
	position: relative;
	-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;
	max-width: 20%;
	padding: 0 1.1875rem
}

.m-nav-container>ul>li>a {
	color: #364948;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: block;
	height: 3.75rem;
	padding: 1.25rem 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.m-nav-container>ul>li>a:hover {
	color: #51ae31
}

.m-nav-container>ul>li:first-child {
	padding-left: 0
}

.m-nav-container>ul>li:last-child {
	padding-right: 0
}

.m-nav-container>ul>li:last-child>ul {
	margin-left: 0.59375rem
}

.m-nav-container>ul>li.current-menu-item>a,
.m-nav-container>ul>li.current-page-ancestor>a {
	color: #909a99
}

.m-nav-container>ul>li.menu-item-has-children>a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.4375rem 0.4375rem 0.4375rem;
	border-color: transparent transparent #364948 transparent;
	margin-top: -0.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.m-nav-container>ul>li>ul {
	background: #364948;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	padding: 1.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	margin-top: -0.25rem;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.m-nav-container>ul>li>ul>li {
	margin-top: 0.625rem
}

.m-nav-container>ul>li>ul>li:first-child {
	margin-top: 0
}

.m-nav-container>ul>li>ul>li>a {
	color: #fff;
	font-size: 0.9375rem;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.m-nav-container>ul>li>ul>li>a:hover {
	color: #51ae31
}

.m-nav-container>ul>li>ul>li>ul>li {
	margin-top: 0.625rem
}

.m-nav-container>ul>li>ul>li>ul>li>a {
	color: #fff;
	font-size: 0.9375rem;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.m-nav-container>ul>li>ul>li>ul>li>a:hover {
	color: #51ae31
}

.m-nav-container>ul>li:nth-child(3) {
	position: static
}

.m-nav-container>ul>li:nth-child(3)>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 43.125rem;
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.m-nav-container>ul>li:nth-child(3)>ul>li {
	height: 100%;
	margin-top: 0
}

.m-nav-container>ul>li:nth-child(3)>ul>li>a {
	color: #51ae31;
	font-weight: 700
}

.m-nav-container>ul>li:nth-child(3)>ul>li>a:hover {
	color: #5ac237
}

.m-nav-container>ul>li:nth-child(3)>ul>li:last-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 0;
	padding-left: 1.25rem;
	border-left: 0.0625rem solid #657776
}

.m-nav-container>ul>li:nth-child(3)>ul>li:last-child>a {
	display: none
}

.m-nav-container>ul>li:nth-child(3)>ul>li:last-child>ul>li:first-child {
	margin-top: 0
}

.m-nav-container>ul>li:hover>a::before {
	opacity: 1
}

.m-nav-container>ul>li:hover>ul {
	opacity: 1;
	visibility: visible
}

.header {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.header .logo {
	-webkit-transition: top .4s ease;
	transition: top .4s ease
}

.header__contacts,
.header .search,
.header .lang,
.header .p-link {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.header--init {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.header--not-top .header__top>div {
	height: 4.3125rem
}

.header--not-top .logo {
	top: 1.0625rem
}

.header--not-top .header__contacts {
	padding-top: 1.0625rem
}

.header--not-top .search,
.header--not-top .lang {
	top: 1.0625rem
}

.header--not-top .p-link {
	top: 1.5rem
}

.header--not-top .m-nav {
	background-color: #f3f4f4
}

.header--not-top .m-nav-container>ul>li>a {
	height: 2.75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem
}

.wrapper {
	overflow: hidden
}

.container-fluid {
	padding-right: 1.375rem;
	padding-left: 1.375rem
}

.intro__nav {
	background-color: #f3f4f4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 101%;
	text-align: center;
	position: relative;
	min-height: 41.625rem;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	overflow: hidden
}

.intro__nav::after {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.3125rem solid #51ae31;
	border-right-color: #fff;
	border-left-color: #fff;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -1.25rem 0 0 -1.25rem;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear
}

.intro__nav>div {
	position: relative;
	z-index: 3
}

.intro__nav>img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.intro__row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.intro__row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem;
	margin-bottom: 1.375rem
}

.intro__item {
	background: rgba(81, 174, 49, 0.9);
	-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-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 12.5rem;
	padding: 0.9375rem;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.intro__item:hover {
	background: rgba(104, 194, 73, 0.95)
}

.intro__title {
	font-weight: 300;
	font-size: 1.9375rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.intro__desc {
	margin-bottom: 1.25rem
}

.intro .btn--bordered {
	line-height: 1.9375rem;
	text-align: center;
	display: block;
/*	width: 5.5rem;*/
	height: 2.0625rem;
	margin: 0 auto
}

a.intro__item {
	color: #fff;
	text-decoration: none
}

.intro__article {
	position: relative;
	padding: 5rem 0 3.125rem
}

.intro__article .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	position: absolute;
	top: -2rem;
	right: 0;
	z-index: 2;
	width: 22.625rem;
	height: 22.9375rem
}

.intro__article .entry-content {
	padding: 0
}

.intro__subtitle {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 1.875rem
}

.intro .entry-content {
	max-width: 40rem;
	margin-bottom: 1.875rem
}

.dots {
	position: relative;
	max-width: 160em;
	margin: 0 auto;
	overflow: hidden
}

.dots .dots--1 {
	background-image: url("../img/dot.png");
	background-repeat: repeat;
	background-position: left 0;
	position: relative;
	z-index: 1;
	height: 1.9375rem
}

.dots .dots--0 {
	background: url("../img/dot.png") repeat right 0;
	width: 120rem;
	height: 1.9375rem;
	position: absolute;
	top: 0;
	right: 0;
	left: 50%
}

.dots--light .dots--1 {
	background-image: url("../img/dot-light.png")
}

.dots--light .dots--0 {
	background-image: url("../img/dot-light.png")
}

.dots--lighten .dots--1 {
	background-image: url("../img/dot-lighten.png")
}

.dots--lighten .dots--0 {
	background-image: url("../img/dot-lighten.png")
}

.dots--space-top {
	margin-top: 0.25rem
}

.dots--left .dots--0 {
	background-position: right 0;
	right: 50%;
	left: auto
}

.dots--left .dots--1 {
	background-position: right 0
}

.dots--w1920 {
	max-width: 120rem;
	margin-right: auto;
	margin-left: auto
}

.hp-articles {
	overflow: hidden
}

.hp-articles-wrap {
	max-width: 120em;
	margin: 0 auto
}

.hp-articles__wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.hp-article--top {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	padding-right: 0.6875rem;
	margin-bottom: 1.375rem;
	padding-left: 0.6875rem
}

.hp-article--top .hp-article__box {
	min-height: 40rem
}

.hp-article--bottom {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	min-width: 50%;
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.hp-article--bottom .hp-article__box {
	min-height: 32.75rem
}

.hp-article__box {
	background-color: #f3f4f4;
	position: relative;
	-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-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.9375rem;
	overflow: hidden
}

.hp-article__box-in {
	background-color: rgba(81, 174, 49, 0.9);
	text-align: center;
	position: relative;
	z-index: 3;
	-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-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 29.375rem;
	min-height: 13.75rem;
	padding: 0.9375rem 2.8125rem;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.hp-article__box::after {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.3125rem solid #51ae31;
	border-right-color: #fff;
	border-left-color: #fff;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -1.25rem 0 0 -1.25rem;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear
}

.hp-article__box>img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: -webkit-transform 3s linear;
	transition: -webkit-transform 3s linear;
	transition: transform 3s linear;
	transition: transform 3s linear, -webkit-transform 3s linear
}

.hp-article__box:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.hp-article:hover .hp-article__box-in {
	background-color: rgba(104, 194, 73, 0.95)
}

.hp-article__title {
	font-weight: 300;
	font-size: 1.9375rem;
	line-height: 1.2;
	margin-bottom: 1.5625rem
}

.hp-article .btn--bordered {
	line-height: 1.9375rem;
	text-align: center;
	display: block;
	height: 2.0625rem;
	padding-right: 1.875rem;
	margin: 0 auto
}

a.hp-article__box {
	color: #fff;
	text-decoration: none
}

.line__links {
	background-color: #e9ebeb
}

.line__links>div>ul {
	font-size: 0;
	text-align: center;
	padding: 0.625rem 0
}

.line__links>div>ul>li {
	position: relative;
	display: inline-block;
	padding: 0 1.5rem
}

.line__links>div>ul>li::before {
	content: "";
	background-color: #364948;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 0.125rem;
	height: 0.125rem;
	margin-top: -0.0625rem;
	margin-left: -0.0625rem
}

.line__links>div>ul>li:first-child::before {
	display: none
}

.line__links>div>ul>li>span {
	color: #364948;
	font-weight: 400;
	font-size: 0.9375rem;
	letter-spacing: 1rem;
	line-height: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 0.3125rem;
	margin: 0 auto
}

.line__links>div>ul>li:first-child {
	padding-left: 0
}

.line__links>div>ul>li:last-child {
	padding-right: 0
}

.benefits {
	text-align: center;
	position: relative;
	padding: 5rem 0 1.5625rem
}

.benefits .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	position: absolute;
	top: -2rem;
	left: -3.75rem;
	z-index: 2;
	width: 22.625rem;
	height: 22.9375rem;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.benefits h2 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 2.5rem
}

.benefits--fill {
	background-color: #f3f4f4
}

.benefits--without-arrow::before {
	display: none
}

.benefits--without-title>div>header {
	display: none
}

.benefit {
	max-width: 20rem;
	margin: 0 auto 1.875rem
}

.benefit__img {
	max-height: 3.125rem;
	margin: 0 auto 0.9375rem
}

.benefit__img>img {
	max-width: 4.6875rem;
	max-height: 3.125rem
}

.benefit h3 {
	color: #51ae31;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.2;
	margin-bottom: 0.625rem
}

.benefit p {
	font-size: 1.125rem
}

.hp-blog {
	padding: 6.875rem 0 5rem
}

.hp-blog .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.hp-blog .row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.hp-blog__title {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	min-height: 9.5625rem
}

.a-blog::after {
	display: block;
	clear: both;
	content: ""
}

.a-blog__img {
	background-color: #f3f4f4;
	position: relative;
	display: block;
	height: 26.4375rem;
	overflow: hidden
}

.a-blog__img::after {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.3125rem solid #51ae31;
	border-right-color: #fff;
	border-left-color: #fff;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -1.25rem 0 0 -1.25rem;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear
}

.a-blog__img--action {
	height: 16.9375rem
}

.a-blog__img>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.a-blog__img:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.a-blog__content {
	padding: 1.1875rem
}

.a-blog__title {
	font-weight: 700;
	font-size: 1.6875rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.a-blog__title>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.a-blog__title>a:hover {
	color: #51ae31
}

.a-blog__desc {
	font-size: 1.125rem;
	margin-bottom: 1.25rem
}

.tags {
	color: #51ae31;
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.1rem
}

.tags a {
	color: #51ae31;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.tags a:hover {
	color: #99d983
}

.tags span {
	color: #364948;
	display: inline-block;
	padding: 0 0.25rem
}

.hp-blog__right .a-blog {
	margin-bottom: 1.375rem
}

.hp-blog__right .a-blog__img {
	float: left;
	width: 19.8125rem;
	height: auto
}

.hp-blog__right .a-blog__img::before {
	content: "";
	display: block;
	padding-top: 92.74448%
}

.hp-blog__right .a-blog__content {
	padding-right: 0;
	overflow: hidden
}

.breadcrumb {
	background-color: #f3f4f4;
	padding: 0.5rem 0
}

.breadcrumb li {
	display: inline-block
}

.breadcrumb a {
	color: #364948;
	font-size: 0.875rem;
	line-height: 1.125rem;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 0.0625rem solid #b6bdbd;
	-webkit-transition: border-bottom-color .4s ease;
	transition: border-bottom-color .4s ease
}

.breadcrumb a:hover {
	border-bottom-color: transparent
}

.breadcrumb .separator {
	background: url("../img/sipka-drob-navigace.svg") no-repeat;
	background-size: 100%;
	text-indent: -624.9375rem;
	vertical-align: middle;
	display: inline-block;
	width: 0.25rem;
	height: 0.5rem;
	margin: 0 0.3125rem
}

.breadcrumb strong {
	color: #778584;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.125rem;
	white-space: nowrap
}

.article-base {
	position: relative;
	max-width: 120em;
	margin: 0 auto
}

.article-base .img-holder {
	background-color: #f3f4f4;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	min-height: 27.5rem
}

.article-base .img-holder::before {
	padding-bottom: 45.83333%
}

.article-base .img-holder>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.article-base .row>[class*="col-"] {
	-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;
	min-height: 27.5rem
}

.article-base .entry-content {
	padding-right: 5.0625rem
}

.article-base__num {
	color: #eaebeb;
	font-size: 10.625rem;
	line-height: 1
}

.article-base__title {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	max-width: 28.125rem
}

.article-base__content {
	padding-right: 5.0625rem;
	padding-bottom: 1.875rem
}

.article-base--content-right .img-holder {
	right: 50%;
	left: auto
}

.article-base--content-right .entry-content,
.article-base--content-right .article-base__content {
	padding-right: 0;
	padding-left: 5.0625rem
}

.article-base--darken {
	background-color: #f1f2f2
}

.article-base--with-arrow-0 {
	position: relative;
	max-width: 100%
}

.article-base--with-arrow-0 .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -2.625rem;
	left: 0;
	z-index: 3;
	width: 22.3125rem;
	height: 21.875rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.article-base--with-arrow-1 {
	position: relative;
	max-width: 100%
}

.article-base--with-arrow-1 .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -2.625rem;
	right: 0;
	z-index: 3;
	width: 22.3125rem;
	height: 21.875rem
}

.article-base--with-arrow-1 .article-base__title {
	max-width: 25rem
}

.article-base--large {
	max-width: 100%
}

.article-base--large .img-holder {
	min-height: 30.3125rem
}

.article-base--large .img-holder::before {
	padding-bottom: 50.52083%
}

.article-base--large .img-holder--2::after {
	display: block;
	clear: both;
	content: ""
}

.article-base--large .img-holder--2::before {
	display: none
}

.article-base--large .img-holder--2>img {
	width: 50%
}

.article-base--large .img-holder--2>img:last-child {
	left: 50%
}

.article-base--large .row>[class*="col-"] {
	min-height: 30.3125rem
}

.article-base--large .entry-content {
	max-width: 34.0625rem
}

.article-base--large .entry-content strong {
	color: #51ae31
}

.article-base--1 {
	color: #fff;
	background: url("../img/colmex_01.png") no-repeat 0 0;
	background-size: 50% 100%
}

.article-base--1 .entry-content strong {
	color: #92e376
}

.article-base--2 {
	background: url("../img/colmex_02.png") no-repeat right 0;
	background-size: 50% 100%
}

.article-base--3 {
	background: url("../img/colmex_03.png") no-repeat 0 0;
	background-size: 50% 100%
}

.article-base--4 {
	color: #fff;
	background: url("../img/colmex_04.png") no-repeat right 0;
	background-size: 50% 100%
}

.article-base--4 .entry-content strong {
	color: #92e376
}

.article-base--large-xl .img-holder--2 {
	min-height: 40rem
}

.article-base--large-xl .img-holder--2::after {
	display: block;
	clear: both;
	content: ""
}

.article-base--large-xl .img-holder--2::before {
	display: none
}

.article-base--large-xl .img-holder--2>img {
	width: 50%
}

.article-base--large-xl .img-holder--2>img:last-child {
	left: 50%
}

.article-base--large-xl .img-holder--4 {
	min-height: 40rem
}

.article-base--large-xl .img-holder--4::after {
	display: block;
	clear: both;
	content: ""
}

.article-base--large-xl .img-holder--4::before {
	display: none
}

.article-base--large-xl .img-holder--4>img {
	width: 50%;
	height: 50%
}

.article-base--large-xl .img-holder--4>img:nth-child(2) {
	left: 50%
}

.article-base--large-xl .img-holder--4>img:nth-child(3) {
	top: 50%
}

.article-base--large-xl .img-holder--4>img:last-child {
	top: 50%;
	left: 50%
}

.article-base--large-xl .row>[class*="col-"] {
	min-height: 40rem
}

.article-base--large-xl .entry-content ul {
	padding-left: 1.25rem
}

.article-base--large-xl .entry-content ul>li {
	padding-left: 1.875rem
}

.article-base--large-xl .entry-content ul>li::before {
	background: transparent url("../img/ico-odrazka.svg") no-repeat;
	background-size: 100%;
	top: 0.125rem;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0
}

.article-base--large-xl .entry-content strong {
	color: #51ae31
}

.spacer-base {
	height: 4.375rem
}

.newsletter {
	background-color: #f3f4f4;
	text-align: center;
	padding-top: 0.25rem;
	padding-bottom: 2.1875rem
}

.newsletter.with-arrows {
	position: relative
}

.newsletter.with-arrows .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 5.625rem;
	right: 0;
	z-index: 1;
	width: 22.3125rem;
	height: 21.875rem
}

.newsletter__opener>span {
	cursor: pointer
}

.newsletter__inner {
	padding: 2.1875rem 0 1.875rem
}

.newsletter__title {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 0.625rem
}

.newsletter__desc {
	color: #51ae31;
	font-size: 1.6875rem;
	margin-bottom: 2.8125rem
}

.newsletter__form {
	position: relative;
	max-width: 33.4375rem;
	height: 2.5rem;
	padding-right: 10rem;
	padding-left: 5.625rem;
	margin: 0 auto 2.5rem
}

.newsletter__form>label {
	display: block;
	width: 100%;
	margin-bottom: 0
}

.newsletter__form>label>span {
	font-size: 1.0625rem;
	line-height: 2.5rem;
	position: absolute;
	top: 0;
	left: 0
}

.newsletter__form input[type="email"] {
	line-height: 1.25rem;
	width: 100%;
	height: 2.5rem;
	padding: 0.5625rem 0.875rem;
	border: 0.0625rem solid #dcdede;
	border-radius: 0.125rem;
	outline-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.newsletter__form button {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 8.75rem;
	border: 0;
	padding-right: 0.9375rem;
	padding-left: 0
}

.newsletter__form button::before {
	right: 0.9375rem
}

.newsletter__info {
	font-size: 0.875rem
}

.newsletter__info a {
	color: #364948;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 0.0625rem solid #364948;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.newsletter__info a:hover {
	color: #51ae31;
	border-bottom-color: #51ae31
}

.newsletter.with-arrows.newsletter--small .s-arrow {
	top: -1.0625rem;
	z-index: 3;
	width: 11.5625rem;
	height: 12.5rem
}

.newsletter--small {
	text-align: left
}

.newsletter--small .dots>.container {
	padding-right: 0;
	padding-left: 0
}

.newsletter--small .dots-0 {
	display: none
}

.newsletter--small>.container {
	padding-right: 3.75rem;
	padding-left: 3.75rem
}

.newsletter--small .newsletter__title {
	font-size: 2.5rem;
	max-width: 21.875rem
}

.newsletter--small .newsletter__desc {
	font-size: 1.4375rem;
	max-width: 21.875rem
}

.content-header {
	text-align: center;
	padding: 1.875rem 0
}

.content-header__title {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 0.9375rem
}

.content-header__title>span {
	font-weight: 700;
	font-size: 1.875rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 1.25rem;
	margin-left: 1.25rem
}

.content-header__desc {
	font-size: 1.125rem
}

.content-header__desc img {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.content-header .article-100--center {
	padding-top: 0;
	padding-bottom: 0
}

.content-header>:last-child,
.content-header>div>:last-child {
	margin-bottom: 0
}

.content-header-large {
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden
}

.content-header-large .img-holder::before {
	height: 46.875rem
}

.content-header-large__box {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3
}

.content-header-large__box h1 {
	font-weight: 300;
	font-size: 3.75rem;
	line-height: 1.2;
	margin-bottom: 1.875rem
}

.content-header-large__box .continue {
	background: url("../img/sipka-pokracovat.svg") no-repeat;
	background-size: 100%;
	display: block;
	width: 2.6875rem;
	height: 2.6875rem;
	margin-right: auto;
	margin-bottom: 5.9375rem;
	margin-left: auto;
	cursor: pointer
}

.content-header-large .line__links {
	background-color: rgba(231, 233, 233, 0.75)
}

.content-image-intro {
	overflow: hidden
}

.content-image-intro .img-holder::before {
	padding-bottom: 19.53125%
}

.content-images-row {
	overflow: hidden;
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.content-images-row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.content-images-1 {
	max-width: 120rem;
	margin: 0 auto
}

.content-images-1 .img-holder::before {
	padding-bottom: 43.75%
}

.content-images-2 {
	max-width: 120rem;
	margin: 0 auto
}

.content-images-2--small .img-holder::before {
	padding-bottom: 35.86498%
}

.content-images-2--base .img-holder::before {
	padding-bottom: 48.52321%
}

.content-images-2--large .img-holder::before {
	padding-bottom: 68.5654%
}

.content-images-3 {
	margin: 0 auto
}

.content-images-3 .img-holder {
	height: 100%
}

.content-images-3--wrap {
	margin-top: 1.375rem
}

.content-images-3--wrap .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.content-images-3--wrap .row>div {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.content-images-3--wrap .img-holder::before {
	padding-bottom: 60.8%
}

.content-images-3--no-wrap {
	margin: 0 auto
}

.content-images-3--no-wrap .col-float {
	width: 33.3333%
}

.content-images-3--no-wrap--small .img-holder {
	max-height: 21.25rem
}

.content-images-3--no-wrap--small .img-holder::before {
	height: 100%;
	padding-bottom: 56.25%
}

.content-images-3--no-wrap--small .col-md-3 .img-holder::before {
	padding-bottom: 73.91304%
}

.content-images-3--no-wrap--small .col-md-4 .img-holder::before {
	padding-bottom: 54.4%
}

.content-images-3--no-wrap--small .col-md-5 .img-holder::before {
	padding-bottom: 43.03797%
}

.content-images-3--no-wrap--small .col-md-6 .img-holder::before {
	padding-bottom: 35.78947%
}

.content-images-3--no-wrap--small .col-md-7 .img-holder::before {
	padding-bottom: 30.63063%
}

.content-images-3--no-wrap--small .col-md-8 .img-holder::before {
	padding-bottom: 26.72956%
}

.content-images-3--no-wrap--small .col-md-9 .img-holder::before {
	padding-bottom: 23.69338%
}

.content-images-3--no-wrap--small .col-md-12 .img-holder::before {
	padding-bottom: 17.70833%
}

.content-images-3--no-wrap--base .img-holder {
	max-height: 28.75rem
}

.content-images-3--no-wrap--base .img-holder::before {
	height: 100%;
	padding-bottom: 56.25%
}

.content-images-3--no-wrap--base .col-md-3 .img-holder::before {
	padding-bottom: 100%
}

.content-images-3--no-wrap--base .col-md-4 .img-holder::before {
	padding-bottom: 73.6%
}

.content-images-3--no-wrap--base .col-md-5 .img-holder::before {
	padding-bottom: 58.22785%
}

.content-images-3--no-wrap--base .col-md-6 .img-holder::before {
	padding-bottom: 48.42105%
}

.content-images-3--no-wrap--base .col-md-7 .img-holder::before {
	padding-bottom: 41.44144%
}

.content-images-3--no-wrap--base .col-md-8 .img-holder::before {
	padding-bottom: 36.16352%
}

.content-images-3--no-wrap--base .col-md-9 .img-holder::before {
	padding-bottom: 32.05575%
}

.content-images-3--no-wrap--base .col-md-12 .img-holder::before {
	padding-bottom: 23.95833%
}

.content-images-3--no-wrap--large .img-holder {
	max-height: 40.625rem
}

.content-images-3--no-wrap--large .img-holder::before {
	height: 100%;
	padding-bottom: 56.25%
}

.content-images-3--no-wrap--large .col-md-3 .img-holder::before {
	padding-bottom: 141.30435%
}

.content-images-3--no-wrap--large .col-md-4 .img-holder::before {
	padding-bottom: 104%
}

.content-images-3--no-wrap--large .col-md-5 .img-holder::before {
	padding-bottom: 82.27848%
}

.content-images-3--no-wrap--large .col-md-6 .img-holder::before {
	padding-bottom: 68.42105%
}

.content-images-3--no-wrap--large .col-md-7 .img-holder::before {
	padding-bottom: 58.55856%
}

.content-images-3--no-wrap--large .col-md-8 .img-holder::before {
	padding-bottom: 51.10063%
}

.content-images-3--no-wrap--large .col-md-9 .img-holder::before {
	padding-bottom: 45.29617%
}

.content-images-3--no-wrap--large .col-md-12 .img-holder::before {
	padding-bottom: 33.85417%
}

.content-images-3--more .content-images-row {
	padding-top: 1.375rem
}

.content-images-3--more .content-images-row:first-child {
	padding-top: 0
}

.img-holder {
	background-color: #f3f4f4;
	position: relative;
	display: block
}

.img-holder::before {
	content: "";
	display: block
}

.img-holder::after {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.3125rem solid #51ae31;
	border-right-color: #fff;
	border-left-color: #fff;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -1.25rem 0 0 -1.25rem;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear
}

.img-holder>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.article-50 .img-holder::before {
	padding-bottom: 59.78261%
}

.article-50 .row>[class*="col-"]:last-child {
	-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;
	min-height: 27.5rem
}

.article-50 .entry-content {
	padding-right: 4.8125rem
}

.article-100--center {
	text-align: center
}

.article-100--with-arrow {
	position: relative
}

.article-100--with-arrow .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 3.75rem;
	z-index: 3;
	width: 22.3125rem;
	height: 21.875rem
}

.article-100--with-arrow-left {
	position: relative
}

.article-100--with-arrow-left .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 3.75rem;
	left: 0;
	z-index: 3;
	width: 22.3125rem;
	height: 21.875rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.article-100 .entry-content {
	padding: 3.75rem 0
}

.we-offer {
	background-color: #f3f4f4;
	text-align: center;
	padding-top: 0.25rem;
	padding-bottom: 2.1875rem
}

.we-offer__inner {
	padding: 2.1875rem 0 1.875rem
}

.we-offer ul {
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -0.9375rem;
	margin-left: -0.9375rem
}

.we-offer ul>li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 0.9375rem 0 2.8125rem;
	margin-bottom: 0.625rem
}

.we-offer ul>li::before {
	background: transparent url("../img/ico-odrazka.svg") no-repeat;
	background-size: 100%;
	top: 0;
	left: 0.9375rem;
	width: 1.4375rem;
	height: 1.4375rem;
	border-radius: 0
}

.we-offer--with-arrow {
	position: relative
}

.we-offer--with-arrow .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -2.5rem;
	left: 0;
	z-index: 1;
	width: 21.3125rem;
	height: 21.5625rem;
	margin-left: -1.25rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.work {
	padding: 3.75rem 0 1.875rem
}

.work__title {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2
}

.work__item {
	border-bottom: 0.0625rem solid #f3f4f4
}

.work__header {
	position: relative;
	padding: 1.875rem 0
}

.work__subtitle {
	font-weight: 700;
	font-size: 1.1875rem
}

.work__desc {
	font-size: 1.125rem;
	padding-right: 8.75rem
}

.work span.work__btn {
	position: absolute
}

.work span.work__btn.is.active {
	padding: 0
}

.work__btn {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.work__btn>span::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.work__btn.is-active {
	color: #fff;
	background-color: #364948;
	font-size: 1.125rem;
	text-align: center;
	width: 2.375rem;
	padding-right: 0;
	padding-left: 0
}

.work__btn.is-active::before {
	display: none
}

.work__btn.is-active::after {
	content: "×";
	text-transform: lowercase;
	display: block
}

.work__btn.is-active>span {
	display: none
}

.work__btn.is-active:hover {
	background-color: #475c5b
}

.work .entry-content {
	background-color: #f3f4f4;
	padding: 2.8125rem
}

.work .entry-content h1,
.work .entry-content h2,
.work .entry-content h3,
.work .entry-content h4,
.work .entry-content h5,
.work .entry-content h6 {
	margin-bottom: 0.75rem
}

.work .entry-content p,
.work .entry-content ul,
.work .entry-content ol {
	margin-top: 0.75rem
}

.work .entry-content>:first-child {
	margin-top: 0
}

.work .entry-content>:last-child {
	margin-bottom: 0
}

.js .work__content {
	display: none
}

.article-reference {
	padding: 1.25rem 0 3.75rem;
	border-bottom: 0.0625rem solid #e3e5e5;
	margin-bottom: 5.625rem
}

.article-reference--last {
	border-bottom: 0;
	margin-bottom: 0
}

.article-blog {
	margin-bottom: 1.375rem
}

.article-blog .img-holder {
	overflow: hidden
}

.article-blog .img-holder::before {
	padding-bottom: 70.58824%
}

.article-blog .img-holder>img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.article-blog .img-holder:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.article-blog__content {
	-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
}

.article-blog__content>div {
	padding-top: 1.1875rem;
	padding-bottom: 1.1875rem;
	padding-left: 1.25rem
}

.article-blog--top {
	position: relative
}

.article-blog--top .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 22.625rem;
	height: 22.9375rem
}

.article-blog--top .img-holder::before {
	padding-bottom: 72.01087%
}

.article-blog--top__content {
	-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;
	min-height: 33.125rem
}

.article-blog--top__content>div {
	max-width: 31.25rem;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	padding-left: 1.25rem
}

.article-blog--top__content .a-blog__title {
	font-size: 2rem
}

.date {
	color: #9fa5a5;
	font-size: 0.875rem;
	text-transform: lowercase;
	display: block;
	margin-bottom: 0.3125rem
}

.date>span {
	font-size: 1.875rem;
	line-height: 1;
	display: inline-block
}

.blog--top-articles {
	margin-bottom: 3.75rem
}

.blog--top-articles .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.blog--top-articles .row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.blog--top-articles .a-blog__img {
	height: 21.25rem
}

.a-video {
	background-color: #f1f2f2;
	text-align: center;
	padding-top: 0.3125rem;
	margin-top: 1.875rem;
	margin-bottom: 3.125rem
}

.a-video .dots {
	margin-bottom: 1.875rem
}

.a-video .img-holder {
	overflow: hidden
}

.a-video .img-holder::before {
	padding-bottom: 46.60453%
}

.a-video .img-holder>img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 3s linear;
	transition: -webkit-transform 3s linear;
	transition: transform 3s linear;
	transition: transform 3s linear, -webkit-transform 3s linear
}

.a-video .img-holder:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.a-video h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 1.25rem
}

.a-video__content {
	max-width: 47.9375rem;
	padding-top: 1.1875rem;
	padding-bottom: 4.375rem;
	margin: 0 auto
}

.a-video__title {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.a-video__title>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.a-video__title>a:hover {
	color: #51ae31
}

.a-video__desc {
	font-size: 1.125rem;
	margin-bottom: 1.25rem
}

.pagination {
	background-color: #f1f2f2;
	line-height: 1.2;
	text-align: center;
	padding: 0.75rem 0;
	margin-top: 3.125rem
}

.pagination a {
	color: #51ae31;
	font-size: 120%;
	text-decoration: none;
	display: inline-block;
	border-bottom: 0.0625rem solid #51ae31;
	margin: 0 0.5rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.pagination a:hover {
	border-bottom-color: transparent
}

.pagination .current {
	color: #364948;
	position: relative;
	display: inline-block;
	border-bottom: 0.0625rem solid transparent;
	margin: 0 0.25rem
}

.pagination .prev {
	background: url("../img/strankovani-sipka.svg") no-repeat 0 0;
	background-size: 100%;
	vertical-align: bottom;
	display: inline-block;
	width: 0.5625rem;
	height: 1rem;
	border-bottom: 0;
	margin-right: 5.625rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.pagination .next {
	background: url("../img/strankovani-sipka.svg") no-repeat 0 0;
	background-size: 100%;
	vertical-align: bottom;
	display: inline-block;
	width: 0.5625rem;
	height: 1rem;
	border-bottom: 0;
	margin-left: 5.625rem;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.col-static {
	position: static
}

.d-blog__img .img-holder::before {
	padding-bottom: 58.92857%
}

.d-blog__action {
	text-align: right;
	position: relative;
	min-height: 2.125rem;
	padding: 0.5rem 0
}

.d-blog__action>a {
	color: #51ae31;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 0.0625rem solid #51ae31;
	margin-top: -0.5625rem;
	-webkit-transition: border-bottom .4s ease;
	transition: border-bottom .4s ease
}

.d-blog__action>a:hover {
	border-bottom-color: transparent
}

.d-blog__box {
	text-align: right;
	padding-top: 2.8125rem
}

.d-blog__cat {
	color: #51ae31;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 0.625rem
}

.inspiration-wrap {
	background-color: #f9f9f9
}

.article-base--inspiration {
	background: #f7f7f8 url("../img/realization.jpg") no-repeat right bottom
}

.article-base--inspiration .dots {
	position: absolute;
	top: 0.25rem;
	right: 0;
	left: 0;
	z-index: 3;
	max-width: 120em
}

.article-base--inspiration .dots .dots--1 {
	background-image: url("../img/dot-transparent.png");
	margin-left: 50%;
	overflow: hidden
}

.article-base--inspiration .dots .dots--0 {
	background-image: url("../img/dot-transparent.png");
	right: 0;
	left: 0;
	width: 50%;
	max-width: 100%;
	margin-right: 50%;
	overflow: hidden
}

.article-base--inspiration .img-holder {
	background: #fff url("../img/realization-left.jpg") no-repeat;
	background-size: cover;
	min-height: 21.25rem
}

.article-base--inspiration .img-holder::before {
	padding-bottom: 35.41667%
}

.article-base--inspiration .img-holder::after {
	display: none
}

.article-base--inspiration .row>[class*="col-"] {
	min-height: 21.25rem
}

.article-base--inspiration .entry-content h2 {
	font-size: 3.125rem
}

.p-items .container-fluid {
	padding-right: 0;
	padding-left: 0
}

.p-items .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.p-items .row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem;
	margin-bottom: 2.5rem
}

.p-item__img .img-holder {
	text-decoration: none;
	overflow: hidden
}

.p-item__img .img-holder::before {
	padding-bottom: 40%
}

.p-item__img .img-holder>span {
	color: #fff;
	background-color: rgba(81, 174, 49, 0.9);
	font-size: 2.0625rem;
	line-height: 2.5rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 16.25rem;
	height: 6.875rem;
	padding: 2.1875rem 0.9375rem;
	margin-top: -3.4375rem;
	margin-left: -8.125rem;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.p-item__img .img-holder>img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.p-item__img .img-holder:hover>span {
	background-color: rgba(104, 194, 73, 0.95)
}

.p-item__img .img-holder:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.p-item__content {
	padding: 1.1875rem 1.875rem
}

.p-item__title {
	font-weight: 700;
	font-size: 1.6875rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.p-item__title>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.p-item__title>a:hover {
	color: #51ae31
}

.p-item__desc {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem
}

.p-item-bottom {
	background: url("../img/circle-gradient.png") no-repeat center 4.375rem
}

.p-item-bottom>div {
	position: relative;
	min-height: 37.5rem
}

.p-item-bottom__item {
	color: #fff;
	background-color: rgba(81, 174, 49, 0.9);
	font-size: 2.0625rem;
	line-height: 2.5rem;
	text-align: center;
	position: absolute;
	top: 11.25rem;
	left: 50%;
	z-index: 3;
	width: 16.25rem;
	height: 6.875rem;
	padding: 2.1875rem 0.9375rem;
	margin-left: -8.125rem
}

.p-item-bottom__img>img {
	margin-right: 0 !important
}

.p-item-bottom__title {
	font-weight: 700;
	font-size: 1.6875rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.p-item-bottom__title>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.p-item-bottom__title>a:hover {
	color: #51ae31
}

.p-item-bottom__desc {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem
}

a.p-item-bottom__item {
	color: #fff;
	text-decoration: none
}

.a-products {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.a-products>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.a-product {
	margin-bottom: 3.75rem
}

.a-product__img {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 23.75rem;
	border: 0.0625rem solid #e4e6e5;
	margin-bottom: 1.5625rem;
	overflow: hidden
}

.a-product__img>img {
	position: relative;
	z-index: 2;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
	max-height: 23.875rem;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.a-product__img::after {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.3125rem solid #51ae31;
	border-right-color: #eff1f1;
	border-left-color: #eff1f1;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -1.25rem 0 0 -1.25rem;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear
}

.a-product__img:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.a-product__title {
	font-weight: 700;
	font-size: 1.5625rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.a-product__title>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.a-product__title>a:hover {
	color: #51ae31
}

.a-product .tags {
	margin-bottom: 0.3125rem
}

.a-product__desc {
	margin-bottom: 0.9375rem
}

.d-product {
	padding-top: 1.5625rem
}

.d-product__images .ps-gallery {
	position: relative
}

.d-product__images .ps-gallery::after {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.3125rem solid #51ae31;
	border-right-color: #eff1f1;
	border-left-color: #eff1f1;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -1.25rem 0 0 -1.25rem;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear
}

.d-product__images .ps-gallery .slick-list {
	z-index: 2
}

.d-product__img {
	-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: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 33rem;
	border: 0.0625rem solid #e4e6e5
}

.d-product__img>img {
	max-height: 32.875rem
}

.d-product__img::before {
	content: "+";
	color: #364948;
	font-size: 1.875rem;
	line-height: 1.875rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 1.5625rem;
	z-index: 3;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.d-product__img::after {
	content: "";
	position: absolute;
	top: -0.0625rem;
	right: -0.0625rem;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3.4375rem 3.4375rem 0;
	border-color: transparent #e4e6e5 transparent transparent;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease
}

.d-product__img:hover::before {
	color: #fff
}

.d-product__img:hover::after {
	border-color: transparent #51ae31 transparent transparent
}

.d-product__img-small {
	position: relative;
	padding: 0 3.75rem;
	margin-top: 0.75rem
}

.d-product__img-small .img-wrap {
	-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;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 7.875rem;
	padding: 0.5rem
}

.d-product__img-small .img-wrap>img {
	max-height: 6.875rem;
	cursor: pointer
}

.d-product__img-small .slick-slider {
	position: static
}

.d-product__img-small .slick-slide img {
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.d-product__img-small .slick-slide img:hover {
	opacity: .75
}

.d-product__img-small .slick-current img {
	opacity: .75
}

.d-product__img-small .slick-prev {
	background: transparent url("../img/sipka-l.svg") no-repeat;
	background-size: 100%;
	text-indent: -624.9375rem;
	position: absolute;
	top: 50%;
	left: 0;
	width: 2.375rem;
	height: 1.5rem;
	padding: 0;
	border: 0;
	margin-top: -0.75rem;
	outline-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s
}

.d-product__img-small .slick-prev::before {
	content: "";
	background: transparent url("../img/sipka-l-zelena.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.d-product__img-small .slick-prev:hover {
	left: -0.3125rem
}

.d-product__img-small .slick-prev:hover::before {
	opacity: 1
}

.d-product__img-small .slick-prev.slick-disabled {
	opacity: .5
}

.d-product__img-small .slick-next {
	background: transparent url("../img/sipka-p.svg") no-repeat;
	background-size: 100%;
	text-indent: -624.9375rem;
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.375rem;
	height: 1.5rem;
	padding: 0;
	border: 0;
	margin-top: -0.75rem;
	outline-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s
}

.d-product__img-small .slick-next::before {
	content: "";
	background: transparent url("../img/sipka-p-zelena.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.d-product__img-small .slick-next:hover {
	right: -0.3125rem
}

.d-product__img-small .slick-next:hover::before {
	opacity: 1
}

.d-product__img-small .slick-next.slick-disabled {
	opacity: .5
}

.d-product__content {
	padding-left: 3.75rem
}

.d-product__link {
	color: #51ae31;
	text-decoration: none !important;
	border-bottom: 0.0625rem solid #51ae31;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.d-product__link:hover {
	color: #5ac237
}

.d-product__title {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-top: 2.1875rem;
	margin-bottom: 1.875rem
}

.d-product__type {
	color: #51ae31;
	font-size: 0.8125rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.875rem
}

.d-product__desc {
	font-size: 1.125rem;
	max-width: 43.75rem;
	margin-bottom: 1.875rem
}

.d-product__info {
	margin-bottom: 1.875rem
}

.d-product__btn {
	margin-bottom: 0.625rem
}

.d-product__box {
	color: #fff;
	background-color: #364948;
	position: relative;
	padding: 2.8125rem 6.25rem;
	margin-bottom: 0.9375rem
}

.d-product__box::before {
	content: "";
	background: url("../img/dot-darken.png") repeat 0 0;
	position: absolute;
	top: 0.1875rem;
	right: 0;
	left: 0;
	height: 1.5625rem
}

.d-product__subtitle {
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.2
}

.d-product__tabs .nav-tabs {
	text-align: center;
	position: relative;
	top: 0.9375rem;
	z-index: 1;
	display: block;
	border-bottom: 0
}

.d-product__tabs .nav-tabs>li {
	display: inline-block
}

.d-product__tabs .nav-tabs>li>a {
	color: #fff;
	background-color: #364948;
	font-size: 1.0625rem;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 0.9375rem 1.875rem;
	-webkit-transition: color, background-color .4s ease;
	transition: color, background-color .4s ease
}

.d-product__tabs .nav-tabs>li>a.active {
	color: #364948;
	background-color: #eff1f1
}

.d-product__tabs .nav-tabs>li>a.active::before {
	opacity: 0
}

.d-product__tabs .nav-tabs>li>a.active:hover {
	background-color: #eff1f1
}

.d-product__tabs .nav-tabs>li>a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.6875rem 0.65625rem 0 0.65625rem;
	border-color: #364948 transparent transparent transparent;
	margin-left: -0.65625rem;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.d-product__tabs .nav-tabs>li>a:hover {
	background-color: #475c5b
}

.d-product__tabs .nav-tabs>li>a:hover::before {
	border-color: #475c5b transparent transparent transparent
}

.d-product__tabs-content {
	background-color: #eff1f1
}

.d-product__tabs-content .entry-content .alignleft {
	margin-right: 2.8125rem
}

.d-product__tabs-content .entry-content p,
.d-product__tabs-content .entry-content ul,
.d-product__tabs-content .entry-content ol {
	font-size: 1rem
}

.d-product__entry .s-download {
	padding: 2.8125rem 0
}

.slick-slider .slick-slide a,
.slick-slider .slick-slide:focus {
	outline-width: 0 !important
}

.d-product__images {
	display: none !important
}

.js .d-product__images {
	display: block !important
}

.m-products {
	background-color: #f5f6f6;
	padding-bottom: 5rem
}

.m-products__header {
	color: #fff;
	background-color: #364948;
	text-align: center;
	padding: 1.25rem 0;
	margin-bottom: 1.5625rem
}

.m-products__header h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2
}

.m-products .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.m-products .row>li {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.m-products__button {
	text-align: center
}

.m-product {
	margin-bottom: 3.4375rem
}

.m-product__img {
	background-color: #fff;
	position: relative;
	display: block;
	border: 0.0625rem solid #e4e6e5;
	margin-bottom: 0.9375rem;
	overflow: hidden
}

.m-product__img>img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 17.625rem;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.m-product__img::after {
	width: 2.5rem;
	height: 2.5rem;
	border: 0.3125rem solid #51ae31;
	border-right-color: #eff1f1;
	border-left-color: #eff1f1;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -1.25rem 0 0 -1.25rem;
	-webkit-animation: rotate 1.5s infinite linear;
	animation: rotate 1.5s infinite linear
}

.m-product__img::before {
	content: "";
	display: block;
	padding-bottom: 100%
}

.m-product__img:hover>img {
	-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
	transform: translate(-50%, -50%) scale(1.1, 1.1)
}

.m-product__title {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.2
}

.m-product__title>a {
	color: #364948;
	text-decoration: none;
	display: block;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.m-product__title>a:hover {
	color: #51ae31
}

.spacer-small {
	height: 2.8125rem
}

.s-download__item {
	margin-bottom: 4.375rem
}

.s-download__item:last-child {
	margin-bottom: 0
}

.s-download__title {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 1.25rem
}

.s-download__subtitle {
	font-weight: 300;
	font-size: 2.5rem;
	margin-bottom: 0.625rem
}

.s-download__box {
	color: #fff;
	background-color: #364948;
	position: relative;
	padding: 2.1875rem
}

.s-download__box>span {
	font-weight: 700
}

.s-download__box>i {
	color: #dadfdf;
	position: relative;
	display: inline-block;
	padding-right: 2.625rem
}

.s-download__box>i::before {
	content: "";
	background: url("../img/format-zip-white.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.8125rem;
	height: 1.9375rem;
	margin-top: -0.96875rem
}

.s-download__box>a {
	position: absolute;
	top: 50%;
	right: 2.1875rem;
	margin-top: -1.1875rem
}

.s-download__list {
	padding-top: 0.625rem
}

.s-download__list>li {
	padding: 0.3125rem 0 0.3125rem 2.1875rem
}

.s-download__list a {
	color: #51ae31;
	text-decoration: underline
}

.s-download__list a:hover {
	text-decoration: none
}

.s-download__list i {
	position: relative;
	display: inline-block;
	padding-right: 1.875rem
}

.s-download__list i::before {
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.125rem;
	height: 1.1875rem;
	margin-top: -0.59375rem
}

.s-download__list i.doc::before {
	background-image: url("../img/format-doc.svg")
}

.s-download__list i.eps::before {
	background-image: url("../img/format-eps.svg")
}

.s-download__list i.pdf::before {
	background-image: url("../img/format-pdf.svg")
}

.s-download__list i.jpg::before {
	background-image: url("../img/format-jpg.svg")
}

.s-download__list i.png::before {
	background-image: url("../img/format-png.svg")
}

.s-download__table {
	width: 100%
}

.s-download__table .s-download__list {
	display: none
}

.s-download__table .s-download__list>li {
	padding-left: 0
}

.s-download__table td {
	vertical-align: top;
	padding: 0.9375rem 2.1875rem
}

.s-download__table td:last-child {
	text-align: right
}

.s-download__table tr:nth-child(even) td {
	background-color: #f7f7f7
}

.s-download a.s-download__link {
	color: #51ae31;
	text-decoration: underline;
	position: relative;
	display: inline-block;
	padding-left: 1.5625rem
}

.s-download a.s-download__link:hover {
	text-decoration: none
}

.s-download a.s-download__link::before {
	content: "+";
	font-size: 2.5rem;
	line-height: 2.5rem;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1.25rem
}

.s-download a.s-download__link.is-active::before {
	content: "-";
	margin-top: -1.5625rem
}

.offer-form {
	position: relative
}

.offer-form--ask-us .s-arrow {
	display: none
}

.offer-form--ask-us .dots {
	position: absolute;
	top: 0.25rem;
	right: 0;
	left: 0
}

.offer-form--ask-us .offer-form__wrap {
	padding-top: 4.6875rem
}

.offer-form .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: -1.5625rem;
	left: 0;
	z-index: 3;
	width: 22.3125rem;
	height: 21.875rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.offer-form h2 {
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	margin-bottom: 0.9375rem
}

.offer-form h2>span {
	color: #51ae31
}

.offer-form__wrap {
	background-color: #f1f2f2;
	position: relative;
	padding: 2.8125rem 0 3.75rem
}

.offer-form__box {
	max-width: 48.75rem;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	margin: 0 auto
}

.o-products {
	padding-top: 1.875rem;
	padding-bottom: 1.25rem
}

.o-products__btn {
	text-align: right;
	padding: 1.875rem 0
}

.o-products__btn>a {
	text-align: left
}

.o-product {
	cursor: pointer;
	display: block;
	margin-bottom: 3.75rem
}

.o-product__img {
	position: relative;
	border: 0.0625rem solid #fff
}

.o-product__img .img-holder {
	overflow: hidden
}

.o-product__img .img-holder>img {
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.o-product__img .img-holder::before {
	padding-bottom: 100%
}

.o-product__img .img-holder:hover>img {
	-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
	transform: translate(-50%, -50%) scale(1.1, 1.1)
}

.o-product__img::before {
	content: "";
	background: url("../img/check.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.625rem;
	left: 0.5625rem;
	z-index: 4;
	width: 0.6875rem;
	height: 0.625rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.o-product__img::after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0.3125rem;
	left: 0.3125rem;
	z-index: 3;
	width: 1.1875rem;
	height: 1.1875rem;
	border: 0.0625rem solid #879695;
	border-radius: 0.125rem
}

.o-product input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.0625rem;
	height: 0.0625rem;
	visibility: hidden;
	opacity: 0
}

.o-product input[type="checkbox"]:checked+.o-product__img {
	border-color: #51ae31
}

.o-product input[type="checkbox"]:checked+.o-product__img::before {
	opacity: 1
}

.o-product input[type="checkbox"]:checked+.o-product__img::after {
	border-color: #51ae31
}

.o-product__title {
	font-size: 1.375rem;
	line-height: 1.2;
	padding: 0.625rem 1.25rem 0;
	margin-bottom: 0.3125rem
}

.o-product__type {
	color: #51ae31;
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	display: block;
	padding-right: 1.25rem;
	padding-left: 1.25rem
}

#map {
	background-color: #f3f4f4;
	height: 41.5625rem;
	margin-top: 1.25rem;
	margin-bottom: 3.4375rem
}

.realizations .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.realizations .row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem;
	margin-bottom: 3.4375rem
}

.realization .img-holder {
	overflow: hidden
}

.realization .img-holder::before {
	padding-bottom: 71.13402%
}

.realization .img-holder>img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.realization .img-holder:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.realization__content {
	padding: 1.25rem 1.375rem 0
}

.realization__title {
	font-weight: 700;
	font-size: 1.5625rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.realization__title>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.realization__title>a:hover {
	color: #51ae31
}

.realization__desc {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem
}

.d-realization__header {
	color: #fff;
	background-color: #364948;
	position: relative
}

.d-realization__header>div {
	position: relative;
	min-height: 23.125rem;
	padding-bottom: 5.625rem
}

.d-realization__header .dots {
	height: 1.5625rem;
	margin-bottom: 3.125rem
}

.d-realization__header .dots--0 {
	background: url("../img/dot-darken.png") repeat 0 0;
	left: 0
}

.d-realization__header .col-lg-6 {
	padding-right: 2.8125rem
}

.d-realization__header h1 {
	color: #51ae31;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 0.3125rem
}

.d-realization__header p {
	font-size: 1.125rem
}

.d-realization__col {
	padding-right: 0
}

.d-realization__col-r {
	padding-top: 2.8125rem;
	padding-left: 5.0625rem;
	margin-bottom: 2.8125rem
}

.d-realization__link {
	color: #51ae31 !important;
	text-decoration: none !important;
	display: inline-block;
	border-bottom: 0.0625rem solid #51ae31;
	margin-bottom: 1.5625rem;
	-webkit-transition: border-bottom-color .4s ease;
	transition: border-bottom-color .4s ease
}

.d-realization__link:hover {
	border-bottom-color: transparent
}

.d-realization__nav {
	max-width: 21.875rem;
	padding: 2.1875rem 3.125rem;
	border: 0.0625rem solid #e3e5e5;
	margin-bottom: 0.625rem
}

.d-realization__nav h3 {
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 0.9375rem
}

.d-realization__nav li {
	padding: 0.3125rem 0
}

.d-realization__nav a {
	color: #51ae31;
	text-decoration: none;
	display: inline-block;
	border-bottom: 0.0625rem solid #51ae31;
	-webkit-transition: border-bottom-color .4s ease;
	transition: border-bottom-color .4s ease
}

.d-realization__nav a:hover {
	border-bottom-color: transparent
}

#map-detail {
	background-color: #f5f6f6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	z-index: 1;
	min-height: 0;
	padding: 0
}

.photo-gallery {
	background-color: #f5f6f6;
	text-align: center;
	max-width: 120em;
	padding: 2.8125rem 0;
	margin: 0 auto
}

.photo-gallery h2 {
	font-weight: 300;
	font-size: 2.5rem;
	margin-bottom: 1.25rem
}

.photo-gallery__grid {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.photo-gallery__grid a {
	display: block
}

.photo-gallery__grid .grid-item {
	width: 33.3333%;
	height: 20.625rem;
	overflow: hidden
}

.photo-gallery__grid .grid-item-w15 {
	width: 20%
}

.photo-gallery__grid .grid-item>img {
	width: 100%;
	height: 100%;
	max-height: 20.625rem;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.photo-gallery__grid .grid-item::before {
	content: "";
	background: url("../img/lupa-galerie.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 2.625rem;
	height: 3rem;
	margin-top: -1.5rem;
	margin-left: -1.3125rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.photo-gallery__grid .grid-item:hover::before {
	opacity: 1
}

.photo-gallery__grid .grid-item:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.i-fors {
	margin: 0 auto
}

.i-fors>div {
	padding-right: 0;
	padding-left: 0
}

.i-fors .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.i-fors .row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.i-for {
	margin-bottom: 2.8125rem
}

.i-for__image {
	overflow: hidden
}

.i-for__image::before {
	padding-bottom: 60.8%
}

.i-for__image>span {
	color: #fff;
	background-color: rgba(81, 174, 49, 0.9);
	font-size: 1.875rem;
	line-height: 2.5rem;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: inline-block;
	padding: 1.875rem 4.375rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.i-for__image>img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 2s linear;
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear
}

.i-for__image:hover>span {
	background-color: rgba(104, 194, 73, 0.95)
}

.i-for__image:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.i-for__content {
	padding: 1.875rem 2.1875rem
}

.i-for__content p {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem
}

.i-for--large .i-for__image::before {
	padding-bottom: 29.80392%
}

.s-contacts {
	position: relative
}

.s-contacts .s-arrow {
	background: url("../img/arrows-right.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	display: none;
	width: 11.875rem;
	height: 12.0625rem
}

.s-contacts .row {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem
}

.s-contacts .row>[class*="col-"] {
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.s-contacts__box {
	color: #fff;
	background-color: #364948;
	white-space: nowrap;
	text-align: center;
	max-width: 53.125rem;
	padding: 1.875rem;
	margin: 0 auto 3.75rem
}

.s-contacts__title {
	color: #78da56;
	font-weight: 700;
	font-size: 1.875rem
}

.s-contacts .s-contacts__phone,
.s-contacts .s-contacts__mail {
	color: #fff;
	font-size: 1.375rem;
	line-height: 1.875rem;
	text-decoration: none;
	position: relative;
	min-height: 1.875rem;
	padding-left: 2.5rem
}

.s-contacts .s-contacts__phone::before {
	content: "";
	background: url("../img/ico-tel.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.875rem;
	height: 1.875rem
}

.s-contacts .s-contacts__mail::before {
	content: "";
	background: url("../img/ico-email.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.875rem;
	height: 1.875rem
}

.s-contacts .entry-content a {
	text-decoration: none;
	border-bottom: 0.0625rem solid #51ae31;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease
}

.s-contacts .entry-content a:hover {
	border-bottom-color: transparent
}

.s-contacts__wrap {
	position: relative;
	max-width: 120em;
	min-height: 25rem;
	margin: 0 auto
}

.s-contacts__wrap [class*="col-"] {
	background-color: #fff;
	z-index: 3;
	min-height: 27.1875rem
}

.s-contacts__wrap .entry-content {
	padding-top: 1.25rem;
	padding-right: 0.6875rem
}

.s-contacts__block {
	position: absolute;
	top: 0;
	right: 0
}

.s-contacts__block::after {
	display: block;
	clear: both;
	content: ""
}

.s-contacts__map {
	float: left;
	width: 44.6875rem;
	margin-right: 1.375rem
}

.s-contacts__photo {
	float: left;
	width: 37.5rem
}

.s-contacts__photo .img-holder::before {
	padding-bottom: 66.66667%
}

.s-contacts .dots .dots--1 {
	background-image: url("../img/dot-transparent.png");
	margin-top: 0.25rem
}

.s-contacts .spacer-small {
	height: 1.25rem
}

.a-contact {
	margin-bottom: 2.8125rem
}

.a-contact__img {
	margin-bottom: 0.9375rem
}

.a-contact__img::before {
	padding-bottom: 119.44444%
}

.a-contact__position {
	font-weight: 700;
	font-size: 1.0625rem
}

.a-contact__title {
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 1.25rem
}

.a-contact__list {
	font-size: 1.125rem
}

.a-contact .a-contact__phone {
	color: #364948;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.a-contact .a-contact__phone:hover {
	color: #51ae31
}

.a-contact .a-contact__mail {
	color: #51ae31;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 0.0625rem solid #51ae31;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.a-contact .a-contact__mail:hover {
	color: #51ae31
}

.line {
	background-color: #e3e5e5;
	height: 0.0625rem
}

#s-contacts-map {
	background-color: #f3f4f4;
	height: 25rem
}

.where {
	margin-bottom: 4.375rem
}

.where__title {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 1.25rem
}

.where__address-box {
	color: #fff;
	background-color: #364948;
	font-size: 1.125rem;
	position: relative;
	padding: 1.875rem 9.375rem 1.875rem 1.875rem
}

.where__address-box::before {
	content: "";
	background: url("../img/arrows-small.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: -0.625rem;
	right: 0;
	width: 8.6875rem;
	height: 8.625rem
}

.where__address-box strong {
	color: #78da56
}

.where .entry-content {
	padding-top: 1.25rem
}

.where .entry-content a {
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 0.0625rem solid #51ae31;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease
}

.where .entry-content a:hover {
	border-bottom-color: transparent
}

#map-large {
	background-color: #f3f4f4;
	height: 37.5rem
}

.simple-gallery {
	padding-top: 1.375rem;
	padding-right: 0.6875rem;
	padding-left: 0.6875rem
}

.simple-gallery--bottom {
	padding-top: 0;
	margin-bottom: 4.6875rem
}

.info-name {
	font-weight: 700;
	font-size: 0.9375rem
}

.address,
.gps {
	font-size: 0.9375rem
}

.link {
	margin-top: 0.625rem
}

.link>a {
	color: #51ae31;
	font-size: 0.875rem;
	text-decoration: underline
}

.link>a:hover {
	text-decoration: none
}

.no-results {
	text-align: center;
	padding: 2.8125rem 0
}

.no-results p {
	font-weight: 700;
	max-width: 30rem;
	margin-right: auto;
	margin-left: auto
}

.list-plus {
	font-size: 1.125rem;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 4.6875rem;
	padding-bottom: 2.8125rem
}

.list-plus>li {
	padding-top: 3.125rem;
	margin-bottom: 2.8125rem
}

.list-plus>li::before {
	content: "";
	background: url("../img/icon-vyhoda.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2.5625rem;
	height: 2.5625rem;
	margin-left: -1.28125rem
}

.list-plus__item {
	max-width: 19.375rem;
	margin: 0 auto
}

.list-items {
	font-size: 1.125rem;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 4.6875rem;
	padding-bottom: 2.8125rem
}

.list-items>li {
	margin-bottom: 2.8125rem
}

.list-item__img {
	height: 2.8125rem;
	margin-bottom: 0.3125rem
}

.list-item__img>img {
	max-width: 3.125rem;
	max-height: 2.8125rem
}

.list-item__content {
	max-width: 19.375rem;
	margin: 0 auto
}

.workout-list {
	font-size: 1.125rem;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 4.6875rem
}

.workout-list>li {
	margin-bottom: 2.8125rem
}

.workout-list__img {
	height: 3.4375rem;
	margin-bottom: 0.9375rem
}

.workout-list__img>img {
	max-width: 3.75rem;
	max-height: 3.4375rem
}

.workout-list__content {
	max-width: 19.375rem;
	margin: 0 auto
}

.workout-list__link {
	text-align: center;
	padding-bottom: 4.6875rem;
	margin-top: 0.9375rem
}

.s-workout {
	padding-top: 3.4375rem;
	border-top: 0.0625rem solid #e3e5e5
}

.s-workout .entry-content h2 {
	font-size: 3.125rem
}

.s-workout .entry-content p {
	font-size: 1.25rem
}

.s-workout .entry-content strong {
	color: #ff8200
}

.s-workout .col-lg-6.col-xl-7 {
	position: relative;
	z-index: 3
}

.s-workout__img>img {
	position: relative;
	top: 6.875rem;
	z-index: 3;
	margin-right: 0;
	margin-left: auto
}

.s-workout__images {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.4375rem
}

.s-workout__images>div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%
}

.s-workout__images>div:first-child {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.s-workout__images>div::before {
	height: 28.75rem
}

.a-train {
	text-align: center;
	padding-top: 1.875rem
}

.a-train__title {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 2.8125rem
}

.a-train__list {
	font-size: 1.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.a-train__list>li {
	margin-bottom: 1.875rem
}

.a-train__img {
	-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;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.4375rem;
	margin-bottom: 0.9375rem
}

.a-train__img>img {
	max-width: 4.375rem;
	max-height: 2.8125rem
}

.a-train__img--flag>img {
	max-width: 2.8125rem
}

.a-train__content {
	max-width: 12.8125rem;
	margin: 0 auto
}

.a-train__content strong {
	color: #51ae31
}

.a-create__box {
	max-width: 50rem;
	margin: 0 auto 2.8125rem
}

.a-create__box .row>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.a-create__title {
	font-weight: 300;
	font-size: 1.875rem;
	line-height: 1.2
}

.a-create__title>span {
	font-weight: 700
}

.a-create__content {
	padding-left: 1.25rem
}

.article-dark {
	color: #fff;
	background-color: #364948;
	text-align: center
}

.article-dark .entry-content {
	padding: 5.625rem 0
}

.article-dark .entry-content p {
	font-size: 1.5rem
}

.article-dark .entry-content strong {
	color: #92e376
}

.a-playground {
	text-align: center;
	padding: 5.625rem 0
}

.a-playground__title {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 1.875rem
}

.a-playground__row>li {
	margin-bottom: 2.8125rem
}

.a-playground h3 {
	color: #51ae31;
	font-weight: 300;
	font-size: 1.625rem;
	margin-bottom: 0.625rem
}

.a-playground p {
	font-size: 1.125rem;
	max-width: 18.125rem;
	margin: 0 auto
}

.d-images {
	margin: 0 auto
}

.d-images>div {
	padding-right: 0;
	padding-left: 0
}

.d-images .row {
	margin-right: 0;
	margin-left: 0
}

.d-images .row>div {
	padding-right: 0;
	padding-left: 0
}

.d-images .img-holder::before {
	padding-bottom: 44.79167%
}

.d-images--3 {
	margin: 0 auto
}

.d-images--3 .img-holder::before {
	padding-bottom: 67.1875%
}

.a-material {
	text-align: center;
	padding: 3.75rem 0
}

.a-material h2 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 1.875rem
}

.a-material .col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 2.8125rem
}

.a-material__item {
	max-width: 14.0625rem;
	margin: 0 auto
}

.a-material__item .img-holder {
	border-radius: 50%;
	margin-bottom: 1.875rem
}

.a-material__item .img-holder::before {
	padding-bottom: 100%
}

.a-material__item .img-holder>img {
	border-radius: 50%
}

.a-material__item h3 {
	color: #51ae31;
	font-weight: 300;
	font-size: 1.625rem;
	line-height: 1.2;
	padding: 0 0.9375rem;
	margin-bottom: 0.9375rem
}

.a-material__item p {
	font-size: 1.125rem
}

.a-inspiration {
	background: url("../img/inspiration.jpg") no-repeat center 0
}

.list-icons {
	background-color: #f1f2f2;
	text-align: center;
	padding-bottom: 1.875rem
}

.list-icons .dots {
	margin-bottom: 2.8125rem
}

.list-icons .dots--space-top {
	padding-top: 0.25rem;
	margin-top: 0
}

.list-icons .dots .dots--0,
.list-icons .dots .dots--1 {
	background-image: url("../img/dot-lighten.png")
}

.list-icons h2 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 1.875rem
}

.list-icons__row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.list-icons__row>li {
	margin-bottom: 2.8125rem
}

.list-icon {
	font-size: 1.125rem
}

.list-icon__img {
	height: 3.4375rem;
	margin-bottom: 0.3375rem;
}

.list-icon__img>img {
	max-width: 4.75rem;
	max-height: 3.4375rem
}

.list-icon__content {
	font-size: 1.125rem;
	max-width: 15.625rem;
	margin: 0 auto
}

.list-icon__content strong {
	color: #51ae31
}

.s-articles {
	padding-top: 5.625rem;
	padding-bottom: 1.25rem
}

.s-articles h2 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 2.8125rem
}

.s-articles__item {
	margin-bottom: 4.375rem
}

.s-articles__item .entry-content {
	padding-left: 5.0625rem
}

.s-articles__item .entry-content h3 {
	font-weight: 300;
	font-size: 2.5rem
}

.s-articles__item--left .entry-content {
	padding-right: 5.0625rem;
	padding-left: 0
}

.s-articles__img {
	padding-left: 0
}

.s-articles__img--left {
	padding-right: 0;
	padding-left: 0.9375rem
}

.s-articles__img .img-holder::before {
	padding-bottom: 58.66667%
}

.s-design {
	text-align: center;
	padding-top: 5.625rem;
	margin-bottom: 5.625rem
}

.s-design__header {
	margin-bottom: 1.875rem
}

.s-design__header h2 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2;
	margin-bottom: 0.9375rem
}

.s-design__header p {
	font-size: 1.125rem
}

.s-design__header p strong {
	color: #51ae31
}

.s-design ul>li {
	margin-bottom: 2.8125rem
}

.s-design ul>li:first-child .s-design__content::before {
	display: none
}

.s-design__img {
	-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;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 18.75rem
}

.s-design__content {
	position: relative;
	min-height: 10.625rem
}

.s-design__content::before {
	content: "";
	background-color: #e3e5e5;
	position: absolute;
	top: 0;
	left: -0.9375rem;
	bottom: 0;
	width: 0.0625rem
}

.s-design__content h3 {
	color: #51ae31;
	font-weight: 300;
	font-size: 2.1875rem;
	line-height: 1.2;
	max-width: 13.75rem;
	margin-right: auto;
	margin-bottom: 0.3125rem;
	margin-left: auto
}

.s-design__content p {
	font-size: 1.125rem;
	max-width: 13.75rem;
	margin-right: auto;
	margin-left: auto
}

.s-references {
	background-color: #f1f2f2;
	text-align: center;
	padding: 4.6875rem 0 5.3125rem
}

.s-references h2 {
	font-weight: 300;
	font-size: 3.125rem;
	line-height: 1.2
}

.s-references .entry-content {
	padding-bottom: 0.625rem
}

.s-references .slick-dots {
	margin-top: 2.5rem
}

.s-references .slick-dots>li {
	display: inline-block;
	padding: 0 0.25rem
}

.s-references .slick-dots>li>button {
	background-color: #fff;
	text-indent: -624.9375rem;
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
	border: 0.0625rem solid #364948;
	border-radius: 50%;
	outline-width: 0;
	cursor: pointer;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.s-references .slick-dots>li.slick-active>button {
	background-color: #364948
}

.s-references .btn {
	margin-top: 2.5rem
}

.p-item-bottom--type-p {
	text-align: center;
	padding-bottom: 5rem
}

.p-item-bottom--type-p .entry-content {
	text-align: left
}

.p-item-bottom--type-p .entry-content h2 {
	color: #51ae31;
	font-size: 2.1875rem
}

.p-item-bottom--type-p .entry-content ul {
	padding-left: 0
}

.p-item-bottom--type-p .entry-content ul>li {
	padding-left: 1.875rem
}

.p-item-bottom--type-p .entry-content ul>li::before {
	background: transparent url("../img/ico-odrazka.svg") no-repeat;
	background-size: 100%;
	top: 0.125rem;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0
}

.p-item-bottom--type-p .btn {
	margin-top: 1.875rem
}

.search-results {
	padding: 2.8125rem 0 4.6875rem
}

.search-results .entry-content {
	padding-bottom: 1.875rem
}

.search-results__box {
	color: #fff;
	background-color: #364948;
	font-size: 1.125rem;
	padding: 1.875rem;
	margin-bottom: 1.875rem
}

.search-results__box strong {
	color: #51ae31
}

.search-results h2 {
	font-weight: 300;
	font-size: 1.875rem;
	line-height: 1.2;
	padding-right: 0.9375rem;
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	border-bottom: 0.0625rem solid #b6bdbd;
	margin-bottom: 0.9375rem
}

.search-results h2:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

.search-results h2>a {
	color: #364948;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.search-results h2>a:hover {
	color: #51ae31
}

.gm-style .gm-style-iw-c {
	border-radius: 0 !important
}

.article-base--inspiration .img-holder {
	background-position: right
}

.filter-map__cancel>span,
.filter-map__cancel>a {
	color: #78db57;
	border-color: #78db57
}

.filter-map .form__field--checkbox label:hover>span,
.filter-map .form__field--checkbox input[type="checkbox"]:checked+span {
	color: #78db57;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.d-product__img-small .slick-prev.slick-disabled,
.d-product__img-small .slick-next.slick-disabled {
	display: none !important
}

.aside__nav>ul>li>a:hover {
	border-color: #bfe8b1
}

footer.footer {
	overflow: hidden
}

.cookie-notice-container span {
	display: inline-block;
	font-size: 1rem
}

.cookie-notice-container .btn {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-bottom: -0.5rem
}

#cookie-notice {
	border-top: 0.0625rem solid #e9ebeb
}

.d-product__title.has-subtitle {
	margin-bottom: 0
}

.d-product__secondsubtitle {
	color: #51ae31;
	font-weight: 400;
	margin-bottom: 1.875rem;
	font-size: 1rem;
	text-transform: uppercase
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	-webkit-transition-duration: .1s;
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	-webkit-transition-duration: .15s;
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	-webkit-transition-duration: .35s;
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	-webkit-transition-duration: .45s;
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	-webkit-transition-duration: .55s;
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	-webkit-transition-delay: .55s;
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	-webkit-transition-duration: .6s;
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	-webkit-transition-duration: .65s;
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	-webkit-transition-duration: .7s;
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	-webkit-transition-duration: .75s;
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	-webkit-transition-duration: .8s;
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	-webkit-transition-duration: .85s;
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	-webkit-transition-delay: .85s;
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	-webkit-transition-duration: .9s;
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	-webkit-transition-duration: .95s;
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	-webkit-transition-delay: .95s;
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	-webkit-transition-duration: 1.05s;
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	-webkit-transition-duration: 1.1s;
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	-webkit-transition-duration: 1.15s;
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.15s;
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	-webkit-transition-duration: 1.25s;
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	-webkit-transition-duration: 1.35s;
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	-webkit-transition-duration: 1.45s;
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	-webkit-transition-duration: 1.55s;
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.55s;
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	-webkit-transition-duration: 1.6s;
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	-webkit-transition-duration: 1.65s;
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	-webkit-transition-duration: 1.7s;
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	-webkit-transition-duration: 1.75s;
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	-webkit-transition-duration: 1.85s;
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.85s;
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	-webkit-transition-duration: 1.9s;
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	-webkit-transition-duration: 1.95s;
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.95s;
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	-webkit-transition-duration: 2s;
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	-webkit-transition-delay: 2s;
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	-webkit-transition-duration: 2.05s;
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.05s;
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	-webkit-transition-duration: 2.1s;
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	-webkit-transition-duration: 2.15s;
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.15s;
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	-webkit-transition-duration: 2.2s;
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	-webkit-transition-duration: 2.25s;
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	-webkit-transition-duration: 2.3s;
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	-webkit-transition-duration: 2.35s;
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.35s;
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	-webkit-transition-duration: 2.4s;
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	-webkit-transition-duration: 2.45s;
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.45s;
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	-webkit-transition-duration: 2.5s;
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	-webkit-transition-duration: 2.55s;
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.55s;
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	-webkit-transition-duration: 2.6s;
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	-webkit-transition-duration: 2.65s;
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.65s;
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	-webkit-transition-duration: 2.7s;
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	-webkit-transition-duration: 2.75s;
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.75s;
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	-webkit-transition-duration: 2.8s;
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	-webkit-transition-duration: 2.85s;
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.85s;
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	-webkit-transition-duration: 2.9s;
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	-webkit-transition-duration: 2.95s;
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.95s;
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	-webkit-transition-duration: 3s;
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	-webkit-transition-delay: 3s;
	transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 6.25rem, 0);
	transform: translate3d(0, 6.25rem, 0)
}

[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -6.25rem, 0);
	transform: translate3d(0, -6.25rem, 0)
}

[data-aos=fade-right] {
	-webkit-transform: translate3d(-6.25rem, 0, 0);
	transform: translate3d(-6.25rem, 0, 0)
}

[data-aos=fade-left] {
	-webkit-transform: translate3d(6.25rem, 0, 0);
	transform: translate3d(6.25rem, 0, 0)
}

[data-aos=fade-up-right] {
	-webkit-transform: translate3d(-6.25rem, 6.25rem, 0);
	transform: translate3d(-6.25rem, 6.25rem, 0)
}

[data-aos=fade-up-left] {
	-webkit-transform: translate3d(6.25rem, 6.25rem, 0);
	transform: translate3d(6.25rem, 6.25rem, 0)
}

[data-aos=fade-down-right] {
	-webkit-transform: translate3d(-6.25rem, -6.25rem, 0);
	transform: translate3d(-6.25rem, -6.25rem, 0)
}

[data-aos=fade-down-left] {
	-webkit-transform: translate3d(6.25rem, -6.25rem, 0);
	transform: translate3d(6.25rem, -6.25rem, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
	-webkit-transform: scale(0.6);
	transform: scale(0.6)
}

[data-aos=zoom-in-up] {
	-webkit-transform: translate3d(0, 6.25rem, 0) scale(0.6);
	transform: translate3d(0, 6.25rem, 0) scale(0.6)
}

[data-aos=zoom-in-down] {
	-webkit-transform: translate3d(0, -6.25rem, 0) scale(0.6);
	transform: translate3d(0, -6.25rem, 0) scale(0.6)
}

[data-aos=zoom-in-right] {
	-webkit-transform: translate3d(-6.25rem, 0, 0) scale(0.6);
	transform: translate3d(-6.25rem, 0, 0) scale(0.6)
}

[data-aos=zoom-in-left] {
	-webkit-transform: translate3d(6.25rem, 0, 0) scale(0.6);
	transform: translate3d(6.25rem, 0, 0) scale(0.6)
}

[data-aos=zoom-out] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

[data-aos=zoom-out-up] {
	-webkit-transform: translate3d(0, 6.25rem, 0) scale(1.2);
	transform: translate3d(0, 6.25rem, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -6.25rem, 0) scale(1.2);
	transform: translate3d(0, -6.25rem, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
	-webkit-transform: translate3d(-6.25rem, 0, 0) scale(1.2);
	transform: translate3d(-6.25rem, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
	-webkit-transform: translate3d(6.25rem, 0, 0) scale(1.2);
	transform: translate3d(6.25rem, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-aos=slide-up] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

[data-aos=flip-left] {
	-webkit-transform: perspective(156.25rem) rotateY(-100deg);
	transform: perspective(156.25rem) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
	-webkit-transform: perspective(156.25rem) rotateY(0);
	transform: perspective(156.25rem) rotateY(0)
}

[data-aos=flip-right] {
	-webkit-transform: perspective(156.25rem) rotateY(100deg);
	transform: perspective(156.25rem) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
	-webkit-transform: perspective(156.25rem) rotateY(0);
	transform: perspective(156.25rem) rotateY(0)
}

[data-aos=flip-up] {
	-webkit-transform: perspective(156.25rem) rotateX(-100deg);
	transform: perspective(156.25rem) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
	-webkit-transform: perspective(156.25rem) rotateX(0);
	transform: perspective(156.25rem) rotateX(0)
}

[data-aos=flip-down] {
	-webkit-transform: perspective(156.25rem) rotateX(100deg);
	transform: perspective(156.25rem) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
	-webkit-transform: perspective(156.25rem) rotateX(0);
	transform: perspective(156.25rem) rotateX(0)
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
	width: 2.75rem;
	height: 2.75rem;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus::before,
.pswp__button:hover::before {
	background-color: #364948
}

.pswp__button:active {
	outline: none
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button {
	width: 2.75rem;
	height: 2.75rem
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before,
.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
	background-repeat: no-repeat;
	background-size: 100%
}

.pswp__button--arrow--left:before {
	background-image: url("../img/sipka-l-bila.svg")
}

.pswp__button--arrow--right:before {
	background-image: url("../img/sipka-p-bila.svg")
}

.pswp__button--arrow--left:after {
	background-image: url("../img/sipka-l-zelena.svg")
}

.pswp__button--arrow--right:after {
	background-image: url("../img/sipka-p-zelena.svg")
}

.pswp__button--arrow--left:hover:after,
.pswp__button--arrow--right:hover:after {
	opacity: 1
}

.pswp__button--close {
	background-image: url("../img/default-skin.svg");
	background-repeat: no-repeat;
	background-position: 0 -2.75rem;
	position: relative
}

.pswp__button--close:before {
	content: "";
	background-image: url("../img/default-skin-green.svg");
	background-repeat: no-repeat;
	background-position: 0 -2.75rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 2.75rem;
	height: 2.75rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.pswp__button--close:hover:before {
	opacity: 1
}

.pswp__button--share {
	background-position: -2.75rem -2.75rem
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -2.75rem 0
}

.pswp__button--zoom {
	display: none;
	background-position: -5.5rem 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -8.25rem 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -3.125rem;
	width: 4.375rem;
	height: 6.25rem;
	position: absolute
}

.pswp__button--arrow--left {
	left: 1.875rem
}

.pswp__button--arrow--right {
	right: 1.875rem
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 50%;
	left: 50%;
	width: 2.375rem;
	height: 1.5rem;
	position: absolute;
	margin-top: -0.75rem;
	margin-left: -1.1875rem
}

.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
	content: '';
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 2.375rem;
	height: 1.5rem;
	position: absolute;
	margin-top: -0.75rem;
	margin-left: -1.1875rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0.625rem;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 3.5rem;
	border-radius: 0.125rem;
	display: block;
	width: auto;
	right: 2.75rem;
	-webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(0.375rem);
	transform: translateY(0.375rem);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 0.5rem 0.75rem;
	color: #000;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.125rem
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 0.125rem 0.125rem 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 0.125rem 0.125rem
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 1rem 0.75rem
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -0.75rem;
	right: 0.9375rem;
	border: 0.375rem solid rgba(0, 0, 0, 0);
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	height: 2.75rem;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 2.75rem;
	color: #FFF;
	opacity: 1;
	padding: 0 0.625rem
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 2.75rem
}

.pswp__caption small {
	font-size: 0.6875rem;
	color: #BBB
}

.pswp__caption__center {
	text-align: left;
	max-width: 26.25rem;
	margin: 0 auto;
	font-size: 0.8125rem;
	padding: 0.625rem;
	line-height: 1.25rem;
	color: #CCC
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 2.75rem;
	height: 2.75rem;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1.375rem;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 1.25rem;
	height: 1.25rem;
	margin: 0.75rem
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(../img/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 0.875rem;
	height: 0.875rem;
	position: absolute;
	left: 0.9375rem;
	top: 0.9375rem;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 0.4375rem;
	height: 0.875rem;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0.875rem;
	height: 0.875rem;
	border: 0.125rem solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 2.75rem;
	width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__top-bar,
.pswp__caption {
	background-color: #364948
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: #364948
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 1
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 1
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

.selectric-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-responsive {
	width: 100%
}

.selectric {
	border: 0.0625rem solid #DDD;
	border-radius: 0.125rem;
	background: #fff;
	position: relative;
	overflow: hidden
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 2rem 0 0.625rem;
	font-size: 0.9375rem;
	line-height: 2rem;
	color: #444;
	height: 2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	border-left: 0.0625rem solid #dcdede;
	line-height: 2rem;
	background-color: #fff;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	*font: 1.25rem/2rem Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 0.25rem solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
	display: none
}

.selectric .button::before {
	content: "";
	background: url("../img/sipka-formular.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.9375rem;
	height: 0.5625rem;
	margin-top: -0.28125rem;
	margin-left: -0.46875rem
}

.selectric-focus .selectric {
	border-color: #aaa
}

.selectric-hover .selectric {
	border-color: #c4c4c4
}

.selectric-hover .selectric .button {
	color: #a2a2a2
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2
}

.selectric-open {
	z-index: 9999
}

.selectric-open .selectric {
	border-color: #c4c4c4
}

.selectric-open .selectric-items {
	display: block
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-hide-select select {
	position: absolute;
	left: -100%
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0.0625rem !important;
	height: 0.0625rem !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 0.0625rem solid #c4c4c4;
	z-index: -1;
	-webkit-box-shadow: 0 0 0.625rem -0.375rem;
	box-shadow: 0 0 0.625rem -0.375rem
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	min-height: 1.25rem
}

.selectric-items li {
	display: block;
	padding: 0.625rem;
	color: #666;
	cursor: pointer
}

.selectric-items li.selected {
	background: #E0E0E0;
	color: #444
}

.selectric-items li.highlighted {
	background: #D0D0D0;
	color: #444
}

.selectric-items li:hover {
	background: #D5D5D5;
	color: #444
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 0.625rem;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1
}

.selectric-items .selectric-group li {
	padding-left: 1.5625rem
}

.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);
	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: 0.0625rem;
	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: 0.0625rem solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

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

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #364948;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #364948
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1rem;
	margin-top: -0.5rem;
	color: #CCC
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}

.btn {
	font-weight: 400;
	cursor: pointer
}

.btn--bordered {
	background-color: transparent;
	font-size: 0.875rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-right: 2.375rem;
	padding-left: 0.9375rem;
	border: 0.0625rem solid #fff
}

.btn--bordered::before {
	content: "";
	background: url("../img/btn-arrow.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	width: 0.46875rem;
	height: 0.84375rem;
	margin-top: -0.3125rem
}

.btn--fill {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5ac237), color-stop(50%, #51ae31));
	background: -webkit-linear-gradient(left, #5ac237 50%, #51ae31 50%);
	background: linear-gradient(to right, #5ac237 50%, #51ae31 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0.5625rem 2.375rem 0.5625rem 1.875rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden
}

.btn--fill::before {
	content: "";
	background: url("../img/btn-arrow.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: 0.46875rem;
	height: 0.84375rem;
	margin-top: -0.3125rem
}

.btn--fill:hover {
	background-position: left bottom
}

.btn--fill-dark {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #475c5b), color-stop(50%, #364948));
	background: -webkit-linear-gradient(left, #475c5b 50%, #364948 50%);
	background: linear-gradient(to right, #475c5b 50%, #364948 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0.5625rem 2.375rem 0.5625rem 1.875rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.btn--fill-dark::before {
	content: "";
	background: url("../img/btn-arrow.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	width: 0.46875rem;
	height: 0.84375rem;
	margin-top: -0.3125rem
}

.btn--fill-dark:hover {
	background-position: left bottom
}

.btn--filter {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5ac237), color-stop(50%, #51ae31));
	background: -webkit-linear-gradient(left, #5ac237 50%, #51ae31 50%);
	background: linear-gradient(to right, #5ac237 50%, #51ae31 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0.5625rem 2.8125rem 0.5625rem 1.875rem;
	border: 0;
	outline-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.btn--filter::before {
	content: "";
	background: url("../img/tlac-ico-filtr.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: 0.9375rem;
	height: 0.8125rem;
	margin-top: -0.40625rem
}

.btn--filter:hover {
	background-position: left bottom
}

.btn--with-star {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5ac237), color-stop(50%, #51ae31));
	background: -webkit-linear-gradient(left, #5ac237 50%, #51ae31 50%);
	background: linear-gradient(to right, #5ac237 50%, #51ae31 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0.5625rem 1.25rem 0.5625rem 2.8125rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.btn--with-star::before {
	content: "";
	background: url("../img/hvezdicka.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0.9375rem;
	width: 1.3125rem;
	height: 1.3125rem;
	margin-top: -0.65625rem
}

.btn--with-star:hover {
	background-position: left bottom
}

a.btn--fill,
a.btn--fill-dark,
a.btn--with-star {
	color: #fff;
	text-decoration: none
}

.filter-base {
	color: #fff;
	background-color: #364948;
	padding: 2.1875rem 0;
	margin-bottom: 2.1875rem
}

.filter-base__opener {
	text-align: center;
	display: none;
	margin-bottom: 1.25rem
}

.filter-base .row>[class*="col-"]::before {
	content: "";
	background-color: #516161;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3.125rem;
	width: 0.0625rem;
	height: 100%
}

.filter-base .row>[class*="col-"]:first-child::before,
.filter-base .row>[class*="col-"]:last-child::before {
	display: none
}

.filter-base .row>[class*="col-"]:last-child {
	text-align: right
}

.filter-base .label-check {
	display: block;
	margin-bottom: 0.9375rem;
	cursor: pointer
}

.filter-base .label-check input[type="checkbox"] {
	position: absolute;
	width: 0.0625rem;
	height: 0.0625rem;
	opacity: 0;
	visibility: hidden
}

.filter-base .label-check>span {
	font-size: 1.0625rem;
	position: relative;
	display: block;
	padding-left: 1.75rem;
	-webkit-transition: color .4s ease;
	transition: color .4s ease
}

.filter-base .label-check>span::before {
	content: "";
	background: url("../img/check.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.5625rem;
	left: 0.25rem;
	z-index: 1;
	width: 0.6875rem;
	height: 0.625rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.filter-base .label-check>span::after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 1.1875rem;
	height: 1.1875rem;
	border: 0.0625rem solid #879695;
	border-radius: 0.125rem
}

.filter-base .label-check input[type="checkbox"]:checked+span {
	color: #78db57
}

.filter-base .label-check input[type="checkbox"]:checked+span::before {
	opacity: 1
}

.filter-base .label-check input[type="checkbox"]:checked+span::after {
	border-color: #51ae31
}

.filter-base .label-check:hover>span {
	color: #78db57
}

.filter-base__cancel {
	margin-top: 0.9375rem;
	cursor: pointer
}

.filter-base__cancel>a,
.filter-base__cancel>span {
	color: #78db57;
	font-size: 0.9375rem;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 0.0625rem solid #78db57;
	-webkit-transition: border-color .4s ease;
	transition: border-color .4s ease
}

.filter-base__cancel>a:hover,
.filter-base__cancel>span:hover {
	border-bottom-color: transparent
}

.offer-form h3 {
	text-align: center;
	margin-bottom: 1.25rem
}

.offer-form .form__field {
	position: relative;
	margin-bottom: 0.9375rem
}

.offer-form .form__field label {
	display: block;
	margin-bottom: 0
}

.offer-form .form__field .s-label {
	font-size: 1.0625rem;
	display: block;
	cursor: pointer
}

.offer-form .form__field--next-to {
	padding-left: 5.9375rem
}

.offer-form .form__field--next-to .s-label {
	line-height: 1.2;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5.3125rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.offer-form .form__field--next-to input {
	background-color: #fff;
	line-height: 1.3125rem;
	width: 100%;
	height: 2.5625rem;
	padding: 0.625rem 0.9375rem;
	border: 0.0625rem solid #dcdede;
	border-radius: 0.125rem;
	outline-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.offer-form .form__field--checkbox {
	text-align: center
}

.offer-form .form__field--checkbox input {
	position: absolute;
	width: 0.0625rem;
	height: 0.0625rem;
	opacity: 0;
	visibility: hidden
}

.offer-form .form__field--checkbox .s-label,
.offer-form .form__field--checkbox .wpcf7-list-item-label {
	font-size: 1.0625rem;
	position: relative;
	display: inline-block;
	padding-left: 1.75rem
}

.offer-form .form__field--checkbox .s-label::before,
.offer-form .form__field--checkbox .wpcf7-list-item-label::before {
	content: "";
	background: url("../img/check.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.5625rem;
	left: 0.25rem;
	z-index: 1;
	width: 0.6875rem;
	height: 0.625rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.offer-form .form__field--checkbox .s-label::after,
.offer-form .form__field--checkbox .wpcf7-list-item-label::after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 1.1875rem;
	height: 1.1875rem;
	border: 0.0625rem solid #879695;
	border-radius: 0.125rem
}

.offer-form .form__field--checkbox input[type="checkbox"]:checked+.s-label::before,
.offer-form .form__field--checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
	opacity: 1
}

.offer-form .form__field--checkbox input[type="checkbox"]:checked+.s-label::after,
.offer-form .form__field--checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	border-color: #51ae31
}

.offer-form .form__field--select {
	max-width: 30.625rem;
	padding-left: 13.75rem;
	margin: 0 auto
}

.offer-form .form__field--select .s-label {
	line-height: 2.125rem;
	position: absolute;
	top: 0;
	left: 0
}

.offer-form .form__field--textarea .s-label {
	text-align: center;
	margin-bottom: 0.3125rem
}

.offer-form .form__field--textarea textarea {
	display: block;
	width: 100%;
	height: 10rem;
	padding: 0.9375rem;
	border: 0.0625rem solid #dcdede;
	border-radius: 0.125rem;
	outline-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none
}

.offer-form .form__note {
	font-size: 0.9375rem;
	text-align: center;
	margin-top: -0.625rem;
	margin-bottom: 1.875rem
}

.offer-form .form__bottom {
	text-align: center
}

.offer-form .form__bottom .s-label {
	font-size: 0.9375rem
}

.offer-form .form__bottom a {
	color: #364948;
	text-decoration: none;
	border-bottom: 0.0625rem solid #364948;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.offer-form .form__bottom a:hover {
	color: #51ae31;
	border-color: #51ae31
}

.offer-form .form__bottom .form__field--checkbox {
	margin-top: 0.3125rem
}

.offer-form .form__button {
	text-align: center;
	margin-top: 1.875rem
}

.offer-form .form__button>button {
	border: 0
}

.filter-map {
	color: #fff;
	background-color: #364948;
	padding: 2.5rem 1.25rem 1.5625rem
}

.filter-map__checkboxes {
	text-align: center
}

.filter-map__checkboxes>div {
	vertical-align: middle;
	display: inline-block;
	padding: 0 1.875rem
}

.filter-map .form__field--checkbox label {
	display: block;
	margin-bottom: 0;
	cursor: pointer
}

.filter-map .form__field--checkbox input {
	position: absolute;
	width: 0.0625rem;
	height: 0.0625rem;
	opacity: 0;
	visibility: hidden
}

.filter-map .form__field--checkbox .s-label,
.filter-map .form__field--checkbox .wpcf7-list-item-label {
	font-size: 1.0625rem;
	position: relative;
	display: inline-block;
	padding-left: 1.75rem
}

.filter-map .form__field--checkbox .s-label>img,
.filter-map .form__field--checkbox .wpcf7-list-item-label>img {
	vertical-align: middle;
	display: inline-block
}

.filter-map .form__field--checkbox .s-label::before,
.filter-map .form__field--checkbox .wpcf7-list-item-label::before {
	content: "";
	background: url("../img/check.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.5625rem;
	left: 0.25rem;
	z-index: 1;
	width: 0.6875rem;
	height: 0.625rem;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.filter-map .form__field--checkbox .s-label::after,
.filter-map .form__field--checkbox .wpcf7-list-item-label::after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0.25rem;
	left: 0;
	width: 1.1875rem;
	height: 1.1875rem;
	border: 0.0625rem solid #879695;
	border-radius: 0.125rem
}

.filter-map .form__field--checkbox input[type="checkbox"]:checked+.s-label::before,
.filter-map .form__field--checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
	opacity: 1
}

.filter-map .form__field--checkbox input[type="checkbox"]:checked+.s-label::after,
.filter-map .form__field--checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	border-color: #51ae31
}

.filter-map__cols {
	text-align: center;
	margin-top: 0.3125rem
}

.filter-map__cols>div {
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	width: 18.75rem;
	padding: 0 1.5625rem
}

.filter-map__cols>div:last-child {
	width: 14.375rem
}

.filter-map .form__field--select {
	position: relative;
	padding-left: 4.0625rem;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem
}

.filter-map .form__field--select label {
	display: block;
	margin-bottom: 0
}

.filter-map .form__field--select .s-label {
	line-height: 2.125rem;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	width: 3.4375rem
}

.filter-map .form__field--select .button {
	color: #dfe2e2;
	background-color: #dfe2e2
}

.filter-map__cancel {
	margin-top: 0.3125rem
}

.filter-map__cancel>span,
.filter-map__cancel>a {
	color: #51ae31;
	font-size: 0.9375rem;
	text-decoration: none;
	border-bottom: 0.0625rem solid #51ae31;
	-webkit-transition: border-bottom-color .4s ease;
	transition: border-bottom-color .4s ease;
	cursor: pointer
}

.filter-map__cancel>span:hover,
.filter-map__cancel>a:hover {
	border-bottom-color: transparent
}

#products_form {
	display: none
}

.wpcf7-validation-errors {
	color: #fff;
	background-color: red;
	font-weight: 700;
	text-align: center;
	padding: 0.9375rem;
	border: 0 !important;
	margin: 0.9375rem 0
}

.wpcf7-mail-sent-ok {
	color: #fff;
	background-color: green;
	font-weight: 700;
	text-align: center;
	padding: 0.9375rem;
	border: 0 !important;
	margin: 0.9375rem 0
}

.form__field span[role="alert"] {
	color: #fff;
	background-color: red;
	font-size: 80%;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	padding: 0.3125rem;
	border-radius: 0.1875rem
}

.form__field span[role="alert"]::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.1875rem 0.375rem 0.1875rem;
	border-color: transparent transparent red transparent;
	margin-left: -0.1875rem
}

.info-note {
	color: #6f7d7c;
	font-style: italic;
	font-size: 0.9375rem;
	margin-bottom: 0.9375rem
}

.svg {
	position: relative;
	display: inline-block
}

.svg::before {
	content: ""
}

.svg>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.svg--search {
	position: absolute;
	width: 1.0625rem
}

.svg--search::before {
	display: block;
	padding-top: 111.76471%
}

.svg--search__fill--0 {
	fill: none
}

.svg--search__fill--1 {
	fill: #364948
}

.svg--star {
	position: absolute;
	width: 1.3125rem
}

.svg--star::before {
	display: block;
	padding-top: 90.47619%
}

.svg--star__fill {
	fill: #364948
}

.svg--arrow {
	position: absolute;
	width: 0.625rem
}

.svg--arrow::before {
	display: block;
	padding-top: 100%
}

.svg--arrow__fill {
	fill: #364948
}

.svg--fb {
	width: 0.75rem
}

.svg--fb::before {
	display: block;
	padding-top: 192.85714%
}

.svg--fb__fill {
	fill: #364948;
	-webkit-transition: fill .4s ease;
	transition: fill .4s ease
}

.svg--fb:hover .svg--fb__fill {
	fill: #51ae31
}

.svg--instagram {
	width: 1.625rem
}

.svg--instagram::before {
	display: block;
	padding-top: 100%
}

.svg--instagram__fill {
	fill: #364948;
	-webkit-transition: fill .4s ease;
	transition: fill .4s ease
}

.svg--instagram:hover .svg--instagram__fill {
	fill: #51ae31
}

.svg--linkedin {
	width: 1.8125rem
}

.svg--linkedin::before {
	display: block;
	padding-top: 93.10345%
}

.svg--linkedin__fill {
	fill: #364948;
	-webkit-transition: fill .4s ease;
	transition: fill .4s ease
}

.svg--linkedin:hover .svg--linkedin__fill {
	fill: #51ae31
}

.svg--pinterest {
	width: 1.6875rem
}

.svg--pinterest::before {
	display: block;
	padding-top: 100%
}

.svg--pinterest__fill {
	fill: #364948;
	-webkit-transition: fill .4s ease;
	transition: fill .4s ease
}

.svg--pinterest:hover .svg--pinterest__fill {
	fill: #51ae31
}

@media (max-width: 120em) {
	.article-base--1 {
		background-size: auto;
		background-position: left
	}
	.article-base--2 {
		background-size: auto;
		background-position: right
	}
	.article-base--3 {
		background-size: auto;
		background-position: left
	}
	.article-base--4 {
		background-size: auto;
		background-position: right
	}
}

@media (max-width: 112.437em) {
	.article-base--with-arrow-0 .s-arrow,
	.article-base--with-arrow-1 .s-arrow,
	.article-100--with-arrow-left .s-arrow {
		display: none
	}
}

@media (max-width: 99.937em) {
	.intro__article .s-arrow,
	.benefits .s-arrow,
	.s-contact .s-arrow,
	.newsletter .s-arrow,
	.article-100--with-arrow .s-arrow,
	.we-offer--with-arrow .s-arrow,
	.article-blog--top .s-arrow,
	.offer-form .s-arrow {
		display: none
	}
}

@media (min-width: 100em) and (max-width: 115.9375em) {
	.intro__article .s-arrow--right,
	.newsletter .s-arrow--right,
	.article-100--with-arrow .s-arrow--right,
	.article-base--with-arrow-0 .s-arrow--right,
	.article-blog--top .s-arrow--right {
		margin-right: -3.125rem
	}
	.benefits .s-arrow--left,
	.we-offer--with-arrow .s-arrow--left,
	.article-base--with-arrow-1 .s-arrow--left,
	.article-100--with-arrow-left .s-arrow--left {
		margin-left: -3.125rem
	}
}

@media (min-width: 1700px) {
	.hp-blog__right .row>:last-child {
		display: none !important
	}
}

@media (min-width: 97.625em) and (max-width: 106.187em) {
	.hp-blog__title br {
		display: none
	}
	.hp-blog__right .row>[class*="col-"] {
		-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%
	}
	.hp-blog__right .a-blog__img {
		float: none;
		width: 100%
	}
	.hp-blog__right .a-blog__img::before {
		padding-top: 56.25%
	}
	.hp-blog__row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.hp-blog__row>.hp-blog__right[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 97.625em) {
	.container-lg {
		max-width: 70.625em
	}
	.m-products .row>li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.s-contacts .s-arrow {
		display: block
	}
	.s-workout .entry-content h2 {
		white-space: nowrap
	}
}

@media (min-width: 75em) and (max-width: 97.562em) {
	.article-base .entry-content,
	.article-base .article-base__content {
		padding-right: 0.9375rem
	}
	.article-base--content-right .entry-content,
	.article-base--content-right .article-base__content {
		padding-left: 0.9375rem
	}
	.line__links>div>ul>li {
		padding: 0 1.25rem
	}
	.line__links>div>ul>li:first-child {
		padding-left: 0
	}
	.line__links>div>ul>li:last-child {
		padding-right: 0
	}
	.line__links>div>ul>li>span {
		letter-spacing: 0.6rem
	}
	.container-lg {
		max-width: 70.625em
	}
	.hp-blog__title {
		font-size: 2.25rem;
		min-height: 7.125rem
	}
	.a-blog__img {
		height: 19.82813rem
	}
	.a-blog__img--action {
		height: 12.70313rem
	}
	.hp-blog__right .a-blog__img {
		float: none;
		width: 100%;
		height: auto
	}
	.hp-blog__right .a-blog__img::before {
		padding-top: 56.25%
	}
	.article-blog--top__content {
		min-height: 24.0625rem
	}
	.blog--top-articles .a-blog__img {
		height: 15rem
	}
	.article-blog__content>div {
		padding-left: 0
	}
	.articles-top {
		background-position: center 0;
		padding-left: 0
	}
	.articles-top::before {
		left: 0
	}
	.article-blog-t {
		padding-right: 1.375rem;
		padding-left: 1.375rem
	}
	.filter-base {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.a-product__img {
		height: 17.3125rem
	}
	.a-product__img>img {
		max-height: 17.1875rem
	}
	.d-product__img {
		height: 23.75rem
	}
	.d-product__img>img {
		max-height: 23.625rem
	}
	.d-product__content {
		padding-left: 0
	}
	.d-product__box {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.n-download {
		padding-right: 0
	}
	.n-download>ul {
		padding: 1.25rem
	}
	.filter-map__cols>div {
		width: 31.25rem
	}
	.filter-map__cols>div:last-child {
		padding-top: 0.9375rem;
		text-align: center
	}
	.filter-map__cols .clearfix {
		display: block !important
	}
	.newsletter--small {
		padding-bottom: 0
	}
	.newsletter--small>.container {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.newsletter--small .newsletter__inner {
		padding-top: 0.9375rem
	}
	.newsletter--small .newsletter__title {
		max-width: 100%
	}
	.newsletter--small .newsletter__desc {
		max-width: 100%;
		margin-bottom: 0.9375rem
	}
	.newsletter--small .newsletter__form {
		padding: 2.5rem 0 5.625rem;
		margin-bottom: 0.9375rem
	}
	.newsletter--small .newsletter__form button {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0
	}
	.i-for__image>span {
		font-size: 1.5rem;
		padding: 1.25rem 1.875rem
	}
	.i-for__content {
		padding: 0.9375rem
	}
	.s-contacts__wrap {
		text-align: center
	}
	.s-contacts__wrap [class*="col-"] {
		min-height: 0
	}
	.s-contacts__block {
		position: relative;
		top: auto;
		right: auto;
		max-width: 68.75em;
		margin: 0 auto
	}
	.s-contacts__map {
		width: 50%;
		padding-right: 0.6875rem;
		margin-right: 0
	}
	.s-contacts__photo {
		width: 50%;
		padding-left: 0.6875rem
	}
	.s-contacts__photo .img-holder>img {
		min-height: 25rem
	}
}

@media (min-width: 48em) and (max-width: 74.937em) {
	.article-50 .entry-content {
		padding-right: 0
	}
	.hp-blog__title {
		font-size: 2.25rem
	}
	.hp-blog__right .row>:last-child {
		display: none !important
	}
	.hp-blog__right .a-blog__img {
		float: none;
		width: 100%;
		height: auto
	}
	.hp-blog__right .a-blog__img::before {
		padding-top: 56.25%
	}
	.intro__nav {
		min-height: 0;
		padding: 3.25rem 0 1.875rem
	}
	.hp-article--top .hp-article__box {
		min-height: 30rem
	}
	.hp-article--bottom .hp-article__box {
		min-height: 23.15625rem
	}
	.articles-top {
		background-position: center;
		background-size: cover;
		padding-right: 1.875rem;
		padding-bottom: 1.875rem;
		margin-top: 3.75rem
	}
	.articles-top::before {
		left: 0
	}
	.article-blog-t {
		padding-right: 0;
		padding-left: 0
	}
	.articles-top::after {
		margin-left: -1.59375rem
	}
	.filter-base {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.filter-base .row>[class*="col-"]::before {
		display: none
	}
	.filter-base .row>[class*="col-"]:last-child {
		text-align: left
	}
	.d-product__content {
		padding-left: 0
	}
	.d-product__box {
		text-align: center;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
		margin-top: 1.875rem
	}
	.d-product__subtitle {
		margin-bottom: 1.25rem
	}
	.s-contacts__wrap {
		text-align: center
	}
	.s-contacts__wrap [class*="col-"] {
		min-height: 0
	}
	.s-contacts__block {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto
	}
	.s-contacts__map {
		width: 50%;
		padding-right: 0.6875rem;
		margin-right: 0
	}
	.s-contacts__photo {
		width: 50%;
		padding-left: 0.6875rem
	}
	.s-contacts__photo .img-holder {
		height: 12.5rem
	}
	.s-contacts__photo .img-holder::before {
		display: none
	}
	.s-contacts__photo .img-holder>img {
		min-height: 0;
		height: 12.5rem
	}
	#s-contacts-map {
		height: 12.5rem
	}
	.article-base--inspiration .entry-content h2 {
		font-size: 2.5rem
	}
	.a-material .row {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.a-material .col-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.a-inspiration {
		text-align: center
	}
	.s-articles__item .entry-content {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
		padding-left: 0.9375rem
	}
	.s-articles__item--left .entry-content {
		padding-right: 0.9375rem;
		padding-left: 0
	}
	.s-design ul>li:nth-child(3) .s-design__content::before {
		display: none
	}
	.s-design__content h2,
	.s-design__content p {
		max-width: 18.75rem
	}
}

@media (min-width: 62em) and (max-width: 74.937em) {
	.article-base .entry-content,
	.article-base .article-base__content {
		padding-right: 0.9375rem
	}
	.article-base--content-right .entry-content,
	.article-base--content-right .article-base__content {
		padding-left: 0.9375rem
	}
	.search-container {
		width: 13.75rem
	}
	.footer__content h2 {
		font-size: 1.625rem
	}
	.hp-article__box-in {
		width: 21.875rem;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.article-blog--top__content {
		min-height: 20.3125rem
	}
	.article-blog--top__content>div {
		padding-top: 0;
		padding-bottom: 0
	}
	.blog--top-articles .a-blog__img {
		height: 12.5rem
	}
	.a-product__img {
		height: 22rem
	}
	.a-product__img>img {
		max-height: 21.875rem
	}
	.d-product__img {
		height: 24.5rem
	}
	.d-product__img>img {
		max-height: 24.625rem
	}
	.filter-map__checkboxes>div {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.filter-map__cols>div {
		width: 25rem
	}
	.filter-map__cols>div:last-child {
		padding-top: 0.9375rem;
		text-align: center
	}
	.filter-map__cols .clearfix {
		display: block !important
	}
	.photo-gallery__grid .grid-item {
		height: 15.625rem
	}
	.newsletter--small {
		padding-bottom: 0
	}
	.newsletter--small>.container {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.newsletter--small .newsletter__inner {
		padding-top: 0.9375rem
	}
	.newsletter--small .newsletter__title {
		max-width: 100%
	}
	.newsletter--small .newsletter__desc {
		max-width: 100%;
		margin-bottom: 0.9375rem
	}
	.newsletter--small .newsletter__form {
		padding: 2.5rem 0 5.625rem;
		margin-bottom: 0.9375rem
	}
	.newsletter--small .newsletter__form button {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0
	}
	.i-for__image>span {
		padding: 1.25rem 3.125rem
	}
	.i-for__content {
		padding: 0.9375rem
	}
	.s-contacts__block {
		max-width: 58.125em
	}
	.where.article-base .img-holder {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		min-height: 0;
		margin-bottom: 1.875rem
	}
	.where.article-base .row>[class*="col-"] {
		min-height: 0
	}
	.where.article-base .entry-content,
	.where.article-base .article-base__content {
		text-align: left;
		padding-right: 0
	}
}

@media (max-width: 61.937em) {
	.article-50 .row>[class*="col-"]:last-child {
		min-height: 0
	}
	.spacer-base {
		height: 0
	}
	.spacer-base--phone {
		height: 2.8125rem
	}
	.article-base .img-holder {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		min-height: 0
	}
	.article-base .row>[class*="col-"] {
		min-height: 0
	}
	.article-base .entry-content,
	.article-base .article-base__content {
		padding-right: 0
	}
	.article-base__content {
		text-align: center;
		width: 100%
	}
	.article-base__title {
		max-width: 100%
	}
	.article-base--content-right .img-holder {
		right: auto
	}
	.article-base--content-right .entry-content,
	.article-base--content-right .article-base__content {
		padding-left: 0
	}
	.footer {
		text-align: center
	}
	.footer__logo {
		margin-right: auto;
		margin-left: auto
	}
	.footer__content {
		margin-bottom: 1.875rem
	}
	.footer__content h2 {
		font-size: 1.875rem
	}
	.footer__nav {
		text-align: left;
		max-width: 18.125rem;
		margin: 1.875rem auto 0
	}
	.footer__nav>ul>li {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.line__links>div>ul {
		padding: 0.3125rem 0
	}
	.line__links>div>ul>li {
		padding: 0 0.9375rem
	}
	.line__links>div>ul>li>span {
		font-size: 0.75rem;
		letter-spacing: 0.9rem;
		padding: 0.3125rem 0
	}
	.line__links>div>ul>li:first-child,
	.line__links>div>ul>li:last-child {
		padding: 0 0.625rem
	}
	.footer__sites>li {
		padding-right: 0.625rem;
		padding-left: 0.625rem
	}
	.article-blog--top__content {
		min-height: 0
	}
	.article-blog--top__content .a-blog__title {
		font-size: 1.375rem
	}
	.article-blog--top__content>div {
		max-width: 100%
	}
	.article-blog--top {
		margin-bottom: 3.125rem
	}
	.article-blog--top__content>div {
		padding: 1.1875rem 0 0
	}
	.a-blog {
		margin-bottom: 3.125rem
	}
	.a-blog__content {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0
	}
	.blog--top-articles {
		margin-bottom: 0
	}
	.article-blog__content>div {
		padding-right: 0;
		padding-left: 0
	}
	.articles-top {
		background-position: center;
		background-size: cover
	}
	.articles-top::before {
		left: 0
	}
	.pagination {
		margin-top: 1.1875rem
	}
	.d-blog__box {
		text-align: left
	}
	.d-blog__box br {
		content: " ";
		margin-right: 0.3125rem
	}
	.d-blog__entry {
		padding-top: 1.5rem
	}
	.offer-form__box {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.filter-map__checkboxes {
		text-align: left
	}
	.filter-map__checkboxes>div {
		width: 100%;
		padding-right: 0;
		padding-left: 5.625rem
	}
	.filter-map__cols>div {
		width: 100%
	}
	.filter-map__cols>div:last-child {
		padding-top: 0.9375rem;
		text-align: center
	}
	.d-realization__header>div {
		min-height: 0;
		padding-bottom: 1.875rem
	}
	.d-realization__header .dots {
		margin-bottom: 1.875rem
	}
	#map-detail {
		position: static;
		top: auto;
		right: auto;
		left: auto;
		height: 19.375rem
	}
	.d-realization__col {
		padding-right: 0.9375rem
	}
	.d-realization__col-r {
		padding-top: 0;
		padding-left: 0
	}
	.s-contacts__box {
		padding-bottom: 0.9375rem
	}
	.s-contacts__box [class*="col-"] {
		margin-bottom: 0.9375rem !important
	}
	.i-for__image::before {
		padding-bottom: 49.54368%
	}
	.i-for--large .i-for__image::before {
		padding-bottom: 49.54368%
	}
	.where {
		margin-bottom: 0
	}
	.where .article-base__content {
		padding-left: 0
	}
	.where .img-holder {
		margin-bottom: 1.25rem
	}
	.where__address-box {
		text-align: left
	}
	.content-header-large .img-holder::before {
		height: 28.125rem
	}
	.content-header-large__box h1 {
		font-size: 1.875rem
	}
	.content-header-large__box .continue {
		margin-bottom: 1.875rem
	}
	.article-base--1,
	.article-base--2,
	.article-base--3,
	.article-base--4 {
		background-size: cover
	}
	.content-images-3--wrap .img-holder::before {
		padding-bottom: 49.54368%
	}
	.content-images-3--wrap .row>div {
		margin-bottom: 1.375rem
	}
	.content-images-3--wrap .row>div:last-child {
		margin-bottom: 0
	}
	.s-articles__item {
		margin-bottom: 1.875rem
	}
	.s-articles__item .entry-content {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
		padding-left: 0
	}
	.s-articles__item--left .entry-content {
		padding-right: 0;
		padding-left: 0
	}
	.s-articles__img {
		padding-left: 0.9375rem
	}
	.s-articles__img--left {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.d-realization__header .col-lg-6 {
		padding-right: 0.9375rem
	}
}

@media (min-width: 48em) and (max-width: 61.937em) {
	.article-base .img-holder {
		height: 27.5rem
	}
	.article-base--with-arrow-1 .article-base__title {
		max-width: 100%
	}
	.article-base--inspiration .img-holder {
		height: 20.625rem
	}
	.article-base--inspiration .img-holder::before {
		display: none
	}
	.article-base .entry-content {
		padding-top: 1.25rem;
		padding-bottom: 4.0625rem
	}
	.hp-blog__title {
		min-height: 7.125rem
	}
	.a-blog__img {
		height: 19.82813rem
	}
	.a-blog__img--action {
		height: 12.70313rem
	}
	.header__contacts {
		padding-left: 12.8125rem
	}
	.header__phone>a,
	.header__mail>a {
		font-size: 0.75rem
	}
	.search {
		right: 6.875rem
	}
	.search-container {
		width: 7.1875rem
	}
	.lang {
		right: 2.625rem
	}
	.m-nav-container>ul>li {
		padding: 0 0.5rem
	}
	.m-nav-container>ul>li:first-child {
		padding-left: 0
	}
	.m-nav-container>ul>li:last-child {
		padding-right: 0
	}
	.m-nav-container>ul>li>a {
		font-size: 0.875rem
	}
	.hp-article--bottom {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		margin-bottom: 1.375rem
	}
	.hp-article--bottom:last-child {
		margin-bottom: 0
	}
	.blog--top-articles .a-blog__img {
		height: 18.75rem
	}
	.article-base--inspiration .row>[class*="col-"] {
		min-height: 20rem
	}
	.a-product__img {
		height: 16.375rem
	}
	.a-product__img>img {
		max-height: 16.25rem
	}
	.photo-gallery__grid .grid-item {
		height: 15.625rem
	}
	.newsletter--small {
		text-align: center;
		padding-bottom: 0
	}
	.newsletter--small .dots>.container {
		max-width: 100%
	}
	.newsletter--small .newsletter__title {
		max-width: 100%
	}
	.newsletter--small .newsletter__desc {
		max-width: 100%
	}
	.i-for__image>span {
		padding: 1.25rem 3.125rem
	}
	.i-for__content {
		padding: 0.9375rem
	}
	.s-contacts__block {
		max-width: 43.125em
	}
	.where.article-base .entry-content,
	.where.article-base .article-base__content {
		text-align: left
	}
	.filter-map__checkboxes--gallery>div {
		width: 18.75rem;
		padding-left: 0;
		margin: 0 auto
	}
	.filter-map__checkboxes--gallery>div.filter-map__col {
		display: table;
		width: auto
	}
	.article-base--inspiration {
		background: #f8f8f8 url("../img/realization-left.jpg") no-repeat;
		background-size: cover
	}
	.article-base--inspiration .img-holder {
		display: none
	}
	.article-base--large-xl .entry-content h2 {
		margin-bottom: 0.625rem
	}
	.article-base--large-xl .entry-content p {
		margin-top: 0.625rem;
		margin-bottom: 2.25rem
	}
	.article-base--large-xl .entry-content>:first-child {
		margin-top: 0
	}
	.article-base--large-xl .entry-content>:last-child {
		margin-bottom: 0
	}
}

@media (max-width: 47.937em) {
	.article-reference {
		padding-bottom: 1.25rem;
		margin-bottom: 3.125rem
	}
	.article-reference--last {
		margin-bottom: 0
	}
	.article-base__content {
		text-align: left;
		padding-left: 8.125rem
	}
	.article-base--content-right .article-base__content {
		padding-right: 8.125rem;
		padding-left: 0
	}
	.article-base__num {
		font-size: 5.625rem
	}
	.article-base__title {
		font-size: 1.5625rem;
		max-width: 18.75rem
	}
	.article-base--with-arrow-0::before {
		top: 7.1875rem;
		bottom: auto;
		display: block;
		width: 7.5rem;
		height: 7.5rem
	}
	.article-base--with-arrow-1::before {
		top: 5rem;
		bottom: auto;
		display: block;
		width: 7.5rem;
		height: 7.5rem
	}
	.work__title {
		font-size: 2rem;
		text-align: center
	}
	.work__desc {
		font-size: 0.9375rem
	}
	.work .entry-content {
		padding: 0.9375rem
	}
	.we-offer ul {
		margin-right: 0;
		margin-left: 0
	}
	.we-offer ul>li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 1.875rem
	}
	.we-offer ul>li::before {
		left: 0
	}
	.article-50 .entry-content {
		padding-right: 0
	}
	.content-images-2 .row>div {
		margin-bottom: 1.375rem
	}
	.content-images-2 .row>div:last-child {
		margin-bottom: 0
	}
	.content-images-2--small .img-holder::before {
		padding-bottom: 44.32855%
	}
	.content-images-2--base .img-holder::before {
		padding-bottom: 59.97392%
	}
	.content-images-2--large .img-holder::before {
		padding-bottom: 84.74576%
	}
	.content-images-3 .row>[class*="col-"] {
		margin-bottom: 1.375rem
	}
	.content-images-3 .row>[class*="col-"]:last-child {
		margin-bottom: 0
	}
	.content-images-3--no-wrap {
		width: 100%
	}
	.content-images-3--no-wrap .row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block
	}
	.content-images-3--no-wrap .col-float {
		width: 100%;
		margin-bottom: 1.375rem
	}
	.content-images-3--no-wrap .col-float:last-child {
		margin-bottom: 0
	}
	.content-images-3--no-wrap--small .img-holder,
	.content-images-3--no-wrap--base .img-holder,
	.content-images-3--no-wrap--large .img-holder {
		max-height: none
	}
	.content-images-3--no-wrap--small .img-holder::before,
	.content-images-3--no-wrap--base .img-holder::before,
	.content-images-3--no-wrap--large .img-holder::before {
		display: none
	}
	.content-images-3--no-wrap--small .img-holder>img,
	.content-images-3--no-wrap--base .img-holder>img,
	.content-images-3--no-wrap--large .img-holder>img {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		width: auto;
		height: auto;
		margin: 0 auto
	}
	.newsletter__title {
		font-size: 2rem
	}
	.newsletter__desc {
		font-size: 1.25rem
	}
	.entry-content h1 {
		font-size: 2rem
	}
	.entry-content h2 {
		font-size: 1.875rem
	}
	.entry-content blockquote {
		padding: 0 1.875rem
	}
	.content-header__title {
		font-size: 2rem
	}
	.content-header__title>span {
		font-size: 1.3125rem
	}
	.article-base .img-holder {
		height: 13.75rem
	}
	.home .footer__main {
		padding-bottom: 2.5rem
	}
	.a-blog__title {
		font-size: 1.375rem
	}
	.a-blog__desc {
		font-size: 0.9375rem
	}
	.s-contact h2 {
		font-size: 2rem
	}
	.s-contact p {
		font-size: 1.0625rem
	}
	.hp-blog {
		padding: 3.125rem 0 0
	}
	.hp-blog__title {
		font-size: 2rem;
		text-align: center;
		min-height: 0;
		margin-bottom: 0.9375rem
	}
	.hp-blog__right .a-blog {
		margin-bottom: 3.125rem
	}
	.hp-blog__right .a-blog__img {
		float: none;
		width: 100%
	}
	.benefits {
		padding: 2.5rem 0 0.625rem
	}
	.benefits h2 {
		font-size: 2rem
	}
	.benefit h3 {
		font-size: 1.625rem
	}
	.benefit p {
		font-size: 0.9375rem
	}
	.container-fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.hp-article .hp-article__title {
		display: none
	}
	.hp-article--top,
	.hp-article--bottom {
		margin-bottom: 1.0625rem
	}
	.hp-article--top .hp-article__box,
	.hp-article--bottom .hp-article__box {
		min-height: 13.5rem
	}
	.hp-article--bottom {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%
	}
	.hp-article--bottom:last-child {
		margin-bottom: 0
	}
	.hp-article__box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap
	}
	.hp-article__box-in {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		width: 100%;
		min-height: 0;
		padding: 0
	}
	.hp-article .btn--bordered {
		padding: 0;
		border: 0
	}
	.hp-article .btn--bordered::before {
		right: 0
	}
	.hp-article .btn--bordered>span {
		font-size: 0.75rem;
		padding-right: 0.9375rem;
		padding-left: 0
	}
	.entry-content .alignright,
	.entry-content .alignleft,
	.entry-content a img.alignright,
	.entry-content a img.alignnone {
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto
	}
	.d-product__tabs-content .entry-content .alignleft {
		margin-right: auto
	}
	.d-product .s-download {
		background-color: #eff1f1;
		padding: 0.9375rem 1.25rem
	}
	.d-product .s-download__list {
		padding-top: 0
	}
	.colmex {
		padding-top: 3.625rem
	}
	.logo {
		top: 1.0625rem
	}
	.header--unpinned {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	.header--bottom {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.header--not-bottom {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	.header--top {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.header--pinned {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.header--not-top .search {
		top: auto
	}
	.header--not-top .lang {
		top: 1.5625rem
	}
	.header--not-top .p-link {
		top: 1.25rem
	}
	.header--not-top .header__top>div {
		height: 3.625rem
	}
	.header__top>div {
		height: 3.625rem
	}
	.p-link {
		right: 4.375rem
	}
	.m-nav {
		background: #364948;
		position: absolute;
		top: 3.6875rem;
		right: 0;
		left: 0;
		opacity: 0;
		height: calc(100vh - 3.6875rem);
		padding-bottom: 5.625rem;
		overflow-y: scroll;
		overflow-x: hidden;
		visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.m-nav.is-active {
		opacity: 1;
		visibility: visible
	}
	.m-nav>div {
		position: relative
	}
	.m-nav-opener {
		position: absolute;
		top: 0;
		right: 0.9375rem;
		width: 1.875rem;
		height: 3.625rem;
		cursor: pointer
	}
	.m-nav-opener::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0.4375rem 0.4375rem 0.4375rem;
		border-color: transparent transparent #364948 transparent;
		margin-top: -0.375rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		-webkit-transition: opacity .4s ease;
		transition: opacity .4s ease
	}
	.m-nav-opener>span {
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 998;
		width: 1.875rem;
		height: 1.875rem;
		cursor: pointer;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.m-nav-opener>span>span {
		background-color: #364948;
		position: relative;
		bottom: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 0.1875rem;
		margin: 0.3125rem 0 0.3125rem auto;
		opacity: 1;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	.m-nav-opener.is-active::before {
		opacity: 1
	}
	.m-nav-container>ul {
		display: block;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem
	}
	.m-nav-container>ul>li {
		position: relative;
		display: block;
		max-width: 100%;
		padding: 0 2.8125rem 0 0.9375rem;
		margin-top: 0.625rem
	}
	.m-nav-container>ul>li:first-child {
		padding-left: 0.9375rem
	}
	.m-nav-container>ul>li:last-child {
		padding-right: 0.9375rem
	}
	.m-nav-container>ul>li:nth-child(3) {
		position: relative
	}
	.m-nav-container>ul>li:nth-child(3)>ul {
		width: auto;
		display: none
	}
	.m-nav-container>ul>li:nth-child(3)>ul>li {
		max-width: 100%;
		padding-right: 2.8125rem
	}
	.m-nav-container>ul>li:nth-child(3)>ul>li:last-child {
		max-width: 100%;
		padding-left: 0;
		border-left: 0
	}
	.m-nav-container>ul>li:nth-child(3)>ul>li:last-child>a {
		display: block
	}
	.m-nav-container>ul>li>a {
		color: #fff;
		height: auto;
		padding: 0.3125rem 0
	}
	.m-nav-container>ul>li>a::before {
		display: none
	}
	.m-nav-container>ul>li>span {
		background: url("../img/down-arrow.svg") no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: 0.625rem;
		right: 0.9375rem;
		z-index: 1;
		display: block;
		width: 1.0625rem;
		height: 1.0625rem;
		cursor: pointer;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease
	}
	.m-nav-container>ul>li>span.is-active {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.m-nav-container>ul>li>ul {
		background-color: #405655;
		position: static;
		top: auto;
		left: auto;
		display: none;
		padding: 0.625rem 0.9375rem;
		margin-top: 0;
		margin-right: -2.8125rem;
		margin-left: -0.9375rem;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-property: none;
		transition-property: none
	}
	.m-nav-container>ul>li>ul>li {
		position: relative;
		height: auto;
		padding-right: 2.8125rem
	}
	.m-nav-container>ul>li>ul>li>a {
		display: block;
		padding: 0.3125rem 0
	}
	.m-nav-container>ul>li>ul>li>span {
		background: url("../img/down-arrow.svg") no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: 0.625rem;
		right: 0;
		z-index: 1;
		display: block;
		width: 1.0625rem;
		height: 1.0625rem;
		cursor: pointer;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease
	}
	.m-nav-container>ul>li>ul>li>span.is-active {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.m-nav-container>ul>li>ul>li>ul {
		height: 0;
		padding-left: 0.9375rem;
		overflow: hidden
	}
	.m-nav-container>ul>li>ul>li>ul>li:first-child {
		margin-top: 0
	}
	.m-nav-container>ul>li>ul>li.prevent-default:last-child>a,
	.m-nav-container>ul>li>ul>li.prevent-default:last-child>span {
		display: none
	}
	.m-nav-container>ul>li>ul>li.prevent-default:last-child>ul {
		height: auto;
		padding-left: 0
	}
	.m-nav-container>ul>li:last-child>ul {
		margin-left: -0.9375rem
	}
	.m-nav__bottom {
		background-color: #364948;
		text-align: center
	}
	.m-nav__bottom a {
		color: #fff;
		white-space: nowrap
	}
	.m-nav__contacts {
		background-color: #2c3c3b;
		line-height: 2.5rem;
		margin-right: 0;
		margin-left: 0
	}
	.m-nav__contacts a {
		font-size: 0.9375rem
	}
	.m-nav__langs {
		background: #364948;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
		margin-right: -0.9375rem;
		margin-left: -0.9375rem
	}
	.m-nav__langs>a {
		line-height: 1.25rem;
		display: inline-block;
		padding: 0.9375rem 0.8125rem
	}
	.p-link {
		top: 1.25rem;
		right: 4.0625rem
	}
	.search {
		position: static;
		top: auto;
		right: auto
	}
	.search-opener {
		position: absolute;
		top: 1.25rem;
		right: 6.25rem;
		cursor: pointer
	}
	.search-opener.is-active::after {
		content: "";
		position: absolute;
		top: 2rem;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0.4375rem 0.4375rem 0.4375rem;
		border-color: transparent transparent #364948 transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.search-container {
		background-color: #364948;
		position: absolute;
		top: 100%;
		right: 0.9375rem;
		left: 0.9375rem;
		width: auto;
		padding: 2.1875rem 6.5625rem 1.875rem 0.9375rem;
		margin-top: 0.0625rem;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.search__button {
		color: #fff;
		font-size: 0.75rem;
		text-transform: uppercase;
		right: 0.9375rem;
		bottom: 1.875rem;
		width: 4.6875rem;
		height: 1.875rem;
		border: 0.0625rem solid #fff;
		-webkit-transition: color, background-color .4s ease;
		transition: color, background-color .4s ease
	}
	.search__button::before {
		display: none
	}
	.search__button:hover {
		color: #364948;
		background-color: #fff
	}
	.search.is-active .search-container {
		opacity: 1;
		visibility: visible
	}
	.footer__main>div:nth-child(1),
	.footer__main>div:nth-child(2) {
		display: none
	}
	.footer__nav {
		margin-top: 0
	}
	.home .footer__main>div:nth-child(1),
	.home .footer__main>div:nth-child(2) {
		display: block
	}
	.home .footer__nav {
		margin-top: 1.875rem
	}
	.intro__nav {
		-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-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-height: 18.25rem;
		padding: 1.875rem 0
	}
	.intro__row {
		max-width: 14.0625rem;
		margin: auto
	}
	.intro__row>[class*="col-"] {
		padding: 0;
		margin-bottom: 0.4375rem
	}
	.intro__row>:last-child {
		margin-bottom: 0
	}
	.intro__item {
		line-height: 1.0625rem;
		height: auto;
		min-height: 0;
		padding: 0.625rem
	}
	.intro__item .intro__desc,
	.intro__item .btn {
		display: none
	}
	.intro__title {
		font-weight: 400;
		font-size: 0.875rem;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
		padding-right: 0.9375rem;
		margin-bottom: 0
	}
	.intro__title::before {
		content: "";
		background: url("../img/btn-arrow.svg") no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0.3125rem;
		height: 0.5625rem;
		margin-top: -0.28125rem
	}
	.intro__subtitle {
		font-size: 1.875rem;
		line-height: 2.375rem
	}
	.intro__article {
		padding: 2.5rem 0 0.625rem
	}
	.entry-content p {
		font-size: 0.9375rem
	}
	.entry-content .highlighted {
		font-size: 1.25rem;
		line-height: 1.6875rem
	}
	.articles-top {
		padding-bottom: 1.875rem
	}
	.article-blog-t {
		max-width: 12.8125rem;
		padding-right: 0;
		padding-left: 0;
		margin: 0 auto
	}
	.articles-top {
		padding-right: 1.875rem
	}
	.articles-top h2 {
		font-size: 2rem
	}
	.blog--top-articles .a-blog__img {
		height: 13.125rem
	}
	.a-video h2 {
		font-size: 2rem
	}
	.a-video__title {
		font-size: 1.375rem
	}
	.a-video__desc {
		font-size: 0.9375rem
	}
	.articles-top {
		margin-bottom: 1.875rem
	}
	.articles-top::after {
		margin-left: -1.59375rem
	}
	.article-base--inspiration {
		margin-bottom: 2.8125rem
	}
	.article-base--inspiration .img-holder {
		display: none
	}
	.p-item__content {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.p-item__desc {
		font-size: 0.9375rem
	}
	.p-item-bottom>div {
		min-height: 0
	}
	.p-item-bottom__img {
		min-height: 12.5rem
	}
	.p-item-bottom__desc {
		font-size: 0.9375rem
	}
	.filter-base {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.filter-base .label-check>span {
		font-size: 0.9375rem
	}
	.filter-base .row>[class*="col-"] {
		max-width: 13.125rem;
		margin: 0 auto 0.9375rem !important
	}
	.filter-base .row>[class*="col-"]::before {
		top: auto;
		right: 0;
		left: 0;
		width: auto;
		height: 0.0625rem
	}
	.filter-base .row>[class*="col-"]:nth-child(3)::before {
		display: none
	}
	.filter-base .row>[class*="col-"]:first-child::before {
		display: block
	}
	.filter-base .row>[class*="col-"]:last-child {
		text-align: center;
		padding-top: 0.9375rem
	}
	.content-header__desc {
		font-size: 0.9375rem
	}
	.a-product__img {
		height: 15.75rem
	}
	.a-product__img>img {
		max-height: 15.625rem
	}
	.a-product__title {
		font-size: 1.25rem
	}
	.a-product__desc {
		font-size: 0.875rem
	}
	.js .filter-base__opener {
		display: block
	}
	.js .filter-base {
		display: none
	}
	.filter-base {
		position: relative
	}
	.filter-base__cross {
		font-size: 1.125rem;
		text-transform: lowercase;
		position: absolute;
		top: 0;
		right: 0.9375rem;
		cursor: pointer
	}
	.newsletter__wrap {
		display: none
	}
	.newsletter.with-arrows::before {
		top: -0.3125rem;
		right: 0;
		z-index: 3;
		display: block;
		width: 4.375rem;
		height: 4.5rem
	}
	.d-product {
		padding-top: 1.25rem;
		margin-bottom: 1.875rem
	}
	.d-product__img {
		height: 16.125rem
	}
	.d-product__img>img {
		max-height: 16rem
	}
	.d-product__img-small {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		margin-bottom: 0.9375rem
	}
	.d-product__img-small .slick-prev {
		left: -0.3125rem
	}
	.d-product__img-small .slick-next {
		right: -0.3125rem
	}
	.d-product__img-small .img-wrap {
		padding: 0.9375rem
	}
	.d-product__content {
		padding-left: 0
	}
	.d-product__link {
		font-size: 0.875rem
	}
	.d-product__title {
		font-size: 2rem;
		margin-top: 0
	}
	.d-product__desc {
		font-size: 0.875rem
	}
	.d-product__info {
		font-size: 0.875rem
	}
	.d-product__box {
		text-align: center;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
		margin-top: 2.8125rem
	}
	.d-product__subtitle {
		font-size: 1.1875rem;
		margin-bottom: 1.25rem
	}
	.d-product__tabs {
		padding-top: 3.125rem
	}
	.d-product__tabs-opener {
		color: #fff;
		background-color: #364948;
		font-weight: 400;
		font-size: 1.1875rem;
		line-height: 1.25rem;
		position: relative;
		display: block;
		padding: 0.8125rem 2.8125rem 0.8125rem 1.125rem;
		cursor: pointer;
		-webkit-transition: color, background-color .4s ease;
		transition: color, background-color .4s ease
	}
	.d-product__tabs-opener::before {
		content: "+";
		color: #c1cbca;
		font-weight: 300;
		font-size: 1.875rem;
		line-height: 2.25rem;
		position: absolute;
		top: 50%;
		right: 1.125rem;
		margin-top: -1.125rem;
		-webkit-transition: color .4s ease;
		transition: color .4s ease
	}
	.d-product__tabs-opener.is-active {
		color: #364948;
		background-color: #eff1f1
	}
	.d-product__tabs-opener.is-active::before {
		content: "-";
		color: #364948
	}
	.d-product__tabs-content {
		background-color: #fff
	}
	.d-product__tabs-content .tab-pane {
		display: block !important;
		opacity: 1 !important;
		margin-top: 0.625rem
	}
	.d-product__tabs-content .tab-pane>article {
		display: none
	}
	.d-product__tabs-content .entry-content {
		background-color: #eff1f1;
		padding: 1.25rem 0.9375rem
	}
	.d-product__tabs-content .entry-content p,
	.d-product__tabs-content .entry-content ul,
	.d-product__tabs-content .entry-content ol {
		font-size: 0.875rem
	}
	.d-product__tabs .active .d-product__entry {
		display: block
	}
	.m-products__header h2 {
		font-size: 1.5625rem
	}
	.m-products__button {
		padding-top: 1.5625rem
	}
	.m-product {
		margin-bottom: 1.5625rem
	}
	.m-product__img {
		margin-bottom: 0.3125rem
	}
	.m-product__title {
		font-size: 0.9375rem
	}
	.s-download__title {
		font-size: 2rem;
		text-align: center
	}
	.s-download__subtitle {
		font-size: 1.5625rem
	}
	.s-download__box {
		padding: 0.9375rem
	}
	.s-download__box>span {
		font-size: 0.875rem
	}
	.s-download__box>a {
		position: relative;
		top: auto;
		right: auto
	}
	.s-download__table {
		font-size: 0.875rem
	}
	.s-download__table td {
		padding: 0.9375rem
	}
	.s-download__list a {
		font-size: 0.875rem
	}
	.s-download__list>li {
		padding-right: 0;
		padding-left: 0
	}
	.s-download__link {
		width: 0.9375rem;
		height: 1.875rem
	}
	.s-download__link::before {
		font-size: 1.875rem
	}
	.s-download__link>span {
		display: none
	}
	.offer-form__wrap {
		padding: 1.875rem 0
	}
	.offer-form .spacer-small {
		height: 0.9375rem
	}
	.offer-form .form__field--next-to {
		padding-left: 0
	}
	.offer-form .form__field--next-to .s-label {
		text-align: left;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-bottom: 0.3125rem;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.offer-form .form__field--select {
		padding-left: 0
	}
	.offer-form .form__field--select .s-label {
		position: relative;
		top: auto;
		left: auto
	}
	.offer-form .form__field--checkbox {
		text-align: left
	}
	.o-product__title {
		font-size: 1.125rem;
		padding-right: 0;
		padding-left: 0
	}
	.o-product__type {
		padding-right: 0;
		padding-left: 0
	}
	.filter-map__opener {
		text-align: center;
		margin-bottom: 0.9375rem
	}
	.filter-map {
		position: relative;
		display: none
	}
	.filter-map__cross {
		font-size: 1.5rem;
		position: absolute;
		top: 0;
		right: 0.9375rem;
		cursor: pointer
	}
	#map {
		height: 28.125rem
	}
	.realization__content {
		padding-right: 0;
		padding-left: 0
	}
	.realization__title {
		font-size: 1.3125rem
	}
	.realization__desc {
		font-size: 0.875rem
	}
	.d-realization__header h1 {
		font-size: 2rem
	}
	.d-realization__header p {
		font-size: 0.875rem
	}
	.d-realization__nav h3 {
		font-size: 1.5625rem
	}
	.d-realization__nav a {
		font-size: 0.875rem
	}
	.pagination {
		position: relative;
		padding: 0.5rem 1.875rem
	}
	.pagination .prev {
		line-height: 1rem;
		position: absolute;
		top: 50%;
		left: 0.5rem;
		margin-top: -0.5rem;
		margin-left: 0
	}
	.pagination .next {
		line-height: 1rem;
		position: absolute;
		top: 50%;
		right: 0.5rem;
		margin-top: -0.5rem;
		margin-right: 0
	}
	.aside--with-fixed-el {
		padding-left: 0
	}
	.d-blog__action-wrap {
		padding-bottom: 0.625rem;
		border-bottom: 0.0625rem solid #e3e5e5;
		margin-bottom: 1.25rem
	}
	.d-blog__box {
		text-align: center
	}
	.d-blog__box .d-blog__cat {
		margin-bottom: 0
	}
	.d-blog__box .date {
		font-size: 0.8125rem
	}
	.d-blog__box .date>span {
		font-size: 0.8125rem
	}
	.d-blog__cat {
		font-size: 0.875rem
	}
	.article-base--inspiration {
		background: #f8f8f8 url("../img/realization-left.jpg") no-repeat;
		background-size: cover
	}
	.p-item-bottom__img {
		margin-bottom: 1.875rem
	}
	.newsletter.with-arrows.newsletter--small::before {
		width: 4.375rem;
		height: 4.5rem
	}
	.newsletter--small {
		text-align: center;
		padding-bottom: 0
	}
	.newsletter--small>.container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.newsletter--small .dots>.container {
		max-width: 100%
	}
	.newsletter--small .newsletter__title {
		font-size: 2rem;
		max-width: 100%
	}
	.newsletter--small .newsletter__desc {
		font-size: 1.25rem;
		max-width: 100%
	}
	.i-for__image>span {
		font-size: 1rem;
		padding: 0.625rem 1.25rem
	}
	.i-for__content {
		padding: 0.9375rem
	}
	.i-for__content p {
		font-size: 0.9375rem
	}
	.a-contact__position {
		font-size: 0.875rem
	}
	.a-contact__title {
		font-size: 1.375rem
	}
	.a-contact__list {
		font-size: 0.875rem
	}
	.s-contacts__title {
		font-size: 1.5625rem
	}
	.s-contacts .s-contacts__phone,
	.s-contacts .s-contacts__mail {
		font-size: 1.25rem
	}
	.s-contacts .spacer-small {
		height: 2.8125rem
	}
	.s-contacts__wrap [class*="col-"] {
		min-height: 0
	}
	.s-contacts__wrap .entry-content {
		padding-right: 0;
		padding-top: 0
	}
	.s-contacts__block {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto
	}
	.s-contacts__map {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.375rem
	}
	.s-contacts__photo {
		width: 100%
	}
	.s-contacts__photo .img-holder {
		height: 15.625rem
	}
	.s-contacts__photo .img-holder::before {
		display: none
	}
	.s-contacts__photo .img-holder>img {
		min-height: 0;
		height: 15.625rem
	}
	.s-contacts__row .entry-content {
		padding-bottom: 0
	}
	.s-contacts .entry-content h2 {
		margin-bottom: 0.625rem
	}
	.where__title {
		font-size: 1.875rem
	}
	.where__address-box {
		font-size: 0.9375rem;
		padding: 0.9375rem
	}
	.where__address-box::before {
		display: none
	}
	#map-large {
		height: 25rem
	}
	.article-base--inspiration .entry-content h2 {
		font-size: 1.875rem
	}
	.list-plus {
		font-size: 0.9375rem
	}
	.workout-list {
		font-size: 0.9375rem
	}
	.s-workout .entry-content {
		padding-bottom: 0
	}
	.s-workout .entry-content p {
		font-size: 0.9375rem
	}
	.s-workout__images>div,
	.s-workout__images>div:first-child {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.s-workout__images>div::before {
		height: 14.375rem
	}
	.a-train__title {
		font-size: 1.875rem
	}
	.a-train__list {
		font-size: 0.9375rem
	}
	.a-create__title {
		font-size: 1.3125rem
	}
	.a-create__img {
		width: 100%
	}
	.a-create__img>img {
		margin: 0 auto
	}
	.s-workout .entry-content h2 {
		font-size: 1.875rem
	}
	.article-base .entry-content {
		padding-top: 1.25rem;
		padding-bottom: 4.0625rem
	}
	.article-base .entry-content h2 {
		margin-bottom: 0.75rem
	}
	.article-base .entry-content p {
		margin-top: 0.75rem
	}
	.article-base .entry-content>:first-child {
		margin-top: 0
	}
	.content-images-3 .img-holder {
		background-color: #fff
	}
	.content-images-3 .img-holder>img {
		max-width: 100%;
		height: auto
	}
	.content-images-3--wrap .img-holder::before {
		padding-bottom: 60.8%
	}
	.s-contacts .col-xxl-3 .entry-content h2 {
		font-size: 1.5625rem
	}
	.s-contacts .col-xxl-3 .entry-content p {
		font-size: 0.875rem
	}
	.article-dark .entry-content {
		padding: 2.8125rem 0
	}
	.article-dark .entry-content p {
		font-size: 0.9375rem
	}
	.list-items {
		font-size: 0.9375rem
	}
	.a-playground__title {
		font-size: 1.875rem
	}
	.a-playground h3 {
		font-size: 1.3125rem
	}
	.a-playground p {
		font-size: 0.9375rem
	}
	.a-material h2 {
		font-size: 1.875rem
	}
	.a-material__item h3 {
		font-size: 1.3125rem
	}
	.a-material__item p {
		font-size: 0.9375rem
	}
	.a-inspiration {
		background-image: none;
		text-align: center
	}
	.list-icons h2,
	.s-articles h2 {
		font-size: 1.875rem
	}
	.list-icon__content {
		font-size: 0.9375rem
	}
	.s-articles h2 {
		margin-bottom: 0
	}
	.s-articles__item .entry-content h3 {
		font-size: 1.5rem
	}
	.s-articles__item .entry-content h3 {
		margin-bottom: 0.625rem
	}
	.s-articles__item .entry-content p {
		margin-top: 0.625rem
	}
	.s-articles__item .entry-content>:first-child {
		margin-top: 0
	}
	.s-articles__item .entry-content>:last-child {
		margin-bottom: 0
	}
	.s-design__header h2 {
		font-size: 1.875rem
	}
	.s-design__header p {
		font-size: 0.9375rem
	}
	.s-design__content {
		min-height: 0
	}
	.s-design__content::before {
		display: none
	}
	.s-design__content h3 {
		font-size: 1.5rem
	}
	.s-design__content p {
		font-size: 0.9375rem
	}
	.s-references h2 {
		font-size: 1.875rem
	}
	.s-workout__img>img {
		top: auto;
		margin-top: 1.875rem
	}
	.where .entry-content {
		padding-bottom: 0
	}
	.search-results h2 {
		font-size: 1.3125rem
	}
	.a-material .col-auto {
		margin-bottom: 3.75rem
	}
	.a-material__item .img-holder {
		margin-bottom: 0.9375rem
	}
	.a-train__list>li {
		margin-bottom: 2.8125rem
	}
	.a-train__img {
		margin-bottom: 0.3125rem
	}
}

@media (min-width: 36em) and (max-width: 47.937em) {
	.article-base--with-arrow-0::before {
		top: 5rem
	}
	.article-base--with-arrow-1::before {
		top: 3.125rem
	}
	.content-image-intro .img-holder::before {
		padding-bottom: 24.77184%
	}
	.hp-blog__right .a-blog__img::before {
		padding-top: 56.25%
	}
	.entry-content .gallery {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem
	}
	.entry-content .gallery .gallery-item {
		width: 33.33333%;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.entry-content .gallery .gallery-item a {
		height: 10.5rem
	}
	.photo-gallery__grid .grid-item {
		height: 11.25rem
	}
	.a-create__content {
		padding-left: 0
	}
	.a-material .row {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.a-material .col-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width: 35.937em) {
	.article-base--with-arrow-1::before {
		top: 6.25rem
	}
	.content-image-intro .img-holder::before {
		padding-bottom: 59.375%
	}
	.work__header::after {
		display: block;
		clear: both;
		content: ""
	}
	.work__desc {
		padding-right: 0
	}
	.work span.work__btn {
		float: right;
		position: static;
		top: auto;
		right: auto;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		margin-top: 0.9375rem
	}
	.newsletter__form {
		height: 7.8125rem;
		padding: 1.875rem 0 3.4375rem 0
	}
	.newsletter__form>label>span {
		line-height: 1.875rem;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0
	}
	.newsletter__form button {
		top: auto;
		right: auto;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.a-blog__img {
		height: 14.125rem
	}
	.a-blog__img--action {
		height: 9.125rem
	}
	.entry-content .gallery {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem
	}
	.entry-content .gallery .gallery-item {
		width: 50%;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem
	}
	.entry-content .gallery .gallery-item a {
		height: 9rem
	}
	.logo {
		max-width: 9.375rem
	}
	.search-container {
		right: 0;
		left: 0
	}
	.m-nav>div {
		padding-right: 0;
		padding-left: 0
	}
	.m-nav__contacts {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem
	}
	.line__links>div>ul>li>span {
		font-size: 0.625rem;
		letter-spacing: 0.5rem
	}
	.p-item__img .img-holder>span {
		font-size: 1.5625rem;
		line-height: 1.875rem;
		width: 12.5rem;
		height: 3.125rem;
		padding: 0.625rem;
		margin-top: -1.5625rem;
		margin-left: -6.25rem
	}
	.p-item-bottom {
		background-position: center 0;
		padding-top: 2.5rem
	}
	.p-item-bottom__item {
		font-size: 1.5625rem;
		line-height: 1.875rem;
		top: 7.8125rem;
		width: 12.5rem;
		height: 3.125rem;
		padding: 0.625rem;
		margin-top: -1.5625rem;
		margin-left: -6.25rem
	}
	.pagination .prev {
		margin-right: 0.9375rem
	}
	.pagination .next {
		margin-left: 0.9375rem
	}
	.s-download__box {
		position: relative;
		margin-right: -0.9375rem;
		margin-left: -0.9375rem
	}
	.s-download__box>i {
		position: static
	}
	.s-download__box>i::before {
		top: 0.9375rem;
		right: 0.9375rem;
		margin-top: 0
	}
	.s-download__table-wrap {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem
	}
	.offer-form__box {
		padding: 0.9375rem
	}
	.filter-map__checkboxes>div {
		padding-left: 0
	}
	.filter-map__cols>div {
		padding: 0
	}
	#map {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem
	}
	.photo-gallery__grid {
		max-width: 18.75rem;
		margin: 0 auto
	}
	.photo-gallery__grid .grid-item {
		width: 50%;
		height: 11.25rem
	}
	.photo-gallery__grid .grid-item-w15 {
		width: 50%
	}
	.a-contact {
		max-width: 13.4375rem;
		margin-right: auto;
		margin-left: auto
	}
	.a-create__content {
		text-align: center;
		width: 100%;
		padding-top: 1.875rem;
		padding-left: 0
	}
	.article-base .img-holder--2 {
		height: auto
	}
	.article-base .img-holder--2::after {
		display: none
	}
	.article-base .img-holder--2>img {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 15rem
	}
	.article-base .img-holder--2>img:last-child {
		left: auto
	}
	.article-base--large-xl .img-holder--4 {
		background-color: transparent;
		height: auto
	}
	.article-base--large-xl .img-holder--4>img {
		position: relative;
		top: auto !important;
		left: auto !important;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto
	}
	.a-material .row {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.a-material .col-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}


/*# sourceMappingURL=style.css.map */