/*
Theme Name: buf.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;
	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: var(--blue);
	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,
.gallery br {
	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: 1280px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}

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

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

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

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1400px) {
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}
.table-sm th,
.table-sm td {
	padding: 0.3rem;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
@media (max-width:575px){
	.hidden {
		display:none !important;
	}
}
@media (min-width:576px) and (max-width:767px){
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-md {
		display: none !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-lg {
		display: none !important;
	}
}
@media (min-width:1200px) and (max-width:1399px){
	.hidden-xl {
		display: none !important;
	}
}
@media (min-width:1400px){
	.hidden-xxl {
		display: none !important;
	}
}
/**
* @section colors
*/
:root {
	--primary-text:		#263238;
	--black:			#08272c;
	--dark-black:		#181818;
	--black-40:			rgba(24, 24, 24, 0.40);
	--black-60:			rgba(24, 24, 24, 0.60);
	--black-80:			rgba(24, 24, 24, 0.80);
	--white:			#ffffff;
	--white-20:			rgba(255, 255, 255, 0.20);
	--white-40:			rgba(255, 255, 255, 0.40);
	--white-60:			rgba(255, 255, 255, 0.60);
	--gray:				#a3a3a3;
	--gray-2:			#c8c8c8;
	--gray-3:			#333333;
	--blue:				#00afff;
	--blue-100:			#00afef;
	--lights-blue:		#aed9fa;
	--lights-blue-2:	#e3f2fd;
	--border:			#cecece;
	--border-radius-3:	3px;
	--border-radius-5:	5px;
	--border-radius-16:	16px;
	--border-radius-20:	20px;
	--border-radius-22:	22px;
	--border-radius-32:	32px;
	--border-radius-50:	50px;
	--font-size-12:		12px;
	--font-size-14:		14px;
	--font-size-16:		16px;
	--font-size-18:		18px;
	--font-size-20:		20px;
	--font-size-24:		24px;
	--font-size-30:		30px;
	--font-size-34:		34px;
	--font-size-36:		36px;
	--font-size-44:		44px;
	--font-weight-300:	300;
	--font-weight-400:	400;
	--font-weight-500:	500;
	--font-weight-600:	600;
	--font-weight-700:	700;
	--font-weight-800:	800;
	--line-height-110:	110%;
	--line-height-120:	120%;
	--line-height-130:	130%;
}
/**
* @section general
*/
body {
	background-color: var(--white);
	color: var(--black);
	font-family: 'Montserrat', sans-serif !important;
	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 !important;
}
.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;
}
.align-end {
	align-items: flex-end
}
.justify-end {
	justify-content: flex-end;
}
.flex-start {
	align-items: flex-start;
}
.nowrap {
	flex-wrap: nowrap
}
.gap-5 {
	gap: 5px;
}
.gap-6 {
	gap: 6px;
}
.gap-12 {
	gap: 12px;
}
.gap-16 {
	gap: 16px;
}
.gap-20 {
	gap: 20px;
}
.gap-30 {
	gap: 30px;
}
.gap-40 {
	gap: 40px;
}
.the-fund .gap-34 {
	gap: 34px !important;
}
.the-fund .gap-40 {
	gap: 40px !important;
}
.gap-60 {
	gap: 60px;
}
.pb-14 {
	padding-bottom: 14px !important;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 30px 30px;
}
.heading-h1 {
	margin-bottom: 40px;
	color: var(--black);
	font-size: var(--font-size-36);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-110);
	text-transform: uppercase;
}
.home .heading-h1 {
	margin-bottom: 20px;
	font-size: var(--font-size-24);
	font-weight: var(--font-weight-800);
}
.heading-h3 {
	color: var(--blue);
	font-size: var(--font-size-30);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-110);
}
.heading-h4 {
	color: var(--black);
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-120);
}
nav ul,
nav ul li,
nav ul li a,
.news-cover,
.header-search,
.header-search form,
.hero-project,
.hero-project_title,
.tab-navigation li a,
.list-of-reports li a,
.right-column,
.tab-rp-btn .tab-rp,
.searchandfilter,
.searchandfilter ul {
	position: relative;
}
.mb-0,
.news-preview_title p,
.content p,
.content blockquote,
.left-column p:last-child,
.right-column ul li:last-child,
.tab-contacts p:last-child,
.sub-menu li:last-child,
blockquote p:nth-child(2),
.board-of-trustees .grid-fifty:last-child,
.trustees-item p:nth-child(3),
.tab-navigation li:last-child,
.list-of-reports li:last-child,
.ceo p,
.burabike-desc p,
.copyright-item p:last-child,
.slide-thumb-desc p:last-child,
.news-text p:last-child,
.single-content h1 {
	margin-bottom: 0 !important;
}
/**
* @section header
*/
header {
	padding: 24px 0 16px 0;
	position: relative;
	background-color: var(--white);
	box-shadow: 0px 6px 12px 0px rgba(11, 10, 10, 0.10);
}
.go {
	padding: 10px 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.logo img {
	max-height: 81px;
}
.copyright-item img {
	max-height: 62px;
}
/**
* @section navigation
*/
nav ul,
.footer-nav ul,
.footer-social {
	padding: 0;
	margin: 0;
	gap: 55px;
}
nav ul li,
.footer-nav ul li,
.footer-social li {
	list-style: none;
}
nav ul li a {
	font-weight: var(--font-weight-500);
	text-transform: uppercase;
}
.menu-item-has-children {
	margin-right: 25px;
}
.menu-item-28 > a::after {
	height: 33px;
	width: 33px;
	position: absolute;
	top: -8px;
	right: -33px;
	content: '';
	background-image: url(assets/img/icons/arrow-down-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
}
.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.menu-item-28 > .sub-menu {
	opacity: 0;
	visibility: hidden;
	padding: 30px;
	position: absolute;
	top: 30px;
	width: 500px;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(24, 24, 24, 0.10);
	border-radius: 5px;
	z-index: 999;
	transition: all 200ms;
}
.menu-item-28 > .sub-menu li .sub-menu {
	margin-top: 10px;
	margin-left: 10px;
}
.sub-menu li {
	margin-bottom: 10px;
}
.sub-menu li a {
	text-transform: none;
}
.btn__text,
.news-preview_small .news-preview_title p,
.news-preview_small .news-date {
	font-size: var(--font-size-14);
}
@media (max-width: 767.98px) {
	/**
	* @section mobile navigation
	*/
	.mobile-burger a {
		width: 39px;
		height: 39px;
		background: var(--white);
		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;
		gap: 7px;
	}
	.mobile-burger a span {
		width: 32px;
		height: 3px;
		background: var(--blue);
		border-radius: 5px;
		display: block;
	}
	.nav__close {
		width: 32px;
		height: 32px;
		position: absolute;
		top: -52px;
		right: 15px;
		border-radius: 5px;
		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;
		gap: 4px;
	}
	.nav__close span {
		width: 30px;
		height: 4px;
		background: var(--blue);
		border-radius: 5px;
		display: block;
	}
	.nav__close span:nth-child(1) {
		transform: rotate(45deg);
	}
	.nav__close span:nth-child(2) {
		transform: rotate(135deg);
		margin-top: -8px;
	}
	.nav__close.active {
		background-color: var(--white);
		z-index: 9999;
	}
	.header-nav {
		position: fixed;
		z-index: 999;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		padding: 0 !important;
		transition: all .3s ease;
		background-color: var(--white);
		box-shadow: 0px 6px 12px 0px rgba(11, 10, 10, 0.10);
	}
	.header-nav.active {
		display: block;
		right: 0;
		width: 100%;
	}
	.header-nav > div {
		max-width: 510px;
		margin: 0 auto;
		position: relative;
	}
	.close-shadow {
		padding: 14px 20px;
	}
	.mega__screen .heading-h4 {
		width: 100%;
		padding-bottom: 10px;
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		color: #00AFEF;
		border-bottom: 1px solid #D3EAFC;
	}
	.main-nav a {
		padding: 8px 0 !important;
		font-weight: 600 !important;
		font-size: 16px !important;
		line-height: 110% !important;
		text-transform: uppercase !important;
		color: #00AFFF !important;
		border: 0 !important;
	}
	.main-nav nav.navigation {
		gap: 20px !important;
		margin-bottom: 60px;
	}
	.main-nav .small-logo {
		max-height: 54px;
		margin-bottom: 60px;
	}

	.cp_wrapper {
		width: 100%;
		max-width: 600px;
		margin-inline: auto;
		padding: 0;
	}
button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.cp_wrapper aside {
	margin: 0;
}
aside#mega-menu--mobile {
}
aside#mega-menu--mobile .mega__container {
	width: 100%;
	height: 100vh;
	height: 100svh;
	max-height: 100vh;
	max-height: 100svh;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

aside#mega-menu--mobile .mega__container[data-active-depth="1"] button {
	transform: translateX(100%);
	opacity: 0;
	pointer-events: none;
}

aside#mega-menu--mobile .mega__header {
	height: 76px;
	padding-inline: var(--padding-container-inline, 10px);
	background: #FFFFFF;
	box-shadow: 0px 6px 12px rgba(11, 10, 10, 0.1);
}
aside#mega-menu--mobile .mega__header .mega__controls {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
aside#mega-menu--mobile .mega__header .mega__controls button {
	font-family: var(--ff-sans);
	font-size: var(--fs-btn);
	text-transform: uppercase;
	letter-spacing: var(--ls-200);
	display: flex;
	align-items: center;
	gap: var(--gap-100, 4px);
	transition: var(--trans);
}
aside#mega-menu--mobile .mega__header .mega__controls button .btn__icon,
aside#mega-menu--mobile .mega__header .mega__controls button .btn__label {
	display: flex;
	pointer-events: none;
}

