/*
Theme Name: erilon.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: 1320px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1620px;
	}
}
.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 fonts
*/
@font-face {
	font-weight: 400;
	
	font-display: swap;
	font-style: normal;
	src: url("assets/fonts/bounded/Bounded-Regular.ttf");
}
@font-face {
	font-weight: 600;
	
	font-display: swap;
	font-style: normal;
	src: url("assets/fonts/bounded/Bounded-Variable.ttf");
}
@font-face {
	font-weight: 800;
	
	font-display: swap;
	font-style: normal;
	src: url("assets/fonts/bounded/Bounded-Black.ttf");
}
/**
* @section colors
*/
:root {
	--primary-900:		#f3fbf5;
	--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%);
	--secondary-400:	#c97559;
	--secondary-50: 	#f0e9e8;
	--red:				#ef4635;
	--inactive-button: 	rgb(11 83 137 / 60%);
	--base:				#0c101b;
	--base-dark:		#222222;
	--grey:				#4f5158;
	--grey-dark:		#a6a6a6;
	--grey-light:		#dedede;
	--bg:				#f6f7f9;
	--white:			#ffffff;
	--dark:				#000814;
	--border-radius-8:	8px;
	--font-size-14:		14px;
	--font-size-15:		15px;
	--font-size-16:		16px;
	--font-size-18:		18px;
	--font-size-20:		20px;
	--font-size-24:		24px;
	--font-size-28:		28px;
	--font-size-30:		30px;
	--font-size-34:		34px;
	--font-size-40:		40px;
	--font-size-44:		44px;
	--font-size-50:		50px;
	--font-size-60:		60px;
	--font-weight-400:	400;
	--font-weight-500:	500;
	--font-weight-600:	600;
	--font-weight-700:	700;
	--line-height-110:	110%;
	--line-height-120:	120%;
	--line-height-130:	130%;
	--line-height-150:	150%;
}
/**
* @section general
*/
body {
	padding: 10px 20px 20px 20px;
	background-color: var(--dark);
	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-110);
	overflow-x: hidden;
}
body.active {
	overflow: hidden;
}
.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: 30px 30px;
}
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 30px 30px;
}
.align-top {
	align-items: flex-start;
}
.section {
	margin-bottom: 80px;
}
.hero,
.hero-contaiter,
.field_wrapper,
.input-form-wrapper,
.page-inner {
	position: relative;
}
.mb-lg-40 {
	margin-bottom: 40px;
}
/**
* @section header
*/
header {
	position: relative;
	/*margin-bottom: 100px;*/
	z-index: 2;
}
.home header,
.applications .title {
	margin-bottom: 0;
}
main {
	/*margin-top: -20px;*/
	position: relative;
}
.logo {
	/*padding: 30px 40px;*/
	position: relative;
	/*background-color: #ffc000;
	border-radius: 0 0 5px 5px;*/
}
.logo svg {
	width: 100px;
	height: 100px;
}
.logo a {
	color: var(--white);
	font-size: var(--font-size-50);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-110);
}
.logo a:hover {
	text-decoration: none;
}
/**
* @section navigation
*/
.navigation {
	/*margin-top: -20px;*/
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 15px;
	flex-direction: column;
}
nav ul {
	padding: 0;
	margin: 0;
	gap: 40px !important;
}
.top-nav ul {
	padding: 0;
	margin: 0 0 20px 0;
	gap: 40px !important;
}
nav ul li,
.top-nav ul li {
	list-style: none;
}
.header-nav ul li a,
.current-menu-item {
	font-size: var(--font-size-14);
	color: var(--white);
}
.top-nav .flex {
	gap: 5px;
}
.top-nav ul li a {
	font-size: 15px;
	color: #707d89;
}
.top-nav ul li svg {
	width: 20px;
	height: 20px;
}
@media (max-width: 1199.98px) {
	/**
	* @section mobile navigation
	*/
	.mobile-burger a {
		width: 39px;
		height: 39px;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nav__close {
		width: 39px;
		height: 39px;
		position: absolute;
		top: -80px;
		right: 15px;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nav__close.active {
		background-color: var(--white);
		z-index: 9999;
	}
	.nav__close.active:hover {
		cursor: pointer;
	}
	.header-nav {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -100%;
		width: 100%;
		height: auto;
		padding: 10rem 1rem 5rem 1rem;
		transition: all .3s ease;
		background-color: var(--white);
	}
	.header-nav.active {
		display: block;
		right: 0;
		width: 100%;
	}
	.header-nav > div {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
	}
}
.big-btn {
	padding: 10px 30px;
	display: inline-block;
	background-color: #ffc000;
	border-radius: 5px;
	font-size: var(--font-size-15);
	color: var(--white);
}
/**
* @section hero
*/
.hero {
	padding: 20px 0;
	margin-bottom: 20px;
	background: url(assets/img/bg/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}
.hero:before {
	background: #000;
	content: '';
	position: absolute;
	opacity: 0.7;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.hero-contaiter {
	height: 700px;
	display: flex;
	align-items: center;
}
.hero-text {
	padding-top: 67px;
	position: relative;
	max-width: 50%;
	left: 50%;
	font-size: var(--font-size-18);
	line-height: var(--line-height-130);
	color: var(--white);
}
.hero-text h1 {
	
	font-size: var(--font-size-50);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-110);
}
.hero-text h1 {
	margin-bottom: 20px;
}
.hero-text p {
	margin-bottom: 40px;
}
.title {
	margin-bottom: 40px;
	
	font-weight: var(--font-weight-400);
}
.title h3,
.service-text h3,
.service-text h4 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: var(--font-weight-600);
	color: var(--white);
	line-height: var(--line-height-120);
}
.service-text h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 26px;
}
.title p,
.feedback h3,
.advantage-item,
.advantage-item h3,
.product-list p,
.product-text p {
	line-height: var(--line-height-130);
}
.feedback h3,
.advantage-item h3,
.service-text--main h5,
.product-list ul li span {
	
	font-weight: var(--font-weight-400);
}
/**
* @section description
*/
.description .big-text {
	padding: 80px 20px;
	background-color: #f3fbf5;
	border-radius: 20px;
}
.big-text {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	
	font-size: var(--font-size-28);
	font-weight: var(--font-weight-600);
	color: #001f3f;
	text-align: center;
}
.big-text img {
	border-radius: 30px;
}
.additional,
.service-text--sub {
	display: flex;
	justify-content: space-between;
}
.additional > div,
.service-text--sub > div {
	padding: 0;
	width: 33.333333%;
	margin-bottom: 15px;
	line-height: 25px;
	text-align: center;
}
.additional-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-weight: var(--font-weight-500);
}
.additional-icon {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffc000;
	border-radius: 40px;
	margin: 0 auto;
}
.additional-icon svg,
.catalog-cover svg {
	height: 30px;
	width: 30px;
}
/**
* @section catalog
*/
.catalog {
	padding: 80px 0;
	background-color: #010408;
	border-radius: 20px;
}
.single-post {
	padding: 0 !important;
	background-color: var(--dark) !important;
}
.catalog-cover {
	height: 200px;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	z-index: 1;
}
/*.catalog-cover:after {
	height: 400px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #121212;
	border-radius: 10px;
	opacity: 0.8;
	z-index: -1;
}*/
.catalog .grid a {
	color: var(--white);
	text-decoration: none;
}
.catalog-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.catalog-text p:nth-child(1) {
	margin-bottom: 10px;
	font-size: var(--font-size-16);
	font-weight: var(--font-weight-500);
	line-height: var(--line-height-120);
	color: #ffc000;
	text-transform: uppercase;
}
.catalog-text p:nth-child(2) {
	min-height: 53px;
	font-size: var(--font-size-14);
}
.catalog-wrapper {
	padding: 30px;
	border: 1px solid #e7e7e717;
	border-radius: 20px;
}
.button-86 {
  all: unset;
  width: unset;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffc000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
/**
* @section service
*/
.service .grid {
	grid-template-columns: repeat(auto-fill, minmax(700px, 1fr));
	grid-gap: 0;
}
.service iframe {
	border-radius: 20px;
}
.service-cover {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}
.service-text {
	margin-left: 50px;
	border-left: 1px solid #e7e7e717;
	line-height: var(--line-height-120);
}
.service-text--main,
.service-text--sub {
	padding-left: 50px;
}
.service-text--main {
	padding-bottom: 30px;
}
.service-text--sub {
	padding-top: 30px;
	border-top: 1px solid #e7e7e717;
}
.white-wrapper {
	padding: 0;
	background-color: var(--white);
	border-radius: 30px;
}
/**
* @section aside
*/
.aside-content {
	padding: 15px 0;
	margin-top: 5px;
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	z-index: 19;
	background: #000;
	box-sizing: border-box;
	box-shadow: 0px 6px 12px rgba(20, 21, 22, 0.02), 0px 6px 28px rgba(21, 23, 24, 0.05);
	border-radius: var(--border-radius-8);
}
.aside-content ul {
	padding: 0;
	margin: 0;
}
.aside-content ul li {
	position: relative;
	margin-top: 15px;
	list-style: none;
}
.aside-content ul li a {
	display: contents;
	position: relative;
	color: var(--white);
	font-weight: 500;
	text-decoration: none;
}
.aside-content ul li a:hover {
	color: #ffc000;
	text-decoration: underline;
}
.aside-content .current-menu-item {
	color: var(--white);
	text-decoration: underline;
}
.aside-content .sub-menu {
	margin: 0 0 0 8px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.aside-content .sub-menu.open {
	max-height: 1000px;
}
.aside-content .sub-menu li a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	font-weight: 400 !important;
}
.aside-content .menu-item-has-children > a::after {
	height: 25px;
	width: 25px;
	position: absolute;
	top: 4px;
	right: 30px;
	content: '';
	background-image: url(assets/img/icons/arrow-down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
}
.aside-content .menu-item-object-category {
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #ffffff26;
}
.aside-content .menu-item-object-category:last-child {
	border-bottom: 0;
}
/**
* @section project tabs
*/
.tabs {
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	border-bottom: 1px solid var(--bg);
}
.tab-btn {
	display: flex;
	gap: 60px;
}
.tabs .tab {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	font-style: normal;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.tabs-wrapper .active {
	color: #ffc000;
}
.tab-item h5 {
	margin-top: 25px;
}
.tab-item a {
	color: var(--white);
}
/**
* @section about us
*/
.advantages .grid .advantage-item:last-child {
	background-color: var(--grey);
	color: var(--white);
}
.advantage-item {
	padding: 40px;
	border: 1px solid #e7e7e717;
	border-radius: 20px;
}
.advantage-item h3 {
	margin-bottom: 20px;
	font-size: 18px;
}
.service-text--main h5 {
	margin-bottom: 15px;
	font-size: 18px;
}
.advantage-item p,
.product-list p:last-child {
	margin-bottom: 0;
}
/**
* @section product
*/
.product-desc,
.product-advantages,
.product-image,
.product-text {
	width: 48%;
}
.white-wrapper .product-desc {
	width: 100%;
}
.product-image img {
	margin: 0 auto;
}
.product-desc {
	padding: 80px;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
}
.white-wrapper .product-desc {
	padding: 40px;
}
.white-wrapper .product-list,
.white-wrapper .product-desc {
	color: var(--base);
}
.product-list img {
	border-radius: var(--border-radius-8);
}
.product-desc h4 {
	color: var(--base) !important;
}
.product-advantages {
	padding: 50px;
}
.child-item {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--dark);
	border-radius: 0px 0px 0px 30px;
}
.child-item__one {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	left: -28px;
	background-color: #00000000;
	border-radius: 0px 30px 0px 0px;
	box-shadow: 10px -10px 0px 0px #000814;
}
.child-item__two {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -2px;
	bottom: -28px;
	background-color: #00000000;
	border-radius: 0px 30px 0px 0px;
	box-shadow: 10px -10px 0px 0px #000814;
}
.product-list h4 {
	margin-bottom: 30px;
}
.product-list ul {
	padding: 0;
	margin: 0;
}
.product-list ul li {
	display: block;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	list-style: none;
	line-height: 1.5;
}
.product-list ul li:last-child {
	margin-bottom: 0;
}
.product-list ul li:before {
	height: 1px;
	width: 10px;
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	background-color: var(--white);
}
.white-wrapper .product-list ul li:before {
	background-color: var(--base);
}
.product-list ul li span {
	display: block;
	line-height: 1.5;
}
.white-wrapper .grid {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 30px;
}
/**
* @section contacts
*/
.map {
	position: relative;
}
.widget p:nth-child(1),
.acceptance,
.acceptance a {
	margin-bottom: 10px;
	color: #707d89;
	font-size: var(--font-size-14);
}
.acceptance {
	display: block;
	margin-top: 10px;
}
.widget p:nth-child(2),
.widget p:nth-child(2) a,
.product-list h4 {
	font-size: var(--font-size-24);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-150);
	color: var(--white);
}
.iframe {
	border-radius: 20px;
}
.group-form {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-gap: 20px 20px;
}
.feedback {
	height: 100%;
	padding: 30px;
	border: 1px solid #e7e7e717;
	border-radius: 20px;
}
.feedback h3 {
	margin-bottom: 20px;
}
.feedback p {
	margin-bottom: 0;
}
.feedback .wpcf7-text {
	width: 100%;
	margin-bottom: 15px;
	background: var(--white);
	border: 1px solid #e2e0de !important;
	border-radius: 8px;
	padding: 15px 24px;
	box-sizing: border-box;
	font-size: 14px;
}
.feedback .wpcf7-submit {
	width: 100%;
	height: 46px;
	background: #ffc000;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: 0;
	border-radius: 8px;
	transition: all .3s ease;
	cursor: pointer;
	padding: 0 28px;
	box-sizing: border-box;
}
.wpcf7-list-item label {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	margin-bottom: 15px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 30px 0 0 0 !important;
	padding: 30px !important;
	border-width: 1px !important;
	border-radius: 10px !important;
}
.wpcf7-spinner {
	position: absolute !important;
	top: 11px !important;
	right: 0 !important;
}
/**
* @section slick
*/
.slick-slide img {
	border-radius: 30px;
}
.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(--brown);
	border: 1px solid var(--brown);
	border-radius: var(--border-radius-200);
	z-index: 9;
}
.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: 65px;
}
.slick-next {
	right: 0;
}
.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 {
	font-size: 40px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}
