@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 */
	
	scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  display: block;
}

.text-orange {
  color: #F29100 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 10px;
}

body {
  font-size: 16px;
}

body.no-scroll {
  overflow: hidden;
}

.image-wrapper > img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
}

.wrapper {
  max-width: 1920px;
  min-width: 375px;
  margin: auto;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 11.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.container {
  padding: 0 1.2rem;
  width: 100%;
  max-width: 140rem;
  margin: auto;
}

::-webkit-input-placeholder {
  color: #090B1D;
}

::-moz-placeholder {
  color: #090B1D;
}

:-moz-placeholder {
  color: #090B1D;
}

:-ms-input-placeholder {
  color: #090B1D;
}

.btn-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-custom span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4rem;
  height: 5.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-custom--white span {
  border: 1px solid #090B1D;
  background-color: #fff;
}
.btn-custom:hover span {
  background-color: #F29100;
}
.btn-custom--white:hover span {
  background: #090B1D;
}
.btn-custom:hover .btn-custom__text {
  margin: 0;
}
.btn-custom--white .btn-custom__text {
  color: #090B1D;
}
.btn-custom--white:hover .btn-custom__text {
  color: #fff;
}
.btn-custom:hover .btn-custom__right {
  margin: -5.7rem;
}
.btn-custom__text {
  background: #090B1D;
  padding: 1rem 3.8rem;
  color: #fff;
  overflow: hidden;
  font: 400 1.8rem/1.5em "Inter", sans-serif;
  margin-left: -5.7rem;
  position: relative;
  z-index: 1;
}
.btn-custom__left {
  width: 5.7rem;
  padding: 0;
  -webkit-animation: 0.3s linear 0.6s infinite alternate moveArrow;
          animation: 0.3s linear 0.6s infinite alternate moveArrow;
  position: relative;
  background: #090B1D url(../img/ico_arrow-left.png) no-repeat 50% 50%/1.6rem 1.6rem;
}
.btn-custom--white .btn-custom__left {
  background: #fff url(../img/ico_arrow-left--black.png) no-repeat 50% 50%/1.6rem 1.6rem;
}
.btn-custom--white:hover .btn-custom__left {
  background: #090B1D url(../img/ico_arrow-left.png) no-repeat 50% 50%/1.6rem 1.6rem;
}
.btn-custom__right {
  width: 5.7rem;
  padding: 0;
  background: #090B1D url(../img/ico_arrow-left.png) no-repeat 50% 50%/1.6rem 1.6rem;
}
.btn-custom--white .btn-custom__right {
  background: #fff url(../img/ico_arrow-left--black.png) no-repeat 50% 50%/1.6rem 1.6rem;
}
.btn-custom--white:hover .btn-custom__right {
  background: #090B1D url(../img/ico_arrow-left.png) no-repeat 50% 50%/1.6rem 1.6rem;
}

@-webkit-keyframes moveArrow {
  from {
    left: 0;
  }
  to {
    left: 0.5rem;
  }
}
.wpcf7-not-valid-tip {
  font: 400 1.6rem/1em "Inter", sans-serif !important;
  position: absolute;
  top: 5rem;
}

.wpcf7-response-output {
  font: 400 1.6rem/1em "Inter", sans-serif !important;
  margin: -3.5rem 0 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: fixed;
  top: 1rem;
  right: 2.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/ico_close.svg) no-repeat 50% 50%/cover;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  border-bottom: 1px solid rgba(9, 11, 29, 0.08);
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  background: #fff;
}
.header .container {
  height: 11.7rem;
  padding-top: 4.7rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  list-style: none;
  gap: 4rem;
}
.header-menu li {
  font: 400 1.6rem/1.1em "Inter", sans-serif;
  color: #090B1D;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-menu li.current_page_item {
  color: #F29100;
}
.header-menu li:hover {
  color: #F29100;
}

.menu-toggle {
  display: none;
}

.menu-mobile {
  display: none;
}

.hero {
  padding-bottom: 7.5rem;
}
.hero .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.hero--inner-page .container {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 41.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6.1rem;
  padding-bottom: 6.2rem;
}
.hero--inner-page .container:before {
  content: "";
  display: block;
  width: 130.6rem;
  height: 30.2rem;
  position: absolute;
  background: url(../img/bg_hero.png) no-repeat 0 0/cover;
  left: calc(50% - 34.6rem);
  top: calc(50% - 15.1rem);
  z-index: -1;
}
.hero-title {
  color: #090B1D;
  font: 400 7.5rem/1.4em "Inter", sans-serif;
  margin: 0;
  max-width: 85rem;
}
.hero-title--wide {
  max-width: 120rem;
}
.hero-subtitle {
  color: #090B1D;
  margin-top: 2.5rem;
  margin-bottom: 5.4rem;
  font: 400 3rem/1.4em "Inter", sans-serif;
  width: 55rem;
}
.hero-text {
  width: 37rem;
  margin: 0;
  margin-left: auto;
  margin-right: 2.6rem;
  font: 400 1.6rem/1.6em "Inter", sans-serif;
  color: #090B1D;
}
.hero-mark {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-mark__logo {
  height: 5rem;
  width: auto;
  margin-right: 1.4rem;
}
.hero-mark__name {
  text-transform: uppercase;
  font: 400 1.8rem/1.6em "Inter", sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hero-descr {
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  color: #090B1D;
  width: 45rem;
  margin-top: 2.5rem;
}
.hero-video {
  width: 100%;
  min-height: 45.8rem;
  height: calc(100vh - 40.8rem);
  max-height: 69rem;
  background: url(../img/pic_hero.jpg) no-repeat 50% 0/cover;
  position: relative;
}
.hero-video--about {
  background: url(../img/pic_hero-2.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video--development {
  background: url(../img/pic_hero-3.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video--ofice {
  background: url(../img/pic_hero-4.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video--medic {
  background: url(../img/pic_hero-5.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video--energy {
  background: url(../img/pic_hero-6.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video--hotel {
  background: url(../img/pic_hero-7.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video--agro {
  background: url(../img/pic_hero-8.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video--recreation {
  background: url(../img/pic_hero-9.jpg) no-repeat 50% 0/cover;
  max-height: 54.8rem;
}
.hero-video__btn {
  width: 14.4rem;
  height: 14.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(9, 11, 29, 0.24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: -7.2rem;
  z-index: 3;
  left: calc(50% + 12.5rem);
}
.hero-video__btn:after {
  width: 14.8rem;
  height: 14.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/bg_play-btn.png) no-repeat 50% 50%/cover;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  content: "";
  z-index: -1;
}
.hero-video__text {
  width: 14.8rem;
  height: 14.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/bg_play-text.png) no-repeat 50% 50%/cover;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  z-index: 1;
  -webkit-animation: 13s linear 0.6s infinite rotating;
          animation: 13s linear 0.6s infinite rotating;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.presentation {
  padding-top: 7.5rem;
  padding-bottom: 0;
  background: url(../img/bg_presentation.png) no-repeat 50% 100%/auto 30.2rem;
}
.presentation .container {
  padding-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.presentation-title {
  margin: 0;
  color: #090B1D;
  width: 55rem;
  font: 400 4rem/1.4em "Inter", sans-serif;
}
.presentation-content {
  width: 67.8rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.presentation-text {
  color: #090B1D;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
}
.presentation-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}

.gallery {
  padding-top: 15rem;
  padding-bottom: 7.5rem;
}
.gallery--small {
  padding-top: 8.2rem;
}
.gallery .container {
  min-height: 61.1rem;
}
.gallery-content {
  height: 9.4rem;
}
.gallery-title {
  margin: -1rem 0 0.4rem;
  color: #090B1D;
  font: 400 4rem/1.6em "Inter", sans-serif;
}
.gallery-text {
  font: 400 1.6rem/1.65em "Inter", sans-serif;
  color: #000;
  width: 45rem;
  padding-top: 2rem;
  background: #fff;
}
.gallery-slider-wrapper {
  position: relative;
  margin-right: 0;
}
.gallery-slider {
  width: 246.3rem;
  margin-top: 6rem;
}
.gallery-slide {
  margin-right: 4rem;
  position: relative;
	height: 70.5rem;
}
.gallery-slide img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-slide__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4.4rem 8.7rem 4rem;
	    background: linear-gradient(180deg,rgba(0,0,0,.2),transparent 14.58%,transparent 42.89%,rgba(0,0,0,.15) 54.61%,rgba(0,0,0,.6) 68.91%,rgba(0,0,0,.8));
}
.gallery-slide__descr {
  text-transform: uppercase;
  color: #fff;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
}
.gallery-slide__name {
  margin-top: 2.5rem;
  color: #fff;
  font: 400 4rem/1.4em "Inter", sans-serif;
}
.gallery-slide__price {
  margin-top: 2.1rem;
  color: #fff;
  font: 400 3rem/1.4em "Inter", sans-serif;
}
.gallery-slide__price span {
  font-size: 4rem;
}
.gallery-slide__btn {
  margin-top: 6.5rem;
}
.gallery-slide__btn span {
  background-color: #F29100;
}
.gallery-control {
  width: 19.2rem;
  height: 9.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.gallery-prev {
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 50%;
  background: #090B1D url(../img/ico_prev.png) no-repeat 50% 50%/cover;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-prev:hover {
  background-color: #F29100;
}
.gallery-next {
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 50%;
  background: #090B1D url(../img/ico_next.png) no-repeat 50% 50%/cover;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery-next:hover {
  background-color: #F29100;
}

.stats {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stats-list i {
  height: 25.6rem;
  width: 1px;
  background: #D9D9D9;
  display: block;
}
.stats-item {
  padding: 1.6rem 1rem 1rem;
  text-align: center;
}
.stats-item__title {
  color: #090B1D;
  font: 400 5rem/1.13em "Inter", sans-serif;
}
.stats-item__title .text-orange {
  font-size: 6rem;
}
.stats-item__text-small {
  font: 400 1.8rem/1.5em "Inter", sans-serif;
}
.stats-item__num-small {
  font: 400 3rem/1.5em "Inter", sans-serif;
}
.stats-item__text {
  margin-top: 1.1rem;
  color: #090B1D;
  font: 400 1.8rem/1.5em "Inter", sans-serif;
}

.direction .container {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.direction-title {
  color: #090B1D;
  font: 400 4rem/1.4em "Inter", sans-serif;
  text-align: center;
  margin: 0;
}
.direction-text {
  margin: 3rem auto 0;
  max-width: 53rem;
  text-align: center;
  font: 400 1.6rem/1.6em "Inter", sans-serif;
}
.direction-list {
  margin-top: 5.9rem;
}
.direction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.4rem 0 7.2rem;
  color: #090B1D;
  position: relative;
}
.direction-item:after {
  display: block;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: -27.2rem;
  right: -27.2rem;
  content: "";
}
.direction-item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -27.2rem;
  right: -27.2rem;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.direction-item__bg > img {
  display: none;
}
.direction-item__title {
  margin: 0;
  font: 400 3rem/1.4em "Inter", sans-serif;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.direction-item__content {
  position: relative;
  z-index: 1;
  width: 68rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.direction-item__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.direction-item__mark-logo {
  height: 4rem;
  width: auto;
  margin-right: 1.4rem;
}
.direction-item__mark-name {
  text-transform: uppercase;
  font: 400 1.8rem/1.6em "Inter", sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.direction-item__text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 400 1.6rem/1.6em "Inter", sans-serif;
}
.direction-item__btn {
  margin-top: 3rem;
}
.direction-item:hover {
  color: #fff;
}
.direction-item:hover .direction-item__bg {
  opacity: 1;
}
.direction-item:hover .direction-item__btn span {
  background-color: #F29100;
}
.direction-item.none {
  display: none;
}

.partners {
  padding-top: 7.7rem;
  padding-bottom: 15rem;
}
.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 100rem);
  margin-left: -50rem;
}
.partners-item {
  position: relative;
  height: 14rem;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 4.1rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partners-item:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50.38%, #D9D9D9), to(rgba(217, 217, 217, 0.01)));
  background: -o-linear-gradient(bottom, #D9D9D9 50.38%, rgba(217, 217, 217, 0.01) 100%);
  background: linear-gradient(0deg, #D9D9D9 50.38%, rgba(217, 217, 217, 0.01) 100%);
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.fund {
  background: url(../img/bg_fund.jpg) no-repeat 50% 0/cover;
  min-height: 80rem;
  height: 100vh;
  max-height: 98rem;
}
.fund .container {
  padding-top: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8rem;
}
.fund-info {
  width: 45rem;
  color: #fff;
  font: 400 1.6rem/1.65em "Inter", sans-serif;
  position: relative;
  z-index: 2;
}
.fund-content {
  margin-left: auto;
  width: 60rem;
  margin-top: 9.9rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fund-title {
  margin: 0;
  color: #fff;
  font: 400 4rem/1.4em "Inter", sans-serif;
}
.fund-map {
  position: absolute;
  width: 80.8rem;
  left: -82.2rem;
  top: -3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fund-text {
  margin-top: 1.3rem;
  color: #fff;
  font: 400 1.6rem/1.6em "Inter", sans-serif;
}
.fund-text p {
  margin-top: 1.7em;
}
.fund-text .none {
  display: none;
}
.fund-btn {
  margin-top: 2.3rem;
}
.fund-btn span {
  background-color: #F29100;
}

.deposit {
  background: url(../img/bg_deposit.jpg) no-repeat 50% 50%/cover;
}
.deposit .container {
  padding-top: 11.4rem;
  padding-bottom: 10rem;
  min-height: 80rem;
  height: 100vh;
  max-height: 98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.deposit-2 {
  margin-top: -7.5rem;
  background-position: 50% 0;
}
.deposit-2 .container {
  padding-top: 26.3rem;
}
.deposit-title {
  max-width: 53rem;
  margin: 0;
  font: 400 4rem/1.4em "Inter", sans-serif;
  color: #090B1D;
}
.deposit-title span {
  display: block;
}
.deposit-text {
  color: #090B1D;
  font: 400 1.6rem/1.6em "Inter", sans-serif;
  opacity: 0.7;
  max-width: 53rem;
  margin-top: 4rem;
}
.deposit-btn {
  margin-top: 4rem;
}

.footer {
  background: #090B1D;
  padding-top: 6.7rem;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-info {
  width: 29.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-text {
  width: 100%;
  margin-top: 2rem;
  font: 400 1.6rem/1.65em "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.51);
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  gap: 1.3rem;
}
.footer-social path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-social:hover path {
  fill: #F29100;
}
.footer-menu {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 6rem;
  position: relative;
}
.footer-menu:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50.38%, rgb(34, 35, 52)), to(rgba(34, 35, 52, 0)));
  background: -o-linear-gradient(bottom, rgb(34, 35, 52) 50.38%, rgba(34, 35, 52, 0) 100%);
  background: linear-gradient(0deg, rgb(34, 35, 52) 50.38%, rgba(34, 35, 52, 0) 100%);
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.footer-menu--direction {
  margin-left: auto;
  width: 35.4rem;
}
.footer-menu--navigation {
  width: 31.9rem;
}
.footer-menu__title {
  font: 400 1.8rem/1.5em "Inter", sans-serif;
  color: #fff;
}
.footer-menu__nav {
  padding: 0;
  margin: 0;
}
.footer-menu__nav li {
  margin-top: 2rem;
}
.footer-menu__nav a {
  color: rgba(255, 255, 255, 0.51);
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-menu__nav a:hover {
  color: #F29100;
}
.footer-contacts {
  padding-left: 5rem;
  position: relative;
  width: 27rem;
  padding-bottom: 6rem;
}
.footer-contacts:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50.38%, rgb(34, 35, 52)), to(rgba(34, 35, 52, 0)));
  background: -o-linear-gradient(bottom, rgb(34, 35, 52) 50.38%, rgba(34, 35, 52, 0) 100%);
  background: linear-gradient(0deg, rgb(34, 35, 52) 50.38%, rgba(34, 35, 52, 0) 100%);
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.footer-contact {
  margin-bottom: 2rem;
}
.footer-contact__name {
  font: 400 1.8rem/1.5em "Inter", sans-serif;
  color: #fff;
  display: block;
}
.footer-contact__text {
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.51);
  display: block;
  margin-top: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact a:hover {
  color: #F29100;
}
.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 6rem 1rem;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.51);
}

.way {
  margin-top: 7.5rem;
  background: url(../img/bg_way.png) no-repeat 50% 0/auto 30.2rem;
  min-height: 30.2rem;
  padding-bottom: 3rem;
}
.way .container {
  padding-top: 4.5rem;
}
.way-title {
  color: #090B1D;
  font: 400 4rem/1.4em "Inter", sans-serif;
  width: 45rem;
  margin: 0;
}
.way-text {
  color: #090B1D;
  font: 400 1.6rem/1.65em "Inter", sans-serif;
  margin-top: 3rem;
  width: 43rem;
}

.progress {
  padding-top: 8.1rem;
}
.progress-list {
  width: 160.5rem;
  height: 1px;
  margin: 30rem -11.4rem;
  background: #D9D9D9;
  position: relative;
  padding: 0 29.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progress-item {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #F29100;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.6rem;
}
.progress-item:after {
  content: "";
  display: block;
  background: #F29100;
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
}
.progress-item:before {
  content: "";
  display: block;
  background: url(../img/decor_progress-item.png) no-repeat 50% 50%/cover;
  height: 11.2rem;
  width: 0.7rem;
  position: absolute;
  left: 1.2rem;
}
.progress-item--up:before {
  top: -13.7rem;
}
.progress-item--up .progress-item__text {
  top: -24rem;
}
.progress-item--up .progress-item__title {
  top: 5.8rem;
}
.progress-item--down:before {
  top: 5.8rem;
}
.progress-item--down .progress-item__text {
  top: 19.5rem;
}
.progress-item--down .progress-item__title {
  top: -6.7rem;
}
.progress-item__title {
  text-align: center;
  color: #090B1D;
  width: 20rem;
  font: 400 3rem/1.4em "Inter", sans-serif;
  position: absolute;
}
.progress-item__text {
  text-align: center;
  color: #090B1D;
  font: 400 1.6rem/1.65em "Inter", sans-serif;
  position: absolute;
  width: 32rem;
}

.person {
  padding-top: 7.7rem;
  padding-bottom: 15rem;
}
.person .container {
  position: relative;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.person .container:before {
  content: "";
  display: block;
  width: 102.2rem;
  height: 30.2rem;
  position: absolute;
  background: url(../img/bg_person.png) no-repeat 0 0/cover;
  left: -26rem;
  top: 10.2rem;
}
.person-content {
  width: 66rem;
  position: relative;
  z-index: 1;
  padding-top: 12.5rem;
}
.person-title {
  color: #090B1D;
  font: 400 4rem/1.4rem "Inter", sans-serif;
  margin: 0;
}
.person-position {
  color: #535461;
  font: 400 1.6rem/1.65em "Inter", sans-serif;
  margin-top: 3.5rem;
}
.person-text {
  color: #535461;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  margin-top: 4rem;
}
.person-image {
  width: 49.8rem;
  margin-left: auto;
}

.factors {
  background: #090B1D;
}
.factors .container {
  min-height: 80rem;
  height: 100vh;
  max-height: 98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 6.6rem;
  padding-bottom: 6.2rem;
}
.factors-title {
  color: #fff;
  margin: 0;
  font: 400 5rem/1.4em "Inter", sans-serif;
  text-align: center;
  padding-right: 5rem;
}
.factors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8.8rem 20rem;
  margin-top: 6rem;
  padding-left: 1.7rem;
}
.factors-item {
  width: 51rem;
}
.factors-item__icon {
  width: 6rem;
  margin-bottom: 3rem;
}
.factors-item__title {
  color: #fff;
  margin: 0;
  font: 400 3rem/1.4em "Inter", sans-serif;
}
.factors-item__text {
  margin-top: 1.5rem;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

.projects {
  margin-top: 7.5rem;
  padding-top: 4.5rem;
  background: url(../img/bg_projects.png) no-repeat 0 0/auto 30.2rem;
}
.projects .container {
  padding-bottom: 7.5rem;
}
.projects-title {
  color: #090B1D;
  font: 400 4rem/1.4em "Inter", sans-serif;
  margin: 0;
}
.projects-list {
  margin-top: 5.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 3rem 1.9rem;
}
.projects-item__descr {
  opacity: 0.7;
  color: #090B1D;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  margin-top: 1.5rem;
}
.projects-item__name {
  color: #090B1D;
  font: 400 3rem/1.4em "Inter", sans-serif;
  margin-top: 0.5rem;
}
.projects-item__price {
  margin-top: 1.3rem;
  color: #090B1D;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
}
.projects-item__price span {
  font-size: 3rem;
}

.info .container {
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.8rem;
}
.info-content {
  width: 62rem;
}
.info-title {
  margin: 0;
  color: #090B1D;
  font: 400 4rem/1.4em "Inter", sans-serif;
}
.info-title span {
  color: #F29100;
}
.info-text {
  margin-top: 2.8rem;
  color: #090B1D;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
}
.info-image {
  height: 30.2rem;
  margin-top: 8.8rem;
  margin-left: -27.2rem;
}
.info-image > img {
  width: auto;
}
.info-image--mt {
  margin-top: 6rem;
}
.info-list {
  width: 57.8rem;
  margin-left: auto;
  margin-top: -0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.8rem;
}
.info-item {
  border-top: 1px solid #D9D9D9;
  padding: 2.5rem 0;
}
.info-item__title {
  margin: 0;
  color: #090B1D;
  font: 400 3rem/1.4em "Inter", sans-serif;
}
.info-item__text {
  color: #090B1D;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
}

.other--mt {
  margin-top: 6.6rem;
}
.other .container {
  padding-top: 7.6rem;
  padding-bottom: 9rem;
}
.other-title {
  margin: 0;
  text-align: center;
  color: #090B1D;
  font: 400 4rem/1.4em "Inter", sans-serif;
}
.other-text {
  color: #090B1D;
  text-align: center;
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  margin-top: 2.9rem;
}
.other-more {
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other-btn {
  cursor: pointer;
}

.contact {
  background: url(../img/bg_contact.jpg) no-repeat 50% 0;
}
.contact .container {
  padding-top: 5.8rem;
  padding-bottom: 7.4rem;
}
.contact-title {
  color: #090B1D;
  font: 400 7.5rem/1.4em "Inter", sans-serif;
  margin: 0;
}
.contact-text {
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  color: #090B1D;
  width: 40rem;
  margin-top: 1.6rem;
}
.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-tabs {
  width: 59.7rem;
}
.contact-tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-tab-btns:after {
  margin: 0 1.4rem;
  width: 1.9rem;
  height: auto;
  height: 2.7rem;
  background: url(../img/ico_divider.png) no-repeat 50% 50%/cover;
  content: "";
  display: block;
}
.contact-tab-btn {
  font: 400 1.6rem/1.63em "Inter", sans-serif;
  color: rgba(9, 11, 29, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.contact-tab-btn:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contact-tab-btn:hover, .contact-tab-btn.active {
  color: #F29100;
}
.contact-tab-contents {
  width: 100%;
  margin-top: 6rem;
}
.contact-tab-content {
  width: 100%;
  display: none;
}
.contact-tab-content.active {
  display: block;
}
.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem 2.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form .input-wrapper {
  display: block;
  width: 100%;
}
.contact-form .input-wrapper--w50 {
  width: calc(50% - 1.4rem);
}
.contact-form .input-wrapper > p {
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form input {
  width: 100%;
  height: 5.6rem;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  color: #090B1D;
  font: 400 1.6rem/1em "Inter", sans-serif;
  padding: 1.5rem 0;
}
.contact-form__btn {
  width: 100%;
  margin-top: 1rem;
}
.contact-form__btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}
.contact-form__btn:hover p span:last-child {
  display: none;
}
.contact-form__btn br {
  display: none;
}
.contact-form__btn .btn-custom__text {
  width: calc(100% - 5.7rem);
  padding: 0;
  overflow: hidden;
}
.contact-form__btn input {
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: 0;
  cursor: pointer;
  font: 400 1.8rem/1.5em "Inter", sans-serif;
}
.contact-infos {
  gap: 3.4rem 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  width: 60.6rem;
  margin-top: 10.5rem;
}
.contact-info {
  color: #090B1D;
  font: 400 1.6rem/1.63rem "Inter", sans-serif;
}
.contact-info--wide {
  width: 100%;
}
.contact-info__name {
  display: block;
}
.contact-info__text {
  margin-top: 2.8rem;
}
.contact-info a {
  display: block;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info a:hover {
  color: #F29100;
}
.contact-info__sities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0;
  padding: 0;
  overflow: hidden;
}
.contact-info__sities li {
  margin-right: 1rem;
  padding: 0;
  list-style: none;
  position: relative;
}
.contact-info__sities li:before {
  position: absolute;
  background: #090B1D;
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  left: -0.6rem;
  top: 0.6rem;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modals {
  display: none;
}
.modal video {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

@media screen and (max-width: 1599px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 999px) {
  html {
    font-size: 10px;
  }
  .header-menu {
    display: none;
  }
  .header .container {
    height: 92px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .header-logo {
    width: 73px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu-toggle {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .menu-toggle span {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #090B1D;
    margin: 2.5px 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    border-radius: 30px;
  }
  .menu-toggle.active span:nth-child(1) {
    margin: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    background: #fff;
  }
  .menu-toggle.active span:nth-child(2) {
    display: none;
  }
  .menu-toggle.active span:nth-child(3) {
    margin: 0;
    position: relative;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .menu-mobile {
    background: #090B1D;
    width: 100%;
    height: calc(100vh - 92px);
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 110%;
    top: 100%;
    display: block;
    padding: 0 16px;
    z-index: 100;
    overflow: auto;
  }
  .menu-mobile.is-open {
    left: 0;
  }
  .menu-links {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .menu-links ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .menu-links li {
    margin-bottom: 30px;
  }
  .menu-links a {
    color: #fff;
    font: 400 30px/1.4em "Inter", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-links a:hover {
    color: #F29100;
  }
  .menu-directions {
    padding: 60px 0;
    position: relative;
  }
  .menu-directions:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/decor_menu.png) no-repeat 50% 50%/cover;
    content: "";
    display: block;
  }
  .menu-directions:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/decor_menu.png) no-repeat 50% 50%/cover;
    content: "";
    display: block;
  }
  .menu-directions__title {
    display: block;
    color: #fff;
    font: 400 30px/1.4em "Inter", sans-serif;
    margin-bottom: 40px;
  }
  .menu-directions ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .menu-directions li {
    margin-top: 30px;
  }
  .menu-directions a {
    color: rgba(255, 254, 254, 0.83);
    font: 400 18px/1.5em "Inter", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-directions a:hover {
    color: #F29100;
  }
  .menu-copy {
    color: rgba(255, 255, 255, 0.51);
    font: 400 12px/1.63em "Inter", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 40px 0;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .body.no-scroll {
    overflow: hidden;
  }
  .header {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header.active {
    background: #090B1D;
  }
  .hero .container {
    display: block;
  }
  .hero-title {
    font-size: 30px;
  }
  .hero-text {
    width: 100%;
    margin-top: 24px;
  }
  .hero-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 328px;
    min-height: auto;
  }
  .hero-video__btn {
    position: relative;
    top: 0;
    left: 0;
    width: 94px;
    height: 94px;
  }
  .hero-video__btn:after {
    width: 97px;
    height: 97px;
  }
  .hero {
    padding-bottom: 25px;
  }
  .presentation {
    background-size: auto 119px;
    background-position: 23.5% 21px;
    background-repeat: repeat-x;
  }
  .presentation .container {
    display: block;
    padding-bottom: 0;
  }
  .presentation-title {
    font-size: 24px;
    width: 100%;
  }
  .presentation-content {
    width: 100%;
    margin-top: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .gallery-text {
    width: 100%;
  }
  .gallery-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 43px;
  }
  .gallery-slide {
    width: 100%;
    height: 378px;
    overflow: hidden;
    margin-right: 0;
  }
  .gallery-slide > img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
	  
	  object-fit: cover;
  }
  .gallery-content {
    height: auto;
    min-height: 94px;
  }
  .gallery-control {
    position: relative;
    top: 0;
    right: 0;
    margin: 41px auto 0;
  }
  .stats {
    margin-top: 50px;
    border: 0;
    margin-bottom: 50px;
  }
  .stats-list {
    display: block;
  }
  .stats-list i {
    position: relative;
    height: 1px;
    width: 1100px;
    margin-left: -20px;
    top: -1px;
  }
  .stats-item {
    margin-top: -2px;
    border: 1px solid #D9D9D9;
    padding: 52px 30px;
  }
  .stats-item__title {
    font-size: 32px;
  }
  .stats-item__text {
    margin-top: 8px;
  }
  .stats-item__title .text-orange {
    font-size: 32px;
  }
  .stats-item__text-small,
  .stats-item__num-small {
    display: none;
  }
  .direction .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .direction-title {
    font-size: 24px;
  }
  .direction-text {
    margin-top: 27px;
    padding: 0 18px;
  }
  .direction-list {
    margin-top: 39px;
  }
  .direction-item {
    margin-top: -1px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 42px 0 40px;
  }
  .direction-item:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    background: #D9D9D9;
    height: 1px;
  }
  .direction-item:after {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 0;
    background: #D9D9D9;
    height: 1px;
  }
  .direction-item__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 22px;
    line-height: 1.5em;
  }
  .direction-item__bg {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: 0;
    right: 0;
    height: 257px;
    opacity: 1;
    margin-top: 24px;
    background: #fff !important;
    overflow: hidden;
  }
  .direction-item__bg > img {
    display: block;
    width: 100%;
  }
  .direction-item:hover {
    color: #090B1D;
  }
  .direction-item__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 23px;
  }
  .direction-item__mark {
    margin-bottom: 24px;
  }
  .direction-item__mark-logo {
    height: 28px;
  }
  .direction-item__mark-name {
    font-size: 14px;
  }
  .direction-item__text {
    line-height: 1.63em;
  }
  .partners-item {
    height: 84px;
    padding: 18px;
  }
  .partners-item > img {
    width: auto;
    max-height: 40px;
  }
  .partners-item--h20 > img {
    height: 20px;
  }
  .partners {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .fund {
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
  .fund-info {
    display: none;
  }
  .fund .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fund-title {
    font-size: 24px;
  }
  .fund-content {
    width: 100%;
    margin-top: 0;
  }
  .fund-map {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    margin-top: 40px;
  }
  .fund-text {
    line-height: 1.63em;
  }
  .fund-text p {
    display: block !important;
    margin-top: 1.63em;
  }
  .deposit {
    background: url(../img/bg_deposit-m.png) no-repeat 88% 100px;
  }
  .deposit-title {
    font-size: 24px;
  }
  .deposit .container {
    padding-top: 252px;
    padding-bottom: 252px;
    height: auto;
    min-height: inherit;
    max-height: inherit;
  }
  .deposit-text {
    margin-top: 24px;
    line-height: 1.63em;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .container {
    display: block;
  }
  .footer-info {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 39px;
  }
  .footer-text {
    display: none;
  }
  .footer-socials {
    margin-left: auto;
    margin-top: 10px;
  }
  .footer-menu {
    padding: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
  }
  .footer-contacts {
    padding: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0 20px;
  }
  .footer-menu:after {
    display: none;
  }
  .footer-contacts:after {
    display: none;
  }
  .footer-copy {
    padding: 25px 16px 40px;
    font-size: 12px;
  }
  .hero--inner-page .container {
    padding-top: 40px;
    min-height: inherit;
    padding-bottom: 40px;
  }
  .hero-subtitle {
    font-size: 16px;
    line-height: 1.63em;
    width: 100%;
    margin-bottom: 0;
  }
  .hero--inner-page .container:before {
    display: none;
  }
  .way-title {
    font-size: 24px;
    width: 100%;
  }
  .way {
    margin-top: 21px;
    background-size: auto 119px;
    background-position: 0% 0;
    background: url(../img/bg_way-m.png) no-repeat 9.5% 0;
    min-height: auto;
  }
  .way .container {
    padding-top: 54px;
  }
  .way-text {
    width: 100%;
    margin-top: 24px;
    line-height: 1.63em;
  }
  .progress {
    padding-top: 30px;
  }
  .progress-list {
    background: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 16px;
  }
  .progress-item {
    position: relative;
    margin-top: 0;
    border: 0;
    border-left: 1px solid #D9D9D9;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: none;
    display: block;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 37px;
  }
  .progress-item .progress-item__title {
    top: 0;
    position: relative;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 24px;
    line-height: 1.5em;
  }
  .progress-item:before {
    position: absolute;
    width: 31px;
    height: 31px;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 50%;
    left: -17px;
    top: 0;
  }
  .progress-item:after {
    position: absolute;
    left: -5px;
    top: 12px;
  }
  .progress-item .progress-item__text {
    position: relative;
    top: 0;
    margin-top: 25px;
    width: 100%;
    text-align: left;
  }
  .person {
    padding-top: 34px;
    padding-bottom: 100px;
  }
  .person .container {
    display: block;
  }
  .person-content {
    width: 100%;
    padding-top: 0;
    padding-right: 5px;
  }
  .person-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.4em;
  }
  .person-position {
    margin-top: 14px;
    text-align: center;
  }
  .person-text {
    margin-top: 24px;
  }
  .person-image {
    width: 100%;
    margin-top: 40px;
  }
  .person .container:before {
    background: url(../img/bg_person-m.png) no-repeat 0 0/cover;
    width: 666px;
    height: 130px;
    top: 120px;
  }
  .factors .container {
    min-height: inherit;
    height: auto;
    max-height: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .factors-title {
    font-size: 24px;
    padding: 0;
  }
  .factors-list {
    padding: 0;
    margin-top: 40px;
    gap: 40px;
  }
  .factors-item {
    width: 100%;
  }
  .factors-item__title {
    font-size: 18px;
    line-height: 1.5em;
  }
  .factors-item__icon {
    margin-bottom: 25px;
  }
  .factors-item__text {
    margin-top: 14px;
  }
  .gallery {
    padding-top: 0;
  }
  .gallery .container {
    padding-top: 75px;
    min-height: inherit;
    height: auto;
  }
  .gallery-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
  }
  .gallery-text--tc {
    text-align: center;
    padding: 0 20px;
    margin-top: 25px;
  }
  .gallery-slide__inner {
	
	  
    padding: 0 42px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-slide__name {
    font-size: 32px;
    line-height: 1.2em;
    margin-top: 15px;
  }
  .gallery-slide__price {
    font-size: 16px;
    margin-top: 18px;
    line-height: 2.3em;
    position: relative;
    top: 2px;
  }
  .gallery-slide__price span {
    font-size: 24px;
  }
  .gallery-slide__btn {
    margin-top: 40px;
  }
  .hero-video--development {
    background-position: 40% 0;
  }
  .projects-title {
    font-size: 24px;
  }
  .projects {
    margin-top: 39px;
    padding-top: 36px;
    background-size: auto 119px;
    background-position: 0% 0;
    background: url(../img/bg_way-m.png) no-repeat 9.5% 0;
    min-height: auto;
  }
  .projects-list {
    margin-top: 0;
    display: block;
  }
  .projects-item {
    margin-top: 40px;
    padding-bottom: 4px;
  }
  .projects-item__image {
    height: 314px;
    overflow: hidden;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .projects-item__image > img {
    height: auto;
    max-height: inherit;
  }
  .projects-item__descr {
    margin-top: 24px;
  }
  .projects-item__name {
    font-size: 24px;
    margin-top: 7px;
  }
  .projects-item__price span {
    font-size: 24px;
  }
  .projects-item__price {
    font-size: 18px;
    line-height: 1.23em;
  }
  .projects-item__price span:last-child {
    font-size: 18px;
  }
  .projects .container {
    padding-bottom: 27px;
  }
  .info .container {
    padding-top: 50px;
    display: block;
    padding-bottom: 0;
  }
  .info-content {
    width: 100%;
  }
  .info-title {
    font-size: 24px;
  }
  .info-text {
    margin-top: 24px;
  }
  .info-image {
    margin-left: 0;
    margin-top: 40px;
    border-left: 1px solid #D9D9D9;
    height: auto;
  }
  .info-list {
    width: 100%;
    padding-top: 42px;
  }
  .info-item__title {
    font-size: 18px;
    line-height: 1.5em;
  }
  .info-item__text {
    padding-right: 0;
    width: calc(100% + 5px);
  }
  .other .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .other-title {
    font-size: 24px;
  }
  .other-text {
    padding: 0 30px;
    margin-top: 24px;
  }
  .other-more {
    padding: 40px 0;
  }
  .hero-video {
    background-size: auto 100%;
  }
  .other--mt {
    margin-top: 20px;
  }
  .hero-descr {
    width: 100%;
  }
  .hero-video--medic {
    background-position: 60% 0;
  }
  .contact {
    background: url(../img/bg_contact-m.png) no-repeat 0 100%;
  }
  .contact-title {
    font-size: 24px;
  }
  .contact .container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .contact-text {
    width: 100%;
    margin-top: 24px;
  }
  .contact-content {
    display: block;
    margin-top: 66px;
  }
  .contact-tabs {
    width: 100%;
  }
  .contact-form input {
    width: 100%;
  }
  .contact-form {
    gap: 40px;
  }
  .contact-form__btn {
    margin-top: 20px;
  }
  .contact-infos {
    display: none;
  }
  .contact-form .input-wrapper {
    width: 100%;
  }
  .hero-video__text {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .wrapper {
    padding-top: 92px;
  }
}

.header-menu li.current_page_item.menu-item-54, .header-menu li.current_page_item.menu-item-55, .header-menu li.current_page_item.menu-item-56 {
	color: inherit;
	
}

.header-menu li.current_page_item.menu-item-54:hover, .header-menu li.current_page_item.menu-item-55:hover, .header-menu li.current_page_item.menu-item-56:hover {
	color: #F29100;
}

 #loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
	 		z-index: 1000;
            transition: opacity 0.3s, background-color 0.5s; 
        }

        #loader p {
            color: #090B1D;
        }