aside#mega-menu--mobile .mega__body {
	width: 100%;
	height: 100%;
	position: relative;
}

aside#mega-menu--mobile .mega__screen {
	padding-block: var(--padding-container-block, 20px);
	padding-inline: var(--padding-container-inline, 20px);
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: white;
	transition: var(--trans-500);
}
aside#mega-menu--mobile .mega__screen[data-active-menu="false"] {
	transform: translateX(100%);
}
aside#mega-menu--mobile .mega__screen[data-active-menu="false"].stacked,
aside#mega-menu--mobile .mega__screen[data-active-menu="true"] {
	transform: translateX(0%);
}

aside#mega-menu--mobile nav.navigation {
	display: flex;
	flex-direction: column;
	gap: var(--gap-300, 10px);
}
aside#mega-menu--mobile nav.navigation a.btn {
	--item-height: 24px;
	--icon-size: 15px;
	width: 100%;
	padding: 0 0 10px 0;
	background-color: transparent;
	border: 0;
	color: var(--color-text);
	display: flex;
	justify-content: space-between;
	gap: var(--gap);
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #181818;
	border-bottom: 1px solid #D3EAFC;
	align-items: center;
}
aside#mega-menu--mobile nav.navigation a.btn:last-child {
	border-bottom: 0;
}
aside#mega-menu--mobile nav.navigation a.btn .btn__label {
	width: 95%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
