/* Compiled: 2026-04-06 13:03:45 */
@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro'), local('PFDinTextCompPro-Regular'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro'), local('PFDinTextCompPro-Italic'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro'), local('PFDinTextCompPro-Medium'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro MedItal'), local('PFDinTextCompPro-MedItal'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-MedItal.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro Bold'), local('PFDinTextCompPro-Bold'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro BoldItal'), local('PFDinTextCompPro-BoldItal'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-BoldItal.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
.title-h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

html {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	color: #ffffff;
	min-height: 320px;
	min-width: 320px;
	background: #141419;
}

html._no-visible-focus * {
	outline: 0 !important;
}

html:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: #000 #eee;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

html:not(.mobile)::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #eee;
}

html:not(.mobile)::-webkit-scrollbar-thumb {
	background-color: #000;
}

body {
	position: relative;
}

._noscroll {
	overflow: hidden;
}

::selection {
	color: #fff;
	background: #000;
}

::-webkit-input-placeholder {
	color: #a8a8a8;
	opacity: 1;
}

::-moz-placeholder {
	color: #a8a8a8;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #a8a8a8;
}

::-ms-clear {
	display: none;
}

::-ms-reveal {
	display: none;
}

select::-ms-value {
	background: none;
	color: currentColor;
}

:disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.7;
	-webkit-user-select: none;
	user-select: none;
}

img {
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-user-select: none;
	user-select: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

a[href^="mailto"],
a[href^="tel"] {
	-webkit-user-select: text;
	user-select: text;
}

nav ul {
	margin: 0;
	padding: 0;
}

button,
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
	border-radius: 0;
	-webkit-appearance: none;
}

html.desktop textarea {
	scrollbar-width: thin;
	scrollbar-color: #000 #eee;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

html.desktop textarea::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #eee;
}

html.desktop textarea::-webkit-scrollbar-thumb {
	background-color: #000;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

template {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.content {
	min-height: 100%;
}

.wrap {
	width: 100%;
	max-width: 100.8rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.4rem;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
	font-weight: bold;
	line-height: 1.5em;
}

h1,
.title-h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	margin: 28px 0;
}

h2,
.title-h2 {
	font-size: 38px;
	line-height: 38px;
	font-weight: 300;
	margin: 28px 0;
}

h3,
.title-h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}

h4,
h5,
h6,
.title-h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}

p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 1em 0;
}

b,
strong {
	font-weight: bold;
}

html.aj {
	font-family: 'PFDinTextCompPro2';
}

html.aj .button:not(.unstyled) {
	border-width: 0.25rem;
	padding: 1rem 2.15rem;
	height: 4.4rem;
	font-size: 2.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.02em;
}

html.aj .button.button--size-s:not(.unstyled) {
	padding: 0.06rem 1.35rem;
	min-width: 0;
	height: 3.2rem;
	font-size: 1.8rem;
}

html.aj .button.button--size-m:not(.unstyled) {
	padding: 1.1rem 1.4rem;
	height: 3.2rem;
	font-size: 1.8rem;
}

html.aj .button.button--size-l:not(.unstyled) {
	padding: 0.9rem 2.4rem;
}

html.aj .button svg {
	margin-top: 0;
	margin-right: -1.4rem;
}

html.aj .control {
	font-family: 'PFDinTextCompPro2';
}

