/*! 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 */
}

/* 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 */
  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-display: swap;
  font-family: "Montserrat Cartelle";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-100.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-100.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat Cartelle";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-200.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-200.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat Cartelle";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat Cartelle";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat Cartelle";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v30-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

html * {
  max-height: 999999px;
}

body {
  font-family: "Montserrat Cartelle", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  min-height: 100%;
  background-color: #fff;
  color: #000000;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

body.reverse-theme {
  background-color: #000000;
  color: #fff;
}

body * {
  outline: none;
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: -10vh;
  bottom: -10vh;
  height: 120vh;
  z-index: 999999;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.65s;
  transition: -webkit-transform 0.65s;
  transition: transform 0.65s;
  transition: transform 0.65s, -webkit-transform 0.65s;
}

.preloader.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.preloader::before {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  background: url(../img/preloader-n.gif) center center no-repeat;
  background-size: contain;
}

.preloader.preloader--back {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.preloader.preloader--back::before {
  display: none;
}

.preloader.preloader--back.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  mix-blend-mode: difference;
  z-index: 9999;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

.custom-cursor.is-hovered {
  width: 100px;
  height: 100px;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

b,
strong {
  font-weight: 500;
}

input,
button,
textarea {
  color: #000000;
  font-family: "Montserrat Cartelle", sans-serif;
  font-weight: 400;
}

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

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: none;
  cursor: pointer;
  background: none;
  padding: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-container {
  font-family: "Montserrat Cartelle", sans-serif;
}

.fancybox-slide:before {
  margin-right: 0;
}

.container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

img,
video {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

p,
li {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li,
ol li {
  padding: 0;
  position: relative;
}

h1,
.h1 {
  font-size: 160px;
  line-height: 1;
  font-weight: 100;
}

h2,
.h2 {
  font-size: 140px;
  line-height: 1;
  font-weight: 100;
}

h3,
.h3 {
  font-size: 100px;
  line-height: 1;
  font-weight: 100;
}

h4,
.h4 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 200;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.h7 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}

.h8 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.section-sub {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.animate-strings__word {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-right: -10px;
  margin-bottom: -10px;
}

.animate-strings__word > span {
  display: inline-block;
}

.btn {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  padding: 11px 19px;
  border: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-transition: border-color 0.5s, color 0.5s;
  transition: border-color 0.5s, color 0.5s;
}

body.reverse-theme .btn {
  border-color: #fff;
  color: #fff;
}

.btn-simple {
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.toggle-btn.active > span:first-child {
  display: none;
}

.toggle-btn.active > span:last-child {
  display: block;
}

.toggle-btn > span {
  display: block;
}

.toggle-btn > span:last-child {
  display: none;
}

.hover-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.hover-link span {
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.hover-link span:last-child {
  position: absolute;
  top: 100%;
  left: 0;
}

.filter-tabs ul li button {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.filter-tabs ul li button.active::after {
  right: auto;
  left: 0;
  width: 100%;
}

.filter-tabs ul li button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  z-index: 2;
}

body.reverse-theme .filter-tabs ul li button::before {
  background-color: #000000;
}

.filter-tabs ul li button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 1px;
  width: 0;
  background-color: #000000;
  -webkit-transition: width 0.6s, background-color 0.5s;
  transition: width 0.6s, background-color 0.5s;
  z-index: 2;
}

body.reverse-theme .filter-tabs ul li button::after {
  background-color: #fff;
}

.lead-text i {
  font-weight: 300;
}

.fade-in-anim {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.fade-in-anim.animate {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.img-anim {
  position: relative;
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
}

.img-anim.img-anim--reverse::before {
  right: auto;
  left: 0;
}

.img-anim.img-anim--reverse > img,
.img-anim.img-anim--reverse > video {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.img-anim.animate::before {
  width: 0%;
}

.img-anim.animate > img,
.img-anim.animate > video {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.img-anim::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: width 1.2s, background-color 0.5s;
  transition: width 1.2s, background-color 0.5s;
  z-index: 1;
}

body.reverse-theme .img-anim::before {
  background-color: #000000;
}

.img-anim > img,
.img-anim > video {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 1.2s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 1.2s;
  transition: transform 1.2s, opacity 0.3s, visibility 0.3s;
  transition: transform 1.2s, opacity 0.3s, visibility 0.3s, -webkit-transform 1.2s;
}

.header {
  padding-top: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
  mix-blend-mode: difference;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}

.header__theme-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
}

.header__theme-btn span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.header__menu-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header__menu-btn span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
}

.header__logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.header.header--post .header__logo,
.header.show-logo .header__logo,
body.menu-open .header__logo {
  opacity: 1 !important;
  visibility: visible !important;
}

.header__logo img {
  width: 100%;
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #000000;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  z-index: 96;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

body.menu-open .header-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-menu > .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-menu__bg img,
.header-menu__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-menu__wrap {
  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;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 170px 0 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-menu__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  padding-bottom: 82px;
}

.header-menu__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.header-menu__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer {
  position: relative;
  z-index: 1;
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer__bg img,
.footer__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__wrap {
  min-height: 100lvh;
  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;
  padding: 164px 0 40px;
  position: relative;
}

.footer__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: difference;
}

.footer__logo img {
  width: 100%;
}

.footer__bottom {
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  mix-blend-mode: difference;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__col:not(:last-child) {
  padding-right: 20px;
}

.footer__col:nth-child(1) {
  width: 14.648vw;
}

.footer__col:nth-child(2) {
  width: 18.594vw;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer__col:nth-child(3) {
  width: 21.25vw;
}

.footer__col:nth-child(4) {
  width: 21.758vw;
}

.footer__col:nth-child(5) {
  width: 10.273vw;
}

.footer__col:nth-child(6) {
  margin-left: auto;
}

.footer__est {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 2px;
  padding-bottom: 29px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__email a {
  display: block;
}

.hero-section {
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}

.hero-section__bg img,
.hero-section__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section__logo {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: difference;
  z-index: -1;
}

.hero-section__logo img {
  max-width: 1200px;
}

.hero-section__wrap {
  height: 100lvh;
  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;
  padding-bottom: 28px;
}

.hero-section__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  mix-blend-mode: difference;
  text-transform: uppercase;
}

.hero-about {
  background-color: #000000;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}

body.white-section .hero-about,
body.reverse-theme .hero-about {
  background-color: #fff;
  color: #000000;
}

body.reverse-theme.white-section .hero-about {
  background-color: #000000;
  color: #fff;
}

.hero-about.hero-about--simple {
  background-color: #fff;
  color: #000000 !important;
  padding-bottom: 0;
}

body.reverse-theme .hero-about.hero-about--simple {
  background-color: #000000 !important;
  color: #fff !important;
}

.hero-about.hero-about--simple .hero-about__wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}

.hero-about.hero-about--simple .hero-about__text {
  max-width: 1064px;
}

.hero-about__wrap {
  min-height: 100lvh;
  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;
  padding: 60px 0;
  text-align: center;
}

.hero-about__text {
  max-width: 1380px;
  margin: 0 auto;
}

.hero-about__text i {
  font-weight: 300;
}

.hero-about__buttons {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.hero-about__buttons:first-child {
  margin-top: 0;
}

.home-sections {
  margin-top: -1px;
}

.home-sections__wrap {
  min-height: 100lvh;
  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;
  padding: 60px 0;
  background-color: #000000;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}

body.white-section .home-sections__wrap,
body.reverse-theme .home-sections__wrap {
  background-color: #fff;
  color: #000000;
}

body.reverse-theme.white-section .home-sections__wrap {
  background-color: #000000;
  color: #fff;
}

.home-sections__cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: normal;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  overflow: hidden;
}

.home-sections__cursor .cursor-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.home-sections__item {
  position: relative;
  z-index: 1;
  color: #fff;
  mix-blend-mode: difference;
  text-transform: uppercase;
}

.home-sections__item img {
  position: absolute;
  height: 500px;
  width: 150%;
  max-width: none;
  left: -25%;
  top: calc(50% - 250px);
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
  z-index: -1;
}

.home-projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-projects__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.home-projects__col:nth-child(1n+2) {
  margin-left: -100%;
}

.home-projects__col:first-child .home-projects__item {
  width: 100%;
}

.home-projects__item {
  width: 0%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  will-change: width;
}

.home-projects__item-wrap {
  width: 100vw;
  height: 100lvh;
  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;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-projects__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-projects__item-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 200px);
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.home-projects__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.home-projects__item-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-projects__item-info {
  width: calc(20% + 19px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-projects__item-location {
  text-align: right;
}

.home-projects__bottom {
  margin-top: 70px;
}

.home-projects__bottom:first-child {
  margin-top: 0;
}

.home-projects__btn {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-title__wrap {
  min-height: 100lvh;
  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;
  padding: 60px 0;
  position: relative;
}

.home-title__text {
  text-transform: uppercase;
  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;
}

.home-title__text > span {
  position: relative;
}

.home-title__text > span span:first-child {
  opacity: 0;
  visibility: hidden;
}

.home-title__text span {
  display: block;
}

.home-title__btn {
  position: absolute;
  right: 0;
  bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-numbers__wrap {
  padding: 272px 0;
}

.home-numbers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-numbers__col {
  width: 33.3333333%;
  border-right: 1px solid #000000;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.home-numbers__col:last-child {
  border-right: 0;
  border-bottom: 0;
}

body.reverse-theme .home-numbers__col {
  border-color: #fff;
}

.home-numbers__item {
  text-align: center;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.home-numbers__sub {
  overflow: hidden;
  height: 160px;
  width: 100%;
  position: relative;
}

.home-numbers__item-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home-numbers__item-wrap span {
  display: block;
}

.home-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2px;
}

.home-about__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-about__item {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.home-about__item.animate::before {
  width: 0%;
}

.home-about__item.animate .home-about__item-img > img {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.home-about__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: background-color 0.5s, width 1s;
  transition: background-color 0.5s, width 1s;
}

body.reverse-theme .home-about__item::before {
  background-color: #000000;
}

.home-about__item-img {
  position: relative;
}

.home-about__item-img > img {
  position: absolute;
  top: 1px;
  left: -40px;
  width: 100%;
  height: calc(100% - 2px);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.home-about__item-img-list {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 100%;
}

.home-about__item-img-list > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.home-about__item-img-list > span:nth-child(2) {
  left: 25%;
}

.home-about__item-img-list > span:nth-child(3) {
  left: 50%;
}

.home-about__item-img-list > span:nth-child(4) {
  left: 75%;
}

.home-about__item-img-list > span > img {
  position: relative;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.home-about__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-about__item-wrap::before {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 133.124%;
}

.home-about__item-content {
  background-color: #fff;
  color: #000000;
  padding: 60px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 0;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

body.reverse-theme .home-about__item-content {
  background-color: #000000;
  color: #fff;
}

.home-about__item-sub {
  font-size: 60px;
  line-height: 72px;
  font-weight: 200;
  text-transform: uppercase;
}

.awards-table {
  padding: 300px 0 36px;
}

.awards-table.awards-table--more {
  padding-top: 200px;
  padding-bottom: 0;
}

.awards-table.awards-table--more.show-more .awards-table__wrap::before,
.awards-table.awards-table--more.show-more .awards-table__wrap::after {
  opacity: 0 !important;
  visibility: hidden !important;
}

.awards-table.awards-table--more .awards-table__wrap {
  position: relative;
  max-height: 1071px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.awards-table.awards-table--more .awards-table__wrap::before,
.awards-table.awards-table--more .awards-table__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFF 15%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

body.reverse-theme .awards-table.awards-table--more .awards-table__wrap::before {
  opacity: 0;
  visibility: hidden;
}

.awards-table.awards-table--more .awards-table__wrap::after {
  opacity: 0;
  visibility: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 15%, rgba(0, 0, 0, 0) 100%);
}

body.reverse-theme .awards-table.awards-table--more .awards-table__wrap::after {
  opacity: 1;
  visibility: visible;
}

.awards-table__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.awards-table__title:last-child {
  margin-bottom: 0;
}

.awards-table__row {
  display: block;
  position: relative;
}

.awards-table__row.animate::before,
.awards-table__row.animate::after {
  width: 100% !important;
}

.awards-table__row.animate .awards-table__item > span > span {
  -webkit-transition: -webkit-transform 0.5s 0.15s;
  transition: -webkit-transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s, -webkit-transform 0.5s 0.15s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.awards-table__row:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .awards-table__row:first-child::after {
  background-color: #fff;
}

.awards-table__row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .awards-table__row::before {
  background-color: #fff;
}

.awards-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 19px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.awards-table__item > span {
  width: calc(33.33333% + 15px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
}

.awards-table__item > span:not(:last-child) {
  padding-right: 20px;
}

.awards-table__item > span:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.awards-table__item > span:last-child {
  width: auto;
  text-align: right;
}

.awards-table__item > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.awards-table__item > span > span svg {
  margin-top: -4px;
  width: 20px;
  height: 20px;
}

.awards-table__item > span > span svg path {
  -webkit-transition: fill 0.5s, stroke 0.5s;
  transition: fill 0.5s, stroke 0.5s;
}

body.reverse-theme .awards-table__item > span > span svg path {
  fill: #fff;
  stroke: #fff;
}

.awards-table__btn {
  margin-top: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.awards-table__btn:first-child {
  margin-top: 0;
}

.awards-table__more-btn {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-team__wrap {
  min-height: 100svh;
  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;
  padding: 60px 90px;
}

.home-team__img span {
  display: block;
  width: 1100px;
  height: 1100px;
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.post-header {
  padding-top: 450px;
}

.post-header__top {
  margin-bottom: 110px;
}

.post-header__top:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-header__title {
  text-transform: uppercase;
  margin-bottom: 70px;
}

.post-header__title:last-child {
  margin-bottom: 0;
}

.post-header__img {
  height: calc(100lvh + 2px);
}

.post-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-header__video {
  max-width: 100vw;
  margin-left: auto;
}

.post-header__video-item {
  position: relative;
  padding-bottom: 56.354%;
}

.post-header__video-item.played > img {
  opacity: 0;
  visibility: hidden;
}

.post-header__video-item.active::after {
  opacity: 0;
  visibility: hidden;
}

.post-header__video-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play-icon.png) center center no-repeat;
  background-size: 18.125vw;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.post-header__video-item > img,
.post-header__video-item > video {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects {
  padding: 410px 0 132px;
}

.projects__tabs {
  margin-bottom: 28px;
}

.projects__wrap {
  padding: 0 2px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.projects__wrap.loading {
  opacity: 0;
}

.projects__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 132px 2px;
}

.projects__row.projects__row--align .project-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projects__row.projects__row--align .project-card .project-card__img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.projects__row.projects__row--align .project-card .project-card__img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-card {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.project-card.right::before {
  right: auto;
  left: 0;
}

.project-card.right .project-card__img > img {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.project-card.animate::before {
  width: 0%;
}

.project-card.animate .project-card__img > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s, width 1s;
  transition: background-color 0.5s, width 1s;
  z-index: 2;
}

body.reverse-theme .project-card::before {
  background-color: #000000;
}

.project-card__img {
  margin-top: 1px;
  position: relative;
  overflow: hidden;
}

.project-card__img > img {
  position: relative;
  max-width: none;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-top: -2px;
  margin-bottom: -2px;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.project-card__img-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.project-card__img-list > span {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  height: 0%;
  display: block;
  overflow: hidden;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.project-card__img-list > span:nth-child(2) {
  top: 25%;
}

.project-card__img-list > span:nth-child(3) {
  top: 50%;
}

.project-card__img-list > span:nth-child(4) {
  top: 75%;
}

.project-card__img-list > span > img {
  position: relative;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.project-card__bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}

.project-hero {
  color: #fff;
}

.project-hero__wrap {
  min-height: 100lvh;
  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;
  position: relative;
  z-index: 1;
}

.project-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.project-hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
}

.project-hero__bg img,
.project-hero__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-hero__title {
  text-align: center;
  text-transform: uppercase;
}

.project-info {
  padding-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.project-info__row ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
}

.project-content {
  padding-top: 200px;
  padding-bottom: 138px;
}

.project-content__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 200px 2px;
}

.project-content__text p {
  margin-bottom: 29px;
}

.project-content__text p:last-child {
  margin-bottom: 0;
}

.project-content__img {
  position: relative;
  overflow: hidden;
  padding: 1px 0;
}

.project-content__img.right::before {
  right: auto;
  left: 0;
}

.project-content__img.right img,
.project-content__img.right video {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.project-content__img.animate::before {
  width: 0%;
}

.project-content__img.animate img,
.project-content__img.animate video {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-content__img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
  z-index: 1;
}

body.reverse-theme .project-content__img::before {
  background-color: #000000;
}

.project-content__img img,
.project-content__img video {
  display: block;
  width: 100%;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.project-content__plan-img {
/*   width: 66.4583333333vw; */
  margin: 0 auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.project-content__plan-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body.reverse-theme .project-content__plan-img::before {
  background-color: #fff;
}

.project-content__plan-img img {
  width: 100%;
  mix-blend-mode: difference;
}

.project-content__plan-list {
  max-width: 1478px;
}

.project-content__plan-list ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.project-content__plan-list ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.project-content__plan-list ul li span:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  text-align: right;
}

.project-content__plan-list ul li span:first-child::after {
  content: ".";
}

.project-content__info {
  font-weight: 500;
  text-transform: uppercase;
}

.project-content__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 20px;
}

.project-content__info-col ul li {
  font-weight: 300;
}

.project-content__other {
  margin-top: 200px;
}

.project-content__other:first-child {
  margin-top: 0;
}

.project-content__other-top {
  margin-bottom: 50px;
}

.project-content__other-top:last-child {
  margin-bottom: 0;
}

.project-content__other-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.project-content__other-label {
  text-transform: uppercase;
}

.project-content__other-wrap {
  padding: 0 2px;
}

.services {
  margin-top: 300px;
}

.services__title {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.services__title:last-child {
  margin-bottom: 0;
}

.services__bottom-line {
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .services__bottom-line {
  background-color: #fff;
}

.services__bottom-line.animate {
  width: 100%;
}

.services__col {
  position: relative;
  overflow: hidden;
}

.services__col.animate::before {
  width: 100%;
}

.services__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .services__col::before {
  background-color: #fff;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 50px 0;
}

.services__item-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  padding-right: 30px;
}

.services__item-title span {
  display: block;
  margin-top: -16px;
}

.services__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.services__item-other {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 30px;
  text-align: right;
}

.services__item-title {
  text-transform: uppercase;
}

.services__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services__item-tag {
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 100px;
  padding: 6px 19px;
  text-transform: uppercase;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

body.reverse-theme .services__item-tag {
  border-color: #fff;
}

.services__item-bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services__item-price {
  font-weight: 300;
}

.services__item-desc i {
  font-weight: 300;
}

.services__item-link {
  margin-top: 30px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services__item-link:first-child {
  margin-top: 0;
}

.service-single-img {
  position: relative;
  margin-top: 300px;
}

.service-single-img:first-child {
  margin-top: 0;
}

.service-single-img:last-child {
  margin-bottom: 0;
}

.service-single-img::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  z-index: 1;
}

body.reverse-theme .service-single-img::before {
  border-color: #000000;
}

.service-single-img__item {
  height: calc(100lvh + 2px);
  background-color: #000000;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body.reverse-theme .service-single-img__item {
  background-color: #fff;
}

.service-single-img__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: difference;
}

.steps__wrap {
  min-height: 100lvh;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steps__title {
  margin-bottom: 50px;
}

.steps__sub {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 136px;
}

.steps__sub > span {
  display: block;
}

.steps__sub > span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
}

.steps__sub > span:nth-child(3) {
  position: absolute;
  top: 200%;
  left: 0;
}

.steps__scene {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.steps__scene-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform;
}

.steps__scene-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100vw;
}

.steps__scene-col:first-child {
  padding-left: calc(25vw - 40px);
}

.steps__scene-col:last-child {
  padding-right: 0;
}

.steps__item-img {
  height: 70px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
}

.steps__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body.reverse-theme .steps__item-img::before {
  background-color: #fff;
}

.steps__item-img > img {
  width: auto;
  height: 100%;
  mix-blend-mode: difference;
}

.steps__item-sub {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.steps__item-sub:last-child {
  margin-bottom: 0;
}

.steps__item-desc {
  font-size: 16px;
  line-height: 26px;
}

.steps__simple-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps__simple-col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 400px;
  padding-right: 240px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.steps__simple-col.active .steps__simple-item {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.steps__simple-col.active .steps__simple-item::before {
  opacity: 1;
}

.steps__simple-col:last-child:not(.steps__simple-col--double) {
  width: auto;
  padding-right: 0;
}

.steps__simple-col:last-child:not(.steps__simple-col--double)::before {
  display: none;
}

.steps__simple-col:last-child:not(.steps__simple-col--double) .steps__simple-icon {
  height: 109px;
  margin-left: 2px;
  margin-bottom: -39px;
}

.steps__simple-col::before {
  content: "";
  position: absolute;
  top: 110px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body.reverse-theme .steps__simple-col::before {
  background-color: #fff;
}

.steps__simple-item {
  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;
  gap: 80px 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  will-change: transform, opacity;
}

.steps__simple-item::before {
  content: "";
  position: absolute;
  top: 106px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 1s, visibility 1s, background-color 0.5s;
  transition: opacity 1s, visibility 1s, background-color 0.5s;
}

body.reverse-theme .steps__simple-item::before {
  background-color: #fff;
}

.steps__round {
  width: 200vw;
}

.steps__round-wrap {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  will-change: transform;
}

.steps__round-item {
  position: relative;
  width: 650px;
  height: 650px;
  border-radius: 50%;
}

.steps__round-item.active .steps__round-info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.steps__round-item:not(.active) .steps__round-icons .steps__round-icon {
  opacity: 0 !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0) !important;
  transform: translateX(-50%) translateY(-50%) scale(0) !important;
}

.steps__round-item:not(.active) .steps__round-info .steps__round-icon {
  opacity: 0 !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

.steps__round-item > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.steps__round-item > svg > circle {
  -webkit-transition: stroke 0.5s;
  transition: stroke 0.5s;
}

body.reverse-theme .steps__round-item > svg > circle {
  stroke: #fff;
}

.steps__round-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  z-index: 3;
}

.steps__round-info .steps__round-icon {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
  margin-bottom: 30px;
}

.steps__round-text {
  max-width: 460px;
  text-align: center;
}

.steps__round-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.steps__round-icon {
  position: absolute;
  width: 70px;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.steps__round-icon.active {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.steps__round-icon > span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body.reverse-theme .steps__round-icon > span {
  background-color: #fff;
}

.faq {
  margin-top: 300px;
}

.faq__header {
  margin-bottom: 50px;
}

.faq__header:last-child {
  margin-bottom: 0;
}

.faq__item {
  position: relative;
}

.faq__item.animate::before,
.faq__item.animate::after {
  width: 100% !important;
}

.faq__item.animate .faq__info > span > span {
  -webkit-transition: -webkit-transform 0.5s 0.15s;
  transition: -webkit-transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s, -webkit-transform 0.5s 0.15s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.faq__item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .faq__item:first-child::after {
  background-color: #fff;
}

.faq__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .faq__item::before {
  background-color: #fff;
}

.faq__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.faq__info.active > span > span > i > span:last-child {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq__info > span {
  overflow: hidden;
}

.faq__info > span:last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq__info > span > span {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.faq__info > span > span > i {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq__info > span > span > i > span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

body.reverse-theme .faq__info > span > span > i > span {
  background-color: #fff;
}

.faq__info > span > span > i > span:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__dropdown {
  display: none;
}

.faq__content-wrap {
  padding-right: 40px;
  padding-bottom: 26px;
}

.faq__content {
  max-width: 1280px;
}

.service-projects {
  margin-top: 300px;
}

.about {
  padding-top: 200px;
}

.about__wrap {
  min-height: 100lvh;
  padding: 90px 0;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 65px;
  padding-right: 115px;
}

.about__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 57.2916666667vw;
}

.about__img-item {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.about__img-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.about-team {
  padding-top: 300px;
}

.about-team__header {
  margin-bottom: 50px;
}

.about-team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-team__row-line {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  padding-right: 2px;
}

.about-team__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25vw;
}

.about-team__img img {
  width: 100%;
}

.about-clients {
  margin-top: 200px;
  min-height: 100lvh;
  padding: 200px 0;
  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;
  position: relative;
}

.about-clients__header {
  position: absolute;
  top: 120px;
  left: 0;
}

.about-clients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 220px 0;
}

.about-clients__col {
  width: 25%;
  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;
}

.about-clients__item {
  position: relative;
  background-color: #000000;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.reverse-theme .about-clients__item {
  background-color: #fff;
}

.about-clients__item img {
  mix-blend-mode: difference;
  width: 13.0208333333vw;
}

.about-single-img__item {
  height: calc(100lvh + 2px);
}

.about-single-img__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vacancies {
  padding-top: 300px;
  padding-bottom: 2px;
}

.vacancies__header {
  margin-bottom: 50px;
}

.vacancies__item {
  position: relative;
}

.vacancies__item.animate::before,
.vacancies__item.animate::after {
  width: 100% !important;
}

.vacancies__item.animate .vacancies__info > span > span {
  -webkit-transition: -webkit-transform 0.5s 0.15s;
  transition: -webkit-transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s, -webkit-transform 0.5s 0.15s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.vacancies__item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .vacancies__item:first-child::after {
  background-color: #fff;
}

.vacancies__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .vacancies__item::before {
  background-color: #fff;
}

.vacancies__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 19px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.vacancies__info.active > span:last-child > span > i > span:last-child {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.vacancies__info > span {
  width: calc(33.3333333% + 15px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
}

.vacancies__info > span:not(:last-child) {
  padding-right: 20px;
}

.vacancies__info > span:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.vacancies__info > span:last-child {
  width: 20px;
  height: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.vacancies__info > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.vacancies__info > span > span svg {
  margin-top: -4px;
  width: 20px;
  height: 20px;
}

.vacancies__info > span > span svg path {
  -webkit-transition: fill 0.5s, stroke 0.5s;
  transition: fill 0.5s, stroke 0.5s;
}

body.reverse-theme .vacancies__info > span > span svg path {
  fill: #fff;
  stroke: #fff;
}

.vacancies__info > span > span > i {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.vacancies__info > span > span > i > span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

body.reverse-theme .vacancies__info > span > span > i > span {
  background-color: #fff;
}

.vacancies__info > span > span > i > span:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vacancies__dropdown {
  display: none;
}

.vacancies__content {
  padding: 50px 0 100px calc(50% + 1px);
}

.vacancies__content > p {
  margin: 58px 0 29px;
  text-transform: uppercase;
  font-weight: 500;
}

.vacancies__content > p:first-child {
  margin-top: 0;
}

.vacancies__content > p:last-child {
  margin-bottom: 0;
}

.contacts__item {
  padding: 30px 0;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}

.contacts__item.animate::before,
.contacts__item.animate::after {
  width: 100% !important;
}

.contacts__item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s 0.25s, background-color 0.5s;
  transition: width 1s 0.25s, background-color 0.5s;
}

body.reverse-theme .contacts__item:last-child::after {
  background-color: #fff;
}

.contacts__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 1s, background-color 0.5s;
  transition: width 1s, background-color 0.5s;
}

body.reverse-theme .contacts__item::before {
  background-color: #fff;
}

.contacts__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__col {
  width: calc(25% - 15px);
}

.contacts__social {
  padding: 300px 0;
}

.contacts__social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}

/*CUSTOM*/
.page-not-found {
    position: relative;
    height: 100vh;
}
.page-not-found__img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-not-found__info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
.cookie {
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 590px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background: rgb(0,0,0,0.75);
    padding: 40px;
    z-index: 9999;
    display: none;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.cookie.active {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}
.cookie__text {
    margin-bottom: 30px;
}
.cookie__text a {
    font-weight: 500;
    text-decoration: underline;
}
.cookie__btn-ok {
    text-transform: uppercase;
    padding: 1px 36px;
    border: 1px solid #fff;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    max-width: 144px;
    cursor: pointer;
}
.cookie__btn-ok:hover {
    color: #000;
    background: #fff;
}
.cookie__btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

@media (min-width: 576px) {
  .home-about__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .home-about__item-wrap {
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
}

@media (min-width: 992px) {
  html {
    overflow: hidden;
  }

  html:not(.with-fancybox) body {
    cursor: none;
  }

  html:not(.with-fancybox) body * {
    cursor: none !important;
  }

  .filter-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  body.menu-open .header__menu-btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  body.menu-open .header__menu-btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  body.menu-open .header__menu-btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 346px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .footer__row {
    position: relative;
  }

  .home-sections__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home-sections__item {
    position: absolute;
  }

  .home-sections__item:nth-child(1) {
    left: 98px;
    top: calc(50% - 160px - 203px);
  }

  .home-sections__item:nth-child(2) {
    left: calc(50% - 196px);
    top: calc(50% - 160px - 43px);
  }

  .home-sections__item:nth-child(3) {
    left: calc(50% - 900px);
    top: calc(50% - 44px);
  }

  .home-sections__item:nth-child(4) {
    left: calc(50% + 434px);
    top: calc(50% + 90px);
  }

  .home-sections__item:nth-child(5) {
    left: calc(50% - 417px);
    top: calc(50% + 200px);
  }

  .home-sections__item:nth-child(6) {
    right: 74px;
    top: calc(50% - 160px - 203px);
  }

  .home-title__text > span:first-child span:last-child {
    right: calc(50% + 109px);
  }

  .home-title__text > span:last-child span:last-child {
    left: calc(50% - 301px);
  }

  .home-title__text > span span:last-child {
    position: absolute;
    top: 0;
  }

  .home-numbers__wrap .container {
    padding: 0;
  }

  .post-header__top-wrap {
    width: 50%;
  }

  .project-info__row ul li:last-child {
    display: none;
  }

  .project-content__col.project-content__col--lg {
    grid-column: span 4 !important;
  }

  .project-content__col.project-content__col--md {
    grid-column: span 3 !important;
  }

  .project-content__col.left-position > .container {
    padding-right: 0;
  }

  .project-content__col.right-position > .container {
    padding-left: 0;
  }

  .project-content__info-col:last-child {
    text-align: right;
  }

  .services__item {
    min-height: 470px;
  }

  .steps__simple.steps__simple--double .steps__simple-row {
    padding-top: 70px;
  }

  .steps__simple.steps__simple--double .steps__simple-col:nth-child(2):not(.steps__simple-col--double) {
    width: auto;
  }

  .steps__simple.steps__simple--double .steps__simple-col:nth-child(2):not(.steps__simple-col--double)::after {
    content: "";
    position: absolute;
    top: 106px;
    right: -5px;
    width: 9px;
    height: 9px;
    background-color: #000000;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  body.reverse-theme .steps__simple.steps__simple--double .steps__simple-col:nth-child(2):not(.steps__simple-col--double)::after {
    background-color: #fff;
  }

  .steps__simple.steps__simple--double .steps__simple-col:nth-child(2):not(.steps__simple-col--double) .steps__simple-icon {
    height: 109px;
    margin-left: 2px;
    margin-bottom: -39px;
  }

  .steps__simple-double {
    margin-top: -70px;
    width: 3395px;
    height: 360px;
    position: relative;
    border: 1px solid #000000;
    border-radius: 1000px;
    margin-right: 240px;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
  }

  .steps__simple-double::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 245px;
    height: 1px;
    background-color: #000000;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  body.reverse-theme .steps__simple-double::before {
    background-color: #fff;
  }

  .steps__simple-double::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: -5px;
    width: 9px;
    height: 9px;
    background-color: #000000;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  body.reverse-theme .steps__simple-double::after {
    background-color: #fff;
  }

  body.reverse-theme .steps__simple-double {
    border-color: #fff;
  }

  .steps__simple-double .steps__simple-col {
    position: absolute;
    top: -111px;
  }

  .steps__simple-double .steps__simple-col::before {
    display: none;
  }

  .steps__simple-double .steps__simple-col:nth-child(1n+6) {
    top: calc(100% - 110px);
  }

  .steps__simple-double .steps__simple-col:nth-child(1) {
    left: 190px;
  }

  .steps__simple-double .steps__simple-col:nth-child(2) {
    left: 830px;
  }

  .steps__simple-double .steps__simple-col:nth-child(3) {
    left: 1470px;
  }

  .steps__simple-double .steps__simple-col:nth-child(4) {
    left: 2110px;
  }

  .steps__simple-double .steps__simple-col:nth-child(5) {
    left: 2750px;
  }

  .steps__simple-double .steps__simple-col:nth-child(6) {
    left: 510px;
  }

  .steps__simple-double .steps__simple-col:nth-child(7) {
    left: 1150px;
  }

  .steps__simple-double .steps__simple-col:nth-child(8) {
    left: 1790px;
  }

  .steps__simple-double .steps__simple-col:nth-child(9) {
    left: 2430px;
  }

  .steps__round-info .steps__round-icon {
    display: none;
  }

  .faq__info {
    padding-left: calc(25% - 20px) !important;
  }

  .faq__content-wrap {
    padding-left: calc(25% - 20px) !important;
  }
}

@media (min-width: 992px) and (hover: hover) {
  .header__menu-btn:hover span:first-child {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  .header__menu-btn:hover span:last-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@media (min-width: 1441px) {
  .awards-table__item {
    padding-left: calc(25% - 20px) !important;
  }

  .about__wrap > .container {
    padding-right: 0;
  }

  .vacancies__info {
    padding-left: calc(25% - 20px) !important;
  }
}

@media (min-width: 1921px) {
  .home-sections__list {
    line-height: 160px;
  }
}

@media (max-width: 1920px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1,
  .h1 {
    font-size: 120px;
  }

  h2,
  .h2 {
    font-size: 105px;
  }

  h3,
  .h3 {
    font-size: 75px;
  }

  h4,
  .h4 {
    font-size: 45px;
    line-height: 54px;
  }

  h5,
  .h5 {
    font-size: 20px;
    line-height: 24px;
  }

  h6,
  .h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .h7 {
    font-size: 16px;
    line-height: 26px;
  }

  .h8 {
    font-size: 14px;
    line-height: 23px;
  }

  .section-sub {
    font-size: 20px;
    line-height: 24px;
  }

  .btn {
    font-size: 16px;
  }

  .header {
    padding-top: 58px;
  }

  .header__logo {
    width: 259px;
  }

  .header-menu {
    font-size: 18px;
    line-height: 26px;
  }

  .header-menu__wrap {
    padding-top: 150px;
  }

  .header-menu__nav {
    padding-bottom: 64px;
  }

  .footer__logo {
    max-width: 620px;
  }

  .footer__col:nth-child(1) {
    width: 16.797vw;
  }

  .footer__col:nth-child(2) {
    width: 14.844vw;
  }

  .footer__col:nth-child(3) {
    width: 19.531vw;
  }

  .footer__est {
    padding-bottom: 26px;
  }

  .hero-section__logo img {
    max-width: 900px;
  }

  .hero-about.hero-about--simple .hero-about__wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .hero-about.hero-about--simple .hero-about__text {
    max-width: 798px;
  }

  .hero-about__text {
    max-width: 1010px;
  }

  .hero-about__buttons {
    gap: 30px;
  }

  .home-sections__cursor {
    width: 375px;
    height: 375px;
  }

  .home-projects__item-info {
    width: calc(20% - 5px);
  }

  .home-title__text {
    gap: 10px;
  }

  .home-numbers__wrap {
    padding: 300px 0;
  }

  .home-numbers__item {
    min-height: 300px;
  }

  .home-numbers__sub {
    height: 120px;
  }

  .home-about__item-content {
    padding: 40px;
  }

  .home-about__item-sub {
    font-size: 45px;
    line-height: 54px;
  }

  .awards-table.awards-table--more .awards-table__wrap {
    max-height: 927px;
  }

  .awards-table.awards-table--more .awards-table__wrap::before,
  .awards-table.awards-table--more .awards-table__wrap::after {
    height: 60px;
  }

  .awards-table__title {
    font-size: 20px;
    line-height: 24px;
  }

  .awards-table__item {
    padding: 16px 0;
  }

  .awards-table__item > span > span svg {
    width: 18px;
    height: 18px;
  }

  .awards-table__btn {
    margin-top: 70px;
  }

  .home-team__img span {
    width: 825px;
    height: 825px;
  }

  .post-header {
    padding-top: 300px;
  }

  .post-header__top {
    margin-bottom: 100px;
  }

  .post-header__title {
    margin-bottom: 50px;
  }

  .project-content__text p {
    margin-bottom: 26px;
  }

  .project-content__plan-list {
    max-width: 1138px;
  }

  .services__item-title span {
    margin-top: -11px;
  }

  .steps__title {
    margin-bottom: 30px;
  }

  .steps__sub {
    margin-bottom: 120px;
  }

  .steps__item-sub {
    font-size: 18px;
    line-height: 26px;
  }

  .steps__item-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .steps__simple-col {
    width: 300px;
    padding-right: 180px;
  }

  .steps__round-item {
    width: 480px;
    height: 480px;
  }

  .steps__round-text {
    max-width: 330px;
  }

  .faq__info {
    padding: 16px 0;
  }

  .faq__content-wrap {
    padding-bottom: 16px;
  }

  .about__row {
    gap: 50px;
    padding-right: 80px;
  }

  .about-clients__row {
    gap: 185px 0;
  }

  .vacancies__info {
    padding: 16px 0;
  }

  .vacancies__info > span > span svg {
    width: 18px;
    height: 18px;
  }

  .vacancies__content {
    padding: 40px 0 100px calc(50% + 1px);
  }

  .vacancies__content > p {
    margin: 52px 0 26px;
  }
}

@media (max-width: 1440px) {
  body {
    font-size: 14px;
    line-height: 23px;
  }

  h1,
  .h1 {
    font-size: 90px;
  }

  h2,
  .h2 {
    font-size: 79px;
  }

  h3,
  .h3 {
    font-size: 56px;
  }

  h4,
  .h4 {
    font-size: 33px;
    line-height: 40px;
  }

  h5,
  .h5 {
    font-size: 18px;
    line-height: 22px;
  }

  h6,
  .h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .h7 {
    font-size: 14px;
    line-height: 23px;
  }

  .h8 {
    font-size: 12px;
    line-height: 19px;
  }

  .btn {
    font-size: 14px;
    line-height: 16px;
  }

  .header-menu {
    font-size: 16px;
    line-height: 20px;
  }

  .header-menu__nav {
    padding-bottom: 70px;
  }

  .footer__logo {
    max-width: 464px;
  }

  .footer__col:nth-child(1) {
    width: 21.875vw;
  }

  .footer__col:nth-child(2) {
    width: 11.719vw;
  }

  .footer__col:nth-child(3) {
    position: absolute;
    top: 0;
    left: 33.594vw;
  }

  .footer__col:nth-child(5) {
    width: 14.844vw;
  }

  .footer__est {
    padding-bottom: 23px;
  }

  .hero-section__logo img {
    max-width: 672px;
  }

  .hero-about.hero-about--simple .hero-about__text {
    max-width: 595px;
  }

  .hero-about__text {
    max-width: 760px;
  }

  .home-sections__cursor {
    width: 280px;
    height: 280px;
  }

  .home-projects__item-info {
    width: calc(20% - 20px);
  }

  .home-numbers__item {
    min-height: 224px;
  }

  .home-numbers__item {
    gap: 23px;
  }

  .home-numbers__sub {
    height: 90px;
  }

  .home-about__item-content {
    padding: 30px;
  }

  .home-about__item-sub {
    font-size: 33px;
    line-height: 40px;
  }

  .awards-table {
    padding-bottom: 0;
  }

  .awards-table.awards-table--more .awards-table__wrap {
    max-height: 879px;
  }

  .awards-table.awards-table--more .awards-table__wrap::before,
  .awards-table.awards-table--more .awards-table__wrap::after {
    height: 58px;
  }

  .awards-table__title {
    font-size: 18px;
    line-height: 22px;
  }

  .awards-table__item > span {
    width: calc(25vw - 40px);
  }

  .awards-table__item > span:first-child {
    width: calc(25% - 20px);
  }

  .awards-table__item > span:nth-child(2) {
    width: calc(25% + 20px);
  }

  .home-team__img span {
    width: 616px;
    height: 616px;
  }

  .projects__tabs {
    margin-bottom: 30px;
  }

  .project-content__text p {
    margin-bottom: 23px;
  }

  .project-content__plan-list {
    max-width: 980px;
  }

  .services__item-info {
    max-width: 500px;
  }

  .services__item-tag {
    padding: 8px 19px 7px;
  }

  .steps__item-sub {
    font-size: 16px;
    line-height: 20px;
  }

  .steps__item-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .steps__simple-col {
    width: 250px;
    padding-right: 110px;
  }

  .about__row {
    padding-right: 0;
  }

  .about-clients__row {
    gap: 140px 0;
  }

  .vacancies__content {
    padding-left: 0;
  }

  .vacancies__content > p {
    margin: 46px 0 23px;
  }
}

@media (max-width: 991px) {
  .custom-cursor {
    display: none;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  h1,
  .h1 {
    font-size: 70px;
  }

  h2,
  .h2 {
    font-size: 50px;
  }

  h3,
  .h3 {
    font-size: 44px;
  }

  h6,
  .h6 {
    font-size: 10px;
    line-height: 16px;
  }

  .h7 {
    font-size: 12px;
    line-height: 19px;
  }

  .section-sub {
    font-size: 14px;
    line-height: 18px;
  }

  .animate-strings__word {
    padding-bottom: 5px;
    padding-right: 5px;
    margin-right: -5px;
    margin-bottom: -5px;
  }

  .filter-tabs ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .filter-tabs ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }

  .filter-tabs ul li:first-child {
    padding-bottom: 20px;
  }

  .filter-tabs ul li button {
    font-size: 12px;
    line-height: 20px;
  }

  .filter-tabs ul li button.right {
    margin-left: auto;
  }

  .header {
    padding-top: 30px;
  }

  .header__theme-btn {
    display: none;
  }

  body.menu-open .header__menu-btn span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }

  body.menu-open .header__menu-btn span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }

  .header__menu-btn span:nth-child(2) {
    display: none;
  }

  .header__logo {
    width: 208px;
    opacity: 1;
    visibility: visible;
  }

  .header-menu {
    font-size: 18px;
    line-height: 22px;
  }

  .header-menu__wrap {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .header-menu__nav {
    padding-bottom: 48px;
  }

  .header-menu__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-menu__lang {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__wrap {
    padding: 106px 0 30px;
  }

  .footer__logo {
    max-width: 500px;
  }

  .footer__bottom {
    font-size: 10px;
    line-height: 16px;
  }

  .footer__col:nth-child(1) {
    position: absolute;
    top: 30px;
    left: 0;
    width: auto;
  }

  .footer__col:nth-child(2) {
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
    padding: 0;
  }

  .footer__col:nth-child(3) {
    top: 62px;
    left: auto;
    right: 0;
    width: auto;
    padding: 0;
  }

  .footer__col:nth-child(4) {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }

  .footer__col:nth-child(5) {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    max-width: 134px;
  }

  .footer__est {
    padding-bottom: 0;
  }

  .hero-section__logo {
    display: none;
  }

  .hero-section__menu {
    display: none;
  }

  .hero-about.hero-about--simple .hero-about__wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-about.hero-about--simple .hero-about__text {
    max-width: 500px;
  }

  .hero-about__buttons {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-sections__cursor {
    display: none;
  }

  .home-sections__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    gap: 44px;
  }

  .home-sections__item img {
    display: none;
  }

  .home-projects__item-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
  }

  .home-projects__item-name {
    width: 100%;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .home-projects__item-info {
    width: auto;
  }

  .home-projects__bottom {
    margin-top: 50px;
  }

  .home-projects__btn {
    margin-top: 50px;
  }

  .home-title__text {
    gap: 30px;
    text-align: center;
  }

  .home-title__text > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-title__text > span span:first-child {
    display: none;
  }

  .home-numbers__wrap {
    min-height: 100lvh;
    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;
    padding: 60px 0;
  }

  .home-numbers__row {
    -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;
  }

  .home-numbers__col {
    width: 100%;
    max-width: 224px;
    border-bottom: 1px solid #000000;
    border-right: 0;
  }

  .home-numbers__item {
    min-height: 0;
    padding: 50px 0;
  }

  .home-numbers__sub {
    height: 70px;
  }

  .home-numbers__desc {
    font-size: 14px;
    line-height: 17px;
  }

  .home-about__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-about__col {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: calc(50% - 1px);
  }

  .home-about__item-content {
    padding: 50px 30px 30px;
  }

  .awards-table {
    padding-top: 200px;
  }

  .awards-table.awards-table--more .awards-table__wrap {
    max-height: 769px;
  }

  .awards-table.awards-table--more .awards-table__wrap::before,
  .awards-table.awards-table--more .awards-table__wrap::after {
    height: 74px;
  }

  .awards-table__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }

  .awards-table__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 19px;
  }

  .awards-table__item > span:first-child {
    width: 50%;
  }

  .awards-table__item > span:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .awards-table__item > span:nth-child(3) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 0;
  }

  .awards-table__item > span > span {
    gap: 6px;
  }

  .awards-table__item > span > span svg {
    margin-top: -2px;
    width: 14px;
    height: 14px;
  }

  .awards-table__btn {
    margin-top: 50px;
  }

  .awards-table__more-btn {
    padding-top: 48px;
  }

  .home-team__wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-team__img span {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }

  .post-header__video {
    max-width: 100%;
  }

  .post-header__video-item::after {
    background-size: 18.0107526882vw;
  }

  .projects {
    padding: 250px 0 0;
  }

  .projects__tabs {
    margin-bottom: 10px;
  }

  .projects__row {
    gap: 100px 2px;
    grid-template-columns: repeat(2, 1fr);
  }

  .project-card {
    font-size: 10px;
    line-height: 16px;
  }

  .project-card__bottom {
    margin-top: 0;
    gap: 30px;
  }

  .project-hero__title.h2 {
    font-size: 79px;
  }

  .project-info {
    padding-top: 5px;
    font-size: 10px;
    line-height: 16px;
  }

  .project-info__row ul li {
    position: relative;
  }

  .project-content {
    padding-bottom: 60px;
  }

  .project-content__row {
    gap: 100px 2px;
    grid-template-columns: repeat(2, 1fr);
  }

  .project-content__col.project-content__col--hd {
    display: none;
  }

  .project-content__plan-img {
    width: 100%;
  }

  .project-content__plan-list {
    width: 100%;
  }

  .project-content__plan-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .project-content__info {
    padding-top: 48px;
    font-size: 12px;
    line-height: 20px;
  }

  .project-content__info-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .project-content__info-col {
    width: calc(50% - 10px);
  }

  .project-content__other {
    display: none;
  }

  .services {
    margin-top: 200px;
  }

  .services__title {
    font-size: 14px;
    line-height: 18px;
  }

  .services__item {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
  }

  .services__item-title {
    width: 100%;
    padding: 0;
  }

  .services__item-title span {
    margin-top: 0;
  }

  .services__item-info {
    max-width: 100%;
    gap: 50px;
  }

  .services__item-other {
    padding: 0;
  }

  .services__item-tag {
    line-height: 1;
    padding: 10px 19px 9px;
  }

  .services__item-bottom:first-child {
    padding: 50px 0;
  }

  .services__item-link {
    margin-top: 20px;
  }

  .service-single-img {
    margin-top: 200px;
  }

  .steps__wrap {
    padding-top: 130px;
  }

  .steps__title {
    margin-bottom: 18px;
  }

  .steps__sub {
    margin-bottom: 60px;
  }

  .steps__scene-col {
    padding-right: 40vw;
  }

  .steps__scene-col:first-child {
    padding-left: 70px;
  }

  .steps__item-sub {
    font-size: 14px;
    line-height: 18px;
  }

  .steps__simple.steps__simple--double .steps__simple-col:not(.steps__simple-col--double):nth-child(2) {
    width: auto;
  }

  .steps__simple.steps__simple--double .steps__simple-col:not(.steps__simple-col--double):nth-child(2) .steps__simple-icon {
    height: 109px;
    margin-left: 2px;
    margin-bottom: -39px;
  }

  .steps__simple-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .steps__round-item {
    width: auto;
    height: auto;
  }

  .steps__round-item > svg {
    display: none;
  }

  .steps__round-info {
    position: static;
    border-radius: 0;
  }

  .steps__round-icons {
    display: none;
  }

  .faq {
    margin-top: 200px;
  }

  .faq__header {
    margin-bottom: 30px;
  }

  .faq__info {
    gap: 10px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .faq__content-wrap {
    padding-top: 8px;
  }

  .service-projects {
    margin-top: 200px;
  }

  .service-projects .project-content__other {
    display: block;
  }

  .about__wrap {
    min-height: 0;
    padding: 0;
  }

  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 100px;
  }

  .about__img {
    width: auto;
    margin-left: -28px;
    margin-right: -28px;
  }

  .about-team {
    padding-top: 200px;
  }

  .about-team__col {
    width: calc(100vw - 4px);
  }

  .about-clients {
    padding: 124px 0;
  }

  .about-clients__header {
    top: 30px;
  }

  .about-clients__row {
    gap: 150px 0;
  }

  .about-clients__col {
    width: calc(50% - 10px);
  }

  .about-clients__item img {
    width: 100%;
    max-width: 140px;
  }

  .vacancies {
    padding-top: 200px;
  }

  .vacancies__info {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .vacancies__info > span:first-child {
    width: 50%;
  }

  .vacancies__info > span:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 60px;
  }

  .vacancies__info > span:nth-child(3) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 0;
    padding-left: 50%;
    padding-right: 60px;
  }

  .vacancies__info > span:last-child {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
  }

  .vacancies__info > span > span {
    gap: 6px;
  }

  .vacancies__info > span > span svg {
    margin-top: -2px;
    width: 14px;
    height: 14px;
  }

  .vacancies__content {
    padding: 35px 0 50px;
  }

  .vacancies__content > p {
    margin-top: 68px;
  }

  .contacts__item {
    font-size: 12px;
    line-height: 20px;
  }

  .contacts__item-row {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 20px;
  }

  .contacts__col {
    margin-top: 18px;
    width: auto;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }

  .contacts__col:first-child {
    margin-top: 0;
  }

  .contacts__social {
    padding: 200px 0;
  }

  .contacts__social-row {
    gap: 30px;
  }
}

@media (max-width: 991px) and (hover: hover) {
  .header__menu-btn:hover span:first-child {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  .header__menu-btn:hover span:last-child {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@media (max-width: 575px) {
  .cookie {
      width: 100%;
      bottom: 0;
      right: 0;
  }
  h2,
  .h2 {
    font-size: 46px;
  }

  .footer__logo {
    max-width: none;
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .footer__col:nth-child(4) {
    bottom: 92px;
  }

  .hero-about__wrap .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-about__col {
    width: 100%;
  }

  .home-about__item::before {
    height: auto;
    padding-bottom: 133.124%;
  }

  .home-about__item-img {
    padding-bottom: 133.124%;
    position: relative;
  }

  .home-about__item-wrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }

  .home-about__item-wrap.animate {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .home-about__item-content {
    padding: 50px 30px;
  }

  .awards-table.awards-table--more .awards-table__wrap {
    max-height: 978px;
  }

  .awards-table.awards-table--more .awards-table__wrap::before,
  .awards-table.awards-table--more .awards-table__wrap::after {
    height: 91px;
  }

  .awards-table__item > span:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .awards-table__item > span:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding-right: 0;
  }

  .post-header {
    padding-top: 0;
  }

  .post-header__top {
    min-height: 100svh;
    padding-top: 150px;
    margin-bottom: 0;
    padding-bottom: 100px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .post-header__title {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word;
  }

  .project-info {
    font-size: 12px;
    line-height: 20px;
  }

  .project-info__row ul li {
    width: calc(50% - 5px);
  }

  .project-info__row ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .project-info__row ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .project-info__row ul li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }

  .project-info__row ul li:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .project-info__row ul li:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    text-align: right;
  }

  .project-info__row ul li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .project-content {
    padding-top: 180px;
  }

  .project-content__plan-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .project-content__info {
    padding-top: 0;
  }

  .project-content__info-col {
    width: 100%;
  }

  .services__item-title {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word;
  }

  .faq__content-wrap {
    padding-right: 30px;
  }

  .about-clients__row {
    gap: 100px 0;
  }

  .vacancies__info {
    padding-right: 40px;
  }

  .vacancies__info > span:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0;
  }

  .vacancies__info > span:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding-right: 0;
  }

  .vacancies__info > span:nth-child(3) {
    padding: 0;
  }

  .contacts__item-row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .contacts__social-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 374px) {
  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 36px;
  }

  .header__logo {
    width: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1920px) {
  .home-sections__item:nth-child(1) {
    left: 73px;
    top: calc(50% - 105px - 181px);
  }

  .home-sections__item:nth-child(2) {
    left: calc(50% - 148px);
    top: calc(50% - 105px - 46px);
  }

  .home-sections__item:nth-child(3) {
    left: calc(50% - 685px);
    top: calc(50% - 17px);
  }

  .home-sections__item:nth-child(4) {
    left: calc(50% + 325px);
    top: calc(50% + 90px);
  }

  .home-sections__item:nth-child(5) {
    left: calc(50% - 314px);
    top: calc(50% + 230px);
  }

  .home-sections__item:nth-child(6) {
    right: 56px;
    top: calc(50% - 105px - 181px);
  }

  .home-title__text > span:first-child span:last-child {
    right: calc(50% + 25px);
  }

  .home-title__text > span:last-child span:last-child {
    left: calc(50% - 175px);
  }

  .steps__simple.steps__simple--double .steps__simple-row {
    padding-top: 25px;
  }

  .steps__simple-double {
    margin-top: -25px;
    margin-right: 230px;
    width: 2535px;
    height: 270px;
  }

  .steps__simple-double::before {
    width: 235px;
  }

  .steps__simple-double .steps__simple-col:nth-child(1) {
    left: 135px;
  }

  .steps__simple-double .steps__simple-col:nth-child(2) {
    left: 615px;
  }

  .steps__simple-double .steps__simple-col:nth-child(3) {
    left: 1095px;
  }

  .steps__simple-double .steps__simple-col:nth-child(4) {
    left: 1575px;
  }

  .steps__simple-double .steps__simple-col:nth-child(5) {
    left: 2055px;
  }

  .steps__simple-double .steps__simple-col:nth-child(6) {
    left: 465px;
  }

  .steps__simple-double .steps__simple-col:nth-child(7) {
    left: 945px;
  }

  .steps__simple-double .steps__simple-col:nth-child(8) {
    left: 1425px;
  }

  .steps__simple-double .steps__simple-col:nth-child(9) {
    left: 1905px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .home-sections__item:nth-child(1) {
    left: 62px;
    top: calc(50% - 79px - 155px);
  }

  .home-sections__item:nth-child(2) {
    left: calc(50% - 111px);
    top: calc(50% - 79px - 53px);
  }

  .home-sections__item:nth-child(3) {
    left: calc(50% - 545px);
    top: calc(50% - 32px);
  }

  .home-sections__item:nth-child(4) {
    left: calc(50% + 244px);
    top: calc(50% + 50px);
  }

  .home-sections__item:nth-child(5) {
    left: calc(50% - 235px);
    top: calc(50% + 150px);
  }

  .home-sections__item:nth-child(6) {
    right: 41px;
    top: calc(50% - 79px - 155px);
  }

  .home-title__text > span:first-child span:last-child {
    right: calc(50% + 20px);
  }

  .home-title__text > span:last-child span:last-child {
    left: calc(50% - 130px);
  }

  .steps__simple-double {
    width: 2074px;
  }

  .steps__simple-double .steps__simple-col:nth-child(1) {
    left: 135px;
  }

  .steps__simple-double .steps__simple-col:nth-child(2) {
    left: 495px;
  }

  .steps__simple-double .steps__simple-col:nth-child(3) {
    left: 855px;
  }

  .steps__simple-double .steps__simple-col:nth-child(4) {
    left: 1215px;
  }

  .steps__simple-double .steps__simple-col:nth-child(5) {
    left: 1575px;
  }

  .steps__simple-double .steps__simple-col:nth-child(6) {
    left: 385px;
  }

  .steps__simple-double .steps__simple-col:nth-child(7) {
    left: 745px;
  }

  .steps__simple-double .steps__simple-col:nth-child(8) {
    left: 1105px;
  }

  .steps__simple-double .steps__simple-col:nth-child(9) {
    left: 1465px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-sections__item:nth-child(3) {
    left: 90px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .project-info__row ul li {
    width: 33.3333333%;
  }

  .project-info__row ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .project-info__row ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    top: 0;
    left: 50%;
  }

  .project-info__row ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
  }

  .project-info__row ul li:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: absolute;
    top: 16px;
    left: 50%;
  }

  .project-info__row ul li:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    text-align: right;
  }

  .project-info__row ul li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (hover: hover) {
  .hover-link:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .header__theme-btn:hover span {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  .header__theme-btn span {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .home-about__item.animate:hover .home-about__item-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .home-about__item.animate:hover .home-about__item-img-list > span {
    width: 25%;
  }

  .home-about__item.animate:hover .home-about__item-img-list > span > img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .project-card.animate:hover .project-card__img-list > span {
    height: 25%;
  }

  .project-card.animate:hover .project-card__img-list > span > img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}