aside#mega-menu--mobile nav.navigation a.btn .btn__icon:empty {
	display: none;
	pointer-events: none;
}
aside#mega-menu--mobile nav.navigation a.btn .btn__icon {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	pointer-events: all;
}
aside#mega-menu--mobile nav.navigation a.btn .btn__icon svg {
	width: var(--icon-size);
	height: var(--icon-size);
	pointer-events: none;
}
}
/**
* @section language switcher
*/
.wpm-switcher-select,
.home #select,
.page-template-contacts #select {
	padding: 12px 30px 12px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(assets/img/icons/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	border-radius: var(--border-radius-50);
	border: 1.5px solid var(--blue);
	color: var(--blue);
	cursor: pointer;
	font-weight: var(--font-weight-500);
	text-overflow: ellipsis;
}
.home #select,
.page-template-contacts #select {
	background-position: 93% 50%;
}
/**
* @section search
*/
.header-search {
	padding: 0;
	display: inline-block;
	background-color: transparent;
	border-radius: var(--border-radius-50);
	border: 1.5px solid var(--blue);
	vertical-align: middle;
}
.header-search form {
	display: flex;
	width: 100%;
	max-width: 290px;
	height: 42px;
}
.language-kk .header-search form {
	max-width: 240px;
}
.header-search form:after {
	content: "";
	display: table;
	clear: both;
}
.header-search .search-wrapper {
	position: relative;
	width: calc(100% - 44px) !important;
}
.header-search .search {
	color: var(--gray-2);
	margin-bottom: 0;
	border: none;
	width: 100%;
	height: 42px;
	min-height: 42px !important;
	background-color: transparent !important;
	padding-right: 35px !important;
	display: block;
	outline: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	max-width: 100%;
	position: relative;
	font-weight: var(--font-weight-500);
	backface-visibility: hidden;
	transition: color .3s ease-out,background-color .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out;
	padding: 0 20px;
}
.header-search .small-button,
.searchandfilter .small-button {
	width: 44px;
	border-radius: 0 5px 5px 0;
	margin-bottom: 0;
	text-indent: -9000em;
	background-color: transparent !important;
	min-width: 0;
	padding: 9px 16px 11px !important;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	display: inline-block;
	outline: 0;
	border: none; 
	position: relative;
	backface-visibility: hidden;
	transition: color .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out;
	z-index: 1;
	font-size: 18px;
	line-height: 22px;
	text-align: center !important;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
	overflow: initial !important;
	justify-content: center;
	align-items: center;
	max-width: 100% !important;
	vertical-align: top;
	transform: translateZ(0);
}
.header-search .small-button + .input-after,
.searchandfilter .small-button + .input-after {
	background: #fff;
	display: block;
	width: 44px;
	height: 44px;
	background: url(assets/img/icons/search-icon-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -1px;
	right: -1px;
	transition: color .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out;
}
::-webkit-input-placeholder {
	color: var(--gray-2);
}
::-moz-placeholder {
	color: var(--gray-2);
}
:-moz-placeholder {
	color: var(--gray-2);
}
:-ms-input-placeholder {
	color: var(--gray-2);
}
.searchandfilter,
.postform {
	max-width: 300px;
}
.searchandfilter ul,
.searchandfilter li {
	padding: 0 !important;
	margin: 0 !important;
}
.postform {
	padding: 12px 30px 12px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(assets/img/icons/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	border-radius: var(--border-radius-50);
	border: 1.5px solid var(--blue);
	color: var(--gray-2);
	cursor: pointer;
	font-size: var(--font-size-16);
	font-weight: var(--font-weight-500);
	line-height: var(--line-height-110);
	outline: 0;
	text-overflow: ellipsis;
}
.searchandfilter .small-button {
	right: 64px;
}
.searchandfilter ul > li:nth-child(2) {
	position: absolute;
}
.searchandfilter .small-button + .input-after {
	top: 0 !important;
	right: 43px !important;
}
/**
* @section hero
*/
.hero-slider {
	padding-top: 62px;
	padding-bottom: 62px;
	background: url(assets/img/bg/main-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 10%;
	box-sizing: border-box;
}
.hero-container {
	min-height: 500px;
	max-width: 927px;
	padding: 40px 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: var(--white);
	/*box-shadow: 0px 0px 20px 0px rgba(11, 10, 10, 0.20);*/
	border-radius: 28px;
}
.hero-container .grid {
	gap: 40px;
}
.page-id-30 .hero-container {
	width: 100% !important;
	max-width: 100%;
	min-height: 1px;
	padding: 0;
	margin: 40px 0;
}
/**
* @section news
*/
.news-preview {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.home .news-preview {
	gap: 20px;
}
.home .news-preview .news-cover {
	margin-bottom: 20px;
}
.the-fund .news-preview {
	align-items: flex-end;
}
.the-project {
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
	align-items: center;
}
.small-preview {
	position: relative;
}
.small-preview,
.the-project .small-preview > div {
	display: flex;
	flex-direction: column;
	gap: initial;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 20px;
}
.the-fund .small-preview {
	gap: 40px;
	justify-content: flex-start;
}
.the-project .small-preview > div {
	gap: 16px;
	justify-content: flex-start;
	align-items: center;
}
.the-project .content a {
	display: block;
	margin-bottom: 1rem;
	color: var(--black);
	font-size: 18px;
	font-weight: 500;
	line-height: 110%;
}
.the-project .content a:hover {
	font-weight: 800;
	transition: all 0.2s;
}
.the-project .content a:nth-child(6),
.the-project .content a:nth-child(7),
.the-project .content a:nth-child(8),
.the-project .content a:nth-child(9),
.the-project .content a:nth-child(11),
.the-project .content a:nth-child(12),
.the-project .content a:nth-child(13),
.the-project .content a:nth-child(14) {
	padding-left: 1rem;
	font-size: 14px;
	font-weight: 400;
}
.the-project .content a:last-child {
	margin-bottom: 0;
}
.hero-slider .news-preview_small a {
	display: grid;
	grid-template-columns: 200px auto;
	background: var(--white);
	box-shadow: 0px 0px 12px 0px rgba(11, 10, 10, 0.12);
	border-radius: var(--border-radius-16);
	border: 1.5px solid var(--white);
}
.project-news {
	margin: 40px 0 100px 0;
}
.postid-49 .project-news {
	display: none;
}
.category .project-news .heading-h3,
.archive .project-news .heading-h3,
.search .project-news .heading-h3,
.layout-title {
	padding: 0 0 20px 32px;
	margin-bottom: 40px;
	position: relative;
	border-bottom: 2px solid var(--lights-blue);
	color: var(--dark-black);
}
.category .project-news .heading-h3:before,
.archive .project-news .heading-h3:before,
.search .project-news .heading-h3:before {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	background-color: var(--blue-100);
	border-radius: 50%;
}
.category .project-news .no-bullet,
.archive .project-news .no-bullet,
.search .project-news .no-bullet {
	padding-left: 0;
}
.category .project-news .no-bullet:before,
.archive .project-news .no-bullet:before,
.search .project-news .no-bullet:before {
	display: none;
}
.project-news .news-preview_small {
	display: grid;
	grid-template-columns: 200px auto;
	background: var(--white);
	box-shadow: 0px 0px 12px 0px rgba(11, 10, 10, 0.12);
	border-radius: var(--border-radius-16);
	border: 1.5px solid var(--white);
}
.category .project-news .news-preview_small,
.archive .project-news .news-preview_small,
.search .project-news .news-preview_small {
	box-shadow: none;
	border: 0;
}
.big-slide-cover {
	width: 100%;
	height: 500px;
	padding: 40px;
	display: flex;
	align-items: flex-end;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: var(--border-radius-22);
	z-index: 1;
}
.big-slide-cover:before {
	width: 100%;
	height: 337px;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
}
.slide-desc p:nth-child(1) a {
	font-size: var(--font-size-34);
	font-weight: var(--font-weight-800);
	line-height: var(--line-height-110);
	color: var(--white);
	text-decoration: none;
}
.slide-desc p:nth-child(2) {
	display: none;
	font-weight: var(--font-weight-500);
	color: var(--white);
}
.big-slide-cover:hover .slide-desc p:nth-child(2) {
	display: block;
	transition: all 1s ease 1s;
}
.slide-desc p:nth-child(3) {
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-500);
	color: var(--white-60);
}
.swiperOneMain .swiper-pagination-bullet-active {
	background: var(--white) !important;
}
.swiperOneMain	.swiper-pagination-bullet {
	width: 30% !important;
	height: 3px !important;
	border-radius: 3px !important;
	background: var(--white-20);
}
.swiperOneMain .swiper-horizontal>.swiper-pagination-bullets,
.swiperOneMain .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 20px !important;
}
.swiperExp .swiper-wrapper {
	flex-direction: column;
	gap: 40px;
}
.swiperExp .swiper-slide {
	width: 100% !important;
	margin: 0 !important;
}
.slide-thumb-desc:hover {
	cursor: pointer;
}
.slide-thumb-desc a:hover {
	color: var(--black);
	text-decoration: none;
}
.project-switcher {
	width: 180px;
	padding: 5px 30px 5px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(assets/img/icons/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	border-radius: var(--border-radius-50);
	border: 1.5px solid var(--blue);
	color: var(--blue);
	cursor: pointer;
	font-size: var(--font-size-16);
	font-weight: var(--font-weight-500);
	text-overflow: ellipsis;
}
.no-bullet .header-search {
	font-size: var(--font-size-16);
}
.slide-thumb-desc p:nth-child(1),
.news-preview_desc p:nth-child(1) {
	margin-bottom: 8px !important;
	font-size: var(--font-size-18) !important;
	font-weight: var(--font-weight-700) !important;
	color: var(--blue-100);
}
.swiper-slide-thumb-active .slide-thumb-desc a {
	color: var(--black);
}
.slide-thumb-desc p:nth-child(2),
.news-preview_desc p:nth-child(2) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-400);
	line-height: var(--line-height-130);
	color: var(--black);
}
.slide-thumb-desc p:nth-child(3) {
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-300);
	line-height: var(--line-height-130);
	color: var(--gray);
}
.hero-slider .news-preview_small a:hover {
	border: 1.5px solid var(--blue);
	box-shadow: 0px 0px 12px rgba(0, 175, 239, 0.12);
}
.news-cover {
	overflow: hidden;
	transition: transform .2s;
}
.news-photo {
	width: 200px;
	height: 160px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: var(--border-radius-16);
}
.home .news-photo {
	width: 180px;
	height: 110px;
}
.category .news-photo {
	height: 150px;
}
.news-preview .news-photo {
	width: 440px;
	height: 205px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: var(--border-radius-16);
}
.home .news-preview .news-photo {
	width: 350px;
	height: 170px;
}
.news-preview .news-cover {
	margin-bottom: 24px;
}
.news-text {
	text-align: justify;
}
.news-cover,
.news-cover img,
.the-fund .small-preview img,
.the-project .small-preview img,
.news-text img {
	border-radius: var(--border-radius-16);
}
.the-project .small-preview img:nth-child(1),
.the-project .small-preview img:nth-child(3) {
	max-width: 328px;
}
.the-project .small-preview .autizm-photo div:nth-child(2),
.the-project .small-preview .inner-photo div:nth-child(2) {
	width: 373px;
	height: 188px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: var(--border-radius-16);
}
.the-project .small-preview .autizm-photo div:nth-child(1),
.the-project .small-preview .autizm-photo div:nth-child(3),
.the-project .small-preview .inner-photo div:nth-child(1),
.the-project .small-preview .inner-photo div:nth-child(3) {
	width: 180px;
	height: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: var(--border-radius-16);
}
.the-fund-photo {
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 10px !important;
}
.the-fund-photo img:nth-child(1) {
	grid-column: span 2;
}
.home .the-fund {
	grid-template-columns: 300px 1fr !important;
}
.news-cover img {
	object-fit: cover;
	transition: transform .5s ease;
}
.news-text img {
	margin: 1rem 0;
	display: block;
	height: auto;
	max-width: 100%;
}
.news-text iframe {
	display: block;
	width: 100%;
}
.news-preview a:hover .news-cover img,
.news-preview_small a:hover .news-cover img,
.news-cover img:hover,
.news-photo:hover {
	transform: scale(1.2);
	transition: transform .5s ease;
}
.hero-slider .news-preview_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.project-news .news-preview_title {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.news-preview_small .news-preview_title {
	padding: 13px 20px;
}
.project-news .news-preview_title {
	padding: 20px 30px;
}
.category .project-news .news-preview_title,
.archive .project-news .news-preview_title,
.search .project-news .news-preview_title {
	padding: 0 0 0 40px;
}
.news-preview_title p:nth-child(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-130);
	text-transform: uppercase;
}
.project-news .news-preview_title > a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	color: var(--black-80);
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-130);
	text-transform: none;
}
.news-preview_small .news-preview_title p:nth-child(1) {
	-webkit-line-clamp: 2;
	font-size: var(--font-size-14);
	text-transform: none;
}
.news-preview_title p:nth-child(2) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-height: var(--line-height-130);
	color: var(--black);
}
.news-preview_small .news-preview_title p:nth-child(2) {
	-webkit-line-clamp: 3;
}
.news-preview a:hover,
.news-preview_small a:hover {
	color: var(--blue);
	text-decoration: none;
}
.news-preview a:hover p:nth-child(1) {
	color: var(--blue);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: var(--blue);
	text-decoration-thickness: 1px;
}
.news-date {
	color: var(--gray);
	font-weight: var(--font-weight-300);
}
.content p {
	font-weight: var(--font-weight-400);
	line-height: var(--line-height-130);
}
.content blockquote p:nth-child(1) {
	margin-bottom: 1rem !important;
}
.content blockquote p:nth-child(2) {
	color: var(--blue);
	font-size: var(--font-size-24);
	font-weight: var(--font-weight-800);
	line-height: var(--line-height-110);
}
.meta {
	width: 100%;
}
.project-news .meta {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.sub-project .the-project {
	padding: 40px 60px;
	gap: 60px;
	border-radius: 28px;
	border: 2px solid #aed9fa;
	background: #e3f2fd;
}
.sub-project .the-project .news-preview {
	max-width: 560px;
}
.sub-project .the-project .small-preview img:nth-child(1) {
	max-width: 100%;
}
/**
* @section projects
*/
.hero-project {
	min-height: 320px;
	padding: 60px 0;
	background-color: var(--blue);
}
.hero-project_title {
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
	flex-direction: column;
}
.hero-project_title h1 {
	margin: 0;
	color: var(--white);
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -1px;
}
.year {
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
}
.hero-project_cover {
	min-height: 320px;
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	background-size: cover;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/**
* @section project news
*/
.project-news .grid {
	grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
	grid-gap: 40px 40px;
}
.news-grid .grid {
	grid-template-columns: 350px 1fr;
}
.single-news {
	padding: 80px 0;
}
.single-content {
	flex-direction: column;
}
.single-content h1 {
	font-size: var(--font-size-44);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-110);
	letter-spacing: -1px;
	color: var(--dark-black);
}
.single-content img {
	border-radius: var(--border-radius-22);
}
.single-content p {
	margin-bottom: 1rem !important;
}
.excerpt {
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-500);
	line-height: var(--line-height-110);
	color: var(--black);
}
/**
* @section news pagination
*/
.news-pagination {
	display: flex;
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: 40px 0 0 0;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 12px;
	text-align: center;
}
.news-pagination a {
	padding: 0 7px;
	margin: 0;
	overflow: hidden;
	display: flex;
	font-weight: 400;
	color: var(--gray-2);
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.news-pagination .current {
	font-weight: 500;
	color: var(--blue);
	text-decoration: underline;
}
.prev,
.next {
	width: 44px;
	height: 44px;
	padding: 0 !important;
}
.page-numbers svg {
	height: 44px;
	width: 44px;
	color: var(--blue);
}
/**
* @section aside
*/
aside {
	position: relative;
}
.aside-title {
	padding: 20px 30px;
	border-radius: 20px 20px 0px 0px;
	border: 1px solid var(--blue-100);
	background: var(--lights-blue-2);
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-130);
	color: var(--dark-black);
	text-transform: uppercase;
}
.aside-content {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	border-radius: 0px 0px 20px 20px;
	border-right: 1px solid var(--blue-100);
	border-bottom: 1px solid var(--blue-100);
	border-left: 1px solid var(--blue-100);
}
.aside-content .blue-btn a {
	width: 150px;
}
/**
* @section project tabs
*/
.tabs-wrapper,
.reports-wrapper {
	margin-bottom: 90px;
}
.tabs-wrapper .grid {
	grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
	grid-gap: 30px 60px;
}
.page-template-page-with-hero .tabs-wrapper .grid {
	grid-gap: 30px 60px;
	grid-template-columns: 65% 30%;
}
.grid-fifty {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 40px 40px;
}
.tabs {
	padding: 30px 0;
	margin-bottom: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	border-bottom: 2px solid var(--lights-blue);
}
.contact-tabs .tabs {
	padding: 0;
	flex-wrap: wrap;
	gap: 10px;
	border-bottom: 0;
}
.page-template-page-with-hero .tabs {
	padding: 0 0 30px 0;
}
.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: var(--lights-blue);
	font-size: var(--font-size-30);
	font-weight: var(--font-weight-700);
}
.tabs-wrapper .active {
	position: relative;
	padding-left: 32px;
	color: var(--dark-black);
}
.tabs-wrapper .active:before {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	background-color: var(--blue-100);
	border-radius: 50%;
}
.tab-btns {
	padding: 5px 14px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	color: var(--blue-100);
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-500);
	line-height: var(--line-height-120);
	border-radius: 14px;
	background: #f9fafa;
}
.tab-btns:hover,
.tab-btns.activ {
	cursor: pointer;
	background: var(--blue-100);
	color: var(--white);
}
.home .tab-btns {
	font-size: var(--font-size-12);
}
.small-map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.page-id-30 .small-map {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}
.contact-main iframe,
.small-map img,
.small-map iframe {
	border-radius: var(--border-radius-16);
}
.ceo p:nth-child(1) {
	color: var(--blue-100) !important;
	font-size: var(--font-size-14) !important;
	font-weight: var(--font-weight-600) !important;
	line-height: var(--line-height-130) !important;
}
.left-column,
.tab-contacts {
	color: var(--primary-text);
}
.left-column p,
.tab-contacts p,
.small-heading,
.principle-item p:nth-child(2),
.team-item img,
.tab-navigation li,
.list-of-reports li,
.slide-desc p:nth-child(1),
.copyright-item img,
.copyright-item p:nth-child(2),
.slide-thumb-desc p:nth-child(2) {
	margin-bottom: 20px;
}
.asyl-miras .heading-h4 {
	margin-bottom: 30px;
}
.tab-contacts p:first-child {
	color: var(--primary-text);
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-700);
}
.right-column ul,
.list-of-reports {
	padding: 0;
	margin: 0;
}
.right-column ul li,
.list-of-reports li,
.tab-rp-btn .tab-rp {
	margin-bottom: 40px;
	list-style: none;
	color: var(--gray-3);
}
.right-column ul li span {
	display: block;
	font-size: var(--font-size-36);
	font-style: normal;
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-110);
	letter-spacing: -1px;
	color: var(--blue-100);
}
.i-am-sticky {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tab-navigation {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}
.gallery-item {
	margin: 0 !important;
	width: 48% !important;
}
.gallery img {
	display: block;
	height: auto;
	max-width: 100%;
	border: 0 !important;
}
.logo-project {
	display: flex;
	height: 100px;
	align-items: center;
}
.logo-project img {
	max-height: 100px;
}
.tabs .logo-project {
	min-width: 300px;
    flex-shrink: 0;
}
blockquote {
	margin: 90px 0;
}
.home blockquote {
	margin: 0;
}
.small-heading {
	color: var(--dark-black);
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-130);
	text-transform: uppercase;
}
blockquote p:nth-child(1) {
	color: var(--dark-black);
	font-size: var(--font-size-16);
	font-weight: var(--font-weight-500);
	line-height: var(--line-height-110);
}
blockquote p:nth-child(2) {
	color: var(--blue-100);
	font-size: var(--font-size-30);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-110);
}
.video-cover {
	height: 368px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 32px;
}
/**
* @section principles
*/
.our-principles,
.board-of-trustees,
.our-team {
	margin-bottom: 90px;
	scroll-padding-top: 50px;
}
.principle-item {
	padding-top: 20px;
	border-top: 2px solid var(--lights-blue);
}
.principle-item p:nth-child(1) {
	color: var(--blue-100);
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-120);
	margin-bottom: 10px;
}
/**
* @section trustees
*/
.board-of-trustees .grid-fifty {
	margin-bottom: 40px;
}
.trustees-item img,
.team-item img {
	border-radius: 20px;
}
.trustees-item p:nth-child(1),
.team-item p:nth-child(2) {
	color: var(--blue-100);
	font-size: var(--font-size-24);
	font-weight: var(--font-weight-800);
	line-height: var(--line-height-110);
	letter-spacing: -0.24px;
	margin-bottom: 10px;
}
.trustees-item p:nth-child(2),
.team-item p:nth-child(3) {
	color: var(--dark-black);
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-110);
	margin-bottom: 10px;
}
/**
* @section founder
*/
.founder {
	border: 2px solid var(--lights-blue);
	border-radius: 20px;
}
.founder-cover {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px 20px 0 0;
}
.founder-desc {
	padding: 24px 32px;
	color: var(--gray-3);
	font-size: var(--font-size-14);
	font-family: "Mulish", sans-serif;
	font-style: normal;
	font-weight: var(--font-weight-500);
	line-height: normal;
}
/**
* @section tab navigation
*/
.tab-navigation li a,
.tab-rp-btn .tab-rp {
	display: block;
	padding: 18px 18px 18px 62px;
	color: var(--primary-text);
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-130);
	background-color: transparent;
	border-radius: 20px;
	border: 2px solid var(--lights-blue-2);
	text-transform: uppercase;
	text-decoration: none;
}
.tab-navigation li a:hover,
.tab-rp-btn .tab-rp:hover {
	background-color: var(--lights-blue-2);
	cursor: pointer;
	text-decoration: none;
}
.tab-navigation li a:before,
.tab-rp-btn .tab-rp:before {
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -16px;
	content: '';
	background-image: url(assets/img/icons/arrow-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
}
.tab-navigation li a:hover:before,
.tab-rp-btn .tab-rp:hover:before {
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -16px;
	content: '';
	background-image: url(assets/img/icons/arrow-left-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
}
.list-of-reports li a {
	display: block;
	padding: 24px 32px;
	color: var(--dark-black);
	background-color: var(--lights-blue-2);
	border: 2px solid var(--lights-blue-2);
	border-radius: 20px;
	text-decoration: none;
}
.list-of-reports li a:hover {
	background-color: transparent;
	text-decoration: none;
}
.list-of-reports li a:before {
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -16px;
	content: '';
	background-image: url(assets/img/icons/download.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
}
/**
* @section red & blue buttons
*/
.blue-btn a {
	padding-left: 15px;
	position: relative;
	color: var(--blue);
	border-radius: var(--border-radius-32);
	text-decoration: none;
	transition: 0.2s transform ease-in-out;
	will-change: transform;
	z-index: 0;
	overflow: hidden;
}
.blue-btn a::after {
	background-color: var(--blue);
	border-radius: var(--border-radius-32);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(100%, 0) rotate(0deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	will-change: transform;
	z-index: -1;
}
.blue-btn a:hover::after {
	transform: translate(0, 0);
}
.blue-btn a:hover {
	background-color: var(--blue);
	border-radius: var(--border-radius-32);
	color: var(--white);
	transition: all 0.2s;
	transform: scale(1);
	will-change: transform;
}
.btn__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	transition: 0.3s linear;
}
.btn__text {
	white-space: nowrap;
	z-index: 2;
	transition: 0.3s linear;
	display: inline-block;
	transition: 0.5s;
}
.blue-btn a:hover .btn__circle {
	transform: rotate(-45deg);
}
/**
* @section contacts
*/
.contacts .grid {
	grid-template-columns: 300px auto;
}
.home .contacts .grid {
	gap: 20px !important;
}
.contact-main,
.contact-tabs {
	position: relative;
	padding: 30px;
	display: flex;
	flex-direction: column;
	border-radius: 28px;
	border: 1px solid var(--blue-100);
}
.home .contact-main,
.home .contact-tabs {
	padding: 20px;
}
.postid-135 .contact-tabs {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.contact-main h2,
.contact-tabs h2 {
	color: var(--blue-100);
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height-130);
}
.contact-main_inner {
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-400);
	line-height: var(--line-height-130);
}
.postid-135 .contact-main_inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.contact-main_inner,
.contact-main_inner a {
	color: var(--black);
}
.contact-main_inner {
	display: flex;
	flex-direction: column;
}
.contact-main_inner > div {
	display: flex;
	align-items: center;
	gap: 16px;
}
.contact-main_inner div:nth-child(1) svg {
	width: 28px;
	height: 28px;
}
.contact-main img,
.small-map img {
	border-radius: var(--border-radius-16);
}
.postid-135 .tabs-address {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 40px;
}
.page-id-7 .tabs-address .tab-block .flex,
.page-id-30 .tabs-address .tab-block .flex,
.footer-social {
	justify-content: flex-start;
}
/**
* @section test
*/
.postid-135 .content {
	padding: 60px 100px;
	margin-bottom: 90px;
	position: relative;
	background: #14a0d1;
	border-radius: 20px;
	color: var(--white);
	text-align: center;
}
.content h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.test-text {
	margin: 40px auto;
	letter-spacing: -0.4px;
}
.btn,
.mchat__action {
	position: relative;
	display: block;
	z-index: 2;
}
.btn a,
.mchat__action a {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 40px;
}
.btn a:hover,
.mchat__action a:hover {
	background-color: rgba(255, 255, 255, 0.40);
	cursor: pointer;
	text-decoration: none;
}
.language {
	margin: 60px auto;
}
.language .flex {
	gap: 20px;
}
.b-cl__cur {
	background: #e2e8f0;
}
.b-cl__link {
	padding: 12px 22px 14px 22px;
	color: rgba(24, 24, 24, 0.40);
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.28px;
	border: 1px solid rgba(24, 24, 24, 0.40);
	text-transform: uppercase;
}
.b-cl__link:hover {
	background-color: rgba(255, 255, 255, 0.40);
	text-decoration: none;
}

.mchat__intro {
	max-width: 750px;
	margin: 40px auto;
	position:relative;
	overflow:hidden;
}
.mchat__form,
.mchat__action {
	margin-top: 40px;
}

.mchat blockquote b{font-weight:800}
.mchat--quest{min-height:200px;padding-left:0;padding-right:0}.mchat:after,.mchat:before{content:'';height:110%;width:100%;background-repeat:no-repeat;display:block;position:absolute;bottom:-10%;z-index:0;pointer-events:none;will-change:transform;transition:transform .6s ease-out;-ms-transform:translateY(0);transform:translateY(0)}.mchat:before{left:-5%;-ms-transform:translateY(calc(-1*var(--viewport-y, 0)*30px));transform:translateY(calc(-1*var(--viewport-y, 0)*30px));background-image:url(../images/mchat/mchat__left.png);background-position:0% 100%}.mchat:after{background-image:url(../images/mchat/mchat__right.png);background-position:100% 100%;right:-10%;-ms-transform:translateY(calc(-1*var(--viewport-y, 0)*40px));transform:translateY(calc(-1*var(--viewport-y, 0)*40px))}

.button.disabled, .button.is-disabled, .button:disabled {
	pointer-events: none;
	opacity: .5;
}
.mchat__test{max-width:640px;margin:0 auto;font-size:22px}
.mchat__title{text-align:center;margin-bottom:.5em}
.mchat__question blockquote{background-color:#fff;background-color:rgba(255,255,255,.1);margin:1em 0;padding:.5em 1em;
	border-radius:5px;font-size:.82em;font-weight:300}

	.mchat__answer{list-style:none;padding:0;margin:1.5em 0 0;	text-align: left;}.mchat__answer li+li{margin-top:.1em}
	.mchat__action>div{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}
	.mchat__action .button{min-width:120px;margin:0 .5em}
	.radio {
	position: relative;
}
.radio>input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.radio .radio__dot {
	cursor: pointer;
	width: 1em;
	height: 1em;
	display: inline-block;
	border-radius: 1em;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	line-height: 1;
	margin-right: .5em
}

.radio .radio__dot:before {
	content: '';
	position: absolute;
	display: block;
	width: 60%;
	height: 60%;
	background-color: #14a0d1;
	border-radius: 1em;
	left: 50%;
	top: 50%;
	transition: transform .15s ease-out;
	-ms-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0)
}

input:checked+.radio__dot:before {
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1)
}