html.aj .control input {
	font-family: 'PFDinTextCompPro2' !important;
	line-height: 1;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

html.aj .control input:-ms-input-placeholder {
	font-family: 'PFDinTextCompPro2' !important;
	line-height: normal;
}

html.aj .control input::placeholder {
	font-family: 'PFDinTextCompPro2' !important;
	line-height: normal;
}

html.aj .control__box {
	padding: 0.9rem 2rem;
}

html.aj .control__box input {
	height: 2.6rem;
}

html.aj .control__box input:-ms-input-placeholder {
	height: 2.6rem;
}

html.aj .control__box input::placeholder {
	height: 2.6rem;
}

html.aj .control select,
html.aj .control input,
html.aj .control textarea {
	margin-top: 0;
}

html.aj .pin-spacer {
	max-width: 100%;
}

@font-face {
	font-family: 'PFDinTextCompPro2';
	src: url('../../fonts/PFDinTextCompPro2/PFDinTextCompPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro2';
	src: url('../../fonts/PFDinTextCompPro2/PFDinTextCompPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro2';
	src: url('../../fonts/PFDinTextCompPro2/PFDinTextCompPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
	clear: both;
}

.highlight {
	color: #FF6A13;
}

.sym-close {
	width: 24px;
	height: 24px;
}

.sym-nav-4 {
	width: 40px;
	height: 40px;
}

.sym-navigation {
	width: 48px;
	height: 48px;
}

.sym-upload {
	width: 36px;
	height: 36px;
}

.header {
	position: sticky;
	top: 0;
	width: 100%;
	padding: 0 2.4rem;
	box-sizing: border-box;
	background: #141419;
	height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
	border-width: max(1px, 0.1rem);
	z-index: 100;
	transition: transform 0.3s;
}

.header._first-screen-hidden {
	transform: translateY(-100%);
}

.logo {
	-webkit-user-select: none;
	user-select: none;
}

.logo img {
	display: block;
	height: 3.3rem;
	width: auto;
}

.vacancy-promo {
	position: relative;
	padding: 7.2rem 0 0 0;
}

.vacancy-promo__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.vacancy-promo__head img {
	height: 3.3rem;
	width: auto;
}

.vacancy-promo__head .button {
	margin-top: 1.2rem;
}

.vacancy-promo__heading {
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	text-transform: uppercase;
	margin: 1.9rem 0 1.2rem;
	letter-spacing: 0.02em;
}

.vacancy-promo__lead {
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-bottom: 2.9rem;
}

.vacancy-promo__line-wrap {
	width: 100%;
	top: 16vh;
	left: 0;
	z-index: -1;
}

.vacancy-promo__line-wrap._fixed {
	position: fixed;
}

.vacancy-promo__line-wrap._fixed-end {
	position: absolute;
}

.vacancy-promo__line-start {
	position: relative;
	top: -16vh;
}

.js-vacancy-promo-line-ghost {
	margin-top: -6.5rem;
	margin-bottom: 6.5rem;
}

.vacancy-promo__line {
	position: absolute;
	margin-top: -0.4rem;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	z-index: -1;
	color: #FF6A13;
	overflow: hidden;
	transform: translateY(-50%);
	transition: color 0.3s;
}

.vacancy-promo__line img,
.vacancy-promo__line svg {
	position: relative;
	left: 50%;
	display: block;
	width: 86rem;
	height: auto;
	transform: translateX(-54.3%);
	margin-top: 0;
}

.vacancy-promo__line._ghost {
	color: #202024;
}

.theme-black {
	color: #ffffff;
}

.theme-orange {
	color: #ffffff;
}

.theme-white {
	color: #141419;
}

.theme-bg.theme-black,
.theme-black .theme-bg {
	background-color: #141419;
}

.theme-bg.theme-orange,
.theme-orange .theme-bg {
	background-color: #FF6A13;
}

.theme-bg.theme-white,
.theme-white .theme-bg {
	background-color: #ffffff;
}

.button.unstyled {
	display: inline-flex;
	gap: 0.8rem;
	align-items: center;
	border: none;
	background: none;
	font-family: inherit;
	line-height: normal;
	-webkit-user-select: none;
	user-select: none;
	padding: 0;
	color: inherit;
}

.button:not(.unstyled) {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	min-width: 16rem;
	height: 6.4rem;
	display: inline-flex;
	gap: 0;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	font-weight: 700;
	font-style: italic;
	line-height: normal;
	letter-spacing: 0.064rem;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	border: 3px solid transparent;
	box-shadow: inset 0px 0px 0px 1px transparent;
	border-radius: 5rem;
	padding: 0.5rem 2.9rem 0 2.9rem;
	box-sizing: border-box;
	color: inherit;
	background-color: transparent;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	-webkit-user-select: none;
	user-select: none;
}

.win .button {
	padding-top: 0.2rem;
}

.button.disabled,
.button[disabled]:not(._loading) {
	pointer-events: none;
	opacity: 1;
}

.button svg {
	flex-shrink: 0;
	margin-top: -0.5rem;
}

.button svg:last-child {
	margin-right: -2rem;
}

.button.button--size-m {
	height: 4.4rem;
	font-size: 2.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.048rem;
	padding: 0.5rem 2.1rem 0 2.1rem;
}

.button.button--size-s {
	height: 3.2rem;
	font-size: 1.8rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	padding: 0.5rem 1.3rem 0 1.3rem;
}

.button.button--primary-black {
	color: #ffffff;
	background-color: #FF6A13;
}

.button.button--primary-black.disabled,
.button.button--primary-black[disabled]:not(._loading) {
	color: #B8B8BA;
	background-color: #4E4B4B;
}

.button.button--secondary-black {
	color: #FF6A13;
	background-color: #141419;
	border-color: #FF6A13;
}

.button.button--secondary-black.disabled,
.button.button--secondary-black[disabled]:not(._loading) {
	color: #B8B8BA;
	border-color: #4E4B4B;
}

.button.button--primary-ghost-black {
	color: #ffffff;
	background-color: #141419;
}

.button.button--primary-ghost-black.disabled,
.button.button--primary-ghost-black[disabled]:not(._loading) {
	color: #B8B8BA;
}

.button.button--secondary-ghost-black {
	color: #FF6A13;
	background-color: #141419;
}

.button.button--secondary-ghost-black.disabled,
.button.button--secondary-ghost-black[disabled]:not(._loading) {
	color: #B8B8BA;
}

.button.button--primary-orange {
	color: #ffffff;
	background-color: #141419;
}

.button.button--primary-orange.disabled,
.button.button--primary-orange[disabled]:not(._loading) {
	color: #B8B8BA;
	background-color: #4E4B4B;
}

.button.button--secondary-orange {
	color: #141419;
	background-color: #FF6A13;
	border-color: #141419;
}

.button.button--secondary-orange.disabled,
.button.button--secondary-orange[disabled]:not(._loading) {
	color: #4E4B4B;
	border-color: #4E4B4B;
}

.button.button--primary-ghost-orange {
	color: #ffffff;
	background-color: #FF6A13;
}

.button.button--primary-ghost-orange.disabled,
.button.button--primary-ghost-orange[disabled]:not(._loading) {
	color: #4E4B4B;
}

.button.button--secondary-ghost-orange {
	color: #141419;
	background-color: #FF6A13;
}

.button.button--secondary-ghost-orange.disabled,
.button.button--secondary-ghost-orange[disabled]:not(._loading) {
	color: #4E4B4B;
}

.button.button--primary-white {
	color: #ffffff;
	background-color: #FF6A13;
}

.button.button--primary-white.disabled,
.button.button--primary-white[disabled]:not(._loading) {
	color: #ffffff;
	background-color: #B8B8BA;
}

.button.button--secondary-white {
	color: #FF6A13;
	background-color: #ffffff;
	border-color: #FF6A13;
}

.button.button--secondary-white.disabled,
.button.button--secondary-white[disabled]:not(._loading) {
	color: #B8B8BA;
	border-color: #B8B8BA;
}

.button.button--primary-ghost-white {
	color: #FF6A13;
	background-color: #ffffff;
}

.button.button--primary-ghost-white.disabled,
.button.button--primary-ghost-white[disabled]:not(._loading) {
	color: #B8B8BA;
}

.button.button--secondary-ghost-white {
	color: #141419;
	background-color: #ffffff;
}

.button.button--secondary-ghost-white.disabled,
.button.button--secondary-ghost-white[disabled]:not(._loading) {
	color: #B8B8BA;
}

a.button {
	text-decoration: none;
}

.unstyled.button-link,
.button-link {
	color: #ffffff;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 0.04rem;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	-webkit-text-decoration-color: #FF6A13;
	text-decoration-color: #FF6A13;
	text-decoration-thickness: auto;
	text-underline-offset: 13%;
	text-underline-position: from-font;
}

.button._loading {
	position: relative;
	pointer-events: none;
	color: transparent !important;
}

.button._loading:after {
	content: '';
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.6rem 0 0 -1.6rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPcSURBVHgB7VlJaxRBGH097vsSl7gjolEigpKTYgQPinhxAREPnvXght78BYro3UsQ1ENEFI9BEGPUi4jmoBgkhJggRsnBaEyMSXzPqqKXdE9mzEy6xTx41Mx0Vdd7X31VXVMNTGAC/zc8lAjDw8PzWcwm55EzyElkjvxBdnie9wVlwGSMARSt9mvIVTCChywHddmWU+317BiwwqtgxAfFOnj2N9jyF8qEog1Q/DoWG+BH3In1AkTgNxn7iDKhKAMUv4WFDEj4cOTyAPmJ7CZ7yH7mfdki71CQAQqfwmIHuQhGuBOvCGuStpKd4yE4ikJHYDepVWbIftfq0k++pehWpIhRDTD6NSwqEJ6U38hGiu9FyshrwE7YTQinjfL7SRbEC7mkCxSvh9JWW0dUvkv0I4r/jowgl+faNnIufPEqH2ZJvBBrwEa/Cn70teY3Z028kDQCNQhHvpfiXyGDSJrEK+Eb0OR9iYxixAgwfVbA7Chd+gww+i3IKOJGQNFXzrulsx0ZRpyBJTCRd+t+JzKMOAPaMrjUkomy7ONLhbhVKJj/4lekCM7J42QX2aLP0etxBmbCX4EmcQL3I11cJOeQq8nL0YtxKeQmcFagRcUtKHOjF+NGoB+BJzCHbRpSAvtWOg8G2B2tE2fgJ8wouFOFBUgPShtF3h0WtEUrxBn4jPAeqBLpYTP86BdsQA8utwcS1yI9bIcffbE5WiHOgE4QXPqI1czF6UgHe+EfIGgUmqIVRhjgstkGMw+cgVkwu9NxBYN2BGb5lHAdFrRT27NovaTt9HP4c0DcifHHOfi5rxFoiquUZECVJdzNhQpGpBbjBPZ1lsVyhPP/SlzdWAMcqj4WTxFejfbxxgtRZtjt/GmExddTU0dc/Xz/iRtgHmruuFBz4Uw5TVjxNxFOnQ/k1aQ2iQboWCduDQhv7HQyd5IdVaDE4D2VMjfIZfAfXjJyLSn6QP4RkInHLBoRNqGj8gulNGHF1yEsXmUdNdzN17agFxx2Um2EP6ld+YAd3McYwHsfY3ECI7fx73jvA6O1L9SA3rich9mbBDtRe22w7rGzRhQIe2yzn5R45X1wxRNfkKd4z57R7lXUKyZ2fJTFnkhnjn224zcwe5Yud47EdloAtKdaD3PatwsjI+54m+0uoUAU/Y6MYnTMfhDmv/OfPz0IL7e5hO/uoejF1BNl9jrF30IR+KuXfDSh1egQWRsQ50WE5vKYUd3JgTb1VvyoKVMSAwEji1kchtn2LkX+kfAin3VQfAfmIVW0cJTCQBA0Uw1jRNvvSkt3OCyx7k3Oa/J9Vo8qJzCBfw2/AZ/NK/JMQ0hgAAAAAElFTkSuQmCC) center no-repeat;
	background-size: 3.2rem;
	animation: 1.5s button-loading linear forwards infinite;
}

.button._loading[disabled] {
	color: transparent !important;
}

.button._loading svg.spinner {
	animation: 1.5s button-loading linear forwards infinite;
}

.nav-rounded {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	font-size: 1px;
	color: #ffffff;
	border-radius: 5rem;
	border: 0.25rem solid #ffffff;
	background: #141419;
	transition: color 0.3s;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.nav-rounded svg {
	width: 3.4rem;
	height: 3.4rem;
}

.control {
	display: block;
	position: relative;
	box-sizing: border-box;
	font-family: PFDinTextCompPro;
	font-weight: 700;
	font-style: italic;
}

.control.small .control__box,
.control.small .control__text {
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: normal;
}

.control select,
.control input,
.control textarea {
	flex: 1;
	display: block;
	position: relative;
	width: calc(100% + 3.4rem);
	height: 1.25em;
	border: none;
	background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	border-radius: 0;
	color: #141419;
	margin-top: 0.5rem;
}

.win .control select,
.win .control input,
.win .control textarea {
	margin-top: 0.2rem;
}

.control select option {
	color: #141419;
}

.control input {
	text-transform: uppercase;
	text-overflow: ellipsis;
	caret-color: #FF6A13;
}

.control input:-webkit-autofill:focus,
.control input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #ffffff inset;
	-webkit-text-fill-color: currentColor;
}

.control input ~ *:not(.control__clear) {
	order: 2;
}

.control input[type=file] {
	position: absolute;
	width: 80%;
	opacity: 0;
}

.control input::placeholder { /* Most modern browsers support this now. */
	color: #B8B8BA;
	transition: color 0.3s;
}

.control textarea {
	padding: 0;
	margin-top: 2rem;
	width: 100%;
	max-width: 100%;
}

.control._error .control__box select,
.control._error .control__box input,
.control._error .control__box textarea {
	width: 100%;
}

.control._error .control__error {
	display: block;
}

.control._error .control__clear {
	color: #EB5353;
}

.control._error input,
.control._error textarea {
	color: #EB5353;
}

.control._disabled {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.control._disabled .control__box {
	background-color: #ffffff;
}

.control._disabled .control__placeholder {
	color: #ffffff;
}

.control._disabled .control__checkbox {
	color: #ffffff;
}

.control._disabled .control__checkbox:before {
	background-color: #ffffff;
}

.control._disabled .control__radio {
	color: #ffffff;
}

.control._disabled .control__radio:before {
	background-color: #ffffff;
}

.control._readonly .control__box {
	color: #141419;
	background-color: #ffffff;
}

.control._readonly input {
	color: #141419;
}

.control._readonly .control__checkbox:before {
	background-color: #ffffff;
}

.control._readonly .control__radio:before {
	background-color: #ffffff;
}

.control._readonly .control__clear {
	display: none;
}

.control__label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.8rem;
	position: relative;
}

.control__box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
	min-height: 5.6rem;
	background-color: #ffffff;
	border-radius: 3rem;
	transition: box-shadow 0.3s, background-color 0.3s;
	padding: 0.8rem 2.8rem;
	box-sizing: border-box;
	font-size: 2.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.064rem;
}

.control__box:not(label) .control-select__value:not(:last-child) {
	padding-top: 2rem;
}

.control._focus .control__box {
	box-shadow: none;
}

.control__box select {
	height: 100%;
	padding: 2.8rem 1.8rem 0.8rem 1.8rem;
	margin: -0.8rem -1.8rem -0.8rem -1.8rem;
}

.control__box svg {
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	margin-top: -0.3rem;
	margin-bottom: -0.3rem;
}

.control__box svg:last-child {
	margin-right: -0.7rem;
}

.control__title {
	color: #ffffff;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 0.04rem;
}

.control__clear {
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
	color: #141419;
	opacity: 0;
	visibility: hidden;
	transition: color 0.3s, opacity 0.3s, visibility 0.3s;
}

.control._filled .control__clear {
	opacity: 1;
	visibility: visible;
}

.control__password-eye {
	display: block;
	margin-right: -1rem;
}

.control__password-eye img,
.control__password-eye svg {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	transition: opacity 0.3s, visibility 0.3s;
}

.control__password-eye img:last-child,
.control__password-eye svg:last-child {
	margin-top: -3.6rem;
	opacity: 0;
	visibility: hidden;
}

input[type="text"] ~ .control__password-eye img:first-child,
input[type="text"] ~ .control__password-eye svg:first-child {
	opacity: 0;
	visibility: hidden;
}

input[type="text"] ~ .control__password-eye img:last-child,
input[type="text"] ~ .control__password-eye svg:last-child {
	opacity: 1;
	visibility: visible;
}

.control__placeholder {
	display: block;
	position: absolute;
	top: 2rem;
	left: 1.8rem;
	color: #B8B8BA;
	transform-origin: 0 50%;
	transition: transform 0.3s, max-width 0.3s;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 3.6rem);
	padding-right: 0.5rem;
}

.control:focus-within > .control__box .control__placeholder,
.control._filled .control__placeholder {
	transform: translateY(-1.4rem) scale(0.8);
	max-width: calc(125% - 8.4rem);
}

.control__placeholder + input {
	margin-top: 2rem;
}

.control:not(._filled) .control__placeholder[data-empty] {
	font-size: 0;
	color: transparent;
}

.control:not(._filled) .control__placeholder[data-empty]:before {
	content: attr(data-empty);
	font-size: 1.5rem;
	color: #B8B8BA;
}

.control__info,
.control__error {
	margin-top: 0.8rem;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
	letter-spacing: 0.036rem;
}

.control__info:empty,
.control__error:empty {
	display: none !important;
}

.control__error {
	color: #EB5353;
	display: none;
}

.theme-orange .control__error {
	color: #ffffff;
}

.control__info {
	color: #B8B8BA;
}

._error .control__info {
	display: none;
}

.control__text {
	font-size: 2.3rem;
	font-weight: 400;
	font-style: normal;
	line-height: 2.8rem;
	letter-spacing: 0.036rem;
}

.control__checkbox {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 1.6rem;
}

.control__checkbox:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0.2rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.6rem;
	box-shadow: inset 0 0 0 0.15rem rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.2);
	transition: box-shadow 0.3s, background-color 0.3s;
}

