/*
Theme Name: tnsglobal.net
Theme URI:	https://tnsglobal.net
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: 1120px;
	}
}
.container-fluid {
	width: 100%;
	max-width: 1350px;
	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 {
	--color-base:	#2f3f44;
	--color-bg:	#eef2f4;
	--color-bg-dark:	#002138;
	--color-white:	#ffffff;
	--color-secondary-1: #b7cdd3;
	--color-primary-1:	#e6f4f7;
	--color-primary-2:	#00abc2;
	--color-primary-3:	#0e0e0e;
	--color-primary-4: #e1e6e9;
	--color-primary-5: #f5f7f8;
	--color-title:	#8fa3ad;
	--color-light:	#6a7f86;
	--radius-xs: 2px;
	--radius-s: 4px;
	--radius-m: 8px;
	--radius-l: 10px;
	--radius-xl: 16px;
	--radius-xxl: 20px;
	--radius-xxxl: 24px;
	--radius-xxxxl: 32px;
	--radius-xxxxxl: 40px;
	--font-size-14:	14px;
	--font-size-16:	16px;
	--font-size-20:	20px;
	--font-size-30:	30px;
	--font-size-40:	40px;
	--font-size-60:	60px;
	--font-size-80:	80px;
	--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%;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("assets/fonts/HelveticaNeue-Thin.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("assets/fonts/HelveticaNeue-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("assets/fonts/HelveticaNeue-Roman.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("assets/fonts/HelveticaNeue-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("assets/fonts/HelveticaNeue-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/**
* @section general
*/
body {
	height: 100%;
	background-color: var(--color-bg);
	color: var(--color-base);
	font-family: "Helvetica Neue", Arial, 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;
}
.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}
.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;
}
.direction-column {
	flex-direction: column;
}
.align-start {
	align-items: flex-start
}
.align-stretch {
	align-items: stretch
}
.space-between {
	align-content: space-between;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.first-row {
	gap: 20px 20px;
}
.statistic-items,
.large-indent {
	gap: 60px 60px;
}
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 20px 20px;
}
.sticky ul.flex a,
.sticky div.flex a,
.hero-desc,
.about__desc,
.read-more,
.card-desc h3,
.service__item,
.service-items li,
.accordion-content-inner li,
.count-item p:nth-child(1),
.count-item p:nth-child(2),
.card-desc .date,
.news .except,
.address p,
.contacts .wpcf7-text,
.contacts .wpcf7-tel,
.contacts .wpcf7-email,
.contacts .wpcf7-textarea,
.contacts .wpcf7-submit,
.widget nav a,
.footer-address p:nth-child(1),
.copyright,
.copyright-text,
.job-title,
.nav__close,
.mobile__menu a,
.wpm-switcher-dropdown,
.wpcf7-response-output,
.fancybox-text,
.fancybox-text .title {
	font-family: "IBM Plex Sans", sans-serif;
}
ul:not([class]),
ul.flex {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news .read-more,
.address h3,
.address p,
.address a,
.a-link,
.a-link:hover,
.fancybox-text .title,
.fancybox-text h3 {
	color: var(--color-base);
}
.sticky ul.flex a,
.sticky div.flex a,
.contacts .wpcf7-text,
.contacts .wpcf7-tel,
.contacts .wpcf7-email,
.contacts .wpcf7-textarea,
.widget nav a,
.footer-address p:nth-child(1) {
	color: var(--color-secondary-1);
}
.hero-desc,
.about-image,
.card-desc h3,
.service__item,
.service__item:hover,
.contacts .wpcf7-submit {
	color: var(--color-primary-1);
}
.count-item p:nth-child(1),
.card-desc .date,
.wpm-switcher-dropdown {
	color: var(--color-primary-2);
}
.service-items li,
.accordion-content-inner li,
.statistic-items h3,
.accordion-title,
.news .card-desc h3 {
	color: var(--color-primary-3);
}
.hero-title,
.mobile__menu a {
	color: var(--color-white);
}
.title,
.sub-title {
	color: var(--color-title);
}
.job-title,
.count-item p:nth-child(2),
.news .except,
.footer-address,
.footer-address a,
.copyright,
.copyright a,
.copyright-text,
.wpcf7-response-output {
	color: var(--color-light);
}
.card-desc .date,
.news .except,
.widget nav a,
.footer-address p:nth-child(1),
.footer-address,
.copyright,
.copyright-text,
.wpcf7-response-output {
	font-size: var(--font-size-14);
}
.hero-desc,
.card-desc h3,
.service__item,
.service-items li,
.accordion-content-inner li,
.count-item p:nth-child(2),
.address h3,
.nav__close,
.mobile__menu a,
.fancybox-text .title,
.fancybox-text h3 {
	font-size: var(--font-size-20);
}
.about-image,
.statistic-items h3,
.accordion-title,
.sub-title {
	font-size: var(--font-size-30);
}
.title {
	font-size: var(--font-size-40);
}
.count-item p:nth-child(1) {
	font-size: var(--font-size-80);
}
.hero-title,
.title,
.card-desc h3,
.statistic-items h3,
.count-item p:nth-child(1),
.accordion-title,
.card-desc .date,
.address h3,
.sub-title,
.contacts .wpcf7-submit,
.nav__close {
	line-height: var(--line-height-100);
}
.hero-desc,
.about-image,
.service-items li,
.accordion-content-inner li,
.count-item p:nth-child(2),
.address p,
.fancybox-text .title {
	line-height: var(--line-height-110);
}
.news .except,
.footer-address p:nth-child(1),
.footer-address,
.copyright,
.copyright-text,
.wpcf7-response-output,
.fancybox-text h3 {
	line-height: var(--line-height-120);
}
.card-desc h3,
.service__item,
.count-item p:nth-child(2),
.fancybox-text .title {
	font-weight: var(--font-weight-400);
}
.count-item p:nth-child(1),
.card-desc .date {
	font-weight: var(--font-weight-500);
}
.hero-title,
.title,
.about-image,
.statistic-items h3,
.accordion-title,
.news .card-desc h3,
.address h3,
.sub-title,
.fancybox-text h3 {
	font-weight: var(--font-weight-700);
}
.news a:hover .card {
	background-color: var(--color-white);
}
.hero:after,
.about-image:after,
.video-image:after,
.management,
.news,
.footer {
	background-color: var(--color-bg-dark);
}
.news .card {
	background-color: var(--color-secondary-1);
}
.contacts .wpcf7-submit {
	background-color: var(--color-primary-2);
}
.contacts .form {
	background-color: var(--color-primary-4);
}
.contacts .wpcf7-text,
.contacts .wpcf7-tel,
.contacts .wpcf7-email,
.contacts .wpcf7-textarea {
	background-color: var(--color-primary-5);
}
.about-desc,
.service-border,
.fancybox-text .title {
	border-bottom: 1px solid var(--color-secondary-1);
}
.contacts .form,
.contacts .wpcf7-text,
.contacts .wpcf7-tel,
.contacts .wpcf7-email,
.contacts .wpcf7-textarea {
	border: 1px solid var(--color-secondary-1);
}
.hero-title .item_word {
	letter-spacing: -0.16em;
}
.title,
.about-image,
.statistic-items h3,
.accordion-title,
.address h3,
.sub-title,
.job-title,
.fancybox-text h3 {
	letter-spacing: -0.02em;
}
.copyright a {
	text-decoration: underline;
}
.service__item:hover,
.news a:hover,
.copyright a:hover,
.a-link:hover {
	text-decoration: none;
}
.about-image,
.about-image:after,
.video-image,
.video-image:after,
.card-image,
.card-image img,
.news .card,
.contacts .form,
.contacts .wpcf7-text,
.contacts .wpcf7-tel,
.contacts .wpcf7-email,
.contacts .wpcf7-textarea,
.contacts .wpcf7-submit,
.wpcf7 form .wpcf7-response-output {
	border-radius: var(--radius-l);
}
header,
.hero,
.about-image,
.video-image,
.management,
.service__item,
.news,
.wpm-language-switcher,
.about-desc .service-items,
.read-more,
.about-desc .service-items > div.is-active,
.service-items ul li,
.accordion-content-inner ul li {
	position: relative;
}
.about__desc p:last-child,
.card-desc h3,
.card-desc p,
.statistic-items h3,
.count-item p,
.address p,
.copyright p,
.copyright-text,
.footer-address p:last-child {
	margin-bottom: 0;
}
.footer-address p {
	margin-bottom: 10px;
}
.accordion-header {
	margin-bottom: 20px;
}
.title,
.fancybox-text h3 {
	margin-bottom: 30px;
}
.nav__close {
	margin-bottom: 40px;
}
.infrastructure.section {
	margin-bottom: 60px;
}
header.section {
	margin-bottom: 90px;
}
.section {
	margin-bottom: 120px;
}
.contacts.section {
	margin-bottom: 240px;
}
/**
* @section header
*/
header {
	padding: 0;
}
.sticky {
	width: 100%;
	height: 85px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, #002138 30.59%, rgba(0, 33, 56, 0) 100%);
	z-index: 3;
}
/**
* @section navigation
*/
.wpm-language-dropdown li:nth-child(1) {
	padding: 10px 0;
}
.wpm-language-switcher {
	padding-right: 15px;
}
.wpm-language-switcher:before {
	width: 9px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 25px;
	content: '';
	background-image: url(assets/img/icons/arrow-down.svg);
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mobile-menu {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -100%;
	width: 100%;
	height: auto;
	padding: 15px 15px 60px 15px;
	transition: all .3s ease;
	background-color: var(--color-bg-dark);
}
.mobile-menu.active {
	display: block;
	right: 0;
	width: 100%;
}
.nav__close {
	color: #0096aa;
}
.mobile__menu {
	width: 100%;
	margin: 60px 0 !important;
	gap: 0;
}
.mobile__menu li {
	width: 100%;
	height: 33px;
	display: flex;
	align-items: center;
	padding: 33px 0;
	border-bottom: 1px solid #0096aa;
}
.mobile__menu li:last-child {
	border-bottom: 0;
}
.mobile__menu li a {
	width: 100%;
	height: 33px;
	display: flex;
	align-items: center;
	position: relative;
}
.mobile__menu li a:before {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background-image: url(assets/img/icons/arrow-right-2.svg);
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
/**
* @section hero
*/
.hero {
	height: 866px;
	padding: 135px 0 80px 0;
	background-image: url(assets/img/bg/hero.jpg);
	z-index: 2;
}
.hero,
.about-image,
.video-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero:after {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.3;
	z-index: -1;
}
.hero-title {
	font-size: clamp(
        60px,
        calc(60px + (150 - 60) * ((100vw - 375px) / (1400 - 375))),
        150px
    );;
}
.hero-desc {
	width: 100%;
	max-width: 360px;
	margin-right: 70px;
}
.item_word {
    white-space: nowrap;
}
.item_word > span {
	display: inline-block;
    vertical-align: baseline;
}
/**
* @section about us & video
*/
.about-image,
.about-desc {
	flex: 0 0 calc(50% - 15px);
}
.first-row .wpcf7-form-control-wrap {
	flex: 0 0 calc(50% - 10px);
}
.about-desc {
	padding-bottom: 20px;
}
.fancybox-text .title {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.services .about-desc {
	padding-bottom: 0;
	border-bottom: 0;
}
.about-image {
	min-height: 300px;
	padding: 30px 120px 30px 30px;
}
.services .about-image {
	min-height: 260px;
	padding: 30px 30px 30px 30px;
}
.video-image {
	min-height: 440px;
}
.about-image,
.video-image,
.management,
.news {
	height: 100%;
	z-index: 2;
}
.about-image:after,
.video-image:after {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.2;
	z-index: -1;
}
.read-more,
.service__item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px 10px;
}
.news .read-more {
	gap: 0;
}
.read-more__arrow {
	width: 33px;
	height: 33px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-primary-2);
	border-radius: 50%;
}
.news .a-link .read-more > span {
	position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: baseline;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
    transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
    will-change: visibility,margin-right,text-indent,opacity;
    bottom: -1px
}
.news .a-link:hover .read-more > span {
    opacity: 1;
    text-indent: 0;
    margin-right: 10px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease;
    transition: visibility 0.4s ease,margin-right 0.3s ease-out,text-indent 0.4s ease-out,opacity 0.4s ease
}
.management {
	padding: 60px 0;
	overflow: hidden;
}
.management:after,
.news:after {
	width: 650px;
	height: 650px;
	margin-left: -325px;
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	background: radial-gradient(54.57% 52.35% at 49.96% 49.96%, rgba(0, 171, 194, 0.5) 0%, rgba(0, 171, 194, 0.5) 53.65%);
	filter: blur(250px);
	z-index: -1;
}
.card {
	display: flex;
	flex-direction: column;
	gap: 20px 20px;
	overflow: hidden;
}
.card-desc {
	display: flex;
	flex-direction: column;
	gap: 10px 10px;
}
.card-image {
	overflow: hidden;
}
.management .card-image {
	height: 277px;
}
.card-image img {
	object-fit: cover;
}
/**
* @section services
*/
.services .about-image {
	display: flex;
	flex-direction: column;
	gap: 30px 30px;
}
.service__item {
	padding: 10px 0;
	border-bottom: 1px solid var(--color-white);
	overflow: hidden;
}
.service__item:last-child {
	padding-bottom: 0;
	border-bottom: 1px solid transparent;;
}
.service-border {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.about-desc .service-items > div {
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease;
    position: absolute;
    inset: 0;
}
.about-desc .service-items > div.is-active {
    opacity: 1;
    visibility: visible;
}
.service-items ul,
.accordion-content-inner ul {
	display: flex;
	flex-direction: column;
	gap: 10px 10px;
}
.service-items ul li,
.accordion-content-inner ul li {
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 43px;
}
.service-items ul li:before,
.accordion-content-inner ul li:before {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	background-image: url(assets/img/icons/arrow-right.svg);
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.service__item:hover .read-more__arrow {
	transition: transform .45s ease;
	position: absolute;
	right: 4px;
	transform: translateX(10%);
}
/**
* @section accordion
*/
.accordion {
	display: flex;
	flex-direction: column;
	gap: 60px 60px;
}
.accordion-header {
	width: 100%;
	padding: 0;
	background: none;
	border: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	outline: 0;
}
.accordion-header:active,
.accordion-header:focus {
	outline: 0;
}
.accordion-icon {
	display: none;
}
.accordion-icon svg {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
	transform-origin: 50% 50%;
}
.accordion-content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}
.accordion-content-inner {
	padding: 0;
}
.accordion-item.is-open .accordion-content {
	max-height: 999px;
}
.accordion-item.is-open .accordion-icon svg {
	transform: rotate(45deg);
}
/**
* @section news
*/
.section {
	scroll-margin-top: 120px;
}
.news {
	padding: 120px 0;
	overflow: hidden;
}
.news .card-image {
	height: 200px;
	position: relative;
	overflow: hidden;
}
.news .card-image,
.news .card-image img {
	border-radius: var(--radius-l) var(--radius-l) 0 0;
}
.news .card-image img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.news a:hover .card-image img {
    transform: scale(1.08) translateY(-2%);
}
.news .card-desc {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	border-radius: 0 0 var(--radius-l) var(--radius-l);
}
.news .card-desc h3 {
	min-height: 60px;
}
.news .except {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
/**
* @section footer
*/
.address > .flex {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px 10px;
}
.contacts .form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
	gap: 30px;
}
.contacts .form-flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.contacts .wpcf7-text,
.contacts .wpcf7-tel,
.contacts .wpcf7-email,
.contacts .wpcf7-textarea {
	width: 100%;
	height: 58px;
	padding: 0 20px;
}
.contacts .wpcf7-textarea {
	padding-top: 20px;
}
.wpcf7-submit {
	padding: 20px 40px;
	margin-top: 30px;
	border: 0;
}
.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-tel:focus {
	border: 1px solid transparent;
	box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border: 1px solid transparent !important;
	box-shadow: 0 0 0 0.15rem rgb(232 72 72 / 25%);
	outline: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0 0 !important;
    padding: 15px !important;
    border-width: 1px !important;
}
/**
* @section footer
*/
#map {
	width: 100%;
	height: 700px;
}
.footer {
	padding: 40px 0;
	position: relative;
}
.footer nav ul {
	display: flex;
	flex-direction: column;
	gap: 20px 20px;
}
.copyright {
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px solid var(--color-base);
}
.fancybox-content {
	padding: 60px !important;
}
.fancybox-slide--html .fancybox-close-small {
    color: var(--color-primary-2) !important;
	padding: 0 !important;
    right: 49px !important;
    top: 49px !important;
}
/**
* @section media queries
*/
/* Устройства XX-Large (большие настольные компьютеры, более 1400 пикселей) */
@media (max-width: 1799.98px) {}

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

/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {
	.grid {
		grid-gap: 40px 20px;
	}
	.hero-title {
		gap: 0 30px;
	}
	.about-image {
		padding: 30px 30px 30px 30px;
	}
	.service-items ul li,
	.accordion-content-inner ul li {
		height: 45px;
	}
	.service-items ul li:before,
	.accordion-content-inner ul li:before {
		top: 7px;
	}
	.large-indent {
		gap: 40px 40px;
	}
}

/* Устройства Medium (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {
	.hero-desc {
	    margin-right: 0;
	}
	.hero .justify-end {
	    justify-content: flex-start;
	}
	.statistic-items,
	.contacts .address {
		margin-bottom: 60px;
	}
	.news .container .row:nth-child(2) {
		gap: 30px 0;
	}
	.footer .widget nav {
		display: none;
	}
	.large-indent {
        width: 100%;
    }
	.footer .footer-address {
		flex: 0 0 calc(33% - 40px);
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
	.grid {
	    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	    grid-gap: 30px 10px;
	}
	.sticky {
		height: 59px;
		background: var(--color-white);
	}
	.about-image,
	.about-desc {
		flex: 0 0 100%;
	}
	.about-image,
	.video-image {
		height: 200px;
		min-height: 200px;
	}
	.about-image,
	.statistic-items h3,
	.accordion-title {
	    font-size: var(--font-size-20);
	}
	.about-desc {
		padding-bottom: 0;
	}
	.about-desc {
		border-bottom: 0;
	}
	.about-us.section {
		margin-bottom: 40px;
	}
	.video-image svg {
		width: 83px;
		height: 83px;
	}
	.news .card {
	    background-color: var(--color-white);
	}
	.fancybox-content {
	    padding: 30px 15px !important;
	}
	.fancybox-slide--html .fancybox-close-small {
	    padding: 10px !important;
	    right: 5px !important;
	    top: 19px !important;
	}
}

/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .contacts .form-flex,
    .first-row {
	    gap: 10px 10px;
	}
	.large-indent,
	.widget.direction-column {
        gap: 20px 20px;
    }
	.section {
	    margin-bottom: 90px;
	}
	.hero {
		height: 820px;
		padding: 120px 0 40px 0;
		background-image: url(assets/img/bg/hero-xs.jpg);
	}
	.hero-desc svg {
		width: 243px;
		height: 132px;
	}
	.about-us.section {
        margin-bottom: 20px;
    }
    .management {
	    padding: 40px 0;
	}
	.management .card-image {
	    height: auto;
	}
	.card-desc h3,
	.count-item p:nth-child(2),
	.service-items li,
	.accordion-content-inner li {
	    font-size: var(--font-size-16);
	}
	.job-title {
	    font-size: var(--font-size-14);
	}
	.news .card-desc h3 {
		font-size: var(--font-size-20);
	}
	.infrastructure.section {
	    margin-bottom: 30px;
	}
	.statistic-items {
	    gap: 30px 30px;
	}
	.count-item p:nth-child(1) {
	    font-size: var(--font-size-60);
	}
	.service-items ul li,
	.accordion-content-inner ul li {
        height: 33px;
    }
	.service-items ul li:before,
	.accordion-content-inner ul li:before {
        top: 0;
    }
    .news {
	    padding: 60px 0;
	}
	.contacts.section {
	    margin-bottom: 90px;
	}
	.first-row .wpcf7-form-control-wrap,
	.footer .footer-address {
	    flex: 0 0 100%;
	}
	.wpcf7-submit {
	    width: 100%;
	}
	.footer {
		padding: 60px 0 30px 0;
	}
	.copyright {
	    margin-top: 60px;
	}

}