input:focus+.radio__dot {
	box-shadow: 0 0 0 2px #ffdc5e
}

input:disabled+.radio__dot:before {
	opacity: .5;
	pointer-events: none
}
/**
* @section clouds
*/
.clouds {}
.cloud-1 {
	position: absolute;
	left: 0;
	bottom: 44px;
}
.cloud-2 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.cloud-3 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.cloud-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (min-width: 768px) {
	.cloud-5,
	.cloud-6 {
		display: none;
	}
}
@media (min-width: 992px) {
	.cloud-5,
	.cloud-6 {
		display: none;
	}
}
@media (min-width: 1200px) {
	.cloud-5,
	.cloud-6 {
		display: none;
	}
}
/**
* @section burabike
*/
.burabike-fest {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
}
.burabike-desc,
.burabike-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.burabike-desc {
	padding: 40px 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	background-color: var(--blue-100);
	border-radius: 20px 0 0 20px;
	color: #fff;
}
.burabike-desc p:nth-child(2) {
	font-size: var(--font-size-30);
	font-weight: var(--font-weight-700);
	line-height: var(--line-height-120);
}
.burabike-desc a {
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 40px;
	border: 1px solid var(--white);
	font-size: var(--font-size-14);
	font-weight: var(--font-weight-600);
	line-height: 1;
	color: #fff;
}
.burabike-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 20px 20px 0;
}
.table-fest table {
	border-collapse: collapse;
	background: #fff;
	overflow: hidden;
	width: 100%;
	margin: 40px auto 0 auto;
	position: relative;
}
.table-fest table thead th {
	padding-bottom: 20px;
	border-bottom: 2px solid #aed9fa;
	font-weight: var(--font-weight-400);
}
.table-fest table tbody td {
	padding: 20px 0;
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-600);
}
.table-flex {
	display: flex;
	align-items: center;
	gap: 10px;
}
a.table-flex {
	padding: 18px;
	justify-content: space-between;
	border-radius: 20px;
	border: 2px solid #aed9fa;
}
.table-fest table thead th:last-child {
	width: 400px;
}
.accordion {
	max-width: 400px;
	padding: 18px;
	position: relative;
	justify-content: space-between;
	border-radius: 20px;
	border: 2px solid #aed9fa;
}
.handle {
	padding: 0;
	margin: 0;
		position: relative;
	color: var(--blue);
		font-size: var(--font-size-20);
		font-weight: var(--font-weight-600);
}
.accordion label {
	display: block;
	position: relative;
	margin: 0;
	cursor: pointer;
}
.accordion .content {
	color: #263238;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.accordion .content ul {
	padding: 0;
	margin: 0;
}
.accordion > input[type="checkbox"] {
	position: absolute;
	left: -100vw;
}
.accordion .content {
	overflow-y: hidden;
	height: 0;
	transition: height 0.3s ease;
}
.accordion > input[type="checkbox"]:checked ~ .content {
	height: auto;
	overflow: visible;
}
.accordion > input[type="checkbox"]:checked ~ .content {
	padding: 15px;
}
.accordion .handle label:before {
	font-family: "fontawesome";
	content: "+";
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 6px;
	top: -6px;
}
.accordion > input[type="checkbox"]:checked ~ .handle label:before {
	content: "-";
}
/**
* @section footer
*/
footer {
	position: relative;
	padding: 60px 0;
	background-color: var(--dark-black);
	color: var(--white-40);
	font-size: var(--font-size-14);
	font-style: normal;
	font-weight: var(--font-weight-500);
	line-height: var(--line-height-120);
	letter-spacing: -0.14px;
}
footer a,
footer a:hover,
footer a:active {
	color: var(--white-40);
}
.footer-nav ul {
	gap: 20px;
}
.footer-nav ul a {
	color: var(--white);
}
.subscribe {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.subscribe-form form {
	width: 100%;
	position: relative;
}
.subscribe .wpcf7-email {
	width: 370px;
	height: 44px;
	padding-left: 20px;
	background-color: var(--white-20);
	border: 1.5px solid var(--white-60);
	border-radius: var(--border-radius-22);
	color: var(--white-40);
	font-size: var(--font-size-16);
	font-weight: var(--font-weight-500);
	line-height: var(--line-height-110);
}
.subscribe .wpcf7-submit {
	width: 44px;
	height: 44px;
	margin-bottom: 0;
	text-indent: -9000em;
	background-color: transparent !important;
	min-width: 0;
	color: #fff;
	letter-spacing: 0;
	display: inline-block;
	outline: 0;
	border: none; 
	position: absolute;
	top: 0;
	right: 0;
	backface-visibility: hidden;
	transition: color .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out;
	z-index: 1;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
	overflow: initial !important;
	justify-content: center;
	align-items: center;
	max-width: 100% !important;
	vertical-align: top;
	transform: translateZ(0);
}
.subscribe .wpcf7-submit + .input-after-footer {
	background: #fff;
	display: block;
	width: 44px;
	height: 44px;
	background: url(assets/img/icons/search-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -1px;
	right: -1px;
	transition: color .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out;
}
.footer-social {
	gap: 10px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
}
.fancybox-bg {
    background: #fff !important;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: flex !important;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited,
.fancybox-slide--html .fancybox-close-small {
    color: var(--blue) !important;
}
.fancybox-close-small {
    opacity: 1 !important;
    padding: 0 !important;
    right: 15px !important;
    top: 15px !important;
}
.fancybox-content {
	padding: 100px 15px 15px 15px !important;
}
#first-widget .header-search form {
	max-width: 100% !important;
}
#first-widget .header-search {
	width: 100%;
    border: 2px solid var(--blue);
}
#first-widget .header-search {
	margin-bottom: 20px;
}
/**
* @section media queries
*/
/* Устройства XX-Large (большие настольные компьютеры, более 1400 пикселей) */
@media (max-width: 1799.98px) {}

