@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");

html {
	font-size: 10px !important
}

@media screen and (min-width:1800px) {
	html {
		font-size: 12px !important
	}
}

@media screen and (max-width:1799.9px) and (min-width: 1599.9px) {
	html {
		font-size: 11px !important
	}
}

@media screen and (max-width:1599.9px) and (min-width: 1399.9px) {
	html {
		font-size: 10px !important
	}
}

@media screen and (max-width:1399.9px) and (min-width: 1199.9px) {
	html {
		font-size: 9px !important
	}
}

@media screen and (max-width:1199.9px) and (min-width: 1023.9px) {
	html {
		font-size: 9px !important
	}

	.container {
		max-width: 100% !important;
		padding: 0 1.6rem !important;
		grid-template-columns: 30rem auto !important;
	}
}

@media screen and (max-width:1023.9px) and (min-width: 991.9px) {
	html {
		font-size: 8px
	}


}

@media screen and (max-width:991.9px)and (min-width:767.9px) {
	html {
		font-size: 7px
	}

}

@media screen and (max-width:767.9px) {
	html {
		font-size: 10px
	}
}

:root {
	--blue: #006dbd;
	--aside: #004475;
	--sea: #4f85ac;
	--bg: #e5e5e5;
	--black: #121b21;
	--white: #f7f7f7;
	--lh: 1.5;
	--lts: .03em;
	--speed: .3s;
	--ease: ease-in-out;
	/* --fontSize: 10px !important; */
}

:root .monochrome {
	--aside: #121b21;
	--blue: #121b21
}

:root {
	--bs-blue: #0070c2;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0070c2;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 0, 112, 194;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}

*,
:after,
:before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	margin: 0;
	text-align: var(--bs-body-text-align)
}

hr {
	background-color: currentColor;
	border: 0;
	color: inherit;
	margin: 1rem 0;
	opacity: .25
}

hr:not([size]) {
	height: .1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1023px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1023px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1023px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1023px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-bottom: 1rem;
	margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
	cursor: help;
	text-decoration: underline dotted;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: .875em
}

mark {
	background-color: #fcf8e3;
	padding: .2em
}

sub,
sup {
	font-size: .75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0070c2;
	text-decoration: underline
}

a:hover {
	color: #005a9b
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	direction: ltr;
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	font-size: .875em;
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto
}

pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal
}

code {
	word-wrap: break-word;
	color: #d63384;
	font-size: .875em
}

a>code {
	color: inherit
}

kbd {
	background-color: #212529;
	border-radius: .2rem;
	color: #fff;
	font-size: .875em;
	padding: .2rem .4rem
}

kbd kbd {
	font-size: 1em;
	font-weight: 700;
	padding: 0
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	border-collapse: collapse;
	caption-side: bottom
}

caption {
	color: #6c757d;
	padding-bottom: .5rem;
	padding-top: .5rem;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

textarea {
	resize: vertical
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

legend {
	float: left;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
	margin-bottom: .5rem;
	padding: 0;
	width: 100%
}

@media (min-width:1023px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -.2rem
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	cursor: pointer;
	display: list-item
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

::placeholder {
	color: #666
}

::selection {
	background-color: var(--blue);
	color: #fff
}

input,
textarea {
	outline: none
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

input:required:valid,
textarea:required:valid {
	border-color: green
}

body {
	background-color: var(--white);
	color: var(--black);
	font-family: Inter, sans-serif;
	font-size: var(--fz);
	line-height: var(--lh);
	min-width: 32rem;
	overflow-x: hidden;
	position: relative
}

body.monochrome {
	filter: grayscale(100%)
}

p {
	margin: 0 0 1rem
}

p+h2,
p+h3 {
	padding-top: 6rem
}

p+div {
	margin-top: 4rem
}

a {
	color: var(--blue);
	text-decoration: none;
	transition: color var(--speed) ease-in-out
}

a:hover {
	color: var(--black);
	text-decoration: none
}

.monochrome a {
	color: var(--aside)
}

path,
svg {
	transition: fill var(--speed) ease-in-out
}

#wrapper {
	min-height: 100%;
	width: 100%
}

.container {
	display: grid;
	gap: 0 4rem;
	grid-template-columns: 33.3rem auto;
	margin: 0 auto;
	max-width: 144rem;
	padding: 0 5rem 0 1.7rem
}

.container>* {
	min-width: 0
}

@media screen and (max-width:1023.9px) {
	#main .container {
		max-width: none;
		transform: translateX(-35.1rem);
		transition: transform var(--speed) ease-in-out;
		width: calc(100% + 35.1rem)
	}

	.navigation #main .container {
		transform: translateX(0)
	}
}

@media screen and (max-width:1024px) {
	.container {
		gap: 0 3rem;
		padding: 0 2.4rem
	}

	#main .container {
		transform: translateX(-36.3rem);
		width: calc(100% + 36.3rem)
	}
}

h1 {
	color: var(--blue);
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 6.1rem;
	margin: 0
}

@media screen and (max-width:1024px) {
	h1 {
		font-size: 4.2rem;
		line-height: 5.6rem
	}
}

@media screen and (max-width:500px) {
	h1 {
		font-size: 3.6rem;
		line-height: 4.4rem
	}
}

h2 {
	font-size: 3.6rem;
	line-height: 130%;
	margin: 0 0 2rem
}

h2,
h3 {
	font-weight: 700;
	letter-spacing: .05em
}

h3 {
	font-size: 3.2rem;
	line-height: 4.1rem;
	margin: 0 0 3.2rem
}

@media screen and (max-width:500px) {
	h3 {
		font-size: 2.4rem;
		line-height: 2.9rem
	}
}

h4 {
	color: var(--aside);
	font-size: 1.6rem;
	letter-spacing: .1em;
	line-height: 1.9rem;
	margin: 0 0 1.6rem;
	text-transform: uppercase
}

.pageTitle,
h4 {
	font-weight: 700
}

.pageTitle {
	color: #121b21;
	font-size: 4.8rem;
	letter-spacing: .02em;
	line-height: 140.02%;
	margin-bottom: 2.6rem;
	word-break: break-all
}

.font-size,
.header-style,
.langs,
.last-search,
.mode,
.news-item,
.search input,
.select2.select2-container--open,
.shadow,
.ui-autocomplete {
	box-shadow: 0 .8rem 1.5rem hsla(240, 3%, 87%, .15)
}

.event-item:hover,
.get-direction>*,
.news-item:hover,
.select2-dropdown,
.shadow-hover {
	box-shadow: 0 .8rem 1.5rem hsla(0, 0%, 59%, .25)
}

.img_contain,
.news-item .img img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

#aside {
	grid-row: 1/span 2;
	position: relative;
	z-index: 20
}

#aside .font-size,
#aside .langs,
#aside .search {
	display: none
}

@media screen and (max-width:1240px) {
	#aside .langs {
		background: none;
		border-radius: 0;
		box-shadow: none;
		display: inline-flex;
		height: auto;
		width: auto
	}

	#aside .langs a {
		color: var(--white);
		padding: .3rem .9rem
	}
}

@media screen and (max-width:1024px) {

	#aside .font-size,
	#aside .search {
		display: inline-flex
	}

	#aside .mobile-align {
		align-items: center;
		display: flex;
		justify-content: space-between
	}
}

.inner-scroll {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 4.5rem
}

#nav {
	background-color: var(--aside);
	border-radius: 0 2rem 2rem 0;
	height: 100vh;
	padding: 0 0 1.8rem;
	position: sticky;
	top: 0
}

#nav:before {
	background-color: var(--aside);
	bottom: 0;
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 120rem
}

#nav ul {
	list-style-type: none;
	margin: 0 -4.5rem 1.2rem 0;
	overflow: hidden;
	padding: 1.8rem 0 0
}

#nav li,
#nav ul {
	position: relative
}

#nav li {
	z-index: 5
}

#nav li:before {
	background-color: var(--white);
	border-radius: 3rem 0 0 3rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: var(--speed) var(--ease);
	transition-property: transform, opacity
}

@media (hover:hover) {
	#nav li:hover:before {
		transform: translateX(0)
	}
}

#nav li.hover:before {
	transform: translateX(0)
}

#nav li.hover a {
	color: #008AEE;
}