.slick-dots {
	display: none !important;
}
/**
* @section footer
*/
footer {
	position: relative;
	color: #525869;
	font-size: var(--font-size-15);
}
footer .widget a {
	color: #525869;
	font-size: var(--font-size-15);
}
/**
* @section media queries
*/
/* Устройства XX-Large (большие настольные компьютеры, более 1400 пикселей) */
@media (max-width: 1599.98px) {
	header {
		padding: 15px 0;
	}
	header .flex {
		align-items: flex-start;
	}
	.logo {
		padding: 30px 20px;
		margin-top: -15px;
	}
	.logo a {
		font-size: var(--font-size-30);
	}
	main {
		margin-top: -25px;
	}
	.navigation {
		margin-top: 0;
		padding: 0;
	}
	.top-nav ul {
		margin: 0 0 10px 0;
	}
}

/* Устройства X-Large (большие настольные компьютеры, менее 1600 пикселей) */
@media (max-width: 1599.98px) {
	.catalog .grid {
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	}
	.service .grid {
	    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
	}
	.group-form {
	    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
	.catalog-text p:nth-child(2) {
		min-height: 1px;
		margin-bottom: 0;
	}
}


/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media (max-width: 1399.98px) {
	.group-form {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
	.logo {
        padding: 0;
        margin-top: 0;
    }
    nav ul {
	    gap: 15px !important;
	}
	header .flex {
        align-items: center;
    }
	main {
        margin-top: 0;
    }
    .hero-text h1 {
	    font-size: var(--font-size-40);
	}
}

/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {
	.hero-contaiter {
	    height: 500px;
	}
    .hero-text h1 {
	    font-size: var(--font-size-30);
	}
	.service-cover {
	    margin-bottom: 50px;
	}
	.service-text {
	    margin-left: 0;
	    border-left: 0;
	}
	.service-text--main {
	    padding-left: 0;
	}
}

/* Устройства Medium (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {
	.hero-contaiter {
	    height: 400px;
	}
	.hero-text {
	    max-width: 100%;
	    padding: 0;
	    left: 0;
	}
	.catalog .grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .additional,
    .service-text {
    	margin-top: 30px;
    }
    .aside-content .menu-item-has-children > a::after {
	    top: -3px;
	}
	.aside-content {
		margin-bottom: 30px;
	}
	.product-desc,
	.product-advantages,
	.product-image,
	.product-text {
	    width: 100%;
	}
	.product-advantages {
	    padding: 0;
	}
	.white-wrapper .grid {
	    grid-template-columns: 200px 1fr;
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
	.logo svg {
	    width: 80px;
	    height: 80px;
	}
	body > header > div > div > div > div.navigation > div > ul > li:nth-child(1),
	body > header > div > div > div > div.navigation > div > ul > li:nth-child(2) {
		display: none;
	}
	.service .grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .additional, .service-text--sub {
	    flex-wrap: wrap;
	    gap: 30px 30px;
	}
	.additional > div, .service-text--sub > div {
	    width: 44%;
	}
    .group-form {
        gap: 0px;
    }
	.white-wrapper .grid {
        grid-template-columns: 1fr;
    }
    footer .widget {
    	text-align: center !important;
    }
}

/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.top-nav {
		width: 170px;
	}
	.top-nav ul {
        margin: 0;
    }
	.top-nav ul.flex {
		flex-direction: column;
		gap: 10px !important;
		align-items: end;
	}
	.hero-text h1 {
        font-size: var(--font-size-20);
    }
    .service-cover {
	    height: 300px;
	}
	.group-form {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .tab-btn {
	    gap: 30px;
	}
}