.morecontent span {
    display: none;
}
.morelink {
    font-weight: bold;
    color: #4682b4;
}
.zoomA {
  /* (A) OPTIONAL DIMENSIONS */
  width: 600px;
  height: auto;
 
  /* (B) ANIMATE ZOOM */
  /* ease | ease-in | ease-out | linear */
  transition: transform ease-in-out 0.3s;
}
 
/* (C) ZOOM ON HOVER */
.zoomA:hover { transform: scale(1.2); }


.text__image{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    
}

.select_text_green {

    padding: 0px 20px 0px 25px;
    position: relative;
    margin: 25px 0;
}

.select_text_green::before{
content: " ";
display: block;
width: 4px;
background-color: #D0362E;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

/* Compiled: 2022-01-15 21:26:41 */
@font-face {
	font-family: 'FSRAILWAY Book';
	src: url('/fonts/subset-FSRAILWAYBook.eot');
	src: url('/fonts/subset-FSRAILWAYBook.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-FSRAILWAYBook.woff2') format('woff2'), url('/fonts/subset-FSRAILWAYBook.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FSRAILWAY Book Oblique';
	src: url('/fonts/subset-FSRAILWAYBookOblique.eot');
	src: url('/fonts/subset-FSRAILWAYBookOblique.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-FSRAILWAYBookOblique.woff2') format('woff2'), url('/fonts/subset-FSRAILWAYBookOblique.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'FSRAILWAY';
	src: url('/fonts/subset-FSRAILWAYBold.eot');
	src: url('/fonts/subset-FSRAILWAYBold.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-FSRAILWAYBold.woff2') format('woff2'), url('/fonts/subset-FSRAILWAYBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FSRAILWAY Bold Oblique';
	src: url('/fonts/subset-FSRAILWAYBoldOblique.eot');
	src: url('/fonts/subset-FSRAILWAYBoldOblique.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-FSRAILWAYBoldOblique.woff2') format('woff2'), url('/fonts/subset-FSRAILWAYBoldOblique.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RussianRail G Pro';
	src: url('/fonts/subset-RussianRailGPro-Reg.eot');
	src: url('/fonts/subset-RussianRailGPro-Reg.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-RussianRailGPro-Reg.woff2') format('woff2'), url('/fonts/subset-RussianRailGPro-Reg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RussianRail G Pro';
	src: url('/fonts/subset-RussianRailGPro-Bold.eot');
	src: url('/fonts/subset-RussianRailGPro-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-RussianRailGPro-Bold.woff2') format('woff2'), url('/fonts/subset-RussianRailGPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RussianRail G Pro';
	src: url('/fonts/subset-RussianRailGPro-Medium.eot');
	src: url('/fonts/subset-RussianRailGPro-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-RussianRailGPro-Medium.woff2') format('woff2'), url('/fonts/subset-RussianRailGPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RussianRail G Pro Extended';
cm	src: url('/fonts/subset-RussianRailGPro-Extended.eot');
	src: url('/fonts/subset-RussianRailGPro-Extended.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-RussianRailGPro-Extended.woff2') format('woff2'), url('/fonts/subset-RussianRailGPro-Extended.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RussianRail G Pro Extended';
	src: url('/fonts/subset-RussianRailGPro-ExtendedBold.eot');
	src: url('/fonts/subset-RussianRailGPro-ExtendedBold.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-RussianRailGPro-ExtendedBold.woff2') format('woff2'), url('/fonts/subset-RussianRailGPro-ExtendedBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	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: 78%;
	line-height: 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,
sel ect { /* 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 fr om `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: 'FSRAILWAY Book', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 141%;
	font-weight: normal;
	color: #555555;
	height: 100%;
	min-height: 320px;
	min-width: 320px;
	background: #fff;
}

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

body {
	position: relative;
	height: 100%;
	background: #fff;
	--scrollbar-width: 0px;
	overflow-x: hidden;
}

._noscroll {
	overflow: hidden;
}

._noscroll body {
	overflow: hidden;
}

body._noscroll {
	width: calc(100% - var(--scrollbar-width));
}

::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.4;
	-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;
	color: #D0362E;
}

html.desktop a:hover {
	color: #FF3333;
}

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;
}

.wrap { /*width: 960px;*/ /*padding: 0 12px;*/
	margin: 0 auto;
	position: relative;
	max-width: 1560px;
	box-sizing: border-box;
	padding: 0 60px;
}

.wrap-page {
	min-height: 100%;
	padding-top: 135px;
	margin-bottom: -630px;
}

.wrap-page:after {
	content: '';
	display: block;
	width: 100%;
	height: 630px;
}

.text {
	max-width: 950px;
	margin: 0 auto;
}

.text-fullwidth {
	position: relative;
	width: calc(100vw - var(--scrollbar-width));
	left: 50%;
	transform: translateX(-50%);
}

.btn {
	background: none;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 17px 30px 17px 30px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 140%;
	text-transform: uppercase;
	transition: 0.3s;
	border: 1px solid transparent;
	border-right: none !important;
	border-bottom: none !important;
	overflow: hidden;
	z-index: 1;
	min-width: 220px;
}

html.desktop .btn:hover {
	color: #fff;
}

.btn:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 0;
	background-color: #D0362E;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
	z-index: -1;
	outline: 1px solid #D0362E;
}

.btn:after {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 1px;
	width: 9px;
	background-color: #D0362E;
	transition: 0.3s;
	transform: skewY(-45deg) translateY(-8px);
	transform-origin: bottom right;
	border: 1px solid transparent;
	border-top: none !important;
	border-left: none !important;
	z-index: -1;
}

html.desktop .btn:hover:before {
	background-color: #FF3333;
	outline: 1px solid #FF3333;
}

html.desktop .btn:hover:after {
	background-color: #FF3333;
}

.btn--bordered {
	color: #555555;
	border-color: #555555;
}

.btn--bordered:before {
	outline: none !important;
}

.btn--bordered:after {
	transform: skewY(-45deg) translateY(-9px);
}

.btn--bordered:before,
.btn--bordered:after {
	background: none;
	border-color: #555555;
}

html.desktop .btn--bordered:hover {
	color: #1B1E23;
	border-color: #1B1E23;
}

html.desktop .btn--bordered:hover:before,
html.desktop .btn--bordered:hover:after {
	background: none;
	border-color: #1B1E23;
}

.btn--bordered-red {
	color: #D0362E !important;
	border-color: #D0362E;
	outline: none !important;
}

.btn--bordered-red:before {
	outline: none !important;
}

.btn--bordered-red:after {
	transform: skewY(-45deg) translateY(-9px);
}

.btn--bordered-red:before,
.btn--bordered-red:after {
	background: none;
	border-color: #D0362E;
}

html.desktop .btn--bordered-red:hover {
	color: #FF3333 !important;
	border-color: #FF3333;
}

html.desktop .btn--bordered-red:hover:before,
html.desktop .btn--bordered-red:hover:after {
	background: none;
	border-color: #FF3333;
}

.input-text,
.textarea {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	height: 2.4em;
	box-sizing: border-box;
	padding: 2px 1em;
	background: #fff;
	color: #555555;
	transition: border-color 0.2s ease;
}

.input-text:disabled,
.textarea:disabled {
	border: 1px solid #ddd;
	color: #aaa;
	background: #eee;
	pointer-events: none;
	opacity: 1;
	cursor: default;
}

.input-text._error,
.textarea._error {
	border-color: red;
}

.input-text[type="password"],
.textarea[type="password"] {
	font-family: Arial, Helvetica, sans-serif;
}

.textarea {
	display: block;
	height: 6.8em;
	width: 100%;
	padding: 1em;
	line-height: 141%;
	resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
	font-weight: bold;
	line-height: 141%;
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	color: #1B1E23;
}

h1,
.title-h1 {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-weight: 400;
	margin: 95px 0 140px;
	font-size: 56px;
	line-height: 100%;
	letter-spacing: -0.04em;
	max-width: 75%;
}

h1 + .text-title {
	max-width: 460px;
	margin-top: -116px;
	margin-bottom: 110px;
}

h2,
.title-h2 {
	font-weight: 400;
	margin: 100px 0 65px;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: -0.04em;
}

h3,
.title-h3 {
	margin-top: 100px;
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: -0.04em;
}

h5 {
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
}

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

h1.title-h2 {
	max-width: none;
}

.text-title {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-size: 20px;
	line-height: 110%;
	letter-spacing: -0.04em;
}

p {
	font-size: 18px;
	line-height: 141%;
	margin: 24px 0;
	letter-spacing: -0.02em;
}

b,
strong {
	font-weight: bold;
}

.mt-red {
	margin-top: 120px;
}

.mb-red {
	margin-bottom: 120px;
}

.mt-blue {
	margin-top: 100px;
}

.mb-blue {
	margin-bottom: 100px;
}

.mt-yellow {
	margin-top: 60px;
}

.mb-yellow {
	margin-bottom: 60px;
}

.mt-green {
	margin-top: 40px;
}

.mb-green {
	margin-bottom: 40px;
}

.mt-purple {
	margin-top: 16px;
}

.mb-purple {
	margin-bottom: 16px;
}

.mt-zero {
	margin-top: 0;
}

.mb-zero {
	margin-bottom: 0;
}

/* полупрозрачная сетка */

.grid-helper {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100vh;
	display: grid;
	opacity: 0.05;
	pointer-events: none;
	width: calc(100vw - var(--scrollbar-width) - 60px * 2);
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 100vh;
	grid-gap: 24px;
	max-width: 1440px;
	z-index: 10000;
}

.grid-helper i {
	height: 100%;
	background-color: #f00;
}

._noscroll .grid-helper {
	padding-right: var(--scrollbar-width);
}

/**
 * Swiper 6.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 4, 2020
 */

@font-face {
	font-family: 'swiper-icons';
	src: url('dat a:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
/*	flex-wrap: nowrap; */
}

.swiper-container-multirow-column > .swiper-wrapper {
/*	flex-wrap: nowrap; */
/*	flex-direction: row;*/
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px; /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

:root { /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */

:root { /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body {
	pointer-events: none;
}

body .wrap-page {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

html._preloaded body {
	pointer-events: auto;
}

html._preloaded .wrap-page {
	opacity: 1;
	visibility: visible;
}

.preloader {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.preloader__logo {
	visibility: hidden;
}

.preloader__logo._animate {
	visibility: visible;
}

.preloader__progress {
	margin-top: 46px;
	width: 213px;
	height: 2px;
	background-color: #E9E9E9;
	overflow: hidden;
}

.preloader__progress > div {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #E33E35;
	right: 100%;
	transition: right 5s linear;
}

.preloader__progress ._loading {
	right: 40%;
}

.preloader__progress ._loaded {
	right: 0;
	transition-duration: 1s;
}

._animate .preloader-1 {
	animation: preloader-1 0.5s 0s both linear;
}

._animate .preloader-2 {
	animation: preloader-2 0.25s 0.5s both linear;
}

._animate .preloader-3 {
	animation: preloader-3 0.3s 0.7s both;
}

.preloader-4 {
	transform-origin: 45% 25%;
	transform: scale(0);
}

._animate .preloader-4 {
	animation: preloader-4 0.5s 0.7s both cubic-bezier(0.34, 1.61, 0.7, 1);
}

._animate .preloader-5 {
	animation: preloader-5 0.25s 0.8s both;
}

.preloader-6 {
	transform-origin: 75% 60%;
	transform: scale(0);
}

._animate .preloader-6 {
	animation: preloader-4 0.5s 0.9s both cubic-bezier(0.34, 1.61, 0.7, 1);
}

.preloader__words {
	position: relative;
	text-transform: uppercase;
	margin-top: -80px;
}

.preloader__words svg {
	display: block;
	margin: auto;
	width: 295px;
}

.preloader__word-1 svg > path {
	opacity: 0;
	transition: transform 0.5s ease-out, opacity 0.2s;
}

.preloader__word-1 svg > path:nth-child(1) {
	transform: translateX(-16%);
}

.preloader__word-1 svg > path:nth-child(2) {
	transform: translateX(-12%);
}

.preloader__word-1 svg > path:nth-child(3) {
	transform: translateX(-8%);
}

.preloader__word-1 svg > path:nth-child(4) {
	transform: translateX(-4%);
}

.preloader__word-1 svg > path:nth-child(5) {
	transform: translateX(0%);
}

.preloader__word-1 svg > path:nth-child(6) {
	transform: translateX(4%);
}

.preloader__word-1 svg > path:nth-child(7) {
	transform: translateX(8%);
}

.preloader__word-1 svg > path:nth-child(8) {
	transform: translateX(12%);
}

.preloader__word-1 svg > path:nth-child(9) {
	transform: translateX(16%);
}

.preloader__word-1 svg > path:nth-child(10) {
	transform: translateX(20%);
}

.preloader__word-1 g {
	visibility: hidden;
}

.preloader__word-1._show svg > path {
	opacity: 1;
	visibility: visible;
}

.preloader {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.preloader__logo {
	visibility: hidden;
}

.preloader__logo._animate {
	visibility: visible;
}

.preloader__progress {
	margin-top: 46px;
	width: 213px;
	height: 2px;
	background-color: #E9E9E9;
	overflow: hidden;
}

.preloader__progress > div {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #E33E35;
	right: 100%;
	transition: right 5s linear;
}

.preloader__progress ._loading {
	right: 40%;
}

.preloader__progress ._loaded {
	right: 0;
	transition-duration: 1s;
}

._animate .preloader-1 {
	animation: preloader-1 0.5s 0s both linear;
}

._animate .preloader-2 {
	animation: preloader-2 0.25s 0.5s both linear;
}

._animate .preloader-3 {
	animation: preloader-3 0.3s 0.7s both;
}

.preloader-4 {
	transform-origin: 45% 25%;
	transform: scale(0);
}

._animate .preloader-4 {
	animation: preloader-4 0.5s 0.7s both cubic-bezier(0.34, 1.61, 0.7, 1);
}

._animate .preloader-5 {
	animation: preloader-5 0.25s 0.8s both;
}

.preloader-6 {
	transform-origin: 75% 60%;
	transform: scale(0);
}

._animate .preloader-6 {
	animation: preloader-4 0.5s 0.9s both cubic-bezier(0.34, 1.61, 0.7, 1);
}

.preloader__words {
	position: relative;
	text-transform: uppercase;
	margin-top: -80px;
}

.preloader__words svg {
	display: block;
	margin: auto;
	width: 295px;
}

.preloader__word-1 svg > path {
	opacity: 0;
	transition: transform 0.5s ease-out, opacity 0.2s;
}

.preloader__word-1 svg > path:nth-child(1) {
	transform: translateX(-16%);
}

.preloader__word-1 svg > path:nth-child(2) {
	transform: translateX(-12%);
}

.preloader__word-1 svg > path:nth-child(3) {
	transform: translateX(-8%);
}

.preloader__word-1 svg > path:nth-child(4) {
	transform: translateX(-4%);
}

.preloader__word-1 svg > path:nth-child(5) {
	transform: translateX(0%);
}

.preloader__word-1 svg > path:nth-child(6) {
	transform: translateX(4%);
}

.preloader__word-1 svg > path:nth-child(7) {
	transform: translateX(8%);
}

.preloader__word-1 svg > path:nth-child(8) {
	transform: translateX(12%);
}

.preloader__word-1 svg > path:nth-child(9) {
	transform: translateX(16%);
}

.preloader__word-1 svg > path:nth-child(10) {
	transform: translateX(20%);
}

.preloader__word-1 g {
	visibility: hidden;
}

.preloader__word-1._show svg > path {
	opacity: 1;
}

.preloader__word-1._show g {
	visibility: visible;
}

.preloader__word-1._animate svg > path {
	transform: none;
}

.preloader__word-2 {
	position: absolute;
	bottom: 3px;
}

.preloader__word-2 svg > path {
	opacity: 0;
	transition: transform 0.5s ease-out, opacity 0.2s;
}

.preloader__word-2 svg > path:nth-child(1) {
	transform: translateX(-8%);
}

.preloader__word-2 svg > path:nth-child(2) {
	transform: translateX(-4%);
}

.preloader__word-2 svg > path:nth-child(3) {
	transform: translateX(0%);
}

.preloader__word-2 svg > path:nth-child(4) {
	transform: translateX(4%);
}

.preloader__word-2 svg > path:nth-child(5) {
	transform: translateX(8%);
}
.preloader__word-2 svg > path:nth-child(6) {
	transform: translateX(10%);
}
.preloader__word-2 svg > path:nth-child(7) {
	transform: translateX(12%);
}
.preloader__word-2 svg > path:nth-child(8) {
	transform: translateX(14%);
}



.preloader__word-2 g {
	visibility: hidden;
}

.preloader__word-2._show svg > path {
	opacity: 1;
}

.preloader__word-2._show g {
	visibility: visible;
}

.preloader__word-2._animate svg > path {
	transform: none;
}

.preloader__word-3 {
	position: absolute;
	bottom: 3px;
}

.preloader__word-3 svg > path {
	opacity: 0;
	transition: transform 0.5s ease-out, opacity 0.2s;
}

.preloader__word-3 svg > path:nth-child(1) {
	transform: translateX(-16%);
}

.preloader__word-3 svg > path:nth-child(2) {
	transform: translateX(-12%);
}

.preloader__word-3 svg > path:nth-child(3) {
	transform: translateX(-8%);
}

.preloader__word-3 svg > path:nth-child(4) {
	transform: translateX(-4%);
}

.preloader__word-3 svg > path:nth-child(5) {
	transform: translateX(-2%);
}

.preloader__word-3 svg > path:nth-child(6) {
	transform: translateX(2%);
}

.preloader__word-3 svg > path:nth-child(7) {
	transform: translateX(4%);
}

.preloader__word-3 svg > path:nth-child(8) {
	transform: translateX(8%);
}

.preloader__word-3 svg > path:nth-child(9) {
	transform: translateX(12%);
}

.preloader__word-3 svg > path:nth-child(10) {
	transform: translateX(16%);
}
.preloader__word-3 svg > path:nth-child(11) {
	transform: translateX(20%);
}


.preloader__word-3 g {
	visibility: hidden;
}

.preloader__word-3._show svg > path {
	opacity: 1;
}

.preloader__word-3._show g {
	visibility: visible;
}

.preloader__word-3._animate svg > path {
	transform: none;
}

.preloader__word-1._show g {
	visibility: visible;
}

.preloader__word-1._animate svg > path {
	transform: none;
}

.preloader__word-2 {
	position: absolute;
	bottom: 3px;
}

.preloader__word-2 svg > path {
	opacity: 0;
	transition: transform 0.5s ease-out, opacity 0.2s;
}

.preloader__word-2 svg > path:nth-child(1) {
	transform: translateX(-8%);
}

.preloader__word-2 svg > path:nth-child(2) {
	transform: translateX(-4%);
}

.preloader__word-2 svg > path:nth-child(3) {
	transform: translateX(0%);
}

.preloader__word-2 svg > path:nth-child(4) {
	transform: translateX(4%);
}

.preloader__word-2 svg > path:nth-child(5) {
	transform: translateX(8%);
}

.preloader__word-2 g {
	visibility: hidden;
}

.preloader__word-2._show svg > path {
	opacity: 1;
}

.preloader__word-2._show g {
	visibility: visible;
}

.preloader__word-2._animate svg > path {
	transform: none;
}

.preloader__word-3 {
	position: absolute;
	bottom: 3px;
}

.preloader__word-3 svg > path {
	opacity: 0;
	transition: transform 0.5s ease-out, opacity 0.2s;
}

.preloader__word-3 svg > path:nth-child(1) {
	transform: translateX(-16%);
}

.preloader__word-3 svg > path:nth-child(2) {
	transform: translateX(-12%);
}

.preloader__word-3 svg > path:nth-child(3) {
	transform: translateX(-8%);
}

.preloader__word-3 svg > path:nth-child(4) {
	transform: translateX(-4%);
}

.preloader__word-3 svg > path:nth-child(5) {
	transform: translateX(-2%);
}

.preloader__word-3 svg > path:nth-child(6) {
	transform: translateX(2%);
}

.preloader__word-3 svg > path:nth-child(7) {
	transform: translateX(4%);
}

.preloader__word-3 svg > path:nth-child(8) {
	transform: translateX(8%);
}

.preloader__word-3 svg > path:nth-child(9) {
	transform: translateX(12%);
}

.preloader__word-3 svg > path:nth-child(10) {
	transform: translateX(16%);
}

.preloader__word-3 g {
	visibility: hidden;
}

.preloader__word-3._show svg > path {
	opacity: 1;
}

.preloader__word-3._show g {
	visibility: visible;
}

.preloader__word-3._animate svg > path {
	transform: none;
}

/*html._unloaded,
html._preloaded._unloaded {

        body {
            pointer-events: none;
            opacity: 0;
        }
}*/

.spinner {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 13px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.spinner._loading {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s;
}

.spinner > * {
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #8D9AA5;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.spinner > *:nth-child(1) {
	left: 8px;
	animation: spinner1 0.6s infinite;
}

.spinner > *:nth-child(2) {
	left: 8px;
	animation: spinner2 0.6s infinite;
}

.spinner > *:nth-child(3) {
	left: 32px;
	animation: spinner2 0.6s infinite;
}

.spinner > *:nth-child(4) {
	left: 56px;
	animation: spinner3 0.6s infinite;
}

.header {
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	color: #1B1E23;
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 135px;
	z-index: 1000;
}

.header a {
	color: #1B1E23;
}

._noscroll .header {
	padding-right: var(--scrollbar-width);
}

.header__inner {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 25px 60px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.header__inner-left,
.header__inner-right {
	display: flex;
	align-items: center;
	align-content: center;
}

.header__inner-left {
	flex: 1;
}

.header__logo {
	display: flex;
	z-index: 2;
	-webkit-user-select: none;
	user-select: none;
	margin-right: 60px;
}

.header__logo img {
	display: block;
}

.header__logo-link {
	display: block;
	margin-right: 40px;
	position: relative;
}

.header__logo-link:after {
	background: #1B1E23;
	height: 85px;
	width: 1px;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
}

.header__langs {
	display: flex;
	margin-left: 60px;
}

.header__langs a {
	display: inline-block;
}

.header__langs a:first-child {
	margin-left: 0;
}

.header__langs a.active {
	color: #8D9AA5;
	pointer-events: none;
}

.header__langs a + a {
	margin-left: 15px;
}

.header__menu-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header__menu-list li {
	white-space: nowrap;
	font-size: 16px;
	margin-right: 24px;
}

.header__menu-list li:last-child {
	margin-right: 0;
}

.header__search {
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
	margin-left: 40px;
	color: #555555;
	transition: color 0.3s;
}

.header__search svg {
	max-width: 100%;
	max-height: 100%;
	fill: none;
}

html.desktop .header__search:hover {
	color: #D0362E;
}

.header__burger-btn {
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	margin-left: 40px;
	color: #D0362E !important;
	z-index: 2;
	transform: transform3d(0, 0, 0);
	transition: transform 0.3s;
}

html:not(._header-menu-open).desktop .header__burger-btn:hover {
	transform: rotate(45deg);
}

html:not(._header-menu-open).desktop .header__burger-btn:hover i {
	transform: rotate(-45deg);
}

.header__burger-btn svg {
	max-width: 100%;
	max-height: 100%;
}

.header__burger-btn i {
	display: block;
	position: absolute;
	width: 20%;
	height: 20%;
	background-color: #D0362E;
	transition: all 0.3s;
}

.header__burger-btn i:nth-child(1) {
	top: 0;
	left: 0;
}

.header__burger-btn i:nth-child(2) {
	top: 0;
	left: 40%;
}

.header__burger-btn i:nth-child(3) {
	top: 0;
	left: 80%;
}

.header__burger-btn i:nth-child(4) {
	top: 40%;
	left: 0;
}

.header__burger-btn i:nth-child(5) {
	top: 40%;
	left: 40%;
}

.header__burger-btn i:nth-child(6) {
	top: 40%;
	left: 80%;
}

.header__burger-btn i:nth-child(7) {
	top: 80%;
	left: 0;
}

.header__burger-btn i:nth-child(8) {
	top: 80%;
	left: 40%;
}

.header__burger-btn i:nth-child(9) {
	top: 80%;
	left: 80%;
}

html._header-menu-open .header__burger-btn i:nth-child(1) {
	top: 0;
	left: 80%;
}

html._header-menu-open .header__burger-btn i:nth-child(2) {
	top: 20%;
	left: 60%;
}

html._header-menu-open .header__burger-btn i:nth-child(3) {
	top: 80%;
	left: 80%;
}

html._header-menu-open .header__burger-btn i:nth-child(4) {
	top: 20%;
	left: 20%;
}

html._header-menu-open .header__burger-btn i:nth-child(6) {
	top: 60%;
	left: 60%;
}

html._header-menu-open .header__burger-btn i:nth-child(7) {
	top: 0;
	left: 0;
}

html._header-menu-open .header__burger-btn i:nth-child(8) {
	top: 60%;
	left: 20%;
}

html._header-menu-open .header__burger-btn i:nth-child(9) {
	top: 80%;
	left: 0;
}

.header-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	transition: height 0.3s;
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box;
}

._noscroll .header-menu {
	padding-right: var(--scrollbar-width);
}

.header-menu .wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
}

html._header-menu-open .header-menu {
	height: 100vh;
}

.header-menu__search {
	padding-left: calc((100% + 24px) / 12 * 4);
	padding-right: calc((100% + 24px) / 12 * 1);
	margin-top: 55px;
	margin-bottom: 40px;
}

.header-menu__search form {
	display: flex;
	border-bottom: 1px solid #8D9AA5;
	padding-bottom: 7px;
}

.header-menu__search button {
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	background: none;
	border: none;
	margin-right: 12px;
}

.header-menu__search button svg {
	max-width: 100%;
	max-height: 100%;
	fill: none;
}

.header-menu__search input {
	display: block;
	width: 100%;
	padding: 0;
	background: none;
	border: none;
	font-size: 15px;
}

.header-menu__content {
	position: relative;
	flex: 1;
	overflow: hidden;
}

.header-menu__content .swiper-container {
	height: 100%;
	margin-right: -16px;
	padding-right: 16px;
}

.header-menu__content .swiper-slide {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	width: 100%;
}

html._header-menu-open .header-menu__content {
	margin-right: -16px;
	padding-right: 16px;
	transition: margin-right 0s 0.6s, padding-right 0s 0.6s;
}

.header-menu__nav {
	padding-left: calc((100% + 24px) / 12 * 4);
	margin-top: 20px;
	flex: 1;
}

.header-menu__footer {
	border-top: 1px solid #8D9AA5;
	margin-top: 20px;
	padding: 40px 0;
	padding-left: calc((100% + 24px) / 12 * 4);
	display: flex;
}

.header-menu__footer .footer-social {
	margin-top: 24px;
}

.header-menu__footer .footer-social a {
	color: #1B1E23;
}

.header-menu__footer .footer-social .footer-social-item:last-child {
	margin-right: 0;
}

.header-menu__footer-left {
	flex: 1;
}

.header-menu__footer-right {
	font-size: 20px;
	width: calc((100% + 24px) / 8 * 3 - 24px);
}

.header-menu__footer-phones {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(((100% + 24px) / 8 + 24px) * -0.5);
}

.nav__list {
	width: 33.3333%;
	padding: 0 calc((100% + 24px) / 9 * 0.5 + 12px);
	box-sizing: border-box;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	display: flex;
	flex-direction: column;
}

.nav__list > * + * {
	margin-top: 8px;
}

.nav__list > *:first-child {
	font-size: 20px;
	color: #1B1E23;
}

.nav__list > *:first-child + * {
	margin-top: 14px;
}

.nav__list span,
.nav__list a {
	color: #555555;
}

.nav__list--full {
	width: 100%;
}

.nav__list--online {
	margin-left: calc(100% / 9 * 6);
}

.footer {
	background: #333; /*height: 630px;*/
	box-sizing: border-box;
	padding: 80px 0 40px;
}

.footer .wrap {
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer__line {
	display: flex;
}

.footer__left {
	width: 34%;
}

.footer__right {
	width: 66%;
}

.footer-menu__title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu__item {
	width: 38.5%;
	margin-top: 40px;
}

.footer-menu__item:nth-child(3n) {
	width: 23%;
}

.footer-menu__item:nth-child(1),
.footer-menu__item:nth-child(2),
.footer-menu__item:nth-child(3) {
	margin-top: 0;
}

.footer-menu__list {
	width: 200px;
}

.footer-menu__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu__list ul li {
	margin-bottom: 5px;
}

.footer-menu__list ul li:before {
	display: none;
}

.footer-menu__list ul li a {
	color: #8D9AA5;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.footer-social-item {
	margin-right: 30px;
}

.footer-social-item a {
	font-size: 14px;
	line-height: 100%;
	color: #fff;
}

.footer-social-item a svg {
	fill: none;
	top: 6px;
	position: relative;
	margin-left: 12px;
	max-width: 18px;
	max-height: 18px;
	color: #8D9AA5;
}

.footer-information {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	border-top: 1px solid rgba(97, 97, 97, 0.6);
	margin-top: 50px;
	padding-top: 40px;
}

.footer__copyright {
	font-size: 16px;
	line-height: 110%;
	font-weight: normal;
	color: #8D9AA5;
}

.footer__develop a {
	font-size: 14px;
	line-height: 100%;
	color: #8D9AA5;
}

.footer__develop a svg {
	fill: none;
	top: 6px;
	position: relative;
	margin-left: 12px;
	max-width: 18px;
	max-height: 18px;
	color: #8D9AA5;
}

.footer-developer {
	font-size: 16px;
	line-height: 110%;
	text-align: center;
}

.footer-developer a {
	color: #8D9AA5;
}

.footer-menu__title {
	display: flex;
}

.footer-menu__title-toggle-icon {
	width: 20px;
	height: 10px;
	margin-left: 8px;
}

._open .footer-menu__title-toggle-icon svg {
	transform: rotate(180deg);
}

.footer-menu__title-toggle-icon svg {
	fill: none;
	max-width: 100%;
	max-height: 100%;
	transition: 0.3s;
}

.rzd {
	display: block;
	position: fixed;
	bottom: 24px;
	right: 60px;
	width: 70px;
	height: 35px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMTkgMTQxLjM1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTkgMTQxLjM1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojZTIxYTFhO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjI2LjUxLDEyLjg1djUuMjFoNDQuNTdjMy43Mi0wLjQyLDcuNDUsMC42MiwxMC40MiwyLjg5YzIuMjcsMi45NywzLjMxLDYuNywyLjg5LDEwLjQydjQzLjkzDQoJYzAuNDIsMy43Mi0wLjYyLDcuNDUtMi44OSwxMC40MmMtMywyLjIxLTYuNzEsMy4yNC0xMC40MiwyLjg5aC0yMS40MmMtMy40NywwLTguNjgsMC0xMC40Mi00LjA1Yy0xLjE1LTMuNzQtMC4wMi03LjgxLDIuODktMTAuNDINCglsMjguOTQtMzguMmgtNDQuNTdsLTE4LjA2LDIzLjc5Yy0zLjA1LDMuMTktNS4wNyw3LjIyLTUuNzksMTEuNThjMC4zNyw0LjQ2LDIuNDQsOC42MSw1Ljc5LDExLjU4bDQuNjMsNS43OWwwLDANCgljMy43NSw1Ljc5LDguNjgsMTAuNzIsMTQuNDcsMTQuNDdjNy4yMSwyLjY1LDE0LjkzLDMuNjQsMjIuNTcsMi44OWgxOS4xYzExLDAsMjcuNzgsMCwzOC43OC0xMWMxMS0xMSwxMS0yNy4yLDExLTMyLjk5VjQ0LjExDQoJYzAtNS43OSwwLTIxLjk5LTExLTMyLjk5Yy0xMS0xMS0yNy42Ny0xMS4wNi0zOC42Ni0xMS4wNmgtMzAuNjhjLTMuNTMtMC4zNC03LjA1LDAuNy05Ljg0LDIuODkNCglDMjI3LjAyLDUuOTMsMjI2LjIxLDkuMzksMjI2LjUxLDEyLjg1eiBNMTczLjI2LDM1LjQzaDQ0LjU3bC01My4yNSw3MC42MWgtNDQuNTdMMTczLjI2LDM1LjQzeiBNMy4wOSwzOC45DQoJYy0yLjMyLDIuNDktMy40Miw1Ljg4LTMuMDEsOS4yNnY1LjIxaDE3Ljk0djg3Ljk4aDM1LjMxVjUzLjM3aDM0LjczYzMuNDcsMCw4LjY4LDAsMTAuNDIsNC4wNWMxLjE1LDMuNzQsMC4wMiw3LjgxLTIuODksMTAuNDINCglsLTI4Ljk0LDM4LjJoNDQuNTdsMTcuOTQtMjMuNzNjMy4wNS0zLjE5LDUuMDctNy4yMiw1Ljc5LTExLjU4Yy0wLjM3LTQuNDYtMi40NC04LjYxLTUuNzktMTEuNThsLTQuNjMtNS43OWwwLDANCgljLTMuNzUtNS43OS04LjY4LTEwLjcyLTE0LjQ3LTE0LjQ3Yy03LjIxLTIuNjUtMTQuOTMtMy42NC0yMi41Ny0yLjg5SDEyLjkzQzkuMzcsMzUuMDIsNS41NiwzNi4xNCwzLjA5LDM4Ljl6Ii8+DQo8L3N2Zz4NCg==) no-repeat;
	background-size: contain;
}

.breadcrumb {
	padding-top: 40px;
}

.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb ul li {
	position: relative;
	margin-right: 20px;
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	letter-spacing: -0.04em;
}

.breadcrumb ul li:after {
	content: '/';
	position: absolute;
	top: 0;
	right: -16px;
}

.breadcrumb ul li:last-child {
	margin-right: 0;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li a {
	color: #1B1E23;
}

.breadcrumb ul li span {
	color: #8D9AA5;
}

.files {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

.file {
	background: #E7EEF4;
	width: calc(50% - 12px);
	margin-right: 24px;
	margin-top: 24px;
	padding: 24px;
	box-sizing: border-box;
	color: #1B1E23;
}

.file:nth-child(1),
.file:nth-child(2) {
	margin-top: 0;
}

.file:nth-child(2n) {
	margin-right: 0;
}

.file__type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
}

.file__type-text {
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.file__content {
	font-size: 22px;
	line-height: 140%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.file__size {
	font-size: 16px;
	color: #8D9AA5;
}

.slider-wrap {
	width: calc(100vw - var(--scrollbar-width));
	max-width: 1560px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding: 0 60px;
}

.slider-wrap[data-slider="projects"] .slide-content {
	cursor: grab;
}

.slider-wrap[data-slider="command"] { /*.swiper-container {
            height: 100%;
        }*/
}

.slider-wrap[data-slider="command"] .slider {
	height: auto;
	margin-top: -25px;
}

.slider-wrap[data-slider="command"] .slide-content {
	height: 100%;
}

.slider-wrap[data-slider="command"] .swiper-slide {
	height: calc((100% - 100px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	overflow: hidden;
}

.slider-wrap__title {
	position: relative;
}

.slider-wrap__title h2 {
	margin-top: 0;
	padding-right: 120px;
	padding-bottom: 40px;
}

.slider-wrap__title h3 {
	margin-top: 0;
	padding-right: 120px;
	padding-bottom: 40px;
}

.slider-wrap__title h3:after {
	background: #8D9AA5;
	width: 100%;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
}

.slider {
	position: relative; /*padding-top: 104%;*/
}

.slider .swiper-container {
	width: 100%;
	height: 100%; /*height: calc(100% - 50px);
        position: absolute;
        top: 0;*/ /*display: flex;*/
}

.slider .swiper-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
}

.slider .slide__img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.slider .slide__img[data-gallery] {
	cursor: pointer;
}

.slider img {
	opacity: 0;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide {
	height: auto;
}

.slider-wrap__navigation {
	position: absolute;
	width: 120px;
	bottom: 20px;
	right: 0;
	display: flex;
}

.swiper-button-prev,
.swiper-button-next {
	width: 32px;
	height: 20px;
	left: auto;
	top: auto;
	bottom: 6px;
	position: absolute;
	outline: none;
	border: none;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.desktop .swiper-button-prev:hover svg,
.desktop .swiper-button-next:hover svg {
	color: #D0362E;
}

.swiper-button-prev._is-disabled,
.swiper-button-next._is-disabled {
	pointer-events: none;
	opacity: 0.5;
}

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

.swiper-button-prev svg,
.swiper-button-next svg {
	fill: none;
	color: #1B1E23;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.swiper-button-prev {
	right: 72px;
}

.swiper-button-prev svg {
	transform: rotate(180deg);
}

.swiper-button-next {
	right: 0;
}

/* Проекты */

.slide-content {
	height: 276px;
	position: relative;
	overflow: hidden;
}

/* Плитка */

.tile {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #8D9AA5;
	color: #1B1E23;
	padding-bottom: 16px;
	box-sizing: border-box;
}

.tile-list--horisontal .tile,
.tile.tile--horisontal {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-bottom-width: 1px;
	border-bottom-color: #C4C4C4;
	padding-bottom: 24px;
}

.tile__img {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #F5F5F8;
	width: 100%;
	opacity: 0.7;
}
.tile__img:hover {
opacity: 1;
}
.tile__imgruk {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #F5F5F8;
	width: 100%;

}
.tile__imgruk:after {
	content: '';
	display: block;
	padding-bottom: calc(276 / 342 * 100%);
}

.tile__img:after {
	content: '';
	display: block;
	padding-bottom: calc(276 / 342 * 100%);
}

.tile__imgruk:empty:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background-color: #fff;
	z-index: 1;
}

.tile__imgruk img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	visibility: hidden;
}


.tile__img img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	visibility: hidden;
}

.tile-list--horisontal .tile__img,
.tile--horisontal .tile__img {
	width: 276px;
	margin-right: 30px;
}

.tile-list--horisontal .tile__img:after,
.tile--horisontal .tile__img:after {
	padding-bottom: calc(161 / 276 * 100%);
}

.tile__desc {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

.tile-list--horisontal .tile__desc,
.tile--horisontal .tile__desc {
	flex: 1;
}

.tile__tag {
	color: #8D9AA5;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 12px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #F7F9FB;
	margin-top: 16px;
}

.tile-list--horisontal .tile__tag,
.tile--horisontal .tile__tag {
	margin-top: 0;
}

.tile__title {
	font-size: 20px;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin-top: 16px;
	transition: color 0.3s;
}

.tile-list--horisontal .tile__title,
.tile--horisontal .tile__title {
	margin-top: 20px;
}

html.desktop a.tile:hover .tile__title .tile__titleruk {
	color: #D0362E;
}

.tile__text {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #555555;
	margin-top: 16px;
}

.tile__date {
	font-size: 20px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #8D9AA5;
	margin-top: 5px;
	flex: 1;
	display: flex;
	align-items: flex-end;
}
.tile__titleruk {
	font-size: 19px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #1B1E23;
	margin: 0 0 8px 0;
}

/* Список */

.tile-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px -12px;
}

.tile-list.tile-list--horisontal {
	display: block;
	margin: 0 !important;
}

.tile-item {
	width: 25%;
	padding: 0 12px 44px 12px;
	box-sizing: border-box;
}

.tile-list--horisontal .tile-item {
	width: auto;
	padding: 0 !important;
}

.tile-list--horisontal .tile-item + .tile-item {
	margin-top: 24px;
}

.tile-item--double {
	width: 25%;
}

/* .tile-item--double .tile__img:after {
	padding-bottom: calc(276 / (342 * 2 + 24) * 100%); */
}

.search-results-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search-results-2 .search-result {
	width: 342px;
	margin-top: 0;
	margin-bottom: 20px;
}

.aside + .text .tile-list-wrap .tile-item {
	width: 33.33%;
}

.aside + .text .tile-list-wrap .tile-item:nth-child(4n) {
	display: none;
}

.hero {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: -100px; /*.breadcrumb {
        position: absolute;
        top: 0;
    }*/
}

.hero.with-img {
	min-height: 420px;
	margin-bottom: 0;
}

.hero.with-img .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	height: 420px;
	min-height: 420px;
}

.hero.with-img .breadcrumb {
	position: absolute;
	top: 0;
}

.hero.with-img h1 + .text-title {
	margin-bottom: 40px;
}

.hero .wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.hero h1 {
	max-width: 900px;
}

.hero--footer {
	height: 405px;
}

.hero__title {
	max-width: 660px;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.04em;
	margin: 0;
}

.hero__text {
	max-width: 442px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.hero__button {
	margin-top: 40px;
}

.headline {
	position: relative;
	border-bottom: 2px solid #8D9AA5;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.headline h1,
.headline h2 {
	max-width: none;
	margin: 0;
	padding: 0;
}

.breadcrumb + .headline {
	margin-top: 40px;
}

.news-wrap .headline,
.services-wrap .headline,
.persons-wrap .headline,
.slider-wrap .headline {
	margin-top: 0;
}

.headline .headline__right {
	max-width: 464px;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	font-family: inherit;
	color: #1B1E23;
}

.page-main .headline .headline__right {
	color: #555555;
}

.headline-info {
	max-width: 700px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.headline + .headline-info {
	margin-top: -20px;
}

.load-more-btn {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.load-more-btn .spinner {
	margin-left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 10px solid #fff;
	border-left-width: 20px;
	border-right-width: 20px;
}

.filter {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	display: flex;
}

.filter__nav {
	text-align: right;
	display: flex;
	white-space: nowrap;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.filter__nav > * {
	color: #8D9AA5;
}

html.desktop .filter__nav > *:hover {
	color: #D0362E;
}

.filter__nav > * + * {
	margin-left: 40px;
}

.filter__nav > *._active {
	color: #1B1E23;
	pointer-events: none;
}

.filter__nav-mobile {
	display: none;
}

.filter__nav-mobile > * {
	color: #1B1E23;
}

.filter-item {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	cursor: pointer;
}

.filter-item:before {
	content: attr(data-value);
	color: currentColor;
}

html.desktop .filter-item:hover {
	color: #D0362E;
}

.filter-item select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	max-width: 100%;
	pointer-events: all;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	color: transparent !important;
	padding: 0 10px;
}

.filter-item select::-ms-expand {
	display: none;
}

.filter-item select option {
	background: #fff;
	color: #1B1E23;
	font-size: 16px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

html.desktop .filter-item select:hover {
	color: #D0362E;
}

.filter-item select:focus ~ svg {
	transform: rotate(180deg);
}

.filter-item._active {
	color: #1B1E23;
}

.filter-item._active select {
	color: #1B1E23;
}

.filter-item svg {
	width: 13px;
	height: 6px;
	stroke: currentColor;
	margin-left: 5px;
	flex: 0 0 13px;
	transition: transform 0.3s;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-sizing: border-box;
	background: rgba(130, 130, 130, 0.4);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

html.popup-inited .popup {
	transition: opacity 0.3s, visibility 0.3s;
}

.popup__inner {
	width: 100%;
	height: 100%;
	position: relative;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup__header {
	padding: 20px;
	font-size: 20px;
	line-height: 26px;
	border-bottom: 1px solid #555555;
}

.popup__header:empty {
	display: none;
}

.popup__container {
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
}

.popup__content {
	width: 100%;
	margin: auto;
}

.popup__content img {
	max-width: 100%;
}

.popup__footer {
	display: flex;
	justify-content: space-between;
	padding: 0 50px 50px 50px;
}

.popup__footer:empty {
	display: none;
}

.popup__close {
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
}

.popup__close:before,
.popup__close:after {
	background: #1B1E23;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transition: 0.3s;
}

.popup__close:before {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.popup__close:after {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

html.desktop .popup__close:hover:after,
html.desktop .popup__close:hover:before {
	background: #D0362E;
}

.popup--opened {
	opacity: 1;
	visibility: visible;
}

.popup--opened .popup-popup-inner {
	transform: translateY(0);
}

.popup-form {
	background-color: #fff;
	max-width: 600px;
	padding: 60px 80px;
}

[data-name="vacancy-form"] .popup__container,
[data-name="subscribe-form"] .popup__container,
[data-name="service-form"] .popup__container {
	position: relative;
}

[data-name="vacancy-form"] .popup__close,
[data-name="subscribe-form"] .popup__close,
[data-name="service-form"] .popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.popup[data-name="gallery-popup"] {
	background-color: #fff;
}

.popup-gallery {
	width: 90vw;
	max-width: 1440px;
	background-color: #fff;
}

.popup-gallery__navigation {
	position: relative;
	height: 30px;
	margin-bottom: 10px;
}

.popup-gallery__title {
	padding: 12px 0;
	font-size: 14px;
	line-height: 140%;
	border-bottom: 2px solid #8D9AA5;
}

.popup-gallery__content {
	max-height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
}

.popup-gallery__content .slide__img {
	flex: 1;
	overflow: hidden;
}

.form__heading {
	color: #1B1E23;
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 40px;
}

.form-buttons {
	margin-top: 40px;
}

.form__success {
	position: absolute;
	top: -100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
}

.form._form-success .form__content {
	position: absolute;
	top: -100%;
	opacity: 0;
	visibility: hidden;
}

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

.form:after {
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s 0.5s;
}

.form._form-loading:after {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	background: url('../img/svg/loading.svg') center no-repeat;
	background-size: 100%;
	opacity: 0.2;
	animation: loading 1s 0s infinite cubic-bezier(0.28, 0.71, 0.36, 1);
}

.control-group {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: -24px;
}

.control-group + .control-group {
	margin-top: 40px;
}

.control {
	width: 100%;
	position: relative;
	margin: 0 0 24px 0;
}

.control textarea,
.control select,
.control input {
	display: block;
	width: 100%;
	height: 33px;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	background: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
	color: #1B1E23;
	border-bottom: 1px solid #555555;
}

.control input {
	padding: 0 0 10px 0;
}

.control select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	padding: 0 0 10px 0;
}

.control select::-ms-expand {
	display: none;
}

.control select option {
	color: #1B1E23;
	font-size: 16px;
	letter-spacing: -0.02em;
}

.control select option:disabled {
	/*font-size: 0;*/
	line-height: 0;
}

.control textarea {
	min-height: 45px;
}

.control input[type="radio"],
.control input[type="checkbox"] {
	position: absolute;
	width: 18px;
	height: 18px;
	visibility: hidden;
}

.control input[type="radio"] + label,
.control input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	line-height: 120%;
	-webkit-user-select: none;
	user-select: none;
}

.control input[type="radio"] + label:before,
.control input[type="checkbox"] + label:before,
.control input[type="radio"] + label:after,
.control input[type="checkbox"] + label:after {
	content: '';
	display: block;
	position: absolute;
	cursor: pointer;
}

.control input[type="radio"] + label:after,
.control input[type="checkbox"] + label:after {
	opacity: 0;
	transition: opacity 0.3s;
}

.control input[type="radio"]:checked + label:after,
.control input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.control input[type="checkbox"] + label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #D0362E;
}

.control input[type="checkbox"] + label:after {
	top: 4px;
	left: 3px;
	width: 9px;
	height: 4px;
	border: 1px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent;
	transform: rotate(-45deg);
}

.control input[type="radio"] + label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #D0362E;
	border-radius: 50%;
}

.control input[type="radio"] + label:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
}

.control--half {
	width: calc(50% - 16px);
}

.control--select:after {
	content: '▼';
	font-size: 9px;
	line-height: 1em;
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 2;
	pointer-events: none;
	transform-origin: 70% 50%;
	transform: scaleX(2);
}

.control--select select._notvalidated {
	color: #555555;
}

.control-field::-webkit-input-placeholder { /* Chrome */
	color: #555555;
}

.control-field:-ms-input-placeholder { /* IE 10+ */
	color: #555555;
}

.control-field::-moz-placeholder { /* Firefox 19+ */
	color: #555555;
	opacity: 1;
}

.control-field:-moz-placeholder { /* Firefox 4 - 18 */
	color: #555555;
	opacity: 1;
}

.control-field._error::-webkit-input-placeholder { /* Chrome */
	color: #E33E35;
}

.control-field._error:-ms-input-placeholder { /* IE 10+ */
	color: #E33E35;
}

.control-field._error::-moz-placeholder { /* Firefox 19+ */
	color: #E33E35;
	opacity: 1;
}

.control-field._error:-moz-placeholder { /* Firefox 4 - 18 */
	color: #E33E35;
	opacity: 1;
}

.control-field._error {
	color: #E33E35;
	border-bottom-color: #E33E35;
}

.control-error {
	color: #fff;
	background-color: #E33E35;
	font-size: 12px;
	line-height: 140%;
	padding: 0 5px;
}

.control-error:not(:empty) {
	margin-top: 5px;
}

.control-file-wrap {
	position: relative;
	display: inline-block;
	min-width: 140px;
}

.control-file-wrap .control-field {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f00;
	opacity: 0;
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	background-color: #D3D3D3;
	border-radius: 50%;
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear:before,
.control-file-wrap:hover .control-field._active ~ .control-file-clear:after {
	background: #555555;
	width: 10px;
	height: 2px;
	border-radius: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transition: 0.3s;
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear:before {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear:after {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.control-file {
	font-size: 14px;
	line-height: 1.3em;
	padding-left: 23px;
	background: url('../img/svg/attach.svg') left center no-repeat;
}

._active ~ .control-file {
	min-height: 44px;
	padding: 5px 12px 5px 45px;
	box-sizing: border-box;
	background: #F5F5F8 url('../img/svg/file.svg') 12px center no-repeat;
	color: #8D9AA5;
}

._active ~ .control-file:after {
	content: attr(data-size);
	display: block;
	font: inherit;
}

._active ~ .control-file:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 44px;
	height: 44px;
}

.control-file-wrap {
	position: relative;
	display: inline-block;
	min-width: 140px;
}

.control-file-wrap .control-field {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f00;
	opacity: 0;
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	background-color: #D3D3D3;
	border-radius: 50%;
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear:before,
.control-file-wrap:hover .control-field._active ~ .control-file-clear:after {
	background: #555555;
	width: 10px;
	height: 2px;
	border-radius: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transition: 0.3s;
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear:before {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.control-file-wrap:hover .control-field._active ~ .control-file-clear:after {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.control-file {
	font-size: 14px;
	line-height: 1.3em;
	padding-left: 23px;
	background: url('../img/svg/attach.svg') left center no-repeat;
}

._active ~ .control-file {
	min-height: 44px;
	padding: 5px 12px 5px 45px;
	box-sizing: border-box;
	background: #F5F5F8 url('../img/svg/file.svg') 12px center no-repeat;
	color: #8D9AA5;
}

._active ~ .control-file:after {
	content: attr(data-size);
	display: block;
	font: inherit;
}

._active ~ .control-file:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 44px;
	height: 44px;
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/* БОКОВАЯ ПАНЕЛЬ */

.aside {
	float: left;
	width: calc((100% + 24px) / 12 * 3 - 24px);
	max-width: 342px;
}

.aside + .text {
	padding-left: calc((100% + 24px) / 12 * 4);
}

.aside-nav {
	font-size: 20px;
	line-height: 140%;
	display: flex;
	flex-direction: column;
}

.aside-nav a {
	color: #8D9AA5;
}

.aside-nav *:first-child {
	margin-top: 0;
}

.aside-nav li,
.aside-nav > * {
	margin-top: 16px;
}

.aside-nav ._active {
	color: #D0362E;
}

.aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aside-nav ul li {
	position: relative;
}

.aside-nav-select {
	text-align: left;
	display: none;
}

.aside-nav-select .filter-item {
	font-size: 20px;
}

.aside-nav-select .filter-item svg {
	margin-left: 10px;
}

.aside-nav-select .filter-item option,
.aside-nav-select .filter-item:before {
	text-transform: none;
}

.aside-nav--detail {
	overflow: visible !important;
}

.aside-nav--detail li:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #fff;
	border-width: 15px;
	border-left-width: 30px;
	margin-top: -15px;
	margin-left: 24px;
	opacity: 0;
	transition: opacity 0.3s, border-left-color 0.3s;
}

._img-train ~ .aside .aside-nav--detail li:after {
	border-left-color: #F5F5F8;
}

.aside-nav--detail li:nth-last-child(4) .aside-nav__detail,
.aside-nav--detail li:nth-last-child(3) .aside-nav__detail {
	transform: translateY(-50%);
	margin-top: 0;
}

.aside-nav--detail li:nth-last-child(2) .aside-nav__detail,
.aside-nav--detail li:nth-last-child(1) .aside-nav__detail {
	top: auto;
	bottom: 50%;
	margin-top: 0;
	margin-bottom: -60px;
}

.aside-nav--detail li:hover:after {
	opacity: 1;
}

.aside-nav--detail li > a {
	display: block; /*pointer-events: none;*/
}

.aside-nav--detail a {
	color: #1B1E23;
}

.aside-nav__detail {
	position: absolute;
	top: 50%;
	left: 100%;
	padding-left: 24px;
	margin-top: -52px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}

.aside-nav li:hover .aside-nav__detail {
	visibility: visible;
	opacity: 1;
}

.aside-nav__detail-inner {
	position: relative;
	width: 586px;
	max-width: 586px;
	padding: 40px 40px 32px 50px;
	box-sizing: border-box;
	background-color: #F5F5F8;
	transition: background 0.3s;
}

._img-train ~ .aside .aside-nav__detail-inner {
	background-color: #fff;
}

.aside-nav__detail-title {
	color: #1B1E23;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.aside-nav__detail-text {
	margin-top: 24px;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.aside-nav__detail-text p {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.aside-nav__detail-button {
	margin-top: 32px;
}

.aside-nav__detail-button .btn {
	display: inline-block;
	width: auto;
}

.mix {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.mix > * {
	position: relative;
}

.mix .btn {
	min-width: 220px;
	padding-right: 15px;
	padding-left: 15px;
}

.mix img {
	display: block;
}

.mix__left {
	width: calc((100% + 24px) / 12 * 5.5 - 12px);
}

.mix__right {
	width: calc((100% + 24px) / 12 * 5.5 - 12px);
	display: flex;
	flex-direction: column;
}

.mix-news {
	padding: 80px 0 0 0;
	box-sizing: border-box;
	height: 100%;
}

.mix-news__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mix-news__nav .swiper-pagination {
	position: relative;
	width: auto;
	margin-top: 0;
	transform: none;
	bottom: 0;
	padding: 0 25px;
}

.mix-news__nav .swiper-button-prev,
.mix-news__nav .swiper-button-next {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	right: 0;
	top: 0;
	left: 0;
	margin-top: 0;
}

.mix-news__nav .swiper-button-prev:before,
.mix-news__nav .swiper-button-next:before {
	content: '';
	display: block;
	width: 25px;
	height: 13px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0wLjkxNjM0MiA2LjVMMjMuODMzIDYuNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTE5LjI0OTcgMS41TDIzLjgzMyA2LjVMMTkuMjQ5NyAxMS41IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==) no-repeat;
}

.mix-news__nav .swiper-button-prev:before {
	transform: scaleX(-1);
}

.swiper-slide:first-child .mix-news__item {
	margin-top: 0;
}

.mix-news__date {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.02em;
	color: #A0A6AA;
}

.mix-news__title {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #000;
	margin-top: 16px;
	transition: color 0.3s;
}

html.desktop a:hover .mix-news__title {
	color: #D0362E;
}

.mix-news__text {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #555555;
	margin-top: 24px;
}

.mix-news__text p {
	margin: 0;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.mix-news__text p + p {
	margin-top: 1em;
}

.mix-news__text u {
	display: inline-block;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	margin-top: 20px;
	color: #2A2A2D;
}

.mix-blog {
	position: relative;
	background-color: #0E5A87;
	color: #fff;
	height: 53%;
	min-height: 480px;
	padding: 60px 0 40px 50px;
	box-sizing: border-box;
}

.mix-blog > * {
	position: relative;
}

.mix-blog__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.mix-blog__img:before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(58, 93, 129, 0) 5.73%, #082F46 100%);
}

.mix-blog__img img {
	max-height: 100%;
}

.mix-blog__label {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mix-blog__author {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: -0.04em;
	max-width: 340px;
	margin-top: 32px;
	padding-right: 250px;
}

.mix-blog__position {
	font-size: 18px;
	line-height: 141%;
	letter-spacing: -0.02em;
	max-width: 340px;
	margin-top: 12px;
	padding-right: 250px;
}

.mix-blog__button {
	position: absolute;
	bottom: 40px;
}

.mix-vacancy {
	position: relative;
	background-color: #E7EEF4;
	height: 47%;
	min-height: 420px;
	padding: 60px 0 40px 50px;
	box-sizing: border-box;
}

.mix-vacancy > * {
	position: relative;
}

.mix-vacancy__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.mix-vacancy__img img {
	max-height: 100%;
}

.mix-vacancy__label {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #8D9AA5;
	text-transform: uppercase;
}

.mix-vacancy__title {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #000;
	margin-top: 32px;
}

.mix-vacancy__button {
	position: absolute;
	bottom: 40px;
}

.text a:not([class]) {
	color: #D0362E;
}

html.desktop .text a:not([class]):hover {
	color: #FF3333;
}

.text img:not([class]) {
/*	margin: 40px 0;*/
	max-width: 100%;
}

.text img:not([class]) + small {
	display: block;
	color: #8D9AA5;
	border-bottom: 1px solid #8D9AA5;
	margin-top: -35px;
	margin-bottom: 40px;
	padding-bottom: 8px;
	font-size: 14px;
}

.text ol:not([class]),
.text ul:not([class]) {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.text ol:not([class]) li,
.text ul:not([class]) li {
	position: relative;
	padding-left: 73px;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
}

.text ul li:before {
	background: #D0362E;
	width: 8px;
	height: 8px;
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 57px;
	border-radius: 50%;
}

.text ol {
	counter-reset: ol;
}

.text ol li:before {
	font-size: 18px;
	line-height: 141%;
	top: 0;
	left: 53px;
	color: #D0362E;
	position: absolute;
	counter-increment: ol;
	content: counters(ol, '') '.';
}

.text ol ol {
	counter-reset: ol2;
}

.text ol ol > li:before {
	counter-increment: ol2;
	content: counters(ol, '') '.' counters(ol2, '') '';
}

.text > .title-h1:first-child,
.text > h1:first-child,
.text > .title-h2:first-child,
.text > h2:first-child,
.text > .title-h3:first-child,
.text > h3:first-child {
	margin-top: 0;
}

.video {
	width: 100%;
	height: 400px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.video img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	margin: 0!important;
	object-fit: cover;
}

.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
}

.video__inner {
	height: 100%;
	position: relative;
	cursor: pointer;
	background: #A0A6AA;
}

.video__inner:hover .video__play {
	background: #1B1E23;
}

.video._active .video__inner .video__play {
	opacity: 0;
}

.video__play {
	background: #D0362E;
	border: none;
	padding: 9px 22px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	z-index: 2;
	transition: 0.3s;
	font-size: 16px;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
}

.video__play svg {
	max-width: 14px;
	max-height: 14px;
	fill: none;
	position: relative;
	top: 2px;
	left: 1px;
}

.contacts-table-tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid #8D9AA5;
	padding-bottom: 13px;
	margin-bottom: 27px;
}

.contacts-table-tr .contacts-table-td {
	font-size: 16px;
	line-height: 140%;
	text-transform: uppercase;
	color: #8D9AA5;
}

.contacts-table-tr .contacts-table-td:last-child {
	text-align: right;
	font-size: 22px;
	line-height: 112%;
	text-transform: none;
}

.table {
	margin-top: 100px;
	margin-bottom: 100px;
}

.table table {
	width: 100%;
}

.table table th {
	padding-bottom: 10px;
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
	font-weight: 400;
	text-align: left;
	border-bottom: 1px solid #8D9AA5;
}

.table table td {
	font-size: 16px;
	line-height: 140%;
	text-transform: uppercase;
	color: #8D9AA5;
	border-right: 1px solid #8D9AA5;
	border-bottom: 1px solid #8D9AA5;
	padding: 14px 12px;
}

.table table td:last-child {
	border-right: none;
}

.blockquote {
	background: #F5F5F8;
	width: calc(100vw - var(--scrollbar-width));
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 100px 0;
	text-align: center;
}

.blockquote blockquote {
	display: block;
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 135px;
	position: relative;
}

.blockquote blockquote:before,
.blockquote blockquote:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTMiIGhlaWdodD0iNzEiIHZpZXdCb3g9IjAgMCA5MyA3MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjb2xvcj0iIzhkOWFhNSI+PHBhdGggZD0iTTg4LjE3IDYuMlYuOEg3Ny40MjdjLTguMDU4IDEwLjgtMjAuMTQ2IDI3LTIwLjE0NiA0NS45djIuN2MwIDUuNCAwIDIxLjYgMTcuNDYgMjEuNmg0LjAzQzkyLjIgNzEgOTIuMiA2Mi45IDkyLjIgNTcuNXYtNS40YzAtNS40IDAtMTMuNS05LjQwMS0xMy41aC0xLjM0NHYtNS40bDYuNzE2LTI3em0tNTYuNDA4IDBWLjhIMjEuMDE3QzEyLjk2IDExLjYuODcxIDI3LjguODcxIDQ2Ljd2Mi43YzAgNS40IDAgMjEuNiAxNy40NiAyMS42aDQuMDNjMTMuNDMgMCAxMy40My04LjEgMTMuNDMtMTMuNXYtNS40YzAtNS40IDAtMTMuNS05LjQwMS0xMy41aC0xLjM0M3YtNS40bDYuNzE1LTI3eiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat;
	background-size: contain;
	width: 92px;
	height: 70px;
	display: block;
	content: '';
	position: absolute;
}

.blockquote blockquote:before {
	top: 0;
	left: 6px;
}

.blockquote blockquote:after {
	bottom: 92px;
	right: 20px;
	transform: rotate(180deg);
}

.blockquote p {
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #1B1E23;
	margin-bottom: 35px;
}

.blockquote cite {
	display: block;
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
	margin-top: 60px;
	font-style: normal;
}

/* JOB WRAPPER */

.job-wrapper {
	background: #F5F5F8;
	position: relative;
	width: calc(100vw - var(--scrollbar-width));
	left: 50%;
	margin-left: calc(-50vw + var(--scrollbar-width) / 2);
}

.job-wrapper__content {
	max-width: 1560px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 73px 60px;
	box-sizing: border-box;
}

.job-wrapper__left,
.job-wrapper__right {
	width: 50%;
	box-sizing: border-box;
}

.job-wrapper__left {
	padding-right: 5%;
}

.job-wrapper__right {
	padding-right: 10%;
	box-sizing: border-box;
}

.job-wrapper__right > *:first-child {
	margin-top: 0!important;
}

.job-wrapper__right > *:last-child {
	margin-bottom: 0!important;
}

.job-wrapper__title {
	padding: 0;
	margin-bottom: 25px;
}

.job-wrapper__title:after {
	display: none;
}

/* PERSONS */

.persons-wrap {
	position: relative;
	width: calc(100vw - var(--scrollbar-width));
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.persons {
	max-width: 1440px;
	margin: 0 auto;
}

.persons-items {
	display: flex;
	flex-wrap: wrap;
}

.persons-item {
	display: block;
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	color: #555555;
}

.persons-items .persons-item {
	width: calc(25% - 3 * 24px / 4);
	margin-top: 24px;
	margin-right: 24px;
	display: none;
}

.persons-items .persons-item:nth-child(1),
.persons-items .persons-item:nth-child(2),
.persons-items .persons-item:nth-child(3),
.persons-items .persons-item:nth-child(4) {
	margin-top: 0;
	display: block;
}

.persons-items .persons-item:nth-child(4n) {
	margin-right: 0;
}

.persons-item__img { /*background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;*/
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.persons-item__img img {
	max-height: 80%;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0!important;
}

.persons-item__name {
	position: absolute;
	width: calc(100% - 50px);
	top: 20px;
	left: 25px;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
	z-index: 2;
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
}

.persons-item__post {
	width: 49%;
	position: absolute;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #8D9AA5;
	text-transform: uppercase;
	left: 24px;
	bottom: 29px;
	z-index: 2;
}

.project-item {
	border-bottom: 2px solid #8D9AA5;
}

.project-item__tag {
	background: #F7F9FB;
	display: inline-block;
	color: #8D9AA5;
	border-radius: 12px;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 5px 13px;
	margin-top: 16px;
}

/* SERVICES */

.services-wrap {
	position: relative;
	width: calc(100vw - var(--scrollbar-width));
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	box-sizing: border-box;
}

.services {
	max-width: 1440px;
	margin: 0 auto;
}

.services-items {
	display: flex;
	flex-wrap: wrap;
}

.services-item {
	background: #F5F5F8;
	width: calc(25% - 3 * 24px / 4);
	box-sizing: border-box;
	padding: 17px 20px;
	min-height: 230px;
	margin-right: 24px;
	margin-top: 24px;
	position: relative;
}

.services-item:nth-child(1),
.services-item:nth-child(2),
.services-item:nth-child(3),
.services-item:nth-child(4) {
	margin-top: 0;
}

.services-item:nth-child(4n) {
	margin-right: 0;
}

.aside + .text .services-item {
	width: calc(33.333333% - 2 * 24px / 3);
	margin-right: 24px!important;
	margin-top: 24px!important;
	display: none;
}

.aside + .text .services-item:nth-child(1),
.aside + .text .services-item:nth-child(2),
.aside + .text .services-item:nth-child(3) {
	margin-top: 0!important;
	display: block;
}

.aside + .text .services-item:nth-child(4),
.aside + .text .services-item:nth-child(5),
.aside + .text .services-item:nth-child(6) {
	display: block;
}

.aside + .text .services-item:nth-child(3n) {
	margin-right: 0!important;
}

.services-item__img {
	position: absolute;
	right: -36px;
	bottom: -64px;
}

.services-item__img img {
	margin: 0!important;
}

.services-item__name {
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
}

.services-item__department {
	position: absolute;
	bottom: 23px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #8D9AA5;
	text-transform: uppercase;
}

/* VACANCIES */

.vacancies-wrap {
	position: relative;
	width: calc(100vw - var(--scrollbar-width));
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.vacancies {
	max-width: 1440px;
	margin: 0 auto;
}

.vacancies-items {
	display: flex;
	flex-wrap: wrap;
}

.vacancy-item { /*background-repeat: no-repeat;
    background-position: center right;*/
	width: calc(50% - 24px / 2);
	box-sizing: border-box;
	padding: 22px;
	min-height: 445px;
	margin-right: 24px;
	margin-top: 24px;
	position: relative;
}

.vacancy-item:nth-child(1),
.vacancy-item:nth-child(2) {
	margin-top: 0;
}

.vacancy-item:nth-child(2n) {
	margin-right: 0;
}

.vacancy-item__img {
	position: absolute;
	bottom: 0;
	right: 10px;
	max-height: 90%;
}

.vacancy-item__content {
	position: relative;
	padding-right: 40%;
}

.vacancy-item__name {
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.05em;
}

.vacancy-item__city {
	width: 50%;
	position: absolute;
	bottom: 23px;
	color: #8D9AA5;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: -0.05em;
}

.vacancy-item__description {
	margin-top: 24px;
}

.vacancy-item__description ul li {
	padding-left: 13px!important;
	margin-bottom: 5px!important;
}

.vacancy-item__description ul li:before {
	left: 2px;
}

.more-btn-wrap {
	text-align: center;
	margin-top: 60px;
}

/* НОВОСТИ */

.news-wrap {
	position: relative;
	width: calc(100vw - var(--scrollbar-width));
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.news {
	max-width: 1440px;
	margin: 0 auto;
}

.news-items {
	display: flex;
	flex-wrap: wrap;
}

.news-item {
	width: calc(25% - 2 * 24px / 3);
	box-sizing: border-box;
	min-height: 230px;
	margin-right: 24px;
	margin-top: 24px;
	position: relative;
	border-bottom: 2px solid #8D9AA5;
	padding-bottom: 15px;
}

.desktop .news-item:hover .news-item__name {
	color: #D0362E;
}

.news-item:nth-child(1) {
	width: calc(50% - 2 * 24px / 3);
}

.news-item:nth-child(1),
.news-item:nth-child(2),
.news-item:nth-child(3) {
	margin-top: 0;
}

.news-item:nth-child(3) {
	margin-right: 0;
}

.news-item__img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 276px; /*img {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0!important;
    }*/
}

.news-item__tag {
	background: #F7F9FB;
	display: inline-block;
	color: #8D9AA5;
	border-radius: 12px;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 5px 13px;
	margin-top: 16px;
}

.news-item__name {
	margin-top: 19px;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #1B1E23;
	transition: 0.3s;
}

.news-item__date {
	position: absolute;
	bottom: 0;
	font-size: 20px;
	line-height: 110%;
	color: #8D9AA5;
}

.news-item__content {
	position: relative;
	padding-bottom: 30px;
}

.page-search .content {
	margin-bottom: 100px;
}

.search {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.search-title {
	border: none;
	max-width: none;
	font-size: 48px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.search-form {
	position: relative;
	margin-bottom: 40px;
}

.search-form__input input {
	display: block;
	width: 100%;
	height: 64px;
	padding: 0 50px 0 24px;
	border: 1px solid #1B1E23;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	box-sizing: border-box;
}

.search-form__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
}

.search-form__button button {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	background: none;
}

.search-form__button svg {
	width: 24px;
	height: 24px;
}

.search-form__found {
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	text-align: center;
	color: #8D9AA5;
	margin-top: 16px;
}

.search-form__found-icon {
	display: block;
	margin: 100px auto 23px auto;
	margin-top: 100px;
}

.page-projects .content {
	margin-bottom: 100px;
}

.page-news .content {
	margin-bottom: 100px;
}

/* Автор блога */

.blog-author {
	display: flex;
}

.blog-author__online {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.blog-author__name {
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.04em;
}

.main-blog .blog-author__name {
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
}

.blog-author__position {
	font-size: 22px;
	line-height: 110%;
	margin-top: 16px;
}

.main-blog .blog-author__position {
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
}

.blog-author__position + .blog-post__text {
	margin-top: 40px;
}

.blog-author__button {
	margin-top: 24px;
}

.blog-author .blog-post {
	width: 100% !important;
}

.blog-author .blog-post__img {
	width: calc((100% + 24px) / 12 * 4 - 24px);
}

.blog-author .blog-post__img:after {
	padding-bottom: calc(470 / 464 * 100%);
}

.blog-author .blog-post__desc {
	width: calc((100% + 24px) / 12 * 6);
}

/* список постов */

.blog-posts:after {
	content: '';
	display: block;
	clear: both;
}

.blog-post {
	display: block;
	color: #1B1E23;
}

html.desktop a.blog-post:hover {
	color: #D0362E;
}

.blog-post--big {
	float: left;
	flex-direction: column;
	position: relative;
	left: -24px;
	margin-left: -100%;
	width: 100%;
}

.blog-post--big .blog-post__img {
	width: 100%;
}

.blog-post--big .blog-post__img:after {
	padding-bottom: calc(350 / 705 * 100%);
}

.blog-post__img {
	position: relative;
	margin-right: 24px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.blog-post__img:after {
	content: '';
	display: block;
	padding-bottom: calc(350 / 705 * 100%);
}

.blog-post__img img {
	display: block;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	visibility: hidden;
}

.blog-post__desc {
	margin-top: 24px;
}

.blog-post__text {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.blog-post__text p {
	margin: 0;
	font-size: 16px;
}

.blog-post__text p + p {
	margin-top: 16px;
}

.blog-post__date {
	margin-top: 12px;
	padding-top: 8px;
	font-size: 16px;
	line-height: 140%;
	color: #8D9AA5;
	border-top: 2px solid #8D9AA5;
}

.main-blog .blog-post__date {
	padding: 0;
}

.page-history .filter__nav > * + * {
	margin-left: 43px;
}

.timeline-wrap {
	display: flex;
	align-items: flex-start;
}

.timeline-nav-prev,
.timeline-nav-next {
	position: absolute;
	left: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	outline: none;
	color: #B8B8B8;
	margin-left: -25px;
}

.timeline-nav-prev:before,
.timeline-nav-next:before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	width: 27px;
	height: 27px;
	border: 1px solid currentColor;
	box-sizing: border-box;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.timeline-nav-prev:hover,
.timeline-nav-next:hover {
	color: #D0362E;
}

.timeline-nav--years ~ .timeline-nav-prev,
.timeline-nav--years ~ .timeline-nav-next {
	left: 65px;
}

.timeline-nav-prev._disabled,
.timeline-nav-next._disabled {
	opacity: 0.5;
	pointer-events: none;
}

.timeline-nav-prev {
	top: 20px;
}

.timeline-nav-prev:before {
	top: 7px;
	transform: rotate(-45deg);
}

.timeline-nav-next {
	bottom: 20px;
}

.timeline-nav-next:before {
	bottom: 7px;
	transform: rotate(135deg);
}

.timeline-nav-wrap {
	position: relative;
	position: sticky;
	top: 135px;
	max-height: calc(100vh - 155px);
	width: calc((100% + 24px) / 12 * 3 - 24px);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 45px 0 45px 0;
	margin-top: -40px;
}

.timeline-nav {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	flex: 1;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.05em;
	padding: 20px 0;
}

.timeline-nav:not(.swiper-container-initialized) .swiper-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.timeline-nav:not(.swiper-container-initialized) .swiper-slide + .swiper-slide {
	margin-top: 40px;
}

.timeline-nav:not(.swiper-container-initialized) ~ .timeline-nav-prev,
.timeline-nav:not(.swiper-container-initialized) ~ .timeline-nav-next {
	display: none;
}

.timeline-nav .swiper-slide {
	width: auto;
	padding-right: 16px;
}

.timeline-nav ._active .timeline-nav-item {
	color: #1B1E23;
}

.timeline-nav:before,
.timeline-nav:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 2;
}

.timeline-nav:before {
	top: 0;
	background: linear-gradient(to bottom, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}

.timeline-nav:after {
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
}

.timeline-nav--years {
	font-size: 60px;
	line-height: 110%;
	letter-spacing: -0.05em;
}

.timeline-nav--years .swiper-slide {
	transition: transform 0.3s;
	transform-origin: 0 50%;
}

.timeline-nav--years .swiper-slide._active {
	transform: scale(1.5);
}

.timeline-nav--persons {
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.05em;
}

.timeline-nav-item {
	color: #D3D3D3;
	cursor: pointer;
	transition: color 0.3s;
	-webkit-user-select: none;
	user-select: none;
}

html.desktop .timeline-nav-item:hover {
	color: #D0362E;
}

.timeline-nav-link {
	display: block;
	color: inherit;
}

.timeline-list {
	width: calc((100% + 24px) / 12 * 7 - 24px);
	margin-left: 24px;
	opacity: 1;
	transition: opacity 0.3s 0.3s;
}

.timeline-wrap._loading .timeline-list {
	opacity: 0;
	transition: opacity 0.3s 0s;
}

.timeline-list .swiper-wrapper {
	display: block;
}

.timeline-list .swiper-slide {
	width: 100%;
}

.timeline-list .swiper-scrollbar {
	display: none;
	bottom: 0;
	position: relative;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: 32px;
}

.timeline-list .swiper-scrollbar-drag {
	background-color: #000;
	height: 4px;
	border-radius: 0;
}

/* элемент временной линии */

.timeline-item {
	clear: both;
	overflow: hidden;
	opacity: 0.3;
	transition: opacity 0.3s;
}

.timeline-item._in-view {
	opacity: 1;
}

.timeline-list .swiper-slide + .swiper-slide,
.timeline-item + .timeline-item {
	margin-top: 40px;
}

.timeline-item__img {
	float: left;
	margin-bottom: 24px;
	margin-right: 24px;
}

.timeline-item__img img {
	display: block;
	max-width: calc(100% + 24px);
}

.timeline-item__title {
	font-size: 22px;
	line-height: 110%;
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	letter-spacing: -0.04em;
	overflow: hidden;
	min-width: calc(50% - 24px);
}

.timeline-item__text {
	margin-top: 16px;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

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

.timeline-item__text p + p {
	margin-top: 1em;
}

.page-contacts .content {
	margin-bottom: 100px;
}

.page-contacts .aside {
	margin-bottom: 40px;
	width: calc((100% + 24px) / 12 * 4 - 24px);
}

.page-contacts .wrap:after {
	content: '';
	display: block;
	clear: both;
}

.contacts-map {
	min-height: 390px;
}

.contacts-map__info {
	margin-top: 32px;
}

.contacts-map__info.with-img {
	display: flex;
}

.contacts-map__img {
	width: 365px;
	padding-right: 25px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.contacts-map__img img {
	margin: 0!important;
}

.contacts-map__img + .contacts-map__content {
	width: calc(100% - 340px);
}

.contacts-map__address {
	font-family: 'RussianRail G Pro Extended', Helvetica, sans-serif;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #1B1E23;
}

.contacts-map__table {
	width: 100%;
	padding: 0;
	table-layout: fixed;
	color: #8D9AA5;
}

.contacts-map__table tr td,
.contacts-map__table tr th {
	min-height: 60px;
	padding: 24px 0 12px;
	text-align: left;
	border-bottom: 1px solid #8D9AA5;
}

.contacts-map__table tr th {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
}

.contacts-map__table tr td {
	font-size: 22px;
	line-height: 112%;
}

.contacts-map__table tr td:last-child {
	text-align: right;
}

.contacts-experience {
	position: absolute;
	bottom: 0;
	letter-spacing: -0.05em;
	color: #1B1E23;
	display: flex;
	align-items: center;
}

.contacts-experience span:first-child {
	font-size: 100px;
	line-height: 100%;
}

.contacts-experience span:last-child {
	font-size: 24px;
	line-height: 110%;
	max-width: 150px;
	margin-left: 24px;
}

.page-main .wrap-page {
	overflow: hidden;
}

._main-demo {
	overflow: hidden;
}

._main-demo body {
	overflow: hidden;
}

._main-demo .header {
	width: calc(100vw - var(--scrollbar-width));
}

.main-promo {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: calc(100vh - 100px);
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s, visibility 0.6s;
	box-shadow: 0 0 170px 170px #fff;
}

.main-promo._visible {
	opacity: 1;
	visibility: visible;
}

.main-promo + [data-scrollmagic-pin-spacer] {
	z-index: -1;
}

.main-promo-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.main-promo-desc .wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.main-promo-desc .wrap > * {
	max-width: 500px;
}

.main-promo-desc h1 {
	margin: 0 0 24px 0;
}

.main-promo-desc p {
	margin: 0;
}

.main-promo-desc p + p {
	margin-top: 1em;
}

.main-promo-desc .btn {
	margin-top: 32px;
	pointer-events: all;
}

.main-promo-desc .wrap > * {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.6s;
}

._visible:not(._entering) .main-promo-desc .wrap > * {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

._visible:not(._entering) .main-promo-desc .wrap > *:nth-child(1) {
	transition-delay: 0.3s;
}

._visible:not(._entering) .main-promo-desc .wrap > *:nth-child(2) {
	transition-delay: 0.4s;
}

._visible:not(._entering) .main-promo-desc .wrap > *:nth-child(3) {
	transition-delay: 0.5s;
}

.main-promo-desc:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 63%;
	bottom: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 0.01%, rgba(255, 255, 255, 0.3) 51.77%, rgba(255, 255, 255, 0) 81.77%);
}

.main-promo-tooltip {
	position: absolute;
	z-index: 11;
	padding: 50px;
	line-height: 10px;

}

.main-promo-tooltip .map-popup._top-right,
.main-promo-tooltip .map-popup._bottom-right {
	margin-left: -53px;
	margin-block: -50px;
}

.main-promo-tooltip .map-popup._top-left,
.main-promo-tooltip .map-popup._bottom-left {
	margin-right: -53px;
    margin-block: -50px;
}

.main-promo-tooltip._hover,
.main-promo-tooltip:hover {
	z-index: 12;
}

.main-promo-tooltip._hover .map-popup,
.main-promo-tooltip:hover .map-popup {
	opacity: 1;
	visibility: visible;
}

.main-promo-tooltip__icon {
	/*background: #FF3333;
	width: 33px;
	height: 33px;
	position: relative; */
  display: block;
  position: relative;
  background: #FF3333;
  z-index: 999;
  width: 17.5px;
  height: 17.5px;
  animation: radial-pulse 1s infinite;
  border-radius: 50%;
}

.main-promo-tooltip__icon:after {
	width: 2px;
	height: 18px;
}

.main-promo-tooltip__icon:before {
	width: 18px;
	height: 2px;
}

.main-promo-tooltip__icon:after,
.main-promo-tooltip__icon:before {
	/*background: #fff;*/
	position: absolute;
	display: block;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main-promo-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.main-promo-img img {
	display: block;
	height: 100%;
}

.main-promo-img__monitors,
.main-promo-img__monitors1,
.main-promo-img__monitors2,
.main-promo-img__monitors3,
.main-promo-img__monitors4,
.main-promo-img__train,
.main-promo-img__voksal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: inherit;
	background-position: inherit;
	background-repeat: inherit;
	pointer-events: none;
}

.main-promo-img__monitors {
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}
.main-promo-img__monitors1 {
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}

.main-promo-img__monitors2 {
	opacity: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}
.main-promo-img__monitors3 {
	opacity: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}
.main-promo-img__monitors4 {
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}

.main-promo-img__monitors img {
	position: absolute;
	width: 100%;
	height: auto;
}

.main-promo-img__train {
	z-index: 2;
	transition-duration: 0.1s;
}

._entering .main-promo-img__train {
	animation: promo-train-in 4s 0.5s backwards cubic-bezier(0.28, 0.71, 0.36, 1);
}

.main-promo-img__voksal {
	z-index: 3;
}

.main-promo-img__monitors--active {
	opacity: 0;
}
.main-promo-img__monitors1--active {
	opacity: 0;
}
.main-promo-img__monitors2--active {
	opacity: 0;
}
.main-promo-img__monitors3--active {
	opacity: 0;
}
.main-promo-img__monitors4--active {
	opacity: 0;
}

.main-promo-img__monitors-hover {
	/*position: absolute;*/
	/*top: 5.25%;*/
	/*left: 36%;*/
	/*width: 18.25%;*/
	/*height: 27.03%;*/
	/*opacity: 0.5;*/
	/*z-index: 10;*/
	
	position: absolute;
	top: 9.25%;
	left: 39%;
	width: 13%;
	height: 20%;
	opacity: 0.5;
	z-index: 10;
}
.main-promo-img__monitors-hover1 {
	/*position: absolute;*/
	/*top: 5.25%;*/
	/*left: 36%;*/
	/*width: 18.25%;*/
	/*height: 27.03%;*/
	/*opacity: 0.5;*/
	/*z-index: 10;*/

	position: absolute;
	top: 10.25%;
	left: 73%;
	width: 13%;
	height: 20%;
	opacity: 0.5;
	z-index: 10;
}
.main-promo-img__monitors-hover:hover ~ .main-promo-img__monitors {
	opacity: 1;
}
.main-promo-img__monitors2-hover {
	/*position: absolute;*/
	/*top: 5.25%;*/
	/*left: 36%;*/
	/*width: 18.25%;*/
	/*height: 27.03%;*/
	/*opacity: 0.5;*/
	/*z-index: 10;*/
	
	position: absolute;
	top: 62.25%;
	left: 70%;
	width: 13%;
	height: 20%;
	opacity: 0.5;
	z-index: 10;
}

.main-promo-img__monitors3-hover {
	/*position: absolute;*/
	/*top: 5.25%;*/
	/*left: 36%;*/
	/*width: 18.25%;*/
	/*height: 27.03%;*/
	/*opacity: 0.5;*/
	/*z-index: 10;*/
	
	position: absolute;
	top: 55.25%;
	left: 33%;
	width: 13%;
	height: 20%;
	opacity: 0.5;
	z-index: 10;
}
.main-promo-img__monitors4-hover {
	/*position: absolute;*/
	/*top: 44.25%;*/
	/*left: 36%;*/
	/*width: 18.25%;*/
	/*height: 27.03%;*/
	/*opacity: 0.5;*/
	/*z-index: 10;*/
	
	position: absolute;
	top: 52%;
	left: 55%;
	width: 13%;
	height: 20%;
	opacity: 0.5;
	z-index: 10;
}


.main-promo-img__monitors-hover:hover ~ .main-promo-img__monitors {
	opacity: 1;
}
.main-promo-img__monitors1-hover:hover ~ .main-promo-img__monitors1 {
	opacity: 1;
}
.main-promo-img__monitors2-hover:hover ~ .main-promo-img__monitors2 {
	opacity: 1;
}
.main-promo-img__monitors3-hover:hover ~ .main-promo-img__monitors3 {
	opacity: 1;
}
.main-promo-img__monitors4-hover:hover ~ .main-promo-img__monitors4 {
	opacity: 1;
}

.main-promo-img__monitors-hover:hover ~ .main-promo-img__monitors .main-promo-img__monitors--active {
	animation: promo-monitors-in 0.6s 0.5s forwards;
}
.main-promo-img__monitors1-hover:hover ~ .main-promo-img__monitors1 .main-promo-img__monitors1--active {
	animation: promo-monitors-in 0.6s 0.5s forwards;
}
.main-promo-img__monitors2-hover:hover ~ .main-promo-img__monitors2 .main-promo-img__monitors2--active {
	animation: promo-monitors-in 0.6s 0.5s forwards;
}
.main-promo-img__monitors3-hover:hover ~ .main-promo-img__monitors3 .main-promo-img__monitors3--active {
	animation: promo-monitors-in 0.6s 0.5s forwards;
}
.main-promo-img__monitors4-hover:hover ~ .main-promo-img__monitors4 .main-promo-img__monitors4--active {
	animation: promo-monitors-in 0.6s 0.5s forwards;
}


/* УСЛУГИ */

.main-services {
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 120px;
}

.main-services .aside {
	float: none;
}

.main-services .headline {
	transition: transform 0.6s 0s, opacity 0.6s 0s;
}

.main-services .headline > :first-child {
	transition: transform 0.6s 0s, opacity 0.6s 0s;
}

.main-services .headline > :last-child {
	transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}

.main-services .aside-nav li {
	transition: transform 0.6s, opacity 0.6s;
}

.main-services .aside-nav li:nth-child(1) {
	transition-delay: 0.4s;
}

.main-services .aside-nav li:nth-child(2) {
	transition-delay: 0.5s;
}

.main-services .aside-nav li:nth-child(3) {
	transition-delay: 0.6s;
}

.main-services .aside-nav li:nth-child(4) {
	transition-delay: 0.7s;
}

.main-services .aside-nav li:nth-child(5) {
	transition-delay: 0.8s;
}

.main-services .aside-nav li:nth-child(6) {
	transition-delay: 0.9s;
}

.main-services .aside-nav li:nth-child(7) {
	transition-delay: 1s;
}

.main-services .aside-nav li:nth-child(8) {
	transition-delay: 1.1s;
}

.main-services .aside-nav li:nth-child(9) {
	transition-delay: 1.2s;
}

.main-services .aside-nav li:nth-child(10) {
	transition-delay: 1.3s;
}

.main-services__video {
	position: fixed;
	top: 135px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	display: flex;
	justify-content: flex-end;
	opacity: 1;
	transform: translateX(100%);
	transition: transform 0.1s 0s linear, background 0s;
	pointer-events: none;
}

.main-services__video._visible {
	opacity: 1;
	transform: translateX(0);
}

.main-services__video._turned .main-services__video-block {
	transform: translateX(calc(8.4% - 1.8vh));
}

.main-services__video._img-train {
	background-color: #F5F5F8;
	transition: transform 0.1s, background 0.3s;
}

.main-services__video._img-train .main-services__video-block:before,
.main-services__video._img-train .main-services__video-block .main-services__video-train {
	visibility: visible;
}

.main-services__video._img-train .main-services__video-block video {
	visibility: hidden;
}

.main-services__video-block {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 1080px;
	width: 100%;
	height: calc(100vh - 135px);
	transform: translateX(calc((100% - (100vh - 135px) * 1) / 2));
	transition: transform 1s 0s;
}

.main-services__video-block video {
	display: block;
	width: 100%;
	height: 100%;
}

.video-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

._hidden .video-over {
	opacity: 0;
}

/* ИСТОРИЯ */

.main-timeline {
	transition: background 0s 0.3s;
}

.main-timeline__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.main-timeline__left {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 54%;
	height: calc(100vh - 135px);
	padding-top: 100px;
	padding-bottom: 100px;
}

.main-timeline__logo {
	width: 64px;
	height: 64px;
	background: url('../img/svg/main-history-logo.svg') no-repeat;
	background-size: 100%;
}

.main-timeline__logo:after {
	content: '';
	display: block;
	width: inherit;
	height: inherit;
}

.main-timeline__title {
	color: #1B1E23;
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.04em;
	margin-top: 64px;
	max-width: 450px;
	width: 66%;
}

.main-timeline__text {
	color: #2A2A2D;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	margin-top: 24px;
	margin-bottom: 24px;
	flex: 1;
	max-width: 450px;
	width: 66%;
}

.main-timeline__text .btn {
	margin-top: 40px;
}

.main-timeline__footer {
	display: flex;
	align-items: center;
	color: #1B1E23;
}

.main-timeline__footer b {
	font-weight: normal;
	font-size: 100px;
	line-height: 110%;
	text-align: right;
	letter-spacing: -0.05em;
}

.main-timeline__footer span {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	width: 130px;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.05em;
	margin-left: 24px;
}

.main-timeline__timeline {
	position: absolute;
	top: 180px;
	right: 0;
	bottom: 230px;
}

.main-timeline__right {
	width: 34%;
	padding-top: 100px;
	padding-bottom: 230px;
}

.main-timeline__right .swiper-slide {
	width: 100%;
}

/* элемент временной линии */

.main-timeline-item {
	clear: both;
	overflow: hidden;
	transition: opacity 0.6s, blur 0.6s;
}

.main-timeline-item__img {
	float: left;
	margin-bottom: 24px;
}

.main-timeline-item__img img {
	display: block;
	max-width: calc(100% + 24px);
}

.main-timeline-item__year {
	color: #1B1E23;
	font-size: 60px;
	line-height: 110%;
	letter-spacing: -0.05em;
	margin: 0 0 16px 0;
}

.main-timeline-item__title {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.02em;
	overflow: hidden;
	min-width: calc(50% - 24px);
}

.main-timeline .main-timeline-item__title {
	color: #000;
}

.main-timeline-list {
	position: relative;
	overflow: hidden;
}

.main-timeline-nav {
	position: relative;
	width: 100%;
	height: 100%;
	flex: 1;
	font-size: 90px;
	line-height: 110%;
	letter-spacing: -0.05em;
}

.main-timeline-nav .swiper-slide {
	transition: transform 0.3s;
	transform-origin: 100% 50%;
}

.main-timeline-nav .swiper-slide._active {
	transform: scale(1.5);
}

.main-timeline-nav:not(.swiper-container-initialized) .swiper-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.main-timeline-nav:not(.swiper-container-initialized) .swiper-slide + .swiper-slide {
	margin-top: 40px;
}

.main-timeline-nav:not(.swiper-container-initialized) ~ .main-timeline-nav-prev,
.main-timeline-nav:not(.swiper-container-initialized) ~ .main-timeline-nav-next {
	display: none;
}

.main-timeline-nav:before,
.main-timeline-nav:after {
	content: '';
	display: block;
	position: absolute;
	right: -1px;
	width: 200%;
	height: 200px;
	z-index: 2;
}

.main-timeline-nav:before {
	top: -180px;
	background: linear-gradient(to bottom, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	transition: background 0.3s 0.3s, opacity 0.3s 0.3s;
}

.main-timeline-nav:after {
	right: -100%;
	width: 300%;
	bottom: -230px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffffff 70%);
	transition: background 0.3s 0.3s;
}

.main-timeline-nav-item {
	color: #D3D3D3;
	transition: color 0.3s;
	-webkit-user-select: none;
	user-select: none;
}

.swiper-slide._active .main-timeline-nav-item {
	color: #1B1E23;
}

.main-timeline-nav-link {
	display: block;
	color: inherit;
}

.main-timeline._bg .main-timeline-nav:before {
	top: -180px;
	background: linear-gradient(to bottom, #f5f5f8 30%, rgba(245, 245, 248, 0) 100%);
	opacity: 1;
}

.main-timeline._bg .main-timeline-nav:after {
	bottom: -230px;
	background: linear-gradient(to bottom, rgba(245, 245, 248, 0) 0, #f5f5f8 70%);
}

/* КАРТА */

.main-map {
	position: relative;
	background-color: #E7EEF4;
}

.main-map .wrap {
	position: initial;
}

.main-map__title {
	font-family: 'RussianRail G Pro', Helvetica, sans-serif;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #1B1E23;
	position: absolute;
	top: 12%;
	left: 12%;
	z-index: 2;
}

.main-map__img {
	position: relative;
}

.main-map__img > img {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-map__img > img:first-child {
	position: relative;
	height: auto;
}

.main-map__railways {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
}

.main-map__railways:before {
	content: '';
	display: block;
	padding-top: calc(1010 / 1920 * 100%);
}

.main-map__railways .map-point {
	position: absolute;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
}

.main-map__railways .map-point:before,
.main-map__railways .map-point:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 3px solid transparent;
	z-index: 1;
}

.main-map__railways .map-point:before {
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
}

.main-map__railways .map-point:after {
	border-color: #E33E35;
	box-sizing: border-box;
}

.main-map__railways .map-point._hover {
	z-index: 1;
}

.main-map__railways .map-point._big:before,
.main-map__railways .map-point._big:after {
	width: calc(24 / 1920 * 100vw);
	height: calc(24 / 1920 * 100vw);
}

.main-map__railways .map-point._medium:before,
.main-map__railways .map-point._medium:after {
	width: calc(18 / 1920 * 100vw);
	height: calc(18 / 1920 * 100vw);
}

.main-map__railways .map-point._small:before,
.main-map__railways .map-point._small:after {
	width: calc(10 / 1920 * 100vw);
	height: calc(10 / 1920 * 100vw);
}

.main-map__railways .map-point._point-1 {
	top: 44.9504%;
	left: 25.7812%;
}

.main-map__railways .map-point._point-1 .map-train {
	width: calc(447 / 1920 * 100vw);
	transform: rotate(-7.6deg);
}

.main-map__railways .map-point._point-2 {
	top: 38.8118%;
	left: 49.1145%;
}

.main-map__railways .map-point._point-2 .map-train {
	width: calc(99 / 1920 * 100vw);
	transform: rotate(-28.2deg);
}

.main-map__railways .map-point._point-3 {
	top: 34.0594%;
	left: 53.6979%;
}

.main-map__railways .map-point._point-3 .map-train {
	width: calc(132 / 1920 * 100vw);
	transform: rotate(43.1deg);
}

.main-map__railways .map-point._point-4 {
	top: 30.891%;
	left: 58.3854%;
}

.main-map__railways .map-point._point-4 .map-train {
	width: calc(307 / 1920 * 100vw);
	transform: rotate(-14.9deg);
}

.main-map__railways .map-point._point-5 {
	top: 43.06%;
	left: 58.802%;
}

.main-map__railways .map-point._point-5 .map-train {
	width: calc(130 / 1920 * 100vw);
	transform: rotate(-137deg);
}

.main-map__railways .map-point._point-6 {
	top: 35.8415%;
	left: 64.0625%;
}

.main-map__railways .map-point._point-6 .map-train {
	width: calc(216 / 1920 * 100vw);
	transform: rotate(28.3deg);
}

.main-map__railways .map-point._point-7 {
	top: 43.0693%;
	left: 64.5312%;
}

.main-map__railways .map-point._point-7 .map-train {
	width: calc(74 / 1920 * 100vw);
	transform: rotate(-96.6deg);
}

.main-map__railways .map-point._point-8 {
	top: 53.3663%;
	left: 67.7604%;
}

.main-map__railways .map-point._point-8 .map-train {
	width: calc(367 / 1920 * 100vw);
	transform: rotate(43.4deg);
}

.main-map__railways .map-point._point-9 {
	top: 23.0693%;
	left: 73.9583%;
}

.main-map__railways .map-point._point-9 .map-train {
	width: calc(307 / 1920 * 100vw);
	transform: rotate(164.9deg);
}

.main-map__railways .map-point._point-10 {
	top: 46%;
	left: 74.0625%;
}

.main-map__railways .map-point._point-10 .map-train {
	width: calc(216 / 1920 * 100vw);
	transform: rotate(-151.3deg);
}

.main-map__railways .map-point._point-11 {
	top: 78.5148%;
	left: 81.8229%;
}

.main-map__railways .map-point._point-11 .map-train {
	width: calc(367 / 1920 * 100vw);
	transform: rotate(-136.6deg);
}

.main-map__railways .map-train {
	width: 500px;
	height: calc(16 / 1920 * 100vw);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: calc(-8 / 1920 * 100vw);
	transform-origin: 0 50%;
	overflow: hidden;
	pointer-events: none;
}

.main-map__railways .map-train._debug {
	overflow: visible;
}

.main-map__railways .map-train input {
	position: absolute;
	bottom: 150%;
	width: 60px;
	pointer-events: all;
}

.main-map__railways .map-train input.input0 {
	width: 20px;
}

.main-map__railways .map-train input.input1 {
	left: 30px;
}

.main-map__railways .map-train input.input2 {
	left: 100px;
}

.main-map__railways .map-train:before {
	content: '';
	position: absolute;
	top: -10%;
	left: 100%;
	height: calc(18 / 1920 * 100vw);
	width: calc(18 * (154 / 37) / 1920 * 100vw);
	background: url('../img/main/map-train.png') no-repeat;
	background-size: contain;
}

.main-map__railways .map-point._animating .map-train:before {
	animation: map-train 2s;
}

.map-popup {
	width: 333px;
	padding: 34px 21px;
	box-sizing: border-box;
	color: #828282;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	background-color: #fff;
	border: 1px solid #D0362E;
	top: 100%;
	left: 100%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 2;
}

html.mobile .map-point._hover .map-popup,
html.desktop .map-point:hover .map-popup {
	opacity: 1;
	visibility: visible;
}

.map-popup._top-left {
	top: auto;
	left: auto;
	right: 100%;
	bottom: 100%;
}

.map-popup._bottom-left {
	top: 100%;
	left: auto;
	right: 100%;
}

.map-popup._top-right {
	top: auto;
	left: 100%;
	bottom: 100%;
}

.map-popup__title {
	color: #000;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 12px;
}

/* НОВОСТИ, БЛОГ, ВАКАНСИИ */

.main-mix {
	background-color: #F5F5F8;
}

.main-blog {
	padding: 100px 0 0 0;
	background-color: #F5F5F8;
}

.main-news {
	padding: 100px 0 80px 0;
	background-color: #F5F5F8;
}

.main-news .title-h2 {
	margin: 0;
	transition: color 0.3s;
}

html.desktop .main-news a:hover .title-h2 {
	color: #D0362E;
}

.main-news__list {
	display: flex;
	margin-top: 40px;
}

.main-news__item {
	flex: 1;
	color: #000;
}

.main-news__item + .main-news__item {
	margin-left: 26px;
}

html.desktop .main-news__item:hover {
	color: #D0362E;
}

.main-news__item-date {
	display: block;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.02em;
	color: #A5B2BD;
}

.main-news__item-title {
	display: block;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -0.04em;
	margin-top: 16px;
}

.main-news__item-text {
	display: block;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #5D666D;
	margin-top: 16px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

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

.only-not-mobile {
	display: inline-block;
}

.only-mobile {
	display: none;
}

.only-not-mobile-b {
	display: none;
}

.only-mobile-b {
	display: none;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

@media (min-aspect-ratio: 2400 / 1215) {

.main-promo-img {
	height: auto;
	width: 100%;
}

.main-promo-img img {
	height: auto;
	width: 100%;
}

}

@media (min-width: 767px) {

.popup {
	padding: 20px;
}

}

@media (min-width: 768px) {

html.desktop .aside-nav--detail li:hover a {
	color: #FF3333;
}

.swiper-slide:first-child .mix-news__title {
	margin-top: 32px;
	font-size: 24px;
	max-width: none;
}

.blog-author .blog-post {
	display: flex;
	align-items: flex-start;
}

.blog-author .blog-post__desc {
	margin-top: 0;
}

.timeline-nav-item br {
	display: none;
}

.main-timeline-nav-item br {
	display: none;
}

}

@media (min-width: 1024px) {

.aside + .text .slider-wrap {
	width: calc((100vw - var(--scrollbar-width) + 24px - 120px) / 12 * 8 - 24px);
	left: 0;
	transform: none;
	padding: 0;
}

.aside + .text .tile-list-wrap {
	width: calc((100vw - var(--scrollbar-width) + 24px - 120px) / 12 * 8 - 24px);
	left: 0;
	transform: none;
	padding: 0;
}

.aside--sticky {
	position: static;
	position: sticky;
	top: 175px;
}

.aside + .text {
	margin: 0;
}

.mix-news .swiper-container {
	height: 100%;
	overflow: visible;
}

.mix-news .swiper-wrapper {
	flex-direction: column;
	justify-content: space-between;
}

.mix-news .swiper-slide {
	margin-top: 40px;
}

.mix-news__nav {
	display: none;
}

.mix-news__item {
	margin-top: 40px;
}

.mix-news__text {
	display: none;
}

.swiper-slide:first-child .mix-news__text {
	display: block;
}

.mix-news__text u {
	display: none;
}

.aside + .text .services-wrap {
	width: calc((100vw - var(--scrollbar-width) + 24px - 120px) / 12 * 8 - 24px);
	left: 0;
	transform: none;
	padding: 0;
}

.page-service .aside + .text {
	max-width: 708px;
}

}

@media (min-width: 1025px) {

.aside + .text .tile-list-wrap .wrap {
	padding: 0;
}

.swiper-slide:first-child .mix-news__title {
	font-size: 30px;
}

.blog-author .blog-post__text {
	font-size: 18px;
}

.blog-author .blog-post__text p {
	font-size: 18px;
}

.blog-post:first-child {
	float: left;
	width: calc(50% - 12px);
	margin-right: -100%;
}

.blog-post:first-child ~ .blog-post {
	margin-left: calc(50% + 12px);
	display: flex;
	align-items: flex-start;
}

.blog-post:first-child ~ .blog-post .blog-post__img {
	width: calc((100% + 24px) / 6 * 2 - 24px);
}

.blog-post:first-child ~ .blog-post .blog-post__img:after {
	padding-bottom: calc(166 / 218 * 100%);
}

.blog-post:first-child ~ .blog-post .blog-post__desc {
	flex: 1;
	margin-top: 0;
}

.blog-post:nth-child(2) ~ .blog-post {
	margin-top: 20px;
}

.main-promo {
	height: calc(100vh - 135px);
	position: fixed;
}

.main-promo-spacer {
	position: relative;
	width: 100vw;
	height: calc(100vh - 135px);
	pointer-events: none;
}

.main-services:before {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	margin: -100px 0 100px 0;
}

.main-services__video-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/main/timeline_relsi.png');
	background-repeat: repeat-y;
	background-position-x: 50%;
	background-size: contain;
	visibility: hidden;
	animation: main-services-video 3.5s infinite linear;
}

.main-services__video-train {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.main-services__video-train:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background: url('../img/main/timeline_train.png') center repeat-y;
	background-size: contain;
	transform: translate(-50%, 0);
	transition: transform 0.3s;
}

.main-timeline {
	min-height: calc(100vh - 135px);
	opacity: 0;
}

.main-services-spacer {
	margin-top: 200px;
}

.main-timeline__right .swiper-wrapper {
	display: block;
}

.main-timeline-item {
	opacity: 0.2;
	filter: blur(5px);
}

.main-timeline-item._in-view {
	opacity: 1;
	filter: blur(0);
}

.swiper-slide:first-child .main-timeline-item {
	opacity: 1;
	filter: blur(0);
}

.swiper-slide:first-child .main-timeline-item._in-view {
	opacity: 0.3;
	filter: blur(5px);
}

.main-timeline-list .swiper-slide + .swiper-slide .main-timeline-item,
.main-timeline-item + .main-timeline-item {
	padding-top: 80px;
}

.main-timeline-item__year {
	display: none;
}

}

@media (min-width: 1313px) {

.mix-news .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}

.mix-news .swiper-slide {
	width: calc((100% - 11.5%) / 2);
}

.mix-news .swiper-slide:first-child {
	width: 100%;
	margin-bottom: 40px;
	align-self: flex-start;
	padding-right: 7%;
	box-sizing: border-box;
}

}

@media (min-width: 1560px) {

.aside + .text .slider-wrap {
	width: calc((1440px - var(--scrollbar-width) + 24px) / 12 * 8 - 12px);
}

.aside + .text .tile-list-wrap {
	width: calc((1440px - var(--scrollbar-width) + 24px) / 12 * 8 - 12px);
}

.aside + .text .services-wrap {
	width: calc((1440px - var(--scrollbar-width) + 24px) / 12 * 8 - 12px);
}

}

@media (max-width: 1600px) {

.header__logo {
	margin-right: 44px;
}

.header__langs {
	margin-left: 44px;
}

.header__search {
	margin-left: 24px;
}

.header__burger-btn {
	margin-left: 24px;
}

.footer .wrap {
	padding: 0 60px;
}

.blockquote blockquote {
	padding: 0 150px;
}

.persons-wrap {
	padding: 0 60px;
}

.services-wrap {
	padding: 0 60px 30px;
}

.vacancies-wrap {
	padding: 0 60px;
}

.news-wrap {
	padding: 0 60px;
}

.main-timeline-nav {
	font-size: 70px;
}

}

@media (max-width: 1440px) {

.header__langs {
	margin-left: auto;
	margin-right: 30px;
}

.header__menu {
	display: none;
}

}

@media (max-width: 1312px) {

.header-menu__search {
	padding-left: 0;
	padding-right: 0;
	margin-top: 135px;
}

.header-menu__nav {
	padding-left: 0;
}

.header-menu__footer {
	padding-left: 0;
}

.slider-wrap[data-slider="command"] .slider {
	height: auto;
}

.slider-wrap[data-slider="command"] .swiper-slide {
	height: calc((100% - 100px) / 3);
}

.tile-item {
	width: 33.3333%;
}

.tile-item--double {
	width: 33.3333%;
}

.aside + .text .tile-list-wrap .tile-item {
	width: 50%;
}

.aside + .text .tile-list-wrap .tile-item:nth-child(4n) {
	display: block;
}

.aside {
	width: calc((100% + 24px) / 12 * 4 - 20px);
}

.aside-nav {
	font-size: 18px;
}

.mix-news {
	padding-bottom: 100px;
}

.job-wrapper__left {
	width: 60%;
	padding-right: 0;
}

.job-wrapper__right {
	width: 40%;
	padding-right: 0;
}

.persons-items .persons-item {
	width: calc(33.333333% - 2 * 24px / 3);
	margin-top: 24px;
	margin-right: 24px;
	display: none!important;
}

.persons-items .persons-item:nth-child(1),
.persons-items .persons-item:nth-child(2),
.persons-items .persons-item:nth-child(3) {
	margin-top: 0;
	display: block!important;
}

.persons-items .persons-item:nth-child(3n) {
	margin-right: 0;
}

.services-item {
	width: calc(33.333333% - 2 * 24px / 3);
	margin-right: 24px!important;
	margin-top: 24px!important;
	display: none;
}

.services-item:nth-child(1),
.services-item:nth-child(2),
.services-item:nth-child(3) {
	margin-top: 0!important;
	display: block;
}

.services-item:nth-child(4),
.services-item:nth-child(5),
.services-item:nth-child(6) {
	display: block;
}

.services-item:nth-child(3n) {
	margin-right: 0!important;
}

.aside + .text .services-item {
	width: calc(50% - 24px / 2);
}

.aside + .text .services-item:nth-child(2n + 1) {
	margin-right: 24px!important;
}

.aside + .text .services-item:nth-child(2n) {
	margin-right: 0!important;
}

.aside + .text .services-item:nth-child(3) {
	margin-top: 24px!important;
}

.blog-author .blog-post__desc {
	width: calc((100% + 24px) / 12 * 7);
}

}

@media (max-width: 1280px) {

.main-timeline__title {
	font-size: 42px;
}

}

@media (max-width: 1139px) {

.mt-red {
	margin-top: 120px;
}

.mb-red {
	margin-bottom: 120px;
}

.mt-blue {
	margin-top: 100px;
}

.mb-blue {
	margin-bottom: 100px;
}

.mt-yellow {
	margin-top: 60px;
}

.mb-yellow {
	margin-bottom: 60px;
}

.mt-green {
	margin-top: 40px;
}

.mb-green {
	margin-bottom: 40px;
}

.mt-purple {
	margin-top: 16px;
}

.mb-purple {
	margin-bottom: 16px;
}

.mt-zero {
	margin-top: 0;
}

.mb-zero {
	margin-bottom: 0;
}

.footer__left {
	width: 23%;
}

.footer__right {
	width: 77%;
}

.breadcrumb {
	padding-top: 40px;
}

.tile__tag {
	margin-top: 16px;
}

.tile__title {
	margin-top: 16px;
}

.tile__text {
	margin-top: 16px;
}

.hero {
	margin-bottom: -80px;
}

.headline {
	margin-top: 100px;
}

.headline {
	margin-bottom: 60px;
}

.headline {
	padding-bottom: 40px;
}

.filter__nav {
	display: none;
}

.filter__nav-mobile {
	display: block;
}

.aside-nav li,
.aside-nav > * {
	margin-top: 16px;
}

.page-search .content {
	margin-bottom: 100px;
}

.search-title {
	margin-top: 40px;
}

.search-title {
	margin-bottom: 40px;
}

.search-form__found-icon {
	margin-top: 100px;
}

.page-projects .content {
	margin-bottom: 100px;
}

.page-news .content {
	margin-bottom: 100px;
}

.blog-author__position + .blog-post__text {
	margin-top: 40px;
}

.page-contacts .content {
	margin-bottom: 100px;
}

.main-services {
	padding-bottom: 120px;
}

.main-timeline__left {
	padding-top: 100px;
}

.main-timeline__left {
	padding-bottom: 100px;
}

.main-timeline__right {
	padding-top: 100px;
}

}

@media (max-width: 1024px) {

.wrap-page {
	padding-top: 100px;
}

.text {
	max-width: 596px;
}

h1,
.title-h1 {
	font-size: 50px;
	margin-top: 35px;
}

h2,
.title-h2 {
	font-size: 40px;
	margin-bottom: 38px;
}

h3,
.title-h3 {
	font-size: 28px;
	margin-top: 60px;
	margin-bottom: 27px;
}

p {
	font-size: 16px;
	margin: 18px 0;
}

.mt-red {
	margin-top: 80px;
}

.mb-red {
	margin-bottom: 80px;
}

.mt-blue {
	margin-top: 80px;
}

.mb-blue {
	margin-bottom: 80px;
}

.mt-yellow {
	margin-top: 40px;
}

.mb-yellow {
	margin-bottom: 40px;
}

.mt-green {
	margin-top: 24px;
}

.mb-green {
	margin-bottom: 24px;
}

.mt-purple {
	margin-top: 16px;
}

.mb-purple {
	margin-bottom: 16px;
}

.mt-zero {
	margin-top: 0;
}

.mb-zero {
	margin-bottom: 0;
}

.grid-helper {
	width: calc(100vw - var(--scrollbar-width) - 60px * 2);
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 100vh;
	grid-gap: 20px;
}

.header {
	height: 100px;
}

.header__logo-link {
	margin-right: 32px;
}

.header__logo-link img {
	max-height: 53px;
}

.header__logo-link:after {
	height: 53px;
	right: -16px;
}

.header__langs {
/*	display: none;*/
}

.header__search {
	width: 40px;
	height: 40px;
}

.header__burger-btn {
	width: 40px;
	height: 40px;
	margin-left: 50px;
}

.header-menu__search {
	margin-top: 115px;
	margin-bottom: 12px;
}

.header-menu__footer-right {
	width: calc((100% + 20px) / 12 * 5 - 20px);
}

.nav {
	margin: 0 -10px;
}

.nav__list {
	padding: 0 10px;
	padding-right: 7%;
}

.footer__left {
	width: 25%;
}

.footer__right {
	width: 75%;
}

.footer-menu__item {
	width: 33.333333%;
}

.footer-social {
	margin-top: 40px;
}

.footer-information {
	margin-top: 20px;
	padding-top: 35px;
	flex-wrap: wrap;
}

.footer-developer {
	width: 100%;
	order: 3;
	padding-top: 12px;
}

.breadcrumb {
	padding-top: 24px;
}

.slide-content {
	height: 230px;
}

.tile__img:after {
	padding-bottom: calc(232 / 288 * 100%);
}

.tile-list--horisontal .tile__img,
.tile--horisontal .tile__img {
	width: 288px;
	margin-right: 20px;
}

.tile__tag {
	margin-top: 16px;
}

.tile__title {
	margin-top: 16px;
}

.tile__title {
	font-size: 18px;
}

.tile-list--horisontal .tile__title,
.tile--horisontal .tile__title {
	margin-top: 16px;
}

.tile__text {
	margin-top: 16px;
}

.tile__date {
	font-size: 18px;
	margin-top: 12px;
}

.tile__date {
	font-size: 20px;
	margin-top: 8px;
}

.tile-list {
	margin: 0 -10px -24px -10px;
}

.tile-item {
	padding: 0 10px 24px 10px;
}

.hero.with-img .wrap {
	padding-top: 50px;
}

.hero.with-img .breadcrumb {
	padding-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.hero {
	background-position: 15% center;
}

.hero__title {
	max-width: 520px;
	font-size: 40px;
	line-height: 130%;
}

.hero__text {
	line-height: 120%;
}

.headline {
	margin-top: 80px;
}

.headline {
	margin-bottom: 40px;
}

.headline {
	padding-bottom: 24px;
}

.headline .headline__right {
	max-width: 442px;
	font-size: 15px;
}

.headline-info {
	max-width: 600px;
}

.headline + .headline-info {
	margin-top: 0;
}

.load-more-btn .btn {
	width: calc(33.3333% - 10px);
}

.aside + .text {
	padding-left: calc((100% + 20px) / 12 * 4);
}

.aside-nav li,
.aside-nav > * {
	margin-top: 16px;
}

.mix__left {
	width: calc((100% + 20px) / 12 * 6 - 20px);
}

.mix__right {
	width: calc((100% + 20px) / 12 * 6 - 20px);
}

.mix-news__title {
	font-size: 18px;
	max-width: 290px;
}

.mix-blog {
	padding: 32px;
	min-height: 440px;
}

.mix-blog__img img {
	max-height: 79%;
}

.mix-blog__author {
	font-size: 24px;
	margin-top: 24px;
	padding-right: 0;
}

.mix-blog__position {
	font-size: 16px;
	margin-top: 16px;
	padding-right: 50%;
}

.mix-blog__button {
	bottom: 32px;
}

.mix-vacancy {
	padding: 32px;
	min-height: 415px;
}

.mix-vacancy__img img {
	max-height: 77%;
}

.mix-vacancy__title {
	margin-top: 24px;
}

.mix-vacancy__button {
	bottom: 32px;
}

.aside-nav__scrollbar {
	position: absolute;
	bottom: 0;
	width: 80px;
	min-height: 2px;
	color: #fff;
	background-color: #D0362E;
	transition: opacity 0.3s, visibility 0.3s;
}

html._aside-nav-scrollbar-on .aside-nav__scrollbar {
	opacity: 1;
	visibility: visible;
}

.text img:not([class]) + small {
	margin-top: -32px;
	margin-bottom: 27px;
	padding-bottom: 16px;
}

.video {
	height: 330px;
}

.contacts-table-tr .contacts-table-td {
	font-size: 13px;
}

.contacts-table-tr .contacts-table-td:last-child {
	font-size: 16px;
}

.table {
	margin-top: 77px;
	margin-bottom: 77px;
}

.table table th {
	font-size: 20px;
}

.blockquote {
	padding: 80px 0;
}

.blockquote blockquote {
	padding: 0 127px;
}

.blockquote blockquote:before,
.blockquote blockquote:after {
	width: 52px;
	height: 40px;
}

.blockquote blockquote:before {
	left: 52px;
}

.blockquote blockquote:after {
	bottom: 58px;
	right: 53px;
}

.blockquote p {
	font-size: 24px;
}

.blockquote cite {
	font-size: 18px;
	margin-top: 40px;
}

.persons-item__name {
	font-size: 20px;
}

.services-item {
	min-height: 195px;
}

.services-item__img {
	right: -62px;
	bottom: -8px;
	width: 170px;
	height: 170px;
}

.services-item__name {
	font-size: 20px;
}

.vacancy-item {
	background-position: 86% 10%;
	width: 100%;
	margin-right: 0;
}

.vacancy-item + .vacancy-item {
	margin-top: 24px;
}

.vacancy-item__content {
	padding-right: 50%;
}

.vacancy-item__name {
	font-size: 22px;
}

.news-item:nth-child(1) {
	width: calc(66.666666% - 12px);
}

.news-item:nth-child(2) {
	width: calc(33.333333% - 12px);
	margin-right: 0;
}

.news-item:nth-child(3) {
	display: none;
}

.news-item__name {
	font-size: 18px;
}

.page-search .content {
	margin-bottom: 80px;
}

.search {
	max-width: 750px;
}

.search-title {
	margin-top: 24px;
}

.search-title {
	margin-bottom: 24px;
}

.search-title {
	font-size: 40px;
}

.search-form__found-icon {
	margin-top: 80px;
}

.page-projects .content {
	margin-bottom: 80px;
}

.page-news .content {
	margin-bottom: 80px;
}

.blog-author__name {
	font-size: 24px;
}

.blog-author__position {
	font-size: 20px;
	line-height: 120%;
}

.blog-author__position + .blog-post__text {
	margin-top: 24px;
}

.blog-author .blog-post__img {
	width: calc((100% + 20px) / 12 * 4 - 20px);
}

.blog-author .blog-post__img:after {
	padding-bottom: calc(388 / 288 * 100%);
}

.blog-author .blog-post__desc {
	width: auto;
	flex: 1;
}

.blog-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-post {
	width: calc(50% - 10px);
}

.blog-post:nth-child(2) ~ .blog-post {
	margin-top: 36px;
}

.blog-post__img {
	margin-right: 20px;
}

.blog-post__img:after {
	padding-bottom: calc(280 / 442 * 100%);
}

.blog-post__text p + p {
	margin-top: 12px;
}

.blog-post__date {
	margin-top: 24px;
}

.timeline-nav-wrap {
	top: 103px;
	max-height: calc(100vh - 123px);
	width: calc((100% + 20px) / 12 * 4 - 20px);
}

.timeline-nav {
	font-size: 28px;
}

.timeline-nav:not(.swiper-container-initialized) .swiper-slide + .swiper-slide {
	margin-top: 24px;
}

.timeline-nav--years {
	font-size: 60px;
}

.timeline-list {
	width: calc((100% + 20px) / 12 * 8 - 20px);
	margin-left: 20px;
}

.timeline-item__img {
	float: none;
	margin-right: 0;
}

.timeline-item__img img {
	max-width: 100%;
}

.timeline-item__title {
	font-size: 20px;
}

.timeline-item__text {
	font-size: 16px;
}

.page-contacts .content {
	margin-bottom: 80px;
}

.page-contacts .aside {
	width: auto;
}

.page-contacts .text {
	max-width: none;
}

.contacts-map__info.with-img {
	width: 903px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.contacts-map__address {
	font-size: 18px;
}

.contacts-map__table tr td {
	font-size: 18px;
}

.contacts-experience {
	position: relative;
	margin-top: 60px;
}

.main-promo-desc .btn {
	width: auto;
}

.main-promo-tooltip {
	display: none;
}

.main-services {
	padding-bottom: 80px;
}

.main-services {
	position: relative;
}

.main-services .wrap {
	position: static;
}

.main-services__video {
	position: absolute;
	transform: translateX(25%);
}

.main-services__video-block {
	height: auto;
}

.main-timeline {
	background-color: #F5F5F8;
}

.main-timeline__wrap {
	align-items: stretch;
}

.main-timeline__left {
	padding-top: 80px;
}

.main-timeline__left {
	padding-bottom: 80px;
}

.main-timeline__left {
	width: calc(50% - 11px);
	height: auto;
	min-height: 500px;
}

.main-timeline__logo {
	width: 57px;
	height: 57px;
}

.main-timeline__title {
	margin-top: 32px;
	font-size: 40px;
	line-height: 130%;
	width: auto;
}

.main-timeline__text {
	width: auto;
}

.main-timeline__timeline {
	display: none;
}

.main-timeline__right {
	padding-top: 80px;
}

.main-timeline__right {
	width: calc(50% - 11px);
	padding-top: 137px;
	padding-left: 0;
	padding-bottom: 80px;
}

.main-timeline-item__img {
	float: none;
	margin-right: 0;
}

.main-timeline-item__img img {
	max-width: 100%;
}

.main-timeline-item__title {
	font-size: 20px;
}

.main-timeline-list {
	padding-bottom: 28px;
}

.main-timeline-nav {
	font-size: 60px;
}

.main-timeline-nav:not(.swiper-container-initialized) .swiper-slide + .swiper-slide {
	margin-top: 24px;
}

.main-map__img {
	margin: 0 -10vw 0 -20vw;
}

.main-map__railways .map-point._point-1 .map-train {
	width: calc(447 / 1920 * 130vw);
}

.main-map__railways .map-point._point-2 .map-train {
	width: calc(99 / 1920 * 130vw);
}

.main-map__railways .map-point._point-3 .map-train {
	width: calc(132 / 1920 * 130vw);
}

.main-map__railways .map-point._point-4 .map-train {
	width: calc(307 / 1920 * 130vw);
}

.main-map__railways .map-point._point-5 .map-train {
	width: calc(130 / 1920 * 130vw);
}

.main-map__railways .map-point._point-6 .map-train {
	width: calc(216 / 1920 * 130vw);
}

.main-map__railways .map-point._point-7 .map-train {
	width: calc(74 / 1920 * 130vw);
}

.main-map__railways .map-point._point-8 .map-train {
	width: calc(367 / 1920 * 130vw);
}

.main-map__railways .map-point._point-9 .map-train {
	width: calc(307 / 1920 * 130vw);
}

.main-map__railways .map-point._point-10 .map-train {
	width: calc(216 / 1920 * 130vw);
}

.main-map__railways .map-point._point-11 .map-train {
	width: calc(367 / 1920 * 130vw);
}

.main-blog {
	padding: 60px 0 0 0;
}

.main-news {
	padding: 60px 0 40px 0;
}

.main-news__list {
	flex-direction: column;
	margin-top: 24px;
}

.main-news__item + .main-news__item {
	margin-left: 0;
	margin-top: 26px;
}

.main-news__item-title {
	margin-top: 12px;
}

.main-news__item-text {
	margin-top: 12px;
}

}

@media (max-width: 1023px) {

h1,
.title-h1 {
	max-width: none;
}

.headline .headline__right {
	display: none;
}

.aside {
	position: relative;
	width: 100%;
	float: none;
	max-width: none;
	margin-bottom: 40px;
	overflow: hidden;
	margin-left: -60px;
	margin-right: -60px;
	padding: 0 60px 6px 60px;
}

.aside + .text {
	padding-left: 0;
}

.aside-nav {
	font-size: 16px;
	margin: 0 -60px -16px -60px;
	padding: 0 60px 16px 60px;
	display: block;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.aside-nav-select + .aside-nav {
	display: none;
}

.aside-nav li,
.aside-nav > * {
	max-width: 255px;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	margin-top: 0 !important;
}

.aside-nav li + *,
.aside-nav > * + * {
	margin-left: 12px;
}

.aside-nav-select {
	display: block;
}

.aside-nav--detail li {
	margin-left: 0;
}

.aside-nav--detail li + li {
	margin-top: 20px !important;
}

.aside-nav__detail {
	margin-top: -42px;
}

.aside-nav__detail-inner {
	padding: 30px 30px 30px 50px;
	max-width: calc(100vw - 399px);
}

.mix {
	display: block;
}

.mix__left {
	width: 100%;
}

.mix__right {
	width: auto;
	flex-direction: row;
}

.mix-news {
	padding: 40px 0 50px 0;
}

.mix-news__nav {
	margin-top: 24px;
}

.mix-blog {
	width: 50%;
	height: auto;
}

.mix-vacancy {
	width: 50%;
	height: auto;
}

}

@media (max-width: 568px) {

.tile-item {
	width: 50%;
}

.tile-item--double .tile__img:after {
	padding-bottom: calc(232 / 288 * 100%);
}

.contacts-map__info.with-img {
	width: 100%;
	flex-wrap: wrap;
}

.contacts-map__img {
	width: 100%;
	padding-right: 0;
}

.contacts-map__img + .contacts-map__content {
	width: 100%;
}

.contacts-map__content {
	width: 100%;
	margin-top: 40px;
}

.main-services__video {
	transform: translateX(40%);
}

}

@media (max-width: 767px) {

.wrap {
	padding: 0 16px;
}

.wrap-page {
	margin-bottom: 0;
}

.wrap-page:after {
	display: none;
}

.btn {
	width: 100%;
}

h1,
.title-h1 {
	font-size: 40px;
	margin-top: 18px;
	margin-bottom: 62px;
}

h1 + .text-title {
	margin-bottom: 92px;
	margin-top: -38px;
	font-size: 17px;
}

h2,
.title-h2 {
	font-size: 28px;
	margin-bottom: 40px;
}

h3,
.title-h3 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 24px;
}

h5 {
	font-size: 20px;
}

.mt-red {
	margin-top: 60px;
}

.mb-red {
	margin-bottom: 60px;
}

.mt-blue {
	margin-top: 60px;
}

.mb-blue {
	margin-bottom: 60px;
}

.mt-yellow {
	margin-top: 40px;
}

.mb-yellow {
	margin-bottom: 40px;
}

.mt-green {
	margin-top: 16px;
}

.mb-green {
	margin-bottom: 16px;
}

.mt-purple {
	margin-top: 12px;
}

.mb-purple {
	margin-bottom: 12px;
}

.mt-zero {
	margin-top: 0;
}

.mb-zero {
	margin-bottom: 0;
}

.grid-helper {
	width: calc(100vw - var(--scrollbar-width) - 16px * 2);
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 100vh;
	grid-gap: 8px;
}

.header__inner {
	padding-left: 16px;
	padding-right: 16px;
}

.header__logo-link + img {
	display: none;
}

.header__logo-link:after {
	display: none;
}

.header__search {
	display: none;
}

.header-menu__search {
	margin-top: 100px;
}

.header-menu__footer {
	flex-direction: column;
	padding: 32px 0 60px 0;
}

.header-menu__footer .footer-social .footer-social-item {
	margin-bottom: 0;
	margin-right: 20px;
}

.header-menu__footer-left {
	order: 2;
	margin-top: 32px;
}

.header-menu__footer-right {
	width: auto;
}

.nav {
	display: block;
	margin: 0;
}

.nav__list {
	width: auto;
	padding: 0;
	margin-bottom: 20px;
}

.nav__list--online {
	margin: 0 0 32px 0;
}

.footer {
	padding: 20px 0;
	height: auto;
}

.footer .wrap {
	padding: 0 16px;
}

.footer__line {
	flex-wrap: wrap;
}

.footer__left {
	width: 100%;
}

.footer__right {
	width: 100%;
}

.footer-menu__title {
	margin-bottom: 0;
}

.footer-menu__item {
	width: 100%!important;
	margin-top: 19px!important;
}

.footer-menu__list {
	width: 100%;
	display: none;
	padding: 10px 0 20px;
}

.footer-social-item {
	margin-bottom: 20px;
}

.footer-social-item a {
	font-size: 16px;
}

.footer-information {
	margin-top: 23px;
	padding-top: 15px;
}

.rzd {
	display: none;
}

.breadcrumb {
	padding-top: 16px;
}

.files {
	margin-top: 40px;
	margin-bottom: 40px;
}

.file {
	width: 100%;
	margin-right: 0;
	margin-top: 20px!important;
	padding: 9px 12px;
}

.file:nth-child(1) {
	margin-top: 0!important;
}

.file__content {
	font-size: 14px;
}

.slider-wrap {
	padding: 0 0 0 16px;
}

.slider-wrap[data-slider="command"] .slider {
	height: 210px;
	margin-top: 0;
}

.slider-wrap[data-slider="command"] .swiper-slide {
	height: 100%;
	margin-top: 0;
}

.slider .swiper-wrapper {
	overflow: auto;
}

.swiper-slide {
	width: 85%;
	margin-right: 8px;
}

.slider-wrap__navigation {
	display: none;
}

.tile-list--horisontal .tile,
.tile.tile--horisontal {
	display: block;
	padding-bottom: 16px;
}

.tile__img:after {
	padding-bottom: calc(277 / 343 * 100%) !important;
}

.tile__img:empty {
	display: none;
}

.tile-list--horisontal .tile__img,
.tile--horisontal .tile__img {
	width: 100%;
}

.tile__tag {
	margin-top: 12px;
}

.tile-list--horisontal .tile__tag,
.tile--horisontal .tile__tag {
	margin-top: 12px;
}

.tile__title {
	margin-top: 12px;
}

.tile__title {
	font-size: 16px;
}

.tile-list--horisontal .tile__title,
.tile--horisontal .tile__title {
	margin-top: 12px;
}

.tile__text {
	margin-top: 12px;
}

.tile-item {
	width: 100%;
}

.tile-list--horisontal .tile-item + .tile-item {
	margin-top: 24px;
}

.tile-item--double {
	width: 100%;
}

.aside + .text .tile-list-wrap .tile-item {
	width: 100%;
}

.hero {
	margin-bottom: -60px;
}

.hero.with-img .wrap {
	padding-top: 60px;
	padding-bottom: 10px;
}

.hero.with-img .breadcrumb {
	padding-top: 10px;
}

.hero__title {
	max-width: none;
	font-size: 32px;
}

.headline {
	margin-top: 60px;
}

.headline {
	margin-bottom: 40px;
}

.headline {
	padding-bottom: 16px;
}

.headline-info {
	margin-top: 24px;
	margin-bottom: 24px;
}

.headline + .headline-info {
	margin-top: -16px;
}

.load-more-btn .btn {
	width: 100%;
}

.popup__footer {
	flex-direction: column;
	padding: 0 16px 0 16px;
	text-align: center;
}

.popup__footer > *:first-child {
	order: 1;
}

.popup-form {
	padding: 60px 16px;
	max-width: 768px;
}

.popup-gallery {
	width: 100%;
}

.popup-gallery .slide {
	width: 85vw;
	padding: 10px 0;
	display: inline-block;
}

.popup-gallery .slide:last-child {
	margin-right: 0;
}

.popup-gallery .swiper-wrapper {
	padding: 0 16px;
	box-sizing: border-box;
	display: block;
	white-space: nowrap;
}

.popup-gallery .swiper-container {
	overflow: visible;
}

.popup-gallery .popup-gallery__title {
	white-space: normal;
}

.popup-gallery__navigation {
	display: none;
}

.popup-gallery__content .slide__img:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(213 / 355 * 100%);
}

.popup-gallery__content .slide__img img {
	position: absolute;
}

.control {
	margin: 0 0 32px 0;
}

.control--half {
	width: 100%;
}

.aside {
	margin-left: -16px;
	margin-right: -16px;
	padding: 0 16px 6px 16px;
}

.aside-nav {
	margin: 0 -16px -16px -16px;
	padding: 0 16px 16px 16px;
}

.aside-nav li,
.aside-nav > * {
	margin-top: 12px;
}

.aside-nav--detail {
	font-size: 18px;
}

.aside-nav--detail li,
.aside-nav--detail > * {
	max-width: none;
}

.aside-nav--detail li > a {
	pointer-events: all;
}

.aside-nav__detail {
	display: none;
}

.mix .btn {
	min-width: 250px;
}

.mix__right {
	display: block;
	margin: 0 -16px;
}

.mix-news__title {
	font-size: 24px;
}

.mix-blog {
	width: 100%;
	padding: 40px 16px 016px;
	min-height: 570px;
}

.mix-blog__img {
	justify-content: center;
}

.mix-blog__img img {
	max-height: 100%;
	max-width: calc(100% - 16px);
}

.mix-blog__position {
	margin-top: 6px;
	padding-right: 0;
}

.mix-vacancy {
	width: 100%;
	padding: 40px 16px 45px 16px;
	min-height: 0;
}

.mix-vacancy__img {
	display: none;
}

.mix-vacancy__button {
	position: relative;
	bottom: 0;
	margin-top: 45px;
}

.mix-vacancy__button .btn {
	width: auto;
	background-color: transparent;
}

.text img:not([class]) {
	margin: 10px 0;
}

.text img:not([class]) + small {
	font-size: 12px;
	margin-top: -9px;
	margin-bottom: 18px;
	padding-bottom: 4px;
}

.text ol:not([class]),
.text ul:not([class]) {
	margin-bottom: 10px;
}

.text ol:not([class]) li,
.text ul:not([class]) li {
	padding-left: 25px;
	font-size: 16px;
}

.text ul li:before {
	top: 11px;
	left: 10px;
}

.text ol li:before {
	font-size: 16px;
	left: 8px;
}

.video {
	height: 175px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	min-width: 600px;
}

.table table th {
	font-size: 18px;
}

.table table td {
	font-size: 12px;
}

.blockquote {
	padding: 107px 0 40px 0;
	text-align: left;
}

.blockquote blockquote {
	padding: 0 16px;
}

.blockquote blockquote:before,
.blockquote blockquote:after {
	width: 75px;
	height: 58px;
}

.blockquote blockquote:before {
	left: 14px;
	top: -84px;
}

.blockquote blockquote:after {
	bottom: 52px;
	right: 16px;
}

.blockquote p {
	font-size: 16px;
	line-height: 120%;
}

.blockquote cite {
	margin-top: 60px;
	padding-right: 28%;
}

.job-wrapper__content {
	flex-direction: column;
	padding: 60px 16px;
}

.job-wrapper__left {
	width: 100%;
	padding-right: 0;
}

.job-wrapper__right {
	width: 100%;
	padding-right: 0;
}

.job-wrapper__right .btn {
	margin-top: 14px;
}

.job-wrapper__title {
	margin-top: 0;
}

.persons-wrap {
	padding: 0 16px;
}

.persons-items .persons-item {
	width: 100%;
	margin-right: 0!important;
	display: block!important;
}

.persons-items .persons-item + .persons-item {
	margin-top: 20px!important;
}

.services-wrap {
	padding-left: 16px;
	padding-right: 16px;
}

.services-item {
	width: 100%!important;
	margin-right: 0!important;
	min-height: 230px;
	padding: 22px 25px;
}

.services-item + .services-item {
	margin-top: 80px!important;
}

.services-item__img {
	right: -52px;
	bottom: -21px;
	width: 240px;
	height: 190px;
}

.vacancies-wrap {
	padding: 0 16px;
}

.vacancy-item {
	min-height: auto;
	padding: 10px 12px 250px 12px;
}

.vacancy-item__img {
	max-height: 240px;
}

.vacancy-item__content {
	padding-right: 0;
}

.vacancy-item__name {
	font-size: 20px;
}

.vacancy-item__description ul li:before {
	top: 9px;
	left: 1px;
}

.news-wrap {
	padding: 0 16px;
}

.news-item {
	width: 100%!important;
	margin-right: 0!important;
	display: block!important;
}

.news-item + .news-item {
	margin-top: 33px!important;
}

.news-item__name {
	font-size: 20px;
}

.page-search .content {
	margin-bottom: 60px;
}

.search-title {
	margin-top: 16px;
}

.search-title {
	margin-bottom: 16px;
}

.search-title {
	font-size: 28px;
}

.search-form {
	margin-bottom: 24px;
}

.search-form__input input {
	height: 52px;
	font-size: 16px;
}

.search-form__found {
	font-size: 14px;
	margin-top: 8px;
}

.search-form__found-icon {
	margin-top: 60px;
}

.page-projects .content {
	margin-bottom: 60px;
}

.page-news .content {
	margin-bottom: 60px;
}

.blog-author__position + .blog-post__text {
	margin-top: 16px;
}

.blog-author .blog-post__img {
	width: 100%;
}

.blog-author .blog-post__img:after {
	padding-bottom: calc(470 / 464 * 100%);
}

.blog-posts {
	display: block;
}

.blog-post {
	width: 100%;
}

.blog-post:nth-child(2) ~ .blog-post {
	margin-top: 24px;
}

.blog-post + .blog-post {
	margin-top: 24px;
}

.blog-post__img:after {
	padding-bottom: calc(217 / 342 * 100%);
}

.blog-post__desc {
	margin-top: 16px;
}

.blog-post__date {
	margin-top: 16px;
}

.timeline-wrap {
	display: block;
}

.timeline-nav-prev,
.timeline-nav-next {
	display: none;
}

.timeline-nav-wrap {
	position: relative;
	top: 0;
	width: 100%;
	max-height: none;
	display: block;
	padding: 40px 0 24px 0;
}

.timeline-nav {
	font-size: 24px;
	width: auto;
	padding: 0 16px;
	margin: 0 -16px;
}

.timeline-nav:before,
.timeline-nav:after {
	display: none;
}

.timeline-nav--years {
	font-size: 48px;
}

.timeline-nav--years .swiper-slide {
	transition: transform 0.3s;
	transform-origin: 0 50%;
}

.timeline-nav--years .swiper-slide._active {
	transform: scale(1.25);
}

.timeline-nav--years .swiper-slide._active ~ .swiper-slide {
	transform: translateX(30px);
}

.timeline-list {
	width: auto;
	margin: 0 -16px;
	padding: 0 16px;
	white-space: nowrap;
	overflow: hidden;
}

.timeline-list .swiper-wrapper {
	display: flex;
}

.timeline-list .swiper-slide {
	opacity: 0;
	transition: opacity 0.3s;
}

.timeline-list .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.timeline-list .swiper-scrollbar {
	display: block;
}

.timeline-item {
	width: calc(100vw - 32px);
	display: inline-block;
	white-space: normal;
	opacity: 1;
}

.timeline-list .swiper-slide + .swiper-slide,
.timeline-item + .timeline-item {
	margin-top: 0;
}

.page-contacts .content {
	margin-bottom: 60px;
}

.page-contacts .aside {
	margin-bottom: 24px;
}

.contacts-map__address {
	font-size: 16px;
	line-height: 112%;
}

.contacts-map__table tr th {
	font-size: 13px;
}

.contacts-map__table tr td {
	font-size: 16px;
}

.main-services {
	padding-bottom: 60px;
}

.main-services {
	padding-bottom: 0;
}

.main-services .wrap {
	display: flex;
	flex-direction: column;
}

.main-services__video {
	position: relative;
	height: 200px;
	order: 1;
	top: auto;
	transform: none;
	margin: 0 -20px;
}

.main-services__video video::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

.main-services__video video::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

.main-services__video video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.main-services__video-block {
	transform: none;
}

.main-timeline__wrap {
	display: block;
}

.main-timeline__left {
	padding-top: 60px;
}

.main-timeline__left {
	padding-bottom: 60px;
}

.main-timeline__left {
	width: 100%;
	min-height: 0;
	padding-bottom: 0;
	padding-top: 25px;
}

.main-timeline__logo {
	width: 73px;
	height: 73px;
}

.main-timeline__title {
	font-size: 24px;
	line-height: 110%;
	margin-top: 40px;
}

.main-timeline__text {
	line-height: 120%;
	margin-top: 16px;
}

.main-timeline__footer {
	display: none;
}

.main-timeline__right {
	padding-top: 60px;
}

.main-timeline__right {
	width: 100%;
	padding-top: 0;
	padding-bottom: 60px;
}

.main-timeline__right .swiper-slide {
	opacity: 0;
	transition: opacity 0.3s;
}

.main-timeline__right .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.main-timeline-item {
	width: calc(100vw - 32px);
	opacity: 1;
	display: flex;
	flex-direction: column;
}

.main-timeline-item__year {
	order: -1;
}

.main-timeline-item__title {
	font-size: 16px;
}

.main-timeline-nav {
	font-size: 48px;
}

.main-timeline-nav .swiper-slide {
	transition: transform 0.3s;
	transform-origin: 100% 50%;
}

.main-timeline-nav .swiper-slide._active {
	transform: scale(1.33);
}

.main-timeline-nav .swiper-slide._active ~ .swiper-slide {
	transform: translateX(30px);
}

.main-timeline-nav:before,
.main-timeline-nav:after {
	display: none;
}

.main-map {
	overflow-x: auto;
	overflow-y: hidden;
	height: 640px;
}

.main-map__img {
	width: calc(1920 / 1010 * 740px);
	height: 740px;
}

.main-map__img > img {
	width: auto;
}

.main-map__railways .map-point._big:before,
.main-map__railways .map-point._big:after {
	width: 24px;
	height: 24px;
}

.main-map__railways .map-point._medium:before,
.main-map__railways .map-point._medium:after {
	width: 18px;
	height: 18px;
}

.main-map__railways .map-point._small:before,
.main-map__railways .map-point._small:after {
	width: 10px;
	height: 10px;
}

.main-map__railways .map-train {
	display: none;
}

.map-popup {
	width: 210px;
	padding: 14px 11px;
	font-size: 12px;
}

.map-popup__title {
	font-size: 14px;
}

.only-not-mobile {
	display: none;
}

.only-mobile {
	display: inline-block;
}

.only-not-mobile-b {
	display: block;
}

.only-mobile-b {
	display: block;
}




}

@media (max-width: 479px) {

.grid-helper {
	width: calc(100vw - var(--scrollbar-width) - 16px * 2);
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 100vh;
	grid-gap: 8px;
}

}

@media (max-height: 768px) and (orientation: landscape) {

.main-timeline__left {
	padding-top: 9vh;
	padding-bottom: 9vh;
}

}

@media (max-height: 760px) and (orientation: landscape) {

.main-timeline__title {
	margin-top: 3vh;
}

.main-timeline__text .btn {
	margin-top: 3vh;
}

}

@media (max-height: 700px) and (orientation: landscape) {

.main-timeline__left {
	padding-top: 3vh;
	padding-bottom: 3vh;
}

}

@keyframes swiper-preloader-spin {

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

}

@keyframes progress {

0% {
	right: 100%;
}

100% {
	right: 40%;
}

}

@keyframes preloader-1 {

0% {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes preloader-2 {

0% {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes preloader-3 {

0% {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes preloader-4 {

0% {
	transform: scale(0);
}

100% {
	transform: scale(1);
}

}

@keyframes preloader-5 {

0% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

100% {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

}

@keyframes preloader-6 {

0% {
	transform: scale(0);
}

100% {
	transform: scale(1);
}

}

@keyframes spinner1 {

0% {
	transform: scale(0);
}

100% {
	transform: scale(1);
}

}

@keyframes spinner3 {

0% {
	transform: scale(1);
}

100% {
	transform: scale(0);
}

}

@keyframes spinner2 {

0% {
	transform: translate(0, 0);
}

100% {
	transform: translate(24px, 0);
}

}

@keyframes loading {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(90deg);
}

100% {
	transform: rotate(90deg);
}

}

@keyframes promo-train-in {

0% {
	transform: translate(100%, -100%);
}

100% {
	transform: translate(0, 0);
}

}

@keyframes promo-train-out {

0% {
	transform: translate(0, 0);
}

100% {
	transform: translate(-100%, 100%);
}

}

@keyframes promo-monitors-in {

0% {
	opacity: 0;
}

10% {
	opacity: 0.5;
}

20% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes promo-monitors-out {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes main-services-video {

0% {
	background-position-y: 0;
}

100% {
	background-position-y: -100px;
}

}

@keyframes map-train {

0% {
	left: 100%;
	transform: translateX(0);
}

100% {
	left: 0;
	transform: translateX(-100%);
}

}

@keyframes radial-pulse {
0% { box-shadow: 0 0 0 0px rgb(255 51 51 / 50%); }  
   
  100% { box-shadow: 0 0 0 6px rgb(255 51 51 / 0%); }
  }
}