.control._error .control__checkbox:before {
	box-shadow: inset 0 0 0 0.15rem #EB5353;
}

.control__checkbox:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2rem;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.8rem;
	background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTcuOEwxNC43MTQzIDI1TDI1IDciIHN0cm9rZT0iIzE0MTQxOSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K) center no-repeat;
	background-size: 100%;
	opacity: 0;
	transition: transform 0.6s, opacity 0.3s;
}

.control._filled .control__checkbox:after {
	opacity: 1;
	transform: none;
}

.control._filled._disabled .control__checkbox:after {
	opacity: 1;
	transform: none;
	filter: invert(50%);
}

.control__checkbox input {
	flex: none;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0 !important;
	margin: 0.15rem 0 0 0;
	min-width: auto;
	flex-shrink: 0;
	align-self: flex-start;
}

.control__checkbox input:focus-visible {
	outline: auto;
}

.control__checkbox ~ .control__info,
.control__checkbox ~ .control__error {
	padding-left: 5.6rem;
}

.small > .control__checkbox {
	gap: 0.8rem;
}

.small > .control__checkbox:before {
	width: 1.6rem;
	height: 1.6rem;
}

.small > .control__checkbox input {
	width: 1.6rem;
	height: 1.6rem;
}

.small > .control__checkbox:after {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0.8rem 0 0;
	background-size: 1.2rem;
}

.small > .control__checkbox ~ .control__info,
.small > .control__checkbox ~ .control__error {
	padding-left: 2.4rem;
}

.control__checkbox a {
	color: #ffffff;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	-webkit-text-decoration-color: #ffffff;
	text-decoration-color: #ffffff;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.control__radio {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}

.control__radio:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2rem;
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #141419;
	transition: box-shadow 0.6s, background-color 0.3s;
}

.control._error .control__radio:before {
	box-shadow: inset 0 0 0 2px #EB5353;
}

.control._filled .control__radio:before {
	box-shadow: inset 0 0 0 0.6rem #141419;
	transition: box-shadow 0.6s cubic-bezier(0.68, -0.55, 0.27, 2), background-color 0.3s;
}

.control__radio input {
	margin: 0;
	width: 2rem;
	height: 2rem;
	padding: 0 !important;
	min-width: auto;
	flex-shrink: 0;
}

.control__radio ~ .control__info,
.control__radio ~ .control__error {
	padding-left: 3rem;
	margin-top: 0.4rem;
}

