/*
Theme Name: tp-sintez.kz
Theme URI:	https://kazweb.pro
Author: Kazweb
Author URI: https://kazweb.pro
Description: The Minimal.
Version: 0.1.0
*/

/**
* @section bootstrap reboot
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}
@-ms-viewport {
	width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	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 {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
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;
}
dfn {
	font-style: italic;
}
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;
	-webkit-text-decoration-skip: objects;
}
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: monospace, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: .5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [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"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[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;
}
/**
* @section bootstrap grid
*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1240px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1440px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.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%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1400px) {
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}
.table-sm th,
.table-sm td {
	padding: 0.3rem;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
@media (max-width:575px){
	.hidden {
		display:none !important;
	}
}
@media (min-width:576px) and (max-width:767px){
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-md {
		display: none !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-lg {
		display: none !important;
	}
}
@media (min-width:1200px) and (max-width:1399px){
	.hidden-xl {
		display: none !important;
	}
}
@media (min-width:1400px){
	.hidden-xxl {
		display: none !important;
	}
}
/**
* @section colors
*/
:root {
	--primary-900:		#97bac7;
	--primary-200:		#86d7f7;
	--primary-100:		#b4e8fb;
	--primary-50:		#e2f6fd;
	--primary-10:		rgb(226 246 253 / 50%);
	--blue-linear:		background: linear-gradient(180deg, rgba(226, 246, 253, 0) 0%, rgba(226, 246, 253, 0.88) 100%);
	--btn-hover:		#97bac7;
	--secondary-400:	#c97559;
	--secondary-50: 	#f0e9e8;
	--red:				#ef4635;
	--inactive-button: 	rgb(11 83 137 / 60%);
	--base:				#0c101b;
	--base-dark:		rgb(12 16 27 / 70%);
	--grey:				#4f5158;
	--grey-dark:		#a6a6a6;
	--grey-light:		#dedede;
	--bg:				#14191f;
	--white:			#ffffff;
	--white-hover:		#ffffff70;
	--border-radius-8:	8px;
	--border-radius-10:	10px;
	--border-radius-200:200px;
	--font-size-14:		14px;
	--font-size-15:		15px;
	--font-size-16:		16px;
	--font-size-18:		18px;
	--font-size-24:		24px;
	--font-size-40:		40px;
	--font-size-44:		44px;
	--font-weight-400:	400;
	--font-weight-500:	500;
	--font-weight-600:	600;
	--font-weight-700:	700;
	--line-height-100:	100%;
	--line-height-110:	110%;
	--line-height-120:	120%;
	--line-height-130:	130%;
	--line-height-140:	140%;
	--line-height-150:	150%;
}
/**
* @section general
*/
body {
	background-color: var(--bg);
	color: var(--white);
	font-family: "Montserrat", sans-serif;;
	font-size: var(--font-size-16);
	font-style: normal;
	font-variant: normal;
	font-weight: var(--font-weight-400);
	font-display: swap;
	line-height: var(--line-height-150);
	overflow-x: hidden;
}
body.active {
	overflow: hidden;
}
a,
a:hover,
a:focus,
a:active {
	color: var(--white);
	text-decoration: none;
}
.block {
	display: block;
}
.text-justify {
	text-align: justify !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;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px 15px;
}
.wrap {
	flex-wrap: wrap;
}
header .flex
.no-wrap {
	flex-wrap: nowrap;
}
.align-end {
	align-items: end;
}
.align-center {
	align-items: center;
}
.align-end-2 {
	align-items: flex-end;
}
.align-between {
	justify-content: space-between
}
.column {
	flex-direction: column;
}
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-gap: 30px 30px;
}
.why-us .grid {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.section {
	margin-bottom: 80px;
}
.lg-pt-60 {
	padding-top: 60px;
}
/**
* @section headline
*/
.headline {
	margin-bottom: 40px;
}
.sub-line,
.item-inner p {
	margin-bottom: 20px;
}
.sub-line {
	padding-left: 60px;
	color: var(--primary-900);
}
.sub-line:before {
	height: 2px;
	width: 50px;
	position: absolute;
	bottom: 7px;
	left: 0;
	background-color: var(--primary-900);
	content: '';
}
.sub-line,
.telephone a:nth-child(1),
.item-inner h3,
.why-us-item h3,
.headline h2,
.we-are-doing__text p:nth-child(1) {
	font-weight: var(--font-weight-500);
}
/**
* @section buttons
*/
.btn-more {
	display: flex;
}
.btn-more,
.single-desc {
	margin-top: 48px;
}
.page-id-8 .btn-more {
	display: none;
}
.btn {
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	border-radius: var(--border-radius-10);
	pointer-events: auto;
	font-family: inherit;
	font-size: inherit;
}
.btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--white-hover);
	background-color: transparent;
	color: var(--white);
	text-decoration: none;
	cursor: pointer;
}
.btn::before,
.btn::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-hover span {
	display: block;
	position: relative;
	z-index: 10;
	color: var(--white);
}
.btn-hover:hover span {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
	color: var(--white);
}
.btn-hover:hover {
	border-color: var(--btn-hover);
	color: var(--white);
}
@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-105%,0) scale3d(1,2,1);
		opacity: 0;
	}
}
@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}
.btn-hover::before {
	content: '';
	background: var(--btn-hover);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0,68%,0) scale3d(0,0,0);
}
.btn-hover:hover::before {
	transform: translate3d(0,0,0) scale3d(1,1,1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-hover::after {
	content: '';
	background: var(--btn-hover);
	transform: translate3d(0,-100%,0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-hover:hover::after {
	transform: translate3d(0,0,0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}
/**
* @section header
*/
header {
	padding: 30px 0;
	z-index: 9;
}
/**
* @section logo
*/
.logo img {
	height: 80px;
	max-width: 100%;
}
.telephone {
	gap: 5px 15px;
}
.telephone a,
nav ul li a,
nav ul li a:hover {
	color: var(--white);
}
.telephone a:nth-child(1),
.sub-line,
.item-inner h3,
.why-us-item h3,
.headline h2,
.we-are-doing__text p:nth-child(1) {
	font-size: var(--font-size-24);
	line-height: var(--line-height-130);
}
.telephone a:nth-child(2) {
	line-height: var(--line-height-100);
}
.telephone a:nth-child(2),
.why-us-item p,
.why-us-item h3,
.headline h2,
.we-are-doing__text p:nth-child(2) {
	margin-bottom: 0;
}
.telephone a:nth-child(1):hover {
	color: var(--white-hover);
}
/**
* @section navigation
*/
nav,
.telephone {
	min-width: 380px;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav ul li {
	list-style: none;
}
nav ul li,
nav ul li a,
.telephone a:nth-child(2),
.item-inner p,
.why-us-item p,
footer {
	font-size: var(--font-size-15);
}
header,
nav ul li a,
.telephone a,
footer a,
.sub-line,
.btn-more,
.logo,
.catalog-item,
.item-inner,
.why-us-item,
.we-are-doing__item,
.we-are-doing__text {
	position: relative;
}
.telephone a,
.telephone a:hover,
nav ul li a,
nav ul li a:hover,
footer a,
.btn-more a {
	text-decoration: none;
}
nav ul li svg {
	width: 20px;
	height: 20px;
}
nav ul li a,
.telephone a,
footer a {
	transition: color 0.3s ease;
}
nav ul li a::after,
.telephone a:nth-child(2)::after,
footer a::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: -2px;
	left: 100%;
	background-color: var(--white-hover);
	transition: width 0.3s ease, left 0.3s ease;
}
nav ul li a:hover::after,
.telephone a:nth-child(2):hover::after,
footer a:hover::after {
	width: 100%;
	left: 0;
}
/**
* @section hero
*/
.hero {
	margin-bottom: 115px;
}
.hero-cover {
	width: 100%;
	height: 600px;
	display: flex;
	align-items: flex-end;
	position: relative;
	animation: bg-animation 100s ease-in-out infinite;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
@keyframes bg-animation {
	0% {
		background-size: 120%;
		background-position: 50% 50%
	}
	20% {
		background-size: 150%;
		background-position: 0 50%;
	}	
	40% {
		background-size: 110%;
		background-position: 20% 80%;
	}
	60% {
		background-size: 160%;
		background-position: 60% 10%;
	}
	80% {
		background-size: 120%;
		background-position: 40% 70%;
	}	
	100% {
		background-size: 120%;
		background-position: 50% 50%
	}
}
.hero-cover:after {
	height: 330px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(18, 20, 24, 0.80) 0.01%, rgba(18, 20, 24, 0.00) 100%);
	z-index: -1;
}
.hero-item {
	position: relative;
	max-width: 50%;
	padding: 30px 40px;
	z-index: 2;
}
.hero-item h1,
.headline h1 {
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.44px;
}
.bg-video {
	width: 100%;
	height: 600px;
	display: flex;
    align-items: flex-end;
	position: relative;
}
.bg-video:before {
	background: #000;
	content: '';
	position: absolute;
	opacity: 0.2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#background-video {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
/**
* @section slick
*/
.slick-prev,
.slick-next {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -76px;
	width: 52px;
	height: 52px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: var(--white);
	border: 1px solid var(--white);
	border-radius: var(--border-radius-200);
	z-index: 9;
}
.slider-specialists .slick-prev,
.slider-specialists .slick-next,
.reviews .slick-prev,
.reviews .slick-next {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slick-prev svg,
.slick-next svg {
	color: var(--white);
}
.slick-disabled {
	background: transparent;
	border: 1px solid var(--border);
}
.slick-disabled svg {
	color: var(--border);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}
.slick-prev {
	right: 80px;
}
.slick-next {
	right: 15px;
}
.slider-specialists .slick-prev {
	left: -60px;
}
.slider-specialists .slick-next {
	right: -60px;
}
.reviews .slick-prev {
	left: -84px;
}
.reviews .slick-next {
	right: -60px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	content: '';
	text-align: center;
	opacity: .25;
	background-color: var(--white);
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	width: 28px;
	opacity: 1;
	color: var(--white);
	border-radius: 10px;
}
.slick-dots .slick-active,
.slick-dots .slick-active button {
	width: 40px;
}
/**
* @section catalog
*/
.catalog-item {
	position: relative;
	width: 100%;
	border-radius: var(--border-radius-10);
	border: 1px solid rgba(255, 255, 255, 8%);
	backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 6%);
	transition: all .3s;
	overflow: hidden;
	z-index: 1;
}
.catalog-item .flex {
	padding: 30px 40px;
}
.catalog-item img,
.why-us-item img {
	width: 60px;
	height: 60px;
	z-index: 1;
}
.item-inner h3 {
	min-height: 63px;
}
.item-inner {
	padding-bottom: 40px;
	z-index: 1;
}
.item-inner svg {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: var(--white);
	z-index: 1;
}
.catalog-item a:hover .item-inner svg {
	left: auto;
	right: 0;
	transition: all 2s;
}
.catalog .grid .catalog-item .catalog-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.catalog .grid .catalog-item .catalog-cover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.7);
}
.catalog .grid .catalog-item:hover .catalog-cover:before {
	background: transparent !important;
}
.catalog .grid .catalog-item:nth-child(1) .post-icon {
	width: 60px;
	height: 60px;
	background-image: url(assets/img/icons/catalog-1.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.catalog .grid .catalog-item:nth-child(2) .post-icon {
	width: 60px;
	height: 60px;
	background-image: url(assets/img/icons/catalog-2.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.catalog .grid .catalog-item:nth-child(3) .post-icon {
	width: 60px;
	height: 60px;
	background-image: url(assets/img/icons/catalog-3.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.catalog .grid .catalog-item:nth-child(6) .post-icon {
	width: 60px;
	height: 60px;
	background-image: url(assets/img/icons/catalog-4.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.catalog .grid .catalog-item:nth-child(5) .post-icon {
	width: 60px;
	height: 60px;
	background-image: url(assets/img/icons/catalog-5.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.catalog .grid .catalog-item:nth-child(4) .post-icon {
	width: 60px;
	height: 60px;
	background-image: url(assets/img/icons/catalog-6.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.archive-cover {
	height: 220px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.single-desc_btn,
.single-desc_btn a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.single-desc_btn a {
	padding: 15px 30px;
	background-color: var(--primary-900);
	color: var(--black);
	text-align: center;
}
.single-desc svg {
	height: 15px;
	width: 15px;
}
.data-table_single {
	min-width: 50%;
	margin: 30px 0;
}
.data-table_single tr:nth-child(1),
.data-table_single tr:nth-child(2) {
	display: table-row;
}
.data-table_single tr,
.cover-invisible {
	display: none !important;
}
.data-table_single tr th {
	width: 70%;
}
.data-table_single tr td {
	width: 30%;
}
.data-table_single th,
.data-table_single td {
	padding: 6px 0;
}
.category-ostatki .catalog .flex {
	gap: 30px;
}
.ostatki-item {
	width: 100%;
	display: flex;
	gap: 20px;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.ostatki-item .archive-cover {
	width: 150px;
	height: 150px;
	padding: 8px;
	flex-shrink: 0;
	border-radius: 8px;
}
.ostatki-inner {
	min-width: 300px;
}
.svg-icon {
	width: 40px;
	height: 40px;
	padding: 5px;
	display: flex;
	align-items: center;
	background-color: #069;
	border-radius: 50%;
	justify-content: center;
}
.sertifikaty img {
	padding: 0 15px;
}
/**
* @section archive navigation
*/
#navi {
	margin-top: 50px;
	text-align: center;
}
#navi a {
	background: #fff;
	border-radius: 3px;
	color: #000;
	margin: 0 6px;
	padding: 5px 7px;
	text-decoration: none;
}
#navi a:hover {
	background: #fff;
	border-radius: 3px;
	margin: 0 6px;
	padding: 5px 7px;
	text-decoration: none;
}
#navi .current {
	background: #fff;
	border-radius: 3px;
	color: #000 !important;
	margin: 0 6px;
	padding: 5px 7px;
}
/**
* @section map
*/
.map img {
	margin: 0 auto;
}
.google_map {
	width: 100%;
	height: 500px;
	border: 0;
}
#map_access {
	display: none !important;
}
/**
* @section why us
*/
.why-us-item {
	padding: 30px 40px;
	position: relative;
	width: 100%;
	border-radius: var(--border-radius-10);
	border: 1px solid rgba(255, 255, 255, 8%);
	transition: all .3s;
	overflow: hidden;
	z-index: 1;
}
.why-us-item:nth-child(1) {
	grid-column: span 2;
}
.page-id-8 .why-us-item:nth-child(1) {
	grid-column: span 1;
}
.advantages {
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ffffff1a;
}
.advantages:last-child {
	border-bottom: 0;
}
.why-us .btn-more {
	margin-top: 0;
}
/**
* @section we are doing
*/
.do-bg {
	padding: 80px 0;
	background-color: #eeeeee17;
	border-radius: 30px;
}
.we-are-doing__item {
	padding: 65px 0 0 65px;
}
.we-are-doing__item .count {
	height: 120px;
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 130px;
    font-weight: 600;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(180deg, #eeeeee 0%, #000000 100%);
}
/**
* @section footer
*/
footer {
	padding: 0 0 14px 0;
	position: relative;
}
.copyright {
	padding-top: 30px;
	border-top: 1px solid #ffffff1a;
}
.sub-footer {
	padding-bottom: 30px;
}
.widget ul,
.widget-flex ul {
	padding: 0;
	margin: 0;
}
.widget-flex ul {
	display: flex;
	flex-wrap: wrap;
}
.widget-flex ul li {
	width: 33%;
	list-style: none;
}
.widget ul li {
	list-style: none;
}
/**
* @section media queries
*/
/* Устройства XX-Large (большие настольные компьютеры, более 1400 пикселей) */
@media (max-width: 1799.98px) {}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media (max-width: 1399.98px) {}

/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {
	.logo img {
	    height: 60px;
	}
	.flex-random .logo {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	nav,
	.telephone {
		min-width: 230px;
	}
	nav ul li:last-child {
		display: none;
	}
	.hero-cover {
	    height: 500px;
	}
	.hero-item h1,
	.headline h1 {
	    font-size: 35px;
		line-height: 130%;
	}
}

/* Устройства Medium (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {
	.telephone {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.header-nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
	.hero-cover,
	.slick-slide iframe {
        height: 400px !important;
    }
	.hero-item {
	    max-width: 100%;
	}
	.why-us-item:nth-child(1) {
	    grid-column: span 1;
	}
	.widget-flex ul li {
	    width: 50%;
	}
}

/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
	.logo img {
        height: 50px;
    }
    .telephone a:nth-child(1),
    .sub-line,
    .item-inner h3,
    .why-us-item h3,
    .headline h2,
    .we-are-doing__text p:nth-child(1) {
	    font-size: 18px;
	}
	nav ul li, nav ul li a,
	.telephone a:nth-child(2),
	.item-inner p,
	.why-us-item p,
	footer {
	    font-size: 12px;
	}
	nav,
	.telephone {
        min-width: 1px;
    }
	.hero-item h1,
	.headline h1 {
        font-size: 25px;
        line-height: 130%;
    }
    .catalog .grid .catalog-item:nth-child(1) .post-icon,
    .catalog .grid .catalog-item:nth-child(2) .post-icon,
    .catalog .grid .catalog-item:nth-child(3) .post-icon,
    .catalog .grid .catalog-item:nth-child(4) .post-icon,
    .catalog .grid .catalog-item:nth-child(5) .post-icon,
    .catalog .grid .catalog-item:nth-child(6) .post-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 20px;
	}
	.ostatki-item {
	    flex-direction: column;
	}
	.widget-flex ul li {
        width: 100%;
    }
    .bg-video,
    #background-video {
		height: 400px;
	}
}