#nav li.hover a:after,
#nav li.hover a:before {
	opacity: 1
}

#nav li.hover a svg:nth-of-type(2) {
	opacity: 1
}

#nav li a {
	align-items: center;
	border-radius: 3rem 0 0 3rem;
	color: var(--white);
	display: flex;
	font-size: 1.6rem;
	font-weight: 600;
	gap: 0 2rem;
	height: 4.7rem;
	justify-content: flex-start;
	letter-spacing: .1em;
	line-height: 1.9rem;
	padding: 0 3.6rem;
	position: relative;
	text-transform: uppercase;
	transition-property: color, background-color
}

#nav li a:after,
#nav li a:before {
	background: url(../images/dist/menu-hover.png) no-repeat 0 0/3.8rem 13.8rem;
	content: "";
	height: 4rem;
	left: calc(100% - 3.7rem);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -3.3rem;
	transition: opacity .3s ease-in-out;
	transition: opacity var(--speed) var(--ease);
	width: 4.1rem
}

#nav li a:after {
	background-position: 0 100%;
	bottom: -3.6rem;
	top: auto
}

#nav li a:hover {
	color: #008AEE;
}

#nav li a:hover:after,
#nav li a:hover:before {
	opacity: 1
}

#nav li a:hover svg:nth-of-type(2) {
	opacity: 1
}

#nav li.active>a {
	background-color: var(--white);
	color: #008AEE;
	font-size: 2rem;
	font-weight: 700
}

.contactPinSecond {
	opacity: 0;
	position: absolute;
	bottom: 0;
}

#nav li.active>a:after,
#nav li.active>a:before {
	opacity: 1
}

#nav li.active>a svg:nth-of-type(2) {
	opacity: 1
}

#nav li svg {
	transition: opacity var(--speed) var(--ease);
	width: 2.2rem;
	height: 2.2rem;
}

#nav li svg:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

#nav li .drop {
	display: none
}

#nav .ico {
	position: relative
}

#nav .social {
	border-top: .1rem solid #eef3f6;
	justify-content: space-between;
	margin-left: 3.6rem;
	padding-top: 2.2rem;
	margin-right: 4.5rem;
}

#nav .social>* {
	background-color: hsla(0, 0%, 100%, .25);
	border-radius: .8rem;
	height: 4rem;
	width: 4rem
}

.monochrome #nav .ico svg:nth-of-type(2) path {
	fill: var(--aside)
}

#nav .has-drop {
	display: none
}

@media screen and (max-width:1240px) {
	#nav .social {
		margin-bottom: 2rem
	}
}

@media screen and (max-width:500px) {
	#nav .has-drop {
		align-items: center;
		display: block;
		display: flex;
		filter: brightness(0) invert(1);
		height: 4.4rem;
		justify-content: center;
		position: absolute;
		right: 1rem;
		top: 0;
		transform: scaleX(-1);
		transition: var(--speed) ease-in-out;
		transition-property: filter, transform;
		width: 4rem;
		z-index: 5
	}

	#nav .drop {
		padding-left: 8rem
	}

	#nav li.active a {
		font-size: 1.6rem;
		line-height: 1.9rem
	}

	#nav li.active .has-drop {
		filter: unset
	}

	#nav li.show .has-drop {
		transform: scaleY(-1)
	}

	#nav li.show .drop {
		display: flex
	}

	#nav li>a {
		font-size: 1.4rem;
		height: 4.4rem;
		line-height: 1.7rem;
		position: relative;
		z-index: 3
	}

	#nav li>a:after,
	#nav li>a:before {
		background-image: url(../images/src/menu-hover-small.png);
		background-size: 4.1rem 9.3rem;
		height: 9rem;
		top: -2.4rem
	}

	#nav li>a:after {
		bottom: -2.5rem;
		top: auto
	}

	#nav li .has-drop {
		filter: brightness(0) invert(1);
		transform: scaleX(-1)
	}

	#nav li .drop.show {
		display: flex
	}

	#nav li .drop a {
		font-size: 1.4rem;
		font-weight: 400;
		height: auto;
		line-height: 1.7rem;
		margin: .4rem 0;
		padding: .4rem 0;
		text-transform: none
	}

	#nav li .drop a:after,
	#nav li .drop a:before {
		display: none
	}
}

.drop {
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2.5rem
}

.drop a {
	color: var(--aside);
	margin: 1.2rem 0;
	padding: .6rem 0
}

.drop a:hover {
	color: var(--black)
}

.dropdown {
	align-items: center;
	background: var(--white);
	border-radius: 0 3rem 3rem 0;
	bottom: 0;
	box-shadow: 2rem -1rem 2rem rgba(183, 194, 210, .15);
	display: flex;
	justify-content: center;
	opacity: 0;
	padding: 5rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(30.3rem);
	transition: var(--speed) ease-in-out;
	transition-property: opacity, transform;
	width: 30.3rem;
	z-index: 3
}

.dropdown.show {
	opacity: 1;
	pointer-events: auto
}

.seo-text {
	background-color: #fcfcfc;
	border-radius: 3rem 3rem 0 0;
	font-size: 1.8rem;
	letter-spacing: .03em;
	line-height: 2.7rem;
	margin: 0 -5rem 0 -4rem;
	padding: 5.5rem 11.7rem 2.9rem 11.2rem;
	position: relative
}

.seo-text:before {
	background-color: #e5e5e5;
	bottom: 0;
	content: "";
	height: .1rem;
	left: 4rem;
	position: absolute;
	right: 5rem
}

.seo-text svg {
	transform: scaleY(-1);
	transition: transform var(--speed) ease-in-out
}

.seo-text.display svg {
	transform: scaleX(-1)
}

.seo-text .expand {
	max-width: 64.8rem;
	overflow: hidden;
	position: relative;
	padding-top: 1.6rem;
}

.seo-text .exp-holder {
	overflow: hidden;
	padding-top: 2.3rem;
	position: relative
}

.seo-head {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.8rem;
	justify-content: space-between;
	letter-spacing: .03em;
	line-height: 2.7rem
}

.seo-head h4 {
	font-size: 2.4rem;
	letter-spacing: .05em;
	line-height: 3.1rem;
	margin: 0;
	text-transform: none
}

@media screen and (max-width:768px) {
	.seo-text {
		padding-left: 4.5rem;
		padding-right: 4.5rem
	}
}

.more {
	align-items: center;
	color: var(--black);
	display: flex;
	font-size: 1.7rem;
	font-weight: 600;
	gap: 0 1.8rem;
	line-height: 2.1rem
}

.more:hover {
	color: var(--blue)
}

.more-head {
	display: flex;
	justify-content: space-between;
	padding-bottom: 3.2rem
}

.more-head h2,
.more-head h3 {
	margin: 0
}

@media screen and (max-width:500px) {
	.more {
		font-size: 1.4rem;
		gap: 0 .8rem;
		line-height: 1.7rem
	}
}

.events {
	display: grid;
	gap: 2.4rem;
	grid-auto-rows: 27.8rem;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 7.3rem
}

.event-item {
	background-color: #cce9ff;
	border-radius: 1.5rem;
	color: var(--black);
	display: flex;
	flex-direction: column;
	font-size: 2.8rem;
	justify-content: space-between;
	letter-spacing: .05em;
	line-height: 3.9rem;
	min-width: 0;
	padding: 3rem 2.8rem;
	transition-property: box-shadow
}

.event-item:first-child {
	grid-row: span 2
}

.events-page .event-item:first-child {
	grid-row: span 1 !important;
}

.events-page .event-item {
	height: 27.8rem;
}

.events-page .event-item svg {
	width: 10.3rem;
	height: 10.3rem;
}

.newspage .news-item strong {
	height: 3.8rem;
}

.newspage .news-item p {
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 140.02%;
	letter-spacing: 0.05em;
	color: #121B21;
	height: 2.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.event-item strong {
	display: block;
	font-weight: 600;
	padding-right: 5rem
}

.event-item svg {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.events {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:500px) {
	.events {
		gap: .8rem 0;
		grid-auto-rows: auto;
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 4rem
	}

	.event-item {
		align-items: center;
		flex-direction: row;
		font-size: 2rem;
		gap: 0 2.4rem;
		justify-content: flex-start;
		line-height: 2.8rem;
		padding: 1.3rem 3rem
	}

	.event-item:first-child {
		grid-row: 1
	}

	.event-item svg {
		height: 3.7rem;
		order: 1;
		width: 3.7rem
	}

	.event-item strong {
		order: 2;
		padding: 0
	}
}

.news {
	display: grid;
	gap: 2.4rem;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 3.2rem
}

.news-item {
	background-color: #fff;
	border-radius: 3rem;
	color: var(--black);
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.6rem;
	padding: 2.2rem 4.1rem;
	transition-property: box-shadow
}

.news-item:hover img {
	transform: scale(1.15)
}

.news-item .img {
	border-radius: 3rem;
	height: 27.7rem;
	margin: 0 -1.6rem 2.1rem;
	overflow: hidden
}

.news-item .img img {
	transition: transform .6s var(--ease)
}

.news-item strong {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: inherit;
	margin-bottom: 2.8rem;
	overflow: hidden;
	height: 8rem;
}

.news-item .date {
	color: #242424;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 140.8%;
	margin-bottom: 1.2rem;
	opacity: .7
}

.news-holder {
	margin-bottom: 5.6rem;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5.6rem
}

.news-holder .swiper-pagination-bullets {
	bottom: 2rem !important;
}

.news-holder .news {
	display: flex;
	gap: 0;
	margin: 0
}

.news-holder .news .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--speed) var(--ease)
}

.news-holder .news .swiper-slide-active {
	opacity: 1;
	pointer-events: all
}

.news-holder .news .swiper-slide-active+.swiper-slide {
	opacity: 1;
	pointer-events: all
}

.news-holder .news .swiper-slide-active+.swiper-slide+.swiper-slide {
	opacity: 1;
	pointer-events: all
}

.news.bookStyle .news-item {
	color: #121b21;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 140.02%;
	padding: 1.3rem 2.5rem 4.6rem
}

.news.bookStyle .img {
	border-radius: 1.5rem;
	height: 31.6rem;
	margin: 0 -1rem 1.3rem
}

.news.bookStyle strong {
	color: #006dbd;
	display: block;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 140.02%;
	margin: 0 0 1rem
}

.monochrome .news.bookStyle strong {
	color: var(--aside)
}

.news.bookStyle p {
	margin: 0
}

.news.lightStyle .news-item {
	background: none;
	box-shadow: none;
	color: #121b21;
	padding: 0;
	transition: color var(--speed) var(--ease)
}

.news.lightStyle .news-item:hover {
	color: #0070c2
}

.news.lightStyle .img {
	border-radius: 1.5rem;
	height: 19.4rem;
	margin: 0 0 2rem
}

.news.lightStyle span {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 159%;
	padding: 0 2rem 0 .5rem
}

.news.projectsStyle .news-item {
	overflow: hidden;
	padding: 0 2.4rem 4.6rem;
	position: relative
}

.projectsStyle strong {
	height: 7rem;
}

.news.projectsStyle .news-item strong {
	color: #121b21;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 150%;
	margin: 0
}

.news.projectsStyle .img {
	border-radius: 0;
	height: 23.4rem;
	margin: 0 -2.4rem 2.6rem
}

.news.partnersStyle .img {
	height: 15.4rem
}

.news.partnersStyle strong {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 2.5rem
}

.news.partnersStyle .news-item {
	padding-bottom: 1.2rem
}

@media screen and (max-width:1024px) {
	.news {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:760px) {
	.news {
		grid-template-columns: repeat(1, 1fr)
	}

	.news-item {
		padding-left: 3.5rem;
		padding-right: 3.5rem
	}

	.news-item .img {
		margin-left: -1rem;
		margin-right: -1rem
	}
}

.button {
	align-items: center;
	background: none;
	border: .1rem solid var(--aside);
	border-radius: 3rem;
	color: var(--aside);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 5.4rem;
	line-height: 2.2rem;
	margin: 0;
	padding: 0 3rem;
	transition: var(--speed) var(--ease);
	transition-property: color, background-color, border-color
}

.button svg {
	display: block;
	margin-right: .8rem
}

.button svg path {
	transition: fill var(--speed) var(--ease)
}

.button:focus {
	background-color: #00508a;
	border-color: #00508a;
	color: var(--white)
}

.button.disabled,
.button:disabled {
	background-color: rgba(0, 138, 238, .15);
	border-color: transparent;
	color: rgba(0, 80, 138, .35);
	pointer-events: none
}

.button.show-more {
	left: 50%;
	margin-bottom: 3.2rem;
	position: relative;
	transform: translateX(-50%)
}

.button.white {
	border-color: #f7f7f8;
	color: #f7f7f8;
	text-transform: uppercase
}

.button.voice {
	margin-bottom: 3.2rem
}

.button.fill {
	background-color: #008aee;
	border-color: #008aee;
	color: var(--white)
}

.button.fill:hover {
	background-color: #006dbd;
	border-color: #006dbd
}

.button.fill:active {
	background-color: #00508a;
	border-color: #00508a
}

.monochrome .button.fill {
	background-color: var(--aside);
	border-color: var(--aside)
}

.monochrome .button.fill:hover {
	background-color: #ecedee;
	color: var(--aside)
}

.monochrome .button.fill:hover path {
	fill: var(--aside)
}

.button:hover {
	background-color: var(--blue);
	border-color: var(--blue);
	color: var(--white)
}

.button:hover svg path {
	fill: var(--white)
}

.monochrome .button:not(.fill) path {
	fill: var(--aside)
}

.monochrome .button:not(.fill):hover path {
	fill: #ecedee
}

.monochrome .button.fill path {
	fill: #ecedee
}

.page-head {
	background-color: rgba(190, 219, 241, .25);
	border-radius: 1.5rem;
	margin-bottom: 3.2rem;
	padding: 6rem 6.8rem;
	position: relative
}

.page-head img {
	bottom: 0;
	max-height: 100%;
	object-fit: contain;
	position: absolute;
	right: 13.6rem;
	width: auto
}

@media screen and (max-width:1024px) {
	.page-head {
		padding-left: 4rem;
		padding-right: 45%
	}

	.page-head img {
		max-width: 50%;
		right: 3.6rem
	}
}


.fade-gallery {
	color: #ecedee;
	font-size: 1.8rem;
	font-weight: 500;
	height: 57.1rem;
	letter-spacing: .1em;
	line-height: 145%;
	margin-bottom: 7.6rem;
	overflow: visible;
	position: relative
}

.fade-gallery img {
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.fade-gallery .bottom {
	max-width: 50%;
	position: relative
}

.fade-gallery strong {
	display: block;
	font-size: 3.2rem;
	letter-spacing: .05em;
	line-height: 4.5rem;
	padding-bottom: 1.3rem;
	background-color: var(--aside);
    padding: 5px 15px;
    border-radius: 1rem;
    margin-bottom: 2rem;
    width: fit-content;
}.fade-gallery .button{
    background:  var(--aside) !important;
    color: #fff !important;
}

.fade-gallery p {
	margin-bottom: 3rem
}

.fade-gallery .swiper-slide {
	align-items: flex-end;
	background: linear-gradient(2.02deg, #143750 1.7%, rgba(17, 59, 89, .85) 36.36%, rgba(102, 130, 164, 0) 97.37%);
	border-radius: 1.5rem;
	display: flex;
	overflow: hidden;
	padding: 0 0 5rem 4rem;
	position: relative
}

@media screen and (max-width:768px) {
	.fade-gallery {
		height: 46rem
	}

	.fade-gallery .bottom {
		max-width: 85%
	}
}

@media screen and (max-width:500px) {
	.fade-gallery {
		height: 20.5rem;
		margin-bottom: 4rem
	}

	.fade-gallery .bottom {
		max-width: 100%
	}

	.fade-gallery .swiper-button-next,
	.fade-gallery .swiper-button-prev,
	.fade-gallery p {
		display: none
	}

	.fade-gallery strong {
		font-size: 1.4rem;
		line-height: 100%;
		margin-bottom: .4rem;
		width:fit-content;
	}

	.fade-gallery .button {
		font-size: 1.2rem;
		height: 3.2rem;
		justify-content: center;
		width:fit-content;
	}

	.fade-gallery .swiper-slide {
		padding: 2rem
	}
}

.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	background-color: #fff;
	border-radius: 0 0 1.4rem 0;
	bottom: 0;
	cursor: pointer;
	display: flex;
	height: 6.7rem;
	justify-content: center;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: auto;
	transition: background-color var(--speed) var(--ease);
	width: 7.3rem;
	z-index: 10
}

.swiper-button-next svg,
.swiper-button-prev svg {
	display: block;
	transition: opacity var(--speed) var(--ease)
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
	transition: fill var(--speed) var(--ease)
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #e8f1f7
}

.swiper-button-next:active,
.swiper-button-prev:active {
	background-color: #fff
}

.swiper-button-next:active svg path,
.swiper-button-prev:active svg path {
	fill: #121b21
}

.swiper-button-prev {
	border-radius: 1.4rem 0 0 0;
	right: 7.3rem
}

.swiper-button-disabled {
	opacity: 1 !important
}

.swiper-button-disabled svg {
	opacity: .5
}

.swiper .swiper-pagination-bullets {
	align-items: center;
	bottom: -4rem;
	display: flex;
	font-size: 0;
	height: .8rem;
	justify-content: center;
	line-height: 0
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #008aee;
	border-radius: .4rem;
	cursor: pointer;
	display: block;
	height: .4rem;
	margin: 0 1rem;
	opacity: .35;
	transition: var(--speed) var(--ease);
	transition-property: opacity, width, height;
	width: 2.4rem
}

.monochrome .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: var(--aside)
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	height: .8rem;
	opacity: 1;
	width: 6.2rem
}

.swiper .swiper-pagination-bullets.vertical {
	bottom: auto;
	bottom: 0;
	flex-direction: column;
	height: auto;
	left: auto;
	right: -1.7rem;
	top: 0;
	width: .4rem
}

.swiper .swiper-pagination-bullets.vertical .swiper-pagination-bullet {
	height: 1.2rem;
	margin: 1rem 0;
	width: .2rem
}

.swiper .swiper-pagination-bullets.vertical .swiper-pagination-bullet-active {
	height: 3rem;
	width: .4rem
}

.monochrome .swiper [class*=swiper-button-] path {
	fill: var(--aside)
}

.breadcrumbs {
	color: #121b21;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 140.02%;
	margin-bottom: 4rem;
	width: 100%
}

.breadcrumbs svg {
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%)
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

.breadcrumbs__item {
	cursor: default;
	padding-right: 4rem;
	position: relative
}

.breadcrumbs__link {
	border-bottom: .1rem solid #008aee;
	color: #121b21;
	display: block;
	transition-property: color, border-color
}

.breadcrumbs__link:hover {
	color: #008aee
}

.breadcrumbs__link:active {
	border-color: #00508a;
	color: #00508a
}

.content {
	font-feature-settings: "pnum"on, "lnum"on, "liga"off, "kern"off;
	background-color: #fcfcfc;
	border-radius: 1.5rem;
	font-size: var(--fontSize);
	letter-spacing: .03em;
	margin-bottom: 8rem;
	padding: 5.4rem 11.4rem 4.8rem
}

.content h1 {
	font-size: 3.6rem;
	letter-spacing: .02em;
	line-height: 140.02%;
	margin-bottom: 2rem
}

.content figure {
	border-radius: 2.5rem;
	display: block;
	margin: 0 0 3.2rem;
	overflow: hidden;
	padding: 0;
	position: relative
}

.content figure a,
.content figure img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.content p {
	font-style: normal;
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #121B21;
	margin-bottom: 2.4rem;
}

.content figure img {
	object-fit: cover !important;
}

.content figure:before {
	content: "";
	display: block;
	padding-top: 46.5629053178%
}

.content footer {
	border-top: .2rem solid #d1ebff;
	display: block;
	padding-top: 3rem
}

.content h4 {
	color: #121b21;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 129.4%;
	margin-bottom: 2.4rem;
	text-transform: none
}

.content .textBlock {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 156.4%;
	max-width: 66%;
	padding-bottom: 5.4rem
}

@media screen and (max-width:768px) {
	.content {
		padding: 4.4rem
	}

	.content .textBlock {
		max-width: 82%
	}
}

@media screen and (max-width:500px) {
	.content {
		padding: 2.5rem 3rem
	}

	.content figure:before {
		padding-top: 92.562905%
	}

	.content .textBlock {
		max-width: 100%
	}
}

.multipleContent {
	display: grid;
	gap: 4rem;
	grid-template-columns: repeat(1, 1fr);
	padding-bottom: 12rem
}

.multipleContent .content {
	margin: 0
}

.bookContent {
	padding: 7.2rem 9.4rem 7.2rem 7.2rem
}

@media screen and (max-width:1024px) {
	.bookContent {
		padding: 4rem
	}
}

.bookHeader {
	column-gap: 9.6rem;
	display: grid;
	font-size: 1.8rem;
	font-weight: 500;
	grid-template-columns: auto 31.6rem;
	letter-spacing: .05em;
	line-height: 148.9%;
	padding-bottom: 1rem;
	width: 100%
}

.bookHeader p {
	margin-bottom: 3.2rem
}

.bookHeader h1 {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 140.02%;
	margin-bottom: 2rem
}

.bookHeader hr {
	background: none;
	border: solid #e4e2ed;
	border-width: 0 0 .1rem;
	display: block;
	height: 0;
	margin: 0 0 2rem;
	overflow: hidden;
	padding: 0
}

.bookHeader .bookDesc>svg {
	display: block;
	margin-bottom: 2rem
}

.bookHeader .img {
	border-radius: 1.5rem;
	height: 40.5rem;
	overflow: hidden;
	position: relative
}

.bookHeader .img img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.bookHeader>* {
	min-width: 0
}

.bookHeader .buttonBox {
	display: flex;
	flex-wrap: wrap
}

.bookHeader .buttonBox>* {
	margin-right: 1.6rem
}

@media screen and (max-width:1024px) {
	.bookHeader {
		column-gap: 4rem
	}

	.bookHeader .buttonBox {
		gap: 1.6rem 0;
		margin-bottom: 3rem
	}
}

@media screen and (max-width:768px) {
	.bookHeader {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:500px) {
	.bookHeader {
		grid-template-columns: repeat(1, 1fr)
	}

	.bookHeader .img {
		height: 32rem;
		margin: 2rem 0 2.5rem
	}
}

.play-button {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.play-button svg {
	display: block
}

.photo-gallery {
	margin-bottom: 3.2rem
}

.photo-gallery,
.photo-gallery .swiper-slide {
	border-radius: 1.5rem;
	overflow: hidden;
	position: relative
}

.photo-gallery .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--speed) var(--ease)
}

.photo-gallery .swiper-slide img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.photo-gallery .swiper-slide:before {
	content: "";
	display: block;
	padding-top: 92.7027027027%
}

.photo-gallery .swiper-slide-active {
	opacity: 1;
	pointer-events: all
}

.photo-gallery .swiper-slide-active+.swiper-slide {
	opacity: 1;
	pointer-events: all
}

.share {
	align-items: center;
	color: #006dbd;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 140.02%;
	text-transform: uppercase
}

.share>* {
	margin-right: 1.7rem
}

.share a,
.share svg {
	display: block
}

.share span {
	margin-right: 2.7rem
}

.monochrome .share {
	color: var(--aside)
}

.monochrome .share path {
	fill: var(--aside)
}

.grid {
	display: grid;
	gap: 3.2rem 2.4rem;
	grid-template-columns: repeat(auto-fill, minmax(31.7rem, 1fr));
	padding-bottom: 7.2rem
}

.grid__item {
	background-color: #fcfcfc;
	border-radius: 1.5rem;
	color: #006dbd;
	height: 46.5rem;
	overflow: hidden;
	padding: 4rem;
	position: relative;
	transition: var(--speed) var(--ease);
	transition-property: box-shadow, color
}


.grid__item strong {
	display: block;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 140.02%;
	letter-spacing: 0.05em;
	color: #006DBD;

}

.resurs p,
.resurs ul li {
	font-style: normal;
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #121B21;
	margin-bottom: 1rem;
}

.resurs ul {
	padding: 2.4rem 0;
}

.multipleContent p,
.multipleContent ul li {
	font-style: normal;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 153.4%;
	letter-spacing: 0.03em;
	color: #121B21;
}

.multipleContent ul li {
	margin-bottom: 2rem;
}

.multipleContent strong {
	font-size: 3.2rem;
	line-height: 129.4%;
	letter-spacing: 0.05em;
	color: #121B21;
}

.grid__item svg,
.grid__item img {
	bottom: 0;
	height: auto;
	left: 1rem;
	max-height: calc(100% - 11.5rem);
	object-fit: contain;
	position: absolute;
	right: 1rem;
	width: calc(100% - 2rem)
}

.grid__item:hover {
	box-shadow: 0 .8rem 1.5rem hsla(0, 0%, 59%, .25);

}

@media screen and (max-width:500px) {
	.grid__item {
		height: 41rem
	}
}

.videoBox {
	background: #03487b;
	border-radius: 1.5rem;
	display: block;
	margin-bottom: 4rem;
	overflow: hidden;
	position: relative
}

.videoBox img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.videoBox:before {
	content: "";
	display: block;
	padding-top: 46.5629053178%
}

@media screen and (max-width:500px) {
	.videoBox:before {
		padding-top: 92.562905%
	}
}

.countUp {
	background: #fcfcfc;
	border-radius: 1.5rem;
	display: grid;
	gap: 6.3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 4rem;
	padding: 6.3rem;
	text-align: center
}

.countUp .item {
	font-feature-settings: "pnum"on, "lnum"on, "liga"off, "kern"off;
	color: #121b21;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 153.4%
}

.countUp p {
	margin: 0
}

.countUp svg {
	display: block;
	margin: 0 auto 1rem;
	width: 10.3rem;
	height: 10.3rem;
}

.countUp strong {
	font-feature-settings: "pnum"on, "lnum"on, "liga"off, "kern"off;
	color: #121b21;
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 153.4%;
	margin-bottom: .4rem;
	text-align: center
}

@media screen and (max-width:768px) {
	.countUp {
		gap: 2.2rem;
		padding: 4.4rem
	}
}

@media screen and (max-width:500px) {
	.countUp {
		gap: 3rem 0;
		grid-template-columns: repeat(1, 1fr)
	}
}

.aboutPerson {
	font-feature-settings: "pnum"on, "lnum"on, "liga"off, "kern"off;
	background: #fcfcfc;
	border-radius: 1.5rem;
	color: #121b21;
	column-gap: 6.4rem;
	display: grid;
	font-size: 2.4rem;
	font-weight: 400;
	grid-template-columns: auto 32.9rem;
	letter-spacing: .03em;
	line-height: 153.4%;
	margin-bottom: 4rem;
	padding: 6rem 8rem 4rem 6.4rem
}

.aboutPerson>* {
	min-width: 0
}

.aboutPerson h3 {
	margin-bottom: 2.4rem
}

.aboutPerson .desc {
	align-items: center;
	display: flex
}

.aboutPerson .photo {
	text-align: center;
	text-transform: uppercase
}

.aboutPerson .photo strong {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 129.4%;
	margin-bottom: .5rem
}

.aboutPerson .photo span {
	color: #007cd7;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 129.4%;
	text-align: center
}

.aboutPerson .img {
	border-radius: 1.5rem;
	height: 40.3rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	position: relative
}

.aboutPerson .img img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@media screen and (max-width:768px) {
	.aboutPerson {
		gap: 4rem;
		grid-template-columns: repeat(1, 1fr)
	}

	.aboutPerson .img {
		margin-bottom: 0
	}
}

@media screen and (max-width:500px) {
	.aboutPerson {
		font-size: 2rem;
		gap: 3rem;
		padding: 4rem 3rem
	}

	.aboutPerson .img {
		height: 21rem
	}
}

.peopleHead {
	column-gap: 9.6rem;
	display: grid;
	grid-template-columns: auto 32.3rem;
	padding-bottom: 6.4rem
}

.peopleHead h1 {
	font-size: 4.8rem;
	letter-spacing: .02em;
	line-height: 140.02%;
	margin-bottom: 2.8rem
}

.peopleHead .desc {
	font-feature-settings: "pnum"on, "lnum"on, "liga"off, "kern"off;
	align-items: center;
	color: #121b21;
	display: flex;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 149.9%
}

.peopleHead .img {
	background-color: rgba(85, 85, 102, .05);
	border-radius: 1.5rem;
	box-shadow: 0 .8rem 1.5rem hsla(240, 3%, 87%, .15);
	height: 40.3rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	padding: 2rem;
	position: relative
}

.peopleHead .img img {
	border-radius: 1.5rem;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%
}

@media screen and (max-width:768px) {
	.peopleHead {
		gap: 4rem;
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 4rem
	}

	.peopleHead h1 {
		font-size: 4rem
	}

	.peopleHead .img {
		height: 32rem
	}
}

@media screen and (max-width:500px) {
	.peopleHead {
		gap: 2rem;
		grid-template-columns: repeat(1, 1fr)
	}
}

.filters {
	align-items: center;
	border-bottom: .1rem solid var(--aside);
	display: flex;
	font-size: 1.6rem;
	font-weight: 600;
	gap: 0 .2rem;
	letter-spacing: .05em;
	line-height: 2.2rem;
	margin-bottom: 3.2rem;
	padding-bottom: 2.1rem
}

.filters a {
	align-items: center;
	border-radius: 1.5rem;
	color: inherit;
	display: inline-flex;
	height: 3.9rem;
	padding: 0 1.5rem;
	transition-property: color, background-color
}

.filters a.active {
	background-color: var(--aside);
	color: #ecedee
}

@media screen and (max-width:500px) {
	.filters {
		overflow-x: scroll;
		white-space: nowrap
	}
}

.low {
	background-color: #fcfcfc;
	border-radius: 1.5rem;
	font-size: var(--fontSize);
	margin-bottom: 8rem;
	padding: 0 10.5rem
}

.low-item {
	padding: 4.6rem 0 1.2rem
}

.low-item:last-child {
	padding-bottom: 5.9rem
}

.low-item strong {
	font-style: normal;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 140.02%;
	letter-spacing: 0.05em;
	color: #121B21;
}

.low-item p {
	font-style: normal;
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 3.7rem;
	letter-spacing: 0.05em;
	color: #121B21;
}

.low h3 {
	border-bottom: .4rem solid var(--aside);
	margin-bottom: 3rem;
	padding-bottom: 1.6rem
}

.low strong {
	display: block;
	font-weight: 700;
	margin-bottom: 1.2rem
}

.low .link {
	align-items: center;
	background: url(../images/src/content/arrow.svg) no-repeat 100% 50%/1.1rem auto;
	color: inherit;
	display: inline-flex;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 2.1rem;
	padding-right: 2.2rem;
	margin-top: 1.8rem;
}

.low .link:hover {
	color: var(--aside)
}

@media screen and (max-width:768px) {
	.low {
		padding: 0 6rem
	}
}

@media screen and (max-width:500px) {
	.low {
		padding: 0 3rem
	}

	.low-item {
		padding-top: 3.5rem
	}

	.low-item:first-child {
		padding-top: 2.5rem
	}
}

.support {
	background-color: #fcfcfc;
	border-radius: 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 2rem;
	padding: 2.5rem
}

.support>* {
	color: inherit;
	padding-bottom: 4.3rem;
	text-align: center
}

.support>:last-child {
	border: solid rgba(0, 112, 194, .25);
	border-width: 0 0 0 .1rem
}

.support .pic {
	align-items: center;
	display: flex;
	height: 12.6rem;
	justify-content: center;
	padding: 2rem 0
}

.support span {
	display: block;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-bottom: 2.5rem;
	opacity: .25;
	padding-top: .2rem
}

.monochrome .support .pic path {
	fill: var(--aside)
}

.support strong {
	font-style: normal;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 153.4%;
	letter-spacing: 0.03em;
	font-feature-settings: 'pnum'on, 'lnum'on, 'liga'off, 'kern'off;
	color: #121B21;
}

@media screen and (max-width:1024px) {
	.support>* {
		padding: 0 2rem
	}
}

@media screen and (max-width:500px) {
	.support {
		grid-template-columns: repeat(1, 1fr)
	}

	.support>* {
		margin-bottom: 4rem
	}

	.support>:last-child {
		border-left-width: 0;
		border-top-width: .1rem;
		margin-bottom: 1rem;
		padding-top: 1rem
	}
}

.figure {
	border-radius: 1.5rem;
	display: block;
	margin: 0 0 2.4rem;
	overflow: hidden
}

.figure img {
	height: 100%;
	object-fit: contain;
	width: 100%
}

.get-direction {
	align-items: center;
	bottom: 3.9rem;
	display: flex;
	gap: 0 .4rem;
	left: 3.9rem;
	position: absolute;
	z-index: 10
}

.get-direction>* {
	background: #fff
}

.get-direction button {
	border: none;
	border-radius: 50%;
	height: 6.1rem;
	margin: 0;
	padding: 0;
	width: 6rem
}

.get-direction input {
	border: none;
	border-radius: 1.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	height: 5.4rem;
	line-height: 2rem;
	padding: 1.8rem 2.3rem
}

.contacts-map {
	background-color: #fcfcfc;
	height: 61rem;
	margin-bottom: 6rem;
	padding: 3.2rem
}

.contacts-map,
.contacts-map iframe {
	border-radius: 1.5rem;
	position: relative
}

.contacts-map iframe {
	z-index: 3
}

.contacts-form {
	display: grid;
	gap: 0 3.7rem;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 4.4rem;
	position: relative
}

.contacts-form .input.textarea {
	grid-column: 1/span 2
}

.contacts-form .input.textarea textarea {
	display: block;
	height: 18.9rem;
	resize: none;
	width: 100%
}

.contacts-form .button-holder {
	grid-column: 1/span 2;
	text-align: right
}

@media screen and (max-width:500px) {
	.contacts-map {
		height: 51rem;
		padding: 2.2rem
	}

	.contacts-form {
		display: block
	}
}

.input {
	background: #fff;
	border-radius: 1.5rem;
	margin-bottom: 3.3rem;
	position: relative;
	width: 100%
}



.input input,
.input textarea {
	background: none;
	border: none;
	color: var(--blue);
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	height: 6rem;
	line-height: 2.2rem;
	margin: 0;
	padding: 2.3rem 3.2rem 1.2rem;
	width: 100%
}

.input input::placeholder,
.input textarea::placeholder {
	color: transparent
}

.input input:focus+label span,
.input input:not(:placeholder-shown)+label span {
	opacity: 1;
	transform: translate3d(1.2rem, -1.5rem, 0) scale3d(.65, .65, 1)
}

/* .input textarea:focus+label span,
.input textarea:not(:placeholder-shown)+label span {
	opacity: 1;
	transform: translate3d(-1.2rem, -1.5rem, 0) scale3d(.65, .65, 1)
} */

.input:focus-within label span {
	font-weight: 600;
	opacity: .45;
	transform: translate3d(-1.8rem, -3.1rem, 0) scale3d(.75, .75, 1)
}

.input.textarea:focus-within label span {
	font-weight: 600;
	opacity: 1;
	transform: translate3d(1rem, -1.4rem, 0) scale3d(.75, .75, 1) !important;
}


.input input:invalid:not(:valid):not(:placeholder-shown)~.error,
.input textarea:invalid:not(:valid):not(:placeholder-shown)~.error {
	opacity: 1
}

.input input:invalid:not(:valid):not(:placeholder-shown) .invalid-icon,
.input textarea:invalid:not(:valid):not(:placeholder-shown) .invalid-icon {
	opacity: 1
}

.input input:valid:not(:placeholder-shown)~.valid-icon,
.input textarea:valid:not(:placeholder-shown)~.valid-icon {
	opacity: 1
}

.input input[type=text]~.visible-icon .visible-pass,
.input textarea[type=text]~.visible-icon .visible-pass {
	opacity: 0
}

.input input[type=text]~.visible-icon .invisible-pass,
.input textarea[type=text]~.visible-icon .invisible-pass {
	opacity: 1
}

/* .input input[type=tel]+label span,
.input textarea[type=tel]+label span {
	transform: translate3d(-1.8rem, -3.1rem, 0) scale3d(.75, .75, 1)
} */

.input label {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: border-color var(--speed) ease
}

.input label span {
	left: 0;
	padding-left: 3.2rem;
	position: absolute;
	top: 2rem;
	transform-origin: top left;
	transition: var(--speed) ease;
	transition-property: transform, opacity;
	width: 100%
}

.input label span,
.select2 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2.2rem
}