.control.small._filled > .control__radio:before {
	box-shadow: inset 0 0 0 0.5rem #141419;
}

.small > .control__radio {
	gap: 0.8rem;
}

.small > .control__radio:before {
	width: 1.6rem;
	height: 1.6rem;
}

.small > .control__radio input {
	width: 1.6rem;
	height: 1.6rem;
}

.small > .control__radio:after {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0.8rem 0 0;
	background-size: 1.2rem;
}

.small > .control__radio ~ .control__info,
.small > .control__radio ~ .control__error {
	padding-left: 2.4rem;
}

.control__date {
	width: 2rem;
	height: 2rem;
}

.control__file-name {
	flex: 1;
	color: inherit;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0.2rem 0;
	color: #141419;
}

.control__file-name:empty:before {
	content: attr(data-placeholder);
	font-size: inherit;
	color: #B8B8BA;
	text-transform: uppercase;
}

.form {
	border-radius: inherit;
}

.form._form-success > *:not(.form-success) {
	display: none;
}

.form__error {
	color: #EB5353;
	margin-top: 0.8rem;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
	letter-spacing: 0.036rem;
	text-align: center;
}

.theme-orange .form__error {
	color: #ffffff;
}

.form__group {
	display: flex;
	flex-wrap: wrap;
	gap: 2.2rem;
}

.form__group > * {
	width: 100%;
}

.form__footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.6rem;
	margin-top: 4.7rem;
}

.form__footer._no-margins {
	margin: 0;
}

.form-success {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: opacity 0.3s, visibility 0.3s;
	text-align: center;
	z-index: 2;
}

._form-success .form-success {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.form-success__message {
	color: #4E4B4B;
	text-align: center;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	text-transform: uppercase;
	display: flex;
	padding: 2.4rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.6rem;
	align-self: stretch;
	border-radius: 2.4rem;
	background: #ffffff;
}

.form-success__message p {
	color: inherit;
	text-align: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin: 0;
}

.form-success__footer {
	margin-top: 4.8rem;
	display: flex;
	justify-content: center;
}

.team {
	margin: 24.1rem 0 0 0;
	overflow: hidden;
}

.team .wrap {
	position: relative;
	width: auto;
	margin: 0 -1.6rem;
}

.team .swiper.swiper-fade.swiper-initialized {
	margin-left: 0;
	margin-right: 0;
}

.team .swiper.swiper-initialized {
	height: auto;
}

.team .swiper.swiper-initialized .swiper-slide:not(.swiper-slide-active) {
	z-index: 0;
}

.team .swiper.swiper-initialized .swiper-slide.swiper-slide-active {
	z-index: 2;
}

.team .swiper.swiper-initialized:not(.interacting) .swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important;
}

.team .swiper.swiper-initialized:not(.interacting) .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.team .swiper-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: start;
	overflow: hidden;
	transition-property: transform, height;
}

.team .swiper-slide {
	width: 100%;
	flex-shrink: 0;
	height: auto;
	transition-property: transform;
	display: block;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.team.gallery .gallery__bullets {
	justify-content: center;
	margin-top: 2rem;
}

.person {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.6rem;
	width: 34.3rem;
	padding: 0 1.6rem;
}

.person__avatar {
	width: 9.6rem;
	flex-shrink: 0;
}

.person__img {
	width: 100%;
	margin-bottom: 0.4rem;
}

.person__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.6rem;
	-webkit-user-select: none;
	user-select: none;
}

.person__name {
	font-size: 2.4rem;
	line-height: 1.16667;
	margin-left: 0.8rem;
	margin-bottom: 0.2rem;
}

.person__role {
	color: #4E4B4B;
	font-size: 1.8rem;
	line-height: 1.2222;
	letter-spacing: 0.02em;
	margin-left: 0.8rem;
}

.person__title {
	font-size: 1.8rem;
	line-height: 1.2222;
	letter-spacing: 0.02em;
}

.person__title p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.person__title p + p {
	margin-top: 0.8rem;
}

.office-map {
	margin: 3rem 0 0 0;
}

.office-map .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.5rem;
}

.office-map__heading {
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	text-transform: uppercase;
	margin: 3.8rem 0 0 0;
	text-align: center;
	letter-spacing: 0.02em;
}

.office-map__heading span {
	display: inline-block;
	width: 100%;
}

.office-map__features {
	position: relative;
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.office-map__bg {
	margin: 0;
	pointer-events: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-user-select: none;
	user-select: none;
	display: block;
	flex-shrink: 0;
}

.office-map__bg img {
	width: 100%;
}

.office-map__feature {
	position: absolute;
	display: flex;
	width: 10.6rem;
	min-height: 4rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	border: 0.1rem solid rgba(255, 255, 255, 0.2);
	border-width: max(1px, 0.1rem);
	background: #141419;
	text-align: center;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-sizing: border-box;
}

.office-map__feature[data-id="1"] {
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}

.office-map__feature[data-id="2"] {
	top: 17.5%;
	right: 0;
}

.office-map__feature[data-id="3"] {
	top: 48%;
	right: 0;
	z-index: -1;
}

.office-map__feature[data-id="4"] {
	left: 53%;
	bottom: 11%;
}

.office-map__feature[data-id="5"] {
	left: 15%;
	bottom: 9%;
}

.office-map__feature[data-id="6"] {
	bottom: 28.9%;
	left: 0%;
}

.office-map__feature[data-id="7"] {
	top: 13.8%;
	left: 0%;
	z-index: -1;
}

.office-map__footer {
	text-align: center;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.4rem;
	text-transform: uppercase;
	max-width: 63.2rem;
	margin: 0;
}

.gallery {
	overflow: hidden;
}

.gallery .wrap {
	display: inherit;
	flex-direction: inherit;
	align-items: inherit;
	gap: inherit;
}

.gallery .swiper {
	overflow: visible;
}

.gallery .gallery__bullets {
	display: none;
	gap: 0.8rem;
	margin: 0 auto 0 auto;
}

.gallery .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.2;
	transition: background-color 0.3s, opacity 0.3s;
}

.gallery .swiper-pagination-bullet-active {
	background-color: #FF6A13;
	opacity: 1;
}

.gallery .swiper-slide img {
	-webkit-user-select: none;
	user-select: none;
}