@media (max-width: 1649.98px) {
	.hero-slider .col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 81%;
		flex: 0 0 81%;
		max-width: 81%;
	}
	.hero-slider .offset-lg-2 {
		margin-left: 19%;
	}
	.hero-slider .circle-carousel {
		top: 160px;
		margin-left: -400px;
	}
	.hero-slider .news-preview_small a {
		grid-template-columns: 180px auto;
	}
	.hero-slider .news-preview_small .news-preview_title p:nth-child(2) {
		-webkit-line-clamp: 2;
	}
	.tab-btns {
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		max-width: 31%;
	}
}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media (max-width: 1399.98px) {
	.project-news .grid {
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	}
}

/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {
	body {
		font-size: var(--font-size-14);
		line-height: var(--line-height-120);
	}
	.logo {
		z-index: 999;
	}
	.logo img {
		height: 60px;
	}
	.header-search form {
		max-width: 180px;
	}
	.header-search .search {
		padding: 0 5px 0 10px !important;
	}
	.swiperExp .swiper-wrapper {
		gap: 30px;
	}
	.single-content h1,
	.slide-desc p:nth-child(1) a {
		font-size: var(--font-size-34);
	}
	.excerpt {
		font-size: var(--font-size-16);
		line-height: var(--line-height-120);
	}
	.subscribe {
		height: auto;
	}
	.subscribe-form {
		margin-bottom: 50px;
	}
	.subscribe .wpcf7-email {
		width: 270px;
	}
	.grid-fifty {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}

/* Устройства Medium (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {
	header .flex,
	.header-nav ul ul {
		gap: 15px;
	}
	.language-kk header .flex,
	.language-kk .header-nav ul ul {
		gap: 5px;
	}
	.language-kk .logo img {
		height: 50px;
	}
	.category .project-news .heading-h3,
	.archive .project-news .heading-h3,
	.search .project-news .heading-h3,
	.single-content h1,
	.slide-desc p:nth-child(1) a,
	.layout-title {
		padding: 0;
		border-bottom: 0;
		font-size: var(--font-size-24);
		font-weight: var(--font-weight-800);
	}
	.hero-project {
		min-height: 250px;
	}
	.tab-btn {
		gap: 30px;
	}
	.tabs .tab {
		padding-left: 25px;
		font-size: var(--font-size-24);
		font-weight: var(--font-weight-800);
		line-height: var(--line-height-110);
		letter-spacing: -0.24px;
	}
	.tabs-wrapper .active:before {
		top: 7px;
	}
	blockquote {
		margin: 60px 0;
	}
	blockquote p:nth-child(2) {
		font-size: var(--font-size-24);
	}
	.our-principles,
	.board-of-trustees,
	.our-team {
		margin-bottom: 60px;
	}
	.trustees-item p:nth-child(1),
	.team-item p:nth-child(2) {
		font-size: var(--font-size-20);
	}
	.category .project-news .heading-h3,
	.archive .project-news .heading-h3,
	.search .project-news .heading-h3,
	.layout-title {
		text-transform: uppercase;
	}
	.project-news .grid {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-gap: 25px 25px;
	}
	.category .project-news .news-preview_small,
	.archive .project-news .news-preview_small,
	.search .project-news .news-preview_small,
	.project-news .news-preview_small,
	.layout-inner .news-preview_small {
		display: flex;
		flex-direction: column;
		border-radius: var(--border-radius-16);
		background: var(--white);
		box-shadow: 0px 0px 12px 0px rgba(11, 10, 10, 0.12);
	}
	.category .project-news .news-preview_title,
	.archive .project-news .news-preview_title,
	.search .project-news .news-preview_title,
	.project-news .news-preview_title,
	.layout-inner .news-preview_title {
		padding: 16px 20px;
	}
	.news-photo {
		width: 100%;
	}
	.news-preview_desc,
	.project-news .news-preview_title > a {
		margin-bottom: 20px;
	}
	.slide-thumb-desc p:nth-child(1),
	.news-preview_desc p:nth-child(1),
	.project-news .news-preview_title > a {
		font-size: var(--font-size-14) !important;
		font-weight: var(--font-weight-600) !important;
	}
	.project-news .news-preview_title > a {
		-webkit-line-clamp: 2;
	}
	.single-news {
		padding: 40px 0 80px 0;
	}
	.single-content {
		gap: 20px !important;
	}
	.page-template-page-with-hero .tabs-wrapper .grid {
		grid-gap: 30px 30px;
	}
	.tab-navigation li a:before,
	.tab-rp-btn .tab-rp:before,
	.tab-navigation li a:hover:before,
	.tab-rp-btn .tab-rp:hover:before {
		height: 24px;
		width: 24px;
		left: 12px;
		margin-top: -13px;
	}
	.tab-navigation li a,
	.tab-rp-btn .tab-rp {
		padding: 18px 18px 18px 43px;
		font-size: var(--font-size-14);
	}
	aside {
		margin-top: 60px;
	}
	.btn__circle {
		transform: rotate(-45deg);
	}
	.blue-btn a {
		color: var(--white);
	}
	.blue-btn a::after {
		transform: translate(0%, 0) rotate(0deg);
	}
	footer {
		padding: 40px 0;
	}
	.footer-flex {
		flex-direction: column;
		align-content: center;
		align-items: center;
		text-align: center;
		gap: 50px 50px;
	}
	.footer-social {
		gap: 30px;
		justify-content: center;
	}
	.copyright-item img {
		margin: 0 auto 50px auto;
	}
	.subscribe,
	.subscribe .wpcf7-email {
		width: 100%;
		max-width: 400px;
	}
	.subscribe .wpcf7-submit {
		width: 100%;
		margin: 20px 0 0 0;
		position: relative;
		top: auto;
		font-size: var(--font-size-14);
		font-weight: var(--font-weight-600);
		background-color: var(--blue) !important;
		border-radius: var(--border-radius-22);
		right: auto;
		text-indent: inherit;
	}
	.subscribe .wpcf7-submit + .input-after-footer {
		display: none;
	}
	.contacts .grid {
	    grid-template-columns: 100%;
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
	header {
		padding: 14px 0;
		box-shadow: 0px 6px 12px rgba(11, 10, 10, 0.1);
	}
	.home header {
		box-shadow: 0px 6px 12px 0px rgba(11, 10, 10, 0.10);
	}
	.home {
		background-color: var(--blue);
	}
	.header-nav > div .flex.gap-20 {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	/*.menu-item-28 > .sub-menu {
		opacity: 1;
		visibility: visible;
		padding: 10px 0 0 20px;
		position: relative;
		top: auto;
		width: 100%;
		left: auto;
		right: auto;
		box-shadow: none;
	}
	.menu-item-has-children {
		margin-right: 0;
	}
	.header-nav ul ul ul {
		margin: 5px 0 0 5px;
	}
	.header-nav ul ul ul li a {
		font-size: var(--font-size-12);
	}*/
	.language-kk header .flex,
	.language-kk .header-nav ul ul {
        gap: 15px;
    }
	.page-template-page-with-hero .tabs-wrapper .grid {
		grid-template-columns: 100%;
		gap: 0;
	}
	.page-template-page-with-hero .tabs {
		padding: 0;
		border: 0;
	}
	.tab-project {
		margin-top: 40px;
	}
	.tab-btn {
		flex-direction: column;
	}
	.tabs .tab {
		padding-left: 0;
		text-align: left;
	}
	.tabs-wrapper .active {
		padding-left: 25px;
	}
	.tabs-wrapper .active:before {
		width: 10px;
		height: 10px;
	}
	.tabs {
		margin-bottom: 60px;
	}
	.founder-grid .right-column,
	.reports-wrapper .right-column {
		grid-column-start: 1;
		grid-row-start: 1;
		grid-row-end: 1;
		margin-bottom: 30px;
	}
	.founder-desc {
	    font-size: var(--font-size-18);
	    font-weight: var(--font-weight-700);
	}
	.tab-rp-btn {
		display: flex;
		gap: 20px;
	}
	.tab-rp-btn .tab-rp {
		padding: 0;
    	margin-bottom: 10px;
		border: 0;
    }
	.tab-rp-btn .tab-rp:hover {
	    background-color: transparent;
	}
	.tab-rp-btn .tab-rp:before,
	.tab-rp-btn .tab-rp:hover:before {
		display: none;
	}
	.hero-project {
	    margin-bottom: 40px;
	    padding: 220px 0 0 0;
	}
	.hero-project_cover {
		width: 100%;
		height: 220px;
		min-height: 220px;
	    top: 0;
	}
	.hero-project_title {
		padding: 40px 20px;
	    gap: 20px;
	}
	.hero-project_title h1 {
	    font-size: 24px;
	    font-weight: 800;
	    letter-spacing: -0.01em;
	}
	.year {
	    font-size: 16px;
	    font-weight: 400;
	}
	.tabs-wrapper .grid {
	    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	    grid-gap: 60px 0;
	}
	.tabs-wrapper .logo-project,
	.clouds,
	.mchat__intro,
	.project-news .blue-btn {
		display: none;
	}
	.tab-project .grid .right-column {
		padding: 30px;
		background: #E3F2FD;
		border: 1px solid #00AFEF;
		border-radius: 20px;
	}
	.tab-project .grid .right-column span {
	    font-weight: 700;
		font-size: 24px;
		line-height: 110%;
		letter-spacing: -0.01em;
		color: #00AFEF;
	}
	.postid-135 .content {
		padding: 40px 20px;
	    background: var(--blue);
	}
	.mchat__intro {
	    margin: 15px auto 0 auto;
	}
	.white-layout {
		margin: 40px auto 0 auto;
	}
	.layout-inner {
		padding: 30px;
		margin-bottom: 40px;
		background: var(--white);
		border-radius: var(--border-radius-22);
		box-shadow: 0px 6px 12px 0px rgba(11, 10, 10, 0.10);
	}
	.page-template-contacts .layout-inner {
		padding: 0;
		margin: 40px auto;
		border-radius: var(--border-radius-22);
		box-shadow: none;
	}
	.layout-title {
		margin-bottom: 20px;
	}
	.white-layout .blue-btn a {
	    max-width: 155px;
	}
	.home .contact-main,
	.home .contact-tabs,
	.page-template-contacts .contact-main,
	.page-template-contacts .contact-tabs {
	    padding: 20px;
	    gap: 20px !important;
	}
	.home .contact-main h2,
	.home .contact-tabs h2,
	.page-template-contacts .contact-main h2,
	.page-template-contacts .contact-tabs h2 {
    	margin-bottom: 0;
	}
	.contact-main_inner {
		gap: 10px !important;
	}
	.report-item {
		display: block !important;
	}
	.project-news .heading-h3 {
	    width: 100%;
	    padding-bottom: 20px;
	    border-bottom: 2px solid #AED9FA;
	}
	.news-photo {
	    height: 220px;
	}
	.project-news .news-preview_title > a {
		margin-bottom: 10px;
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
		color: #00AFFF;
	}
	.excerpt p {
		margin-bottom: 20px !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3 !important;
		font-style: normal;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 130% !important;
		color: #08272C !important;
	}
	.transparent-btn a {
		display: inline-block;
		padding: 9px 40px;
		border: 1.56962px solid #00AFEF;
		border-radius: 62px;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		color: #00AFEF;
	}
	.home .accordion {
		max-width: 400px;
		padding: 0;
		border: 0;
	}
	.home .accordion .news-photo {
		padding: 16px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
	.accordion .accordion-item {
		border-bottom: 1px solid #e0e0e0;
	}
	.accordion .accordion-item:first-child {
		border-top: 1px solid #e0e0e0;
	}
	.accordion .accordion-item:last-child {
		border-bottom: 0;
	}
	.accordion-item p {
		margin-bottom: 0;
	}
	.accordion button {
		position: relative;
		display: block;
		font-weight: var(--font-weight-500);
		text-align: left;
		width: 100%;
		padding: 16px 0;
		border: none;
		background: none;
		outline: none;
	}
	.accordion button:hover,
	.accordion button:focus {
		cursor: pointer;
		color: var(--blue);
		font-weight: var(--font-weight-700);
	}
	.accordion button:hover::after,
	.accordion button:focus::after {
		cursor: pointer;
		color: var(--blue);
		border: 1px solid var(--blue);
	}
	.accordion button .icon {
		display: none;
		position: absolute;
		top: 20px;
		right: 0;
		width: 22px;
		height: 22px;
		border: 1px solid;
		border-radius: 22px;
	}
	.accordion button .icon::before {
		display: block;
		position: absolute;
		content: "";
		top: 9px;
		left: 5px;
		width: 10px;
		height: 2px;
		background: currentColor;
	}
	.accordion button .icon::after {
		display: block;
		position: absolute;
		content: "";
		top: 5px;
		left: 9px;
		width: 2px;
		height: 10px;
		background: currentColor;
	}
	.accordion button[aria-expanded="true"] {
		color: var(--blue);
	}
	.accordion button[aria-expanded="true"] .icon::after {
		width: 0;
	}
	.accordion button[aria-expanded="true"] + .accordion-content {
		opacity: 1;
		padding-bottom: 20px;
		max-height: 99em;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
		will-change: opacity, max-height;
	}
	.accordion .accordion-content {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: opacity 200ms linear, max-height 200ms linear;
		transition: opacity 200ms linear, max-height 200ms linear;
		will-change: opacity, max-height;
	}
	.category .news-photo {
	    height: 220px;
	}
	.category .project-news .heading-h3,
	.archive .project-news .heading-h3,
	.search .project-news .heading-h3 {
	    color: var(--blue);
	}
	.postform {
	    width: 80px;
	    padding: 8px 15px;
	    color: var(--blue);
	    font-size: var(--font-size-14);
	    text-transform: uppercase;
	}
	.searchandfilter .small-button {
		display: none;
	}
	.filter.gap-20 {
		gap: 10px;
	}
	.first-widget {
		height: 34px;
	}
}

/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.logo img {
		height: 48px;
	}
	.logo-project img {
		max-height: 68px;
	}
	.page-template-page-with-hero blockquote {
		padding: 80px 15px;
		margin: 20px auto;
		background: url(assets/img/bg/blockquote.jpg);
		background-size: cover;
		border-radius: 25px;
		background-repeat: no-repeat;
		background-position: center;
		color: var(--white);
		text-align: center;
	}
	.page-template-page-with-hero blockquote p:nth-child(1),
	.page-template-page-with-hero blockquote p:nth-child(2) {
		color: var(--white);
	}
	blockquote p:nth-child(1) {
		font-size: var(--font-size-12);
	}
	blockquote p:nth-child(2) {
	    font-weight: var(--font-weight-600);
	}
	.tab-rp-btn {
		gap: 0 25px;
        flex-wrap: wrap;
    }
    .right-column ul li,
    .list-of-reports li,
    .tab-rp-btn .tab-rp {
	    margin-bottom: 28px;
	}
    .list-of-reports li a {
	    padding: 16px 60px 16px 20px;
	    font-weight: var(--font-weight-600);
	}
	.select-xs {
		font-size: var(--font-size-18);
		font-weight: var(--font-weight-700);
		color: var(--blue);
	}
	.page-template-page-with-hero #select {
		padding: 12px 30px 12px 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: transparent;
		background-image: url(assets/img/icons/arrow-down.svg);
		background-repeat: no-repeat;
		background-position: 80% 50%;
		border-radius: var(--border-radius-50);
		border: 1.5px solid var(--blue);
		color: var(--blue);
		cursor: pointer;
		font-weight: var(--font-weight-500);
		font-size: var(--font-size-16);
		text-overflow: ellipsis;
	}
	.page-template-page-with-hero .tabs,
	.single-post .tabs {
		padding-bottom: 20px;
		margin-bottom: 40px;
		gap: 0;
		border-bottom: 2px solid #aed9fa;
	}
	.page-template-page-with-hero .logo-project,
	.burabike-image,
	.postid-100 .the-project .small-preview,
	.postid-195 .the-project .small-preview {
		display: none;
	}
	.page-template-page-with-hero .tab-btn,
	.single-post .tab-btn {
		display: flex !important;
		flex-direction: row !important;
		overflow: auto;
		white-space: nowrap;
	}
	.page-template-page-with-hero .tab-btn span,
	.single-post .tab-btn span {
		display: inline-block;
	}
	.table-fest table tbody td,
	.handle {
	    font-size: 14px;
	}
	.table-flex {
		width: 150px;
		font-size: 14px;
	}
	.accordion > input[type="checkbox"] {
		left: -1000vw;
	}
	.table-fest table thead th {
		padding: 15px 15px 0 0;
	}
	.burabike-desc {
	   -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    border-radius: 20px;
	}
	.gallery-item {
		width: 45% !important;
	}
}

@media (max-width: 375.98px) {
	.grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}