.select2 {
	border-radius: 1.5rem;
	display: inline-flex;
	min-height: 6rem;
	min-width: 20rem;
	transition: box-shadow var(--speed) ease-in-out;
	width: 100% !important
}

.select2,
.select2.select2-container--open {
	border: none
}

.select2.select2-container--open .select2-selection .select2-selection__arrow {
	transform: scale(-1)
}

.select2.select2-container {
	vertical-align: middle;
	width: 100%
}

.select2 .selection {
	height: 100%;
	width: 100%
}

.select2 .selection .select2-selection {
	align-items: center;
	display: flex;
	height: 6rem !important;
	padding: 0 3.2rem
}

.select2 .select2-selection {
	background-color: var(--c-bg);
	border: none;
	height: 100%;
	transition: background-color var(--speed) ease
}

.select2 .select2-selection.select2-selection--single {
	border: none;
	border-radius: 1.5rem;
	height: 100%
}

.select2 .select2-selection .select2-selection__rendered {
	border: none;
	color: var(--black);
	display: block;
	padding: .2rem 5.5rem 0 3.2rem
}

.select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
	color: var(--black)
}

.select2 .select2-selection .select2-selection__arrow {
	background: url(../images/src/icons/arrow_down.svg) no-repeat 50% 50%/1.8rem 1.8rem;
	height: 100% !important;
	right: .7rem;
	top: 0 !important;
	transition: transform var(--speed) ease-in-out;
	width: 6.3rem !important
}

.select2 .select2-selection .select2-selection__arrow b {
	display: none
}

.select2-dropdown {
	background-color: transparent;
	border: 0 !important;
	border-radius: 0 !important;
	border-radius: 0 0 1.5rem 1.5rem !important;
	margin: 0;
	overflow: hidden;
	padding: 1.1rem 2.8rem 1.4rem !important;
	z-index: 9999
}

.select2-dropdown:before {
	border-top: .1rem solid rgba(0, 112, 194, .45);
	content: "";
	left: 3.2rem;
	position: absolute;
	right: 3.2rem;
	top: 0
}

.select2-dropdown .select2-results>.select2-results__options {
	background-color: var(--c-bg);
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.9rem;
	max-height: 28rem;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0
}

.select2-dropdown .select2-results .select2-results__option {
	border-radius: 2rem;
	color: var(--aside);
	padding: .6rem 3.1rem;
	position: relative;
	transition: var(--speed) ease;
	transition-property: background-color, color
}

.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted,
.select2-dropdown .select2-results .select2-results__option.select2-results__option--selected,
.select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
	background-color: rgba(0, 138, 238, .05);
	color: var(--aside)
}

.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted+.select2-results__option:before,
.select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted:before,
.select2-dropdown .select2-results .select2-results__option.select2-results__option--selected+.select2-results__option:before,
.select2-dropdown .select2-results .select2-results__option.select2-results__option--selected:before,
.select2-dropdown .select2-results .select2-results__option[aria-selected=true]+.select2-results__option:before,
.select2-dropdown .select2-results .select2-results__option[aria-selected=true]:before {
	opacity: 0
}

.select2-results__options {
	scrollbar-face-color: var(--aside);
	scrollbar-track-color: #fff;
	overscroll-behavior: contain
}

.page-404 {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 6rem 0 9.8rem
}

.page-404 h3 {
	color: var(--aside);
	margin-bottom: 1rem;
	padding-top: 5rem
}

.page-404 span {
	color: #7f7e90;
	display: block;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 140.02%;
	margin-bottom: 2.4rem;
	text-align: center
}

.page-404 ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
	font-weight: 600;
	gap: 4rem 0;
	justify-content: center;
	letter-spacing: .035em;
	line-height: 2.8rem;
	list-style-type: none;
	margin: 0 0 4rem;
	padding: 0
}

.page-404 li {
	border-left: .1rem solid #6045e2;
	padding: 0 4rem
}

.page-404 li:first-child {
	border: none;
	padding-left: 0
}

.page-404 a {
	border-bottom: .1rem solid var(--aside);
	color: var(--black);
	padding-bottom: .4rem
}