.gallery__head {
	color: #ffffff;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}

.gallery__head h3,
.gallery__head h2 {
	margin: 0;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.gallery__nav {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.gallery__nav-prev,
.gallery__nav-next {
	position: relative;
}

.gallery__nav-prev {
	transform: scaleX(-1);
}

.gallery__nav-next {
	transform: none;
}

.power-gallery {
	overflow: hidden;
	margin: 6.4rem 0 0 0;
}

.power-gallery .wrap {
	display: flex;
	flex-direction: column;
	align-items: justify;
	gap: 2.4rem;
}

.power-gallery .swiper {
	overflow: visible;
}

.power-gallery .swiper-wrapper {
	margin: 0.3rem -0.8rem 0;
	display: flex;
}

.power-gallery .swiper-slide {
	padding: 0 0.8rem;
	flex-shrink: 0;
}

.power-gallery__slide-first {
	position: relative;
	display: flex;
	width: 32.7rem;
	height: 29rem;
	padding: 1.6rem;
	box-sizing: border-box;
	flex-direction: column;
	align-items: flex-start;
	gap: 2.4rem;
	flex-shrink: 0;
	border-radius: 1.6rem;
	background: #FF6A13;
}

.power-gallery__first-title {
	color: #141419;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-top: -0.2rem;
}

.power-gallery__first-img {
	display: flex;
	width: 21.5rem;
	height: 16.4rem;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 2rem;
	bottom: 1.3rem;
}

.power-gallery__slide {
	display: flex;
	width: 30.4rem;
	height: 29rem;
	padding: 2rem 1.6rem 2.4rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
	border-radius: 1.6rem;
	border: 0.1rem solid rgba(255, 255, 255, 0.2);
	border-width: max(1px, 0.1rem);
	background: #141419;
	box-sizing: border-box;
}

.power-gallery__slide:before {
	content: attr(data-index);
	display: block;
	color: #FF6A13;
	font-size: 10rem;
	font-style: italic;
	font-weight: 700;
	line-height: 75%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.swiper-slide:nth-child(2) .power-gallery__slide:before {
	letter-spacing: -0.11em;
}

.power-gallery__title {
	color: #ffffff;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.project-life-cycle {
	margin: 6.9rem 0 0 0;
}

.project-life-cycle__heading {
	margin: 0;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.project-life-cycle__stages {
	margin: 4.9rem 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	list-style: none;
}

.project-life-cycle__stages li {
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.project-life-cycle__stages li:before {
	content: '';
	display: block;
	position: absolute;
	top: 39%;
	width: calc(50% - 7rem);
	height: 4.6rem;
}

.project-life-cycle__stages li:nth-child(odd):before {
	right: 0;
	border: 0.3rem solid #FF6A13;
	border-left: none;
	border-top-right-radius: 1.6rem;
	border-bottom-right-radius: 1.6rem;
}

.project-life-cycle__stages li:nth-child(even):before {
	left: 0;
	border: 0.3rem solid #FF6A13;
	border-right: none;
	border-top-left-radius: 1.6rem;
	border-bottom-left-radius: 1.6rem;
}

.project-life-cycle__stages li:last-child::before {
	display: none;
}

.project-life-cycle__footer {
	margin: 6.3rem 0 0 0;
	text-align: center;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.project-life-cycle__footer .highlight {
	letter-spacing: 0.015em;
}

.vacancy-props {
	position: relative;
	margin: 0;
	padding-top: 7.4rem;
}

.vacancy-props .wrap > .button {
	margin-top: 4.1rem;
}

.vacancy-props__line {
	position: absolute;
	top: -3.5rem;
	right: 0;
	width: 16.5rem;
	height: 45.3rem;
	display: block;
	overflow: hidden;
}

.vacancy-props__line img {
	width: 100%;
}

.vacancy-props__heading {
	margin: 0;
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 700;
	line-height: 0.95;
	text-transform: uppercase;
	padding-right: 45%;
	padding-top: 6.3rem;
	margin-top: -5.6rem;
	letter-spacing: 0.019em;
}

.vacancy-props__groups {
	margin: 4.3rem 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 3.7rem;
}

.vacancy-props__group {
	display: flex;
	flex-direction: column;
}

.vacancy-props__title {
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-right: auto;
	max-width: 26rem;
	margin-bottom: 3.4rem;
}

.vacancy-props__list {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 0 3rem;
	box-sizing: border-box;
	list-style: none;
}

.vacancy-props__list li {
	position: relative;
	margin: 0.8rem 0 0 0;
}

.vacancy-props__list li:first-child {
	margin: 0;
}

.vacancy-props__list li::before {
	content: '';
	display: block;
	width: 0.25em;
	height: 0.25em;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	top: 0.55em;
	left: -1.8rem;
}

.badge {
	display: inline-block;
	position: relative;
	padding: 0.6rem 2.2rem;
	white-space: normal;
	font-style: normal;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0;
}

.badge:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0.4rem;
	width: calc(100% - 0.8rem);
	height: 100%;
	z-index: -1;
	background-color: #1761FF;
	transform: skewX(-11deg);
	transform-origin: center;
}

.image-gallery {
	overflow: hidden;
	margin: 6.9rem 0 0 0;
}

.image-gallery .wrap {
	display: flex;
	flex-direction: column;
	gap: 2.3rem;
}

.image-gallery .swiper {
	overflow: visible;
}

.image-gallery .swiper-wrapper {
	margin: 0.4rem -0.8rem 0;
	display: flex;
}

.image-gallery .swiper-slide {
	position: relative;
	padding: 0 0.8rem;
	width: calc(100% - 3.2rem);
	flex-shrink: 0;
}

.image-gallery__slide {
	position: relative;
	width: 100%;
	max-width: none;
	height: auto;
	aspect-ratio: 327 / 184;
}

.image-gallery__index {
	position: absolute;
	top: 3rem;
	left: 2.4rem;
	font-size: 8rem;
	font-style: italic;
	font-weight: 700;
	line-height: 0.7;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	-webkit-user-select: none;
	user-select: none;
}

.swiper-slide:first-child .image-gallery__index {
	letter-spacing: -0.12em;
}

.image-gallery__img {
	display: block;
	border-radius: 2.4rem;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.icon-gallery {
	overflow: hidden;
	margin: 6.9rem 0 0 0;
}

.icon-gallery .wrap {
	display: flex;
	flex-direction: column;
	align-items: justify;
	gap: 2.4rem;
}

.icon-gallery .swiper {
	overflow: visible;
	font-size: 0;
}

.icon-gallery .swiper-wrapper {
	margin: 0.4rem -0.8rem 0;
	display: flex;
}

.icon-gallery .swiper-slide {
	position: relative;
	padding: 0 0.8rem;
	width: calc(100% - 3.2rem);
	flex-shrink: 0;
}

.icon-gallery .gallery .swiper-slide img {
	height: 9rem;
	margin: -0.1rem;
}

.icon-gallery__slide {
	position: relative;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	border: 0.1rem solid rgba(255, 255, 255, 0.2);
	border-width: max(1px, 0.1rem);
	background: #141419;
	gap: 4.8rem;
	min-height: 29.8rem;
	width: 32.7rem;
	padding: 1.6rem;
	border-radius: 1.6rem;
}

.icon-gallery__icon {
	border-radius: 2.4rem;
	-webkit-user-select: none;
	user-select: none;
}

.icon-gallery__title {
	font-size: 2rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.017em;
	max-width: 24rem;
	margin-bottom: 0.1rem;
}

.hr-offer {
	position: relative;
	margin: 6.8rem 0 0 0;
}

.hr-offer .wrap > .button {
	margin-top: 3rem;
}

.hr-offer__content {
	margin-top: 7.1rem;
}

.hr-offer__form {
	padding-top: 5.6rem;
	margin-top: 0.5rem;
}

.hr-offer__heading {
	margin: 0;
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.hr-offer__heading .highlight {
	letter-spacing: 0.015em;
}

.hr-offer__anchor {
	margin: 2.4rem 0 0 0;
}

.hr-offer__heading-h3 {
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	max-width: 50rem;
	margin: 0.5rem 0 0 0;
}

.hr-offer__stages {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin-bottom: 0;
	margin-top: 3.9rem;
	gap: 4.6rem;
}

.hr-offer__stages li {
	display: flex;
	flex-direction: row;
}

.hr-offer__stages li > .hr-offer-stage__id {
	display: none;
}

.hr-offer-stage__wrap {
	flex-grow: 1;
}

.hr-offer-stage__id {
	color: #FF6A13;
	font-size: 10rem;
	font-style: italic;
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.12em;
	text-transform: uppercase;
	margin: -0.9rem 2.9rem 0 0;
}

li:not(:first-child) .hr-offer-stage__id {
	letter-spacing: -0.04em;
	margin-right: 2rem;
}

.hr-offer-stage__title {
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	flex: 1;
	margin-top: 0.3rem;
	max-width: 17.4rem;
}

.hr-offer-stage__text {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 1rem 0 0 auto;
	min-width: 50%;
	letter-spacing: 0.02em;
}

.hr-offer__footer {
	text-align: center;
	font-size: 5.4rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	text-transform: uppercase;
	margin: 5.4rem 0 0 0;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	padding-bottom: 5.6rem;
}

.hr-offer__footer .button {
	display: inline-flex;
	margin: 1.7rem auto 0 auto;
}

.hr-offer__footer-bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
	background-image: url('../img/vacancy/footer-line.svg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 150rem 78.5rem;
	height: 53rem;
}

.hr-offer__footer-bg img {
	position: relative;
	display: none;
	left: 50%;
	bottom: -52rem;
	transform: translateX(-50%);
	width: 322.5rem;
	height: auto;
}

.hr-offer__line {
	display: none;
	position: absolute;
	right: 0;
	overflow: hidden;
	margin-top: -39.5rem;
}

.hr-offer__line img {
	position: relative;
	display: block;
	width: 63.5rem;
}

.form-wrap {
	position: relative;
	display: flex;
	padding: 4.4rem 1.6rem 4rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
	align-self: stretch;
	border-radius: 2.4rem;
}

.form-wrap .form__footer .button svg {
	width: 3.6rem;
	height: 3.6rem;
}

.form-wrap__heading {
	margin: 0;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.form-wrap__heading > * {
	margin: 0;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.form-wrap__content {
	width: 100%;
}

.vacancy-form {
	position: relative;
	margin: 0;
}

.vacancy-form .form__group .control:last-child {
	margin-top: 2.4rem;
}

@media (hover: hover) and (pointer: fine) {

.button {
	cursor: pointer;
}

.button.button--primary-black:hover {
	color: #ffffff;
	background-color: #141419;
	border-color: #FF6A13;
}

.button.button--secondary-black:hover {
	color: #ffffff;
}

.button.button--primary-ghost-black:hover {
	color: #FF6A13;
}

.button.button--secondary-ghost-black:hover {
	color: #ffffff;
}

.button.button--primary-orange:hover {
	color: #FF6A13;
}

.button.button--secondary-orange:hover {
	color: #ffffff;
}

.button.button--primary-ghost-orange:hover {
	color: #141419;
}

.button.button--secondary-ghost-orange:hover {
	color: #ffffff;
}

.button.button--primary-white:hover {
	color: #141419;
}

.button.button--secondary-white:hover {
	color: #141419;
}

.button.button--primary-ghost-white:hover {
	color: #141419;
}

.button.button--secondary-ghost-white:hover {
	color: #FF6A13;
}

.nav-rounded:hover {
	color: #FF6A13;
}

}

@media (min-width: 767px) {

.icon-gallery .gallery__bullets {
	display: none !important;
}

}

@media (min-width: 768px) and (max-width: 1023px) {

html.aj {
	font-size: 1.25vw;
}

}

@media (min-width: 768px) {

html.aj .button.button--size-m:not(.unstyled) {
	height: 4.4rem;
	font-size: 2.4rem;
	padding: 1.1rem 2.15rem;
}

html.aj .button.button--size-max-s {
	padding: 1.8rem 2.9rem;
	font-size: 3.2rem;
	height: 6.4rem;
}

html.aj .control__box {
	padding: 1.1rem 2.8rem;
}

html.aj .control__box input {
	height: 3.4rem;
}

html.aj .control__box input:-ms-input-placeholder {
	height: 3.4rem;
}

html.aj .control__box input::placeholder {
	height: 3.4rem;
}

.vacancy-promo__head {
	gap: 1.3rem;
}

.vacancy-promo__head .button {
	margin-top: 1.8rem;
}

.vacancy-promo__heading {
	font-size: 6.4rem;
	margin-top: 1.3rem;
	margin-bottom: 0.6rem;
}

.vacancy-promo__lead {
	font-size: 2.4rem;
	line-height: 1.1667;
	margin-right: 7rem;
	margin-bottom: 1.9rem;
	letter-spacing: 0;
}

.js-vacancy-promo-line-ghost {
	margin-top: -18rem;
	margin-bottom: 18rem;
}

.vacancy-promo__line {
	margin-top: 1.8rem;
}

.vacancy-promo__line img,
.vacancy-promo__line svg {
	width: 117.2rem;
	transform: translateX(-59.7%);
}

.control__title {
	font-size: 2rem;
}

.control__checkbox {
	gap: 2.4rem;
}

.control__checkbox:before {
	box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.control._error .control__checkbox:before {
	box-shadow: inset 0 0 0 0.2rem #EB5353;
}

.control__checkbox:before,
.control__checkbox:after,
.control__checkbox input {
	width: 3.2rem;
	height: 3.2rem;
}

.control__checkbox:before {
	border-radius: 0.8rem;
}

.control__checkbox input {
	margin: 0.2rem 0 0 0;
}

.form__group > *._half {
	width: calc(50% - 1.2rem);
}

.team {
	margin-top: 32.1rem;
}

.team.gallery .gallery__bullets {
	display: none;
}

.team .swiper-wrapper {
	flex-wrap: wrap;
	margin-left: 0.8rem;
}

.team .swiper-slide {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.2rem;
}

.team .swiper-slide:nth-of-type(2n + 1):last-child {
	width: 68%;
}

.team .swiper-slide:nth-of-type(2n + 1):last-child .person {
	width: calc(100% - 3.4rem);
}

.person {
	padding: 0 0.8rem;
	gap: 2.4rem;
	width: calc(100% - 2.4rem);
}

.person__avatar {
	width: 10rem;
}

.person__img img {
	border-radius: 2.4rem;
}

.person__name {
	margin-left: 1.2rem;
}

.person__role {
	margin-left: 1.2rem;
}

.office-map {
	margin-top: 5.9rem;
}

.office-map .wrap {
	gap: 5.3rem;
}

.office-map__heading {
	margin-top: 0;
	font-size: 4.8rem;
}

.office-map__heading span {
	display: inline;
	width: auto;
}

.office-map__feature {
	font-size: 2.8rem;
	width: 24.2rem;
	min-height: 10rem;
	border-radius: 2.4rem;
}

.office-map__feature[data-id="2"] {
	top: 12.5%;
}

.office-map__feature[data-id="3"] {
	top: 48.2%;
	min-height: 9.4rem;
}

.office-map__feature[data-id="4"] {
	bottom: 8%;
}

.office-map__feature[data-id="5"] {
	bottom: 6%;
}

.office-map__feature[data-id="6"] {
	left: 2%;
}

.office-map__footer {
	margin-top: 0.8rem;
}

.gallery__head {
	font-size: 4.8rem;
}

.power-gallery {
	margin-top: 8.7rem;
}

.power-gallery .swiper-wrapper {
	margin: 0.5rem -1.2rem 0;
}

.power-gallery .swiper-slide {
	padding: 0 1.2rem;
}

.power-gallery__slide-first {
	width: 63.2rem;
	height: 33.2rem;
	border-radius: 2.4rem;
	padding: 2.4rem;
}

.power-gallery__first-title {
	width: 63.2rem;
	height: 33.2rem;
	border-radius: 2.4rem;
	font-size: 4.8rem;
	margin-top: -0.4rem;
	max-width: 35.2rem;
}

.power-gallery__first-img {
	width: 31.3rem;
	height: 24rem;
	right: 4rem;
	bottom: 1.2rem;
}

.power-gallery__slide:before {
	font-size: 12em;
	line-height: 84%;
	margin-top: -0.8rem;
}

.power-gallery__slide {
	width: 30.4rem;
	height: 33.2rem;
	border-radius: 2.4rem;
	padding: 2.4rem;
}

.project-life-cycle {
	margin-top: 9.1rem;
}

.project-life-cycle__heading {
	font-size: 4.8rem;
}

.project-life-cycle__stages {
	margin-top: 2.9rem;
}

.project-life-cycle__stages li:nth-child(odd):before {
	border-top-right-radius: 2.4rem;
	border-bottom-right-radius: 2.4rem;
}

.project-life-cycle__stages li:nth-child(even):before {
	border-top-left-radius: 2.4rem;
	border-bottom-left-radius: 2.4rem;
}

.project-life-cycle__stages.fd-row {
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	justify-content: space-between;
	border: 0.1rem solid rgba(255, 255, 255, 0.3);
	border-width: max(1px, 0.1rem);
	border-radius: 3.2rem;
	padding: 4.4rem 4.7rem 3.7rem;
	gap: 0;
}

.project-life-cycle__stages.fd-row li {
	font-size: 3.2rem;
	letter-spacing: 0.02em;
}

.project-life-cycle__stages.fd-row li:before {
	width: 5.4rem;
	height: 2.8rem;
	border: 0.4rem solid #FF6A13;
	border-radius: 0;
	border-top-left-radius: 1.6rem;
	border-bottom: none;
	border-right: none;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

.project-life-cycle__stages.fd-row li:nth-child(even) {
	margin-top: 4.8rem;
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n + 1):before {
	right: -3rem;
	bottom: 1.1rem;
	transform: scaleY(-1);
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n + 2):before {
	right: -2.8rem;
	top: -3.6rem;
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n + 3):before {
	right: -6.7rem;
	top: 1.2rem;
	transform: scaleX(-1);
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n):before {
	right: -6.5rem;
	bottom: 1.1rem;
	transform: rotate(180deg);
}

.project-life-cycle__stages.fd-row li:last-child:before {
	display: none !important;
}

.project-life-cycle__stages.fd-row::-webkit-scrollbar {
	display: none;
}

.project-life-cycle__footer {
	margin-top: 6.8rem;
	font-size: 4.8rem;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}

.vacancy-props {
	padding-top: 10.3rem;
}

.vacancy-props .wrap > .button {
	margin-top: 7.3rem;
}

.vacancy-props__line {
	top: -11.5rem;
	width: 26rem;
	height: 71.2rem;
}

.vacancy-props__heading {
	font-size: 6.4rem;
	padding-right: 36%;
}

.vacancy-props__heading:before {
	content: ' ';
	float: right;
	display: block;
	width: 25%;
	height: 2rem;
}

.vacancy-props__groups {
	margin-top: 6.4rem;
	gap: 6.8rem;
}

.vacancy-props__title {
	max-width: 34rem;
	font-size: 4.8rem;
	letter-spacing: 0.018em;
	margin-bottom: 2.9rem;
}

.vacancy-props__list {
	font-size: 2.4rem;
	line-height: 1.1667;
	padding-left: 3.6rem;
}

.vacancy-props__list li::before {
	left: -2.1rem;
}

.image-gallery {
	margin-top: 9.1rem;
}

.image-gallery .swiper-wrapper {
	margin: 0.5rem -1.2rem 0;
}

.image-gallery .swiper-slide {
	width: 63.2rem;
	padding: 0 1.2rem;
}

.image-gallery .gallery__bullets {
	margin-top: 0.1rem;
}

.image-gallery__slide {
	width: 63.2rem;
	aspect-ratio: 632 / 356;
}

.image-gallery__index {
	margin-top: -0.4rem;
	font-size: 12rem;
}

.icon-gallery {
	margin-top: 9.2rem;
}

.icon-gallery .swiper-wrapper {
	margin: 0.5rem -1.2rem 0;
}

.icon-gallery .swiper-slide {
	padding: 0 1.2rem;
	width: fit-content;
}

.icon-gallery__slide {
	width: 30.4rem;
	padding: 2.4rem;
	border-radius: 2.4rem;
	min-height: 31.4rem;
}

.icon-gallery__title {
	margin-bottom: 0;
}

.hr-offer .wrap > .button {
	margin-top: 2.8rem;
}

.hr-offer {
	margin-top: 9.2rem;
}

.hr-offer__content {
	margin-top: 9.7rem;
}

.hr-offer__form {
	margin-top: 2.4rem;
}

.hr-offer__heading {
	font-size: 6.4rem;
}

.hr-offer__heading span {
	display: inline-block;
	width: 100%;
}

.hr-offer__heading-h3 {
	font-size: 4.8rem;
	margin-top: 0.7rem;
}

.hr-offer__stages {
	margin-top: 4.8rem;
	gap: 5.9rem;
}

.hr-offer__stages li {
	flex-wrap: nowrap;
}

.hr-offer__stages li > .hr-offer-stage__id {
	display: block;
}

.hr-offer__stages li .hr-offer-stage__wrap > .hr-offer-stage__id {
	display: none;
}

.hr-offer-stage__id {
	font-size: 12rem;
	margin-right: 4rem;
}

li:not(:first-child) .hr-offer-stage__id {
	margin-right: 2.9rem;
}

.hr-offer-stage__title {
	font-size: 4.8rem;
	max-width: none;
	margin-top: 0;
}

.hr-offer-stage__text {
	width: 35.2rem;
	font-size: 2.4rem;
	line-height: 1.1667;
	margin-top: 1.9rem;
	margin-right: 1.3rem;
	letter-spacing: 0;
}

.hr-offer__footer {
	font-size: 4.8rem;
	margin-top: 7rem;
	max-width: 54rem;
	margin-left: auto;
	margin-right: auto;
}

.hr-offer__footer .button {
	margin-top: 2.9rem;
}

.hr-offer__footer-bg {
	background-size: 322.5rem 168.8rem;
	height: 100rem;
}

.form-wrap {
	padding: 5.9rem 2.4rem 5.4rem;
	gap: 2.7rem;
}

.form-wrap .form__footer {
	margin-top: 4.8rem;
}

.form-wrap .form__footer .button svg {
	width: 4.8rem;
	height: 4.8rem;
}

.form-wrap__heading {
	margin-bottom: 0.3rem;
	font-size: 4.8rem;
}

.vacancy-form .form__group {
	gap: 2.4rem;
}

.vacancy-form .form__group .control:last-child {
	margin-top: 2.4rem;
}

}

@media (min-width: 1023px) and (hover: hover) and (pointer: fine) {

.button {
	cursor: pointer;
}

.button.primary:hover {
	color: #ffffff;
	background-color: #ef600c;
}

.button.white:hover {
	color: #141419;
	background-color: rgba(255, 255, 255, 0.85);
}

button.button:not(.unstyled),
a.button:not(.unstyled) {
	cursor: pointer;
}

.control:not(:focus-within) .control__box:not(span):hover {
	box-shadow: none;
}

.control__box {
	cursor: pointer;
}

.control__clear {
	cursor: pointer;
}

.control__clear:hover {
	color: #141419;
}

.control__radio,
.control__checkbox {
	cursor: pointer;
}

.control__radio input,
.control__checkbox input {
	cursor: pointer;
}

.control__password-eye svg {
	cursor: pointer;
}

}

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

html.aj {
	font-size: 0.69444444vw;
}

}

@media (min-width: 1024px) and (max-height: 560px) {

html.aj {
	font-size: 0.36764706vw;
}

}

@media (min-width: 1024px) {

html.aj .button:not(.unstyled) {
	padding: 1.8rem 2.9rem;
	font-size: 3.2rem;
	height: 6.4rem;
}

html.aj .button svg {
	margin-right: -2rem;
}

.vacancy-promo__heading {
	font-size: 8rem;
	margin-top: 1.1rem;
	margin-bottom: 0.8rem;
}

.vacancy-promo__lead {
	margin-right: 27.5rem;
}

.vacancy-promo__line {
	margin-top: -13.8rem;
}

.vacancy-promo__line img,
.vacancy-promo__line svg {
	width: 240rem;
	transform: translateX(-53.8%);
}

.team {
	margin-top: 44.8rem;
}

.team .wrap {
	margin-left: auto;
	margin-right: auto;
}

.team .swiper-wrapper {
	margin-left: 0;
	gap: 5.4rem;
}

.team .swiper-slide {
	margin-bottom: 3.2rem;
	width: calc(50% - 2.7rem);
}

.team .swiper-slide:nth-of-type(2n + 1):last-child {
	width: 69.3%;
	margin-top: -3.3rem;
}

.team .swiper-slide:nth-of-type(2n + 1):last-child .person {
	width: 45.6rem;
}

.person {
	padding: 0;
}

.person__avatar {
	width: 12.4rem;
}

.person__title {
	margin-right: -2.4rem;
}

.office-map {
	margin-top: 9rem;
}

.office-map__heading {
	font-size: 5.4rem;
}

.office-map__feature {
	font-size: 3.6rem;
	width: 30.4rem;
	min-height: 11.6rem;
}

.office-map__feature[data-id="3"] {
	min-height: 11.6rem;
	top: 49.3%;
}

.office-map__feature[data-id="4"] {
	bottom: 5.5%;
	left: 54.1%;
}

.office-map__feature[data-id="5"] {
	bottom: 1%;
	left: 17%;
}

.office-map__feature[data-id="6"] {
	left: 0%;
	bottom: 26.3%;
}

.office-map__footer {
	margin-top: -2.1rem;
}

.gallery__head {
	font-size: 5.4rem;
}

.power-gallery {
	margin-top: 11.9rem;
}

.power-gallery__slide-first {
	height: 31.3rem;
}

.power-gallery__first-title {
	font-size: 5.4rem;
	margin-top: -0.6rem;
	max-width: 40rem;
}

.power-gallery__first-img {
	width: 28.2rem;
	height: 21.6rem;
	right: 3.8rem;
	bottom: 2.4rem;
}

.power-gallery__slide:before {
	font-size: 14rem;
	margin-top: -1.2rem;
}

.power-gallery__slide {
	height: 31.3rem;
}

.power-gallery__title {
	margin-bottom: 0.1rem;
}

.project-life-cycle {
	margin-top: 12.2rem;
}

.project-life-cycle__heading {
	font-size: 5.4rem;
}

.project-life-cycle__stages.fd-row {
	padding: 5.1rem 6.2rem 4.3rem;
}

.project-life-cycle__stages.fd-row li {
	font-size: 3.6rem;
}

.project-life-cycle__stages.fd-row li:before {
	width: 7.2rem;
	height: 3.6rem;
	border-top-left-radius: 2.4rem;
}

.project-life-cycle__stages.fd-row li:nth-child(even) {
	margin-top: 6.5rem;
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n + 1):before {
	right: -4.3rem;
	bottom: 1.5rem;
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n + 2):before {
	right: -4.3rem;
	top: -5.3rem;
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n + 3):before {
	right: -9.9rem;
}

.project-life-cycle__stages.fd-row li:nth-of-type(4n):before {
	right: -9.8rem;
	bottom: 1.7rem;
}

.project-life-cycle__footer .highlight {
	letter-spacing: 0.02em;
}

.project-life-cycle__footer {
	margin-top: 9rem;
	max-width: 90.3rem;
	font-size: 5.4rem;
}

.vacancy-props {
	margin: 0;
	padding-top: 13.2rem;
}

.vacancy-props .wrap > .button {
	margin-top: 7.3rem;
	padding: 1.2rem 2.95rem;
	height: 5.6rem !important;
}

.vacancy-props__line {
	top: -30.9rem;
	width: 35.8rem;
	height: 98.8rem;
}

.vacancy-props__line img {
	margin-left: 4.5rem;
}

.vacancy-props__heading {
	font-size: 8rem;
	padding-right: 0;
	letter-spacing: 0.02em;
}

.vacancy-props__heading:before {
	display: none;
}

.vacancy-props__groups {
	margin-top: 7.4rem;
	gap: 9rem;
}

.vacancy-props__title {
	font-size: 5.4rem;
}

.vacancy-props__list {
	max-width: 63.2rem;
	margin-left: auto;
	margin-top: -6.8rem;
}

.badge {
	font-size: 2.8rem;
	padding: 0.8rem 2.85rem;
}

.image-gallery {
	margin-top: 12.3rem;
}

.image-gallery__slide {
	aspect-ratio: 632 / 400;
}

.image-gallery__index {
	font-size: 14rem;
}

.icon-gallery {
	margin-top: 12.4rem;
}

.icon-gallery__slide {
	min-height: 28.2rem;
}

.hr-offer .wrap > .button {
	margin-top: 3rem;
}

.hr-offer {
	margin-top: 12.2rem;
}

.hr-offer__content {
	margin-top: 12.8rem;
}

.hr-offer__form {
	margin-top: 5.1rem;
}

.hr-offer__heading {
	font-size: 8rem;
}

.hr-offer__heading-h3 {
	font-size: 5.4rem;
}

.hr-offer__stages {
	margin-top: 6.2rem;
	gap: 6.4rem;
}

.hr-offer-stage__id {
	font-size: 14rem;
	margin-right: 4.4rem;
}

li:not(:first-child) .hr-offer-stage__id {
	margin-right: 3.1rem;
}

.hr-offer-stage__title {
	font-size: 5.4rem;
	margin-top: 0.1rem;
}

.hr-offer-stage__text {
	width: 56.5rem;
	margin-top: 2.9rem;
	margin-right: 7rem;
}

.hr-offer__footer {
	font-size: 5.4rem;
	margin-top: 12.4rem;
	padding-bottom: 12.8rem;
	max-width: none;
}

.hr-offer__footer-bg {
	background-size: 353.9rem 185.2rem;
	height: 121rem;
}

.form-wrap {
	padding: 4.3rem 6.4rem 4.1rem 6.4rem;
}

.form-wrap .form__footer {
	margin-top: 4.4rem;
}

.form-wrap__heading {
	font-size: 5.4rem;
}

.vacancy-form .form__group .control:last-child {
	margin-top: 2.2rem;
}

}

@media (min-width: 1601px) {

.vacancy-props__line {
	top: -49.7rem;
	width: 55.3rem;
	height: 147.7rem;
}

.vacancy-props__line img {
	margin-left: 0;
}

}

@media (min-width: 1921px) {

html.aj {
	font-size: 0.52083333vw;
}

}

@media (max-width: 1600px) {

.hr-offer__line img {
	right: -9rem;
}

}

@media (max-width: 1279px) {

.button.button--size-l {
	height: 4.4rem;
	font-size: 2.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.048rem;
	padding: 0.5rem 2.4rem 0 2.4rem;
}

.hr-offer__line img {
	top: -3rem;
	right: -24.7rem;
}

}

@media (max-width: 1023px) {

html.aj .button.button--size-l:not(.unstyled) {
	padding: 0.9rem 2.15rem;
}

.vacancy-promo {
	padding-top: 1.6rem;
}

.gallery .gallery__bullets {
	display: flex;
}

.gallery__nav {
	display: none;
}

}

@media (max-width: 767px) {

.wrap {
	padding: 0 1.6rem;
}

html.aj {
	font-size: 2.66666667vw;
}

html.aj .button.button--size-s:not(.unstyled) {
	font-size: 0;
	width: 4rem;
	height: 4rem;
	padding: 0;
}

.header {
	padding: 0 1.6rem;
}

.header .button {
	position: relative;
	width: 4rem;
	height: 4rem;
	min-width: auto;
	background-color: #FF6A13;
	font-size: 0;
}

.header .button::before,
.header .button::after {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
}

.header .button::before {
	content: '';
	width: 2rem;
	height: 2px;
}

.header .button::after {
	content: '';
	width: 2px;
	height: 2rem;
}

.vacancy-promo {
	padding-top: 0;
}

.button.button--size-max-s {
	height: 4.4rem;
	font-size: 2.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.048rem;
	padding: 0.5rem 2.4rem 0 2.4rem;
}

.unstyled.button-link,
.button-link {
	font-size: 1.8rem;
	line-height: 2.2rem;
	letter-spacing: 0.036rem;
	text-underline-offset: 0;
}

.control__box {
	min-height: 4.4rem;
	font-size: 2rem;
	line-height: 1.2rem;
	letter-spacing: 0.04rem;
	padding: 0.95rem 2rem;
}

.control__password-eye img,
.control__password-eye svg {
	width: 3.2rem;
	height: 3.2rem;
}

.control__text {
	font-size: 1.7rem;
	line-height: 2.25rem;
	letter-spacing: 0.069rem;
	margin-top: 0.1rem;
}

.form-success__message {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
	border-radius: 1.6rem;
	padding: 2.4rem 1.6rem;
	gap: 1.6rem;
}

.office-map__footer {
	font-size: 2.6rem;
	line-height: 3rem;
	text-align: left;
}

.vacancy-props__group:nth-of-type(2) .vacancy-props__list {
	margin-top: -0.7rem;
}

.image-gallery__index {
	top: 1.6rem;
	left: 1.6rem;
}

.image-gallery__img {
	border-radius: 1.6rem;
}

.hr-offer-stage__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.hr-offer__footer-bg img {
	width: 150rem;
}

.hr-offer__line {
	display: none;
}

}

@keyframes button-loading {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(-360deg);
}

}