.page-404 img {
	height: 100%;
	max-width: 66rem;
	object-fit: cover;
	width: 100%
}

.monochrome .page-404 a {
	color: var(--aside)
}

.monochrome .page-404 img {
	filter: brightness(.3)
}

@media screen and (max-width:1024px) {
	.page-404 ul {
		gap: 2rem 0
	}

	.page-404 li:nth-child(4) {
		border-left-width: 0;
		flex-basis: 50%;
		padding-left: 0;
		text-align: right
	}

	.page-404 li:nth-child(4)+li {
		flex-basis: 50%
	}
}

@media screen and (max-width:500px) {
	.page-404 h3 {
		text-align: center
	}

	.page-404 img {
		padding: 0 2rem
	}

	.page-404 li:nth-child(n) {
		border-left-width: .1rem;
		flex-basis: 50%;
		padding: 0 2rem
	}

	.page-404 li:nth-child(n):nth-child(odd) {
		border-left: none;
		padding-left: 0;
		text-align: right
	}

	.page-404 li:nth-child(n):nth-child(odd):last-child {
		padding-right: 0;
		text-align: center
	}
}

.last-search {
	background-color: #fff;
	border-radius: 3rem;
	left: 0;
	opacity: 0;
	padding: 3.5rem 4rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% + 1rem);
	transition: opacity var(--speed) ease;
	z-index: 999999999
}

.last-search .close {
	border: .1rem solid var(--c-boz-5);
	border-radius: 50%;
	height: 2.5rem;
	position: absolute;
	right: 3.2rem;
	top: 2.7rem;
	width: 2.5rem;
	z-index: 5
}

.last-search .close svg {
	display: block;
	height: 100%;
	width: 100%
}

.last-search .close path {
	stroke: var(--aside)
}

.last-search .close:hover {
	opacity: 1
}

.last-search .title {
	color: var(--black);
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5rem;
	margin-bottom: 1.6rem;
	opacity: .35;
	position: relative;
	z-index: 3
}

.last-search ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.last-search li {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.9rem;
	margin: .1rem 0
}

.last-search a {
	color: var(--black);
	display: block;
	padding: .2rem 0
}

.last-search a:hover {
	color: var(--aside)
}

.last-search.display {
	opacity: 1;
	pointer-events: all;
	z-index: 99999;
}

.last-search:focus {
	opacity: 1;
	pointer-events: all
}

@media screen and (max-width:1024px) {
	.last-search {
		padding: 2rem 2.2rem 2rem 2.5rem
	}

	.last-search li {
		font-size: 1.4rem
	}

	.last-search .close {
		right: 2.2rem;
		top: 1.8rem
	}
}

.ui-autocomplete {
	background-color: #fff;
	border-radius: 3rem;
	list-style-type: none;
	margin: .5rem 0 0;
	padding: 3.5rem 4rem
}

.ui-autocomplete:before {
	color: var(--black);
	content: attr(data-title);
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5rem;
	margin-bottom: 1.6rem;
	opacity: .35
}

.ui-autocomplete li {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.9rem;
	margin: .1rem 0
}

.ui-autocomplete a {
	color: var(--black);
	display: block;
	padding: .2rem 0
}

.ui-autocomplete a:hover {
	color: var(--aside)
}

@media screen and (max-width:1024px) {
	.ui-autocomplete {
		padding: 2rem 2.2rem 2rem 2.5rem
	}

	.ui-autocomplete li {
		font-size: 1.4rem
	}
}

.inner-scroll {
	scrollbar-face-color: transparent;
	scrollbar-track-color: transparent;
	overscroll-behavior: contain
}

.inner-scroll::-webkit-scrollbar {
	background-color: transparent;
	width: 0
}

.inner-scroll::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
	background-color: transparent
}

.select2-results__options::-webkit-scrollbar-track:hover {
	background-color: transparent
}

.inner-scroll::-webkit-scrollbar-track:hover {
	background-color: transparent
}

.inner-scroll::-webkit-scrollbar-thumb {
	background-color: transparent;
	border: 0 solid transparent;
	border-color: transparent;
	border-radius: 0;
	min-height: 0
}

.inner-scroll::-webkit-scrollbar-button {
	display: none
}

#footer {
	background-color: #fff;
	grid-column: 2;
	margin: 0 -5rem 0 -4rem;
	padding: 0 5rem 3.5rem 4rem
}

#footer .middle {
	/* display: grid;
	gap: 0 1.2rem;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 0 0 2.4rem */
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-bottom: 2.4rem;
}

#footer .middle div {
	max-width: 40%;
}

@media screen and (min-width:1025px) {
	#footer .middle h4:last-child {
		margin-bottom: .4rem
	}
}

#footer ul {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.7rem;
	list-style-type: none;
	margin: 0;
	padding: 1.6rem 0 0
}

#footer li {
	margin-bottom: 1.4rem
}

#footer li a {
	color: var(--black)
}

#footer li a:hover {
	color: var(--blue)
}

#footer h4 a {
	color: inherit
}

#footer h4 a:hover {
	color: var(--black)
}

@media screen and (max-width:1024px) {
	#footer .middle {
		border-bottom: .1rem solid #e5e5e5;
		/* grid-template-columns: 1fr; */
		margin-bottom: 3rem;
		padding-bottom: .6rem;
		display: flex;
		flex-direction: column;

	}

	#footer .middle h4 {
		margin-bottom: 2.6rem;
		padding-left: 2rem
	}

	#footer ul {
		display: none
	}
}

.copy {
	font-size: 1.2rem;
	letter-spacing: .15rem;
	line-height: 1.6rem;
	padding: 0 1.7rem
}

.copy b {
	display: block;
	font-weight: 400;
	margin-top: -.8rem
}

.copy b a {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase
}

@media screen and (max-width:1024px) {
	.copy b {
		padding-top: .8rem
	}
}

.foot-info {
	align-items: flex-start;
	border: solid #e5e5e5;
	border-width: 0 0 .1rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.7rem;
	padding: 4.3rem 0 3.8rem
}

.foot-info>* {
	align-items: flex-start;
	border: solid #e5e5e5;
	border-width: 0 0 0 .1rem;
	column-gap: 1rem;
	display: grid;
	flex: 1;
	font-size: 1.6rem;
	grid-template-columns: 4.6rem auto;
	letter-spacing: .05em;
	line-height: 2.3rem;
	padding: 0 2rem
}

.foot-info>:first-child {
	border-left-width: 0;
	column-gap: 1.7rem;
	padding-left: .9rem
}

.foot-info>:first-child a {
	white-space: nowrap
}

.foot-info>:last-child {
	display: block;
	padding-left: 1.5rem;
	padding-right: 0
}

.foot-info .ico {
	align-items: center;
	display: flex;
	grid-row: 1/span 2
}

.foot-info .ico svg {
	display: block;
	width: 4.6rem;
	height: 4.6rem;
}

.foot-info span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.7rem;
	opacity: .75
}

.foot-info a {
	color: var(--aside);
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2.9rem
}

.foot-info a:hover {
	color: var(--black)
}

.foot-info address {
	color: var(--aside);
	font-weight: 500;
	margin: 0;
	padding: 0
}

.foot-info .social {
	justify-content: center
}

#content .foot-info {
	background-color: rgba(190, 219, 241, .25);
	border: none;
	border-radius: 1.5rem;
	flex-wrap: nowrap;
	margin-bottom: 3.2rem;
	padding: 2.8rem 0
}

#content .foot-info>* {
	padding: 0 3.2rem
}

.monochrome #content .foot-info {
	background-color: #fff
}

.monochrome .foot-info .social a {
	background-color: hsla(205, 8%, 71%, .15)
}

.monochrome .foot-info path {
	fill: var(--aside)
}

@media screen and (max-width:1023.9px) {
	.foot-info>* {
		flex: 1
	}
}

@media screen and (max-width:1240px) {
	.foot-info>* {
		gap: 0 1rem;
		padding: 0 2rem
	}
}

@media screen and (max-width:1024px) {
	.foot-info {
		border: none;
		gap: 2rem 0;
		margin-bottom: 0
	}

	.foot-info>* {
		border-width: 0 0 .1rem;
		flex-basis: 100%;
		padding-bottom: 2rem;
		padding-left: 0
	}

	.foot-info .social {
		justify-content: center
	}

	#content .foot-info>* {
		border-width: 0 0 0 .1rem;
		flex-basis: auto;
		flex-grow: 0;
		flex-shrink: 1
	}

	#content .foot-info>:first-child {
		border-width: 0;
		flex-grow: 1;
		flex-shrink: 0
	}
}

@media screen and (max-width:768px) {
	#content .foot-info {
		flex-wrap: wrap
	}

	#content .foot-info>:last-child {
		align-items: center;
		flex-basis: 100%
	}
}

@media screen and (max-width:500px) {
	#content .foot-info>:last-child {
		flex-basis: auto
	}
}

.social {
	display: flex;
	gap: 0 1.2rem
}

.social>* {
	align-items: center;
	background: rgba(131, 196, 243, .15);
	border-radius: 1.5rem;
	display: inline-flex;
	height: 6.1rem;
	justify-content: center;
	width: 6.1rem
}

/* .social>:hover path {
	fill: var(--black)
} */

#header .right {
	align-items: center;
	display: flex;
	justify-content: space-between
}

#header .right>div {
	display: flex;
	gap: 0 2.2rem;
	padding-left: 2.2rem
}

@media screen and (max-width:1023.9px) {
	#header .left {
		align-items: center;
		display: flex;
		gap: 0 2.4rem;
		padding-left: 2.8rem
	}
}

@media screen and (max-width:1024px) {
	#header {
		margin-bottom: 1.2rem
	}

	#header .container {
		grid-template-columns: calc(50% + 10.3rem) auto
	}

	#header .font-size,
	#header .search {
		display: none
	}

	#header .right {
		justify-content: flex-end
	}

	#header .left {
		justify-content: space-between;
		padding-left: 0
	}
}

.font-size,
.header-style,
.langs,
.mode {
	background-color: #fcfcfc;
	border-radius: 3rem;
	height: 5.6rem
}

.menu-link {
	display: none
}

.menu-link svg {
	height: 8rem;
	position: absolute;
	width: 8rem
}

@media screen and (max-width:1023.9px) {
	.menu-link {
		display: flex
	}
}

@media screen and (max-width:500px) {
	.menu-link {
		height: 4rem;
		width: 4rem
	}

	.menu-link svg {
		height: 6.4rem;
		left: .6rem;
		top: 0;
		width: 6.4rem
	}
}

.plate {
	height: 8rem;
	width: 8rem
}

.burger {
	filter: url(#gooeyness)
}

.x {
	transform: scale(0);
	transition: transform .4s
}

.line {
	fill: none;
	stroke: var(--black);
	stroke-width: .6rem;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform-origin: 50%;
	transition: stroke-dasharray .5s .2s, stroke-dashoffset .5s .2s, transform .5s .2s
}

.x .line {
	stroke-width: .55rem
}

.active .line {
	transition: stroke-dasharray .5s, stroke-dashoffset .5s, transform .5s
}

.active .x {
	transform: scale(1);
	transition: transform .4s .35s
}

.plate5 .line {
	transition: stroke-dasharray .4s .1s, stroke-dashoffset .4s .1s, transform .4s .1s
}

.plate5 .line1 {
	stroke-dasharray: 40 40
}

.plate5 .line2,
.plate5 .line3 {
	stroke-dasharray: 21 39
}

.plate5 .line4 {
	stroke-dasharray: 40 40
}

.plate5 .x {
	transition: transform .4s 50ms
}

.active.plate5 .line {
	transition: stroke-dasharray .4s, stroke-dashoffset .4s, transform .4s
}

.active.plate5 .line1 {
	stroke-dasharray: 1 40;
	stroke-dashoffset: -3.3rem
}

.active.plate5 .line2,
.active.plate5 .line3 {
	stroke-dasharray: 5 39;
	stroke-dashoffset: -3.7rem
}

.active.plate5 .line4 {
	stroke-dasharray: 1 40;
	stroke-dashoffset: -3.3rem
}

.active.plate5 .x {
	transition: transform .4s 50ms
}

.logo a {
	background: url("/general_files/images/GIMIEP.svg?v3") no-repeat 0 0/contain !important;
	display: block;
	font-size: 0;
	height: 11.2rem;
	line-height: 0;
	width: 26.8rem;
	background-position: 50%;
	display: flex;
	margin-bottom: 1.6rem;
}

/* 
.logo a {
	display: block;
	height: 100%
} */

@media screen and (max-width:1440px) {
	.logo {
		background-position: 50%;
		display: flex
	}
}

@media screen and (max-width:1024px) {
	.logo a {
		height: 6.6rem;
		width: 20.6rem
	}

	.font-size {
		display: none;
	}
}

.search {
	height: 5.6rem;
	max-width: 50.3rem;
	position: relative;
	width: 100%
}

.search svg {
	width: 2.2rem;
	height: 2.2rem;
}

.search input {
	background: #fff;
	border: .1rem solid #f0f1f3;
	border-radius: 3rem;
	color: var(--black);
	display: block;
	flex: 1;
	font-size: 1.6rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: .05em;
	line-height: 1.9rem;
	margin: 0;
	padding: .9rem 4rem;
	width: 100%
}

.search input::placeholder {
	color: var(--sea);
	transition: color var(--speed) var(--ease)
}

.search input:focus::placeholder {
	color: transparent
}

.search button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0 0 0 2.9rem;
	position: absolute;
	right: 4rem;
	top: 50%;
	transform: translateY(-50%)
}

.search button:before {
	background-color: #d6e7f3;
	bottom: -.7rem;
	content: "";
	left: 0;
	position: absolute;
	top: -.7rem;
	width: .1rem
}

@media screen and (max-width:1024px) {
	.search {
		height: 4.2rem;
		margin-bottom: 1.5rem
	}

	.search input {
		font-size: 1.4rem;
		padding-left: 2.5rem;
		padding-right: 2.2rem
	}

	.search button {
		padding-left: 1.7rem;
		right: 2.2rem
	}

	.search button:before {
		bottom: .6rem;
		top: .6rem
	}
}

.font-size {
	align-items: baseline;
	display: inline-flex;
	gap: 0 .8rem;
	letter-spacing: normal;
	padding: .4rem 1.8rem 1rem;
	position: relative;
	text-transform: uppercase
}

.font-size>b {
	cursor: pointer;
	position: relative;
	transition: color var(--speed) var(--ease)
}

.font-size>b:hover {
	color: var(--blue)
}

.font-size>b:before {
	background-color: #29a5ff;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: .4rem;
	left: calc(50% - .2rem);
	opacity: 0;
	position: absolute;
	width: .4rem
}

.font-size>b:first-of-type {
	font-size: 1.6rem;
	line-height: 3.1rem
}

.font-size>b:nth-of-type(2) {
	font-size: 2.4rem;
	line-height: 3.6rem
}

.font-size>b:nth-of-type(3) {
	font-size: 3.6rem;
	line-height: 4.3rem
}

.font-size>b.active {
	pointer-events: none
}

.font-size>b.active:before {
	opacity: 1
}

.mode {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: relative;
	width: 7.8rem
}

.mode svg {
	pointer-events: none;
	transition-property: opacity
}

.mode svg:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.monochrome .mode svg {
	opacity: 0
}

.monochrome .mode svg:nth-of-type(2) {
	opacity: 1
}

@media screen and (max-width:500px) {
	.mode {
		border-radius: 50%;
		height: 4.5rem;
		padding-top: .4rem;
		width: 4.5rem
	}
}

.langs {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.9rem;
	padding: .5rem;
	position: relative;
	text-transform: uppercase;
	width: 10.7rem
}

.langs:before {
	background-color: #d6e7f3;
	bottom: .8rem;
	content: "";
	left: 50%;
	position: absolute;
	top: .8rem;
	width: .1rem
}

.langs a {
	color: var(--black);
	margin: 0 1rem;
	padding: .3rem
}

.langs a.active,
.langs a:hover {
	color: var(--blue)
}


html.sizeSmall {
	font-size: 8px !important;
}

html.sizeMedium {
	font-size: 10px !important;
}

html.sizeLarge {
	font-size: 13px !important;
}

@media screen and (max-width:1240px) {
	.langs {
		display: none
	}
}