html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth [data-lenis-prevent-wheel] {
  overscroll-behavior: none;
}

.lenis.lenis-smooth [data-lenis-prevent-touch] {
  overscroll-behavior: none;
}

/* Дополнительная защита для iframe во время скролла */
.lenis-scrolling iframe {
  pointer-events: none;
}

/* Оптимизация для автоскейла */
body {
  transform-origin: top left;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: auto;
}
body {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  background-color: #000;
  letter-spacing: -0.03em;
  padding-bottom: 0.5%;
  padding-top: 16px;
  position: relative;
  font-weight: 300;
}

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

/* preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: #000;
  overflow: hidden;
  cursor: progress;
  flex-direction: column;
  gap: 40px;
}

.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #512e7f;
}
.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}
.loader:after {
  color: #ffffff;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {
  0%,
  100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

.pc-none {
  display: none;
}

.header-inner {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 4;
  width: 620px;
  height: 66px;
  border-radius: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  transform: translateX(-50%);
  padding: 5px 45px;
}

.menu__list {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.menu__item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.container {
  width: 98%;
  margin: 0 auto;
}

.head-inner {
  border-radius: 35px;
  min-height: calc(100vh - 16px);
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  border-radius: 34px;
  overflow: hidden;
}

.head-container {
  margin: 0% auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3%;
  max-width: 80%;
  height: 100%;
}

.head__video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head__video-back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.head__article {
  width: 94%;
  margin-top: 10%;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
}

.head__image {
  width: 94%;
  height: 250px;
  max-height: 30vh;
  margin-top: 2%;
}

.header__swiper-slide-img {
  width: 100%;
  height: 100%;
}

.head__numbers-wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 94%;
}

.head__numbers {
  width: 45%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 55px;
  padding: 0 4%;
  max-height: 107px;
}

.head__numbers-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 356px;
  max-width: 50%;
  gap: 10%;
}

.head__numbers-block:last-child {
  max-width: 35%;
}
  div#form-message {
    color: #fff;
  }
.head__numbers-item {
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  line-height: 87%;
  display: flex;
}

.head__numbers-item span {
  font-size: 30px;
}

.head__numbers-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #8d8d8d;
  display: flex;
  width: 70%;
}

.head__link {
  display: flex;
  width: 240px;
  min-height: 60px;
  align-items: center;
  position: relative;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  border-radius: 34px;
  font-size: 18px;
  color: #fff;
  padding-left: 40px;
  margin-top: 4%;
}

.head__link::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4%;
  content: "";
  transform: translateY(-50%);
  background-color: #fff;
}

.head__link::after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10%;
  content: "";
  background: url(../images/icons/black-arrow-svg.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
}

/*----------------- Benefits BLOCK------------------------ */

.benefits-inner {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.benefits__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.benefits__head-header {
  font-weight: 400;
  font-size: 120px;
  line-height: 87%;
  letter-spacing: -0.03em;
  color: #fff;
  padding: 220px 0;
  width: 60%;
}

.benefits__head-video {
  width: 45%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 6%;
}

.benefits__head-video video {
  object-fit: cover;
  width: 100%;
  z-index: -1;
  transform: scale(2);
}

.benefits__content {
  display: flex;
  flex-direction: column;
  margin-top: -100px;
}

.benefits__content-block {
  display: flex;
  flex-direction: column;
}

.benefits__content-header {
  font-weight: 500;
  font-size: 45px;
  line-height: 111%;
  color: #fff;
}

.benefits__content-block:not(:first-child) {
  margin-top: 140px;
}

.benefits__content-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.benefits__content-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #fff;
  width: 20%;
}

.benefits__content-text:last-child {
  width: 30%;
}

.benefits__content-line {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 120px;
}

/*----------------- House BLOCK------------------------ */

.house-inner {
  margin-top: 120px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  height: 1000px;
}

.house__video {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.house__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 1%;
  align-items: center;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 60px;
}

.house__header {
  font-weight: 500;
  font-size: 100px;
  line-height: 87%;
  text-align: center;
  color: #fff;
  margin-top: auto;
}

.house__header-arabic {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

.house__content-first {
  font-weight: 500;
  font-size: 35px;
  line-height: 131%;
  text-align: center;
  color: #fff;
}

.house__content-second {
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  text-align: center;
  color: #fff;
  width: 65%;
  margin-top: 40px;
  display: inline;
}

.button-learn-more-arabic {
  width: 290px !important;
  padding-left: 40px !important;
  margin-top: 40px;
}

/*----------------- DIAGRAM BLOCK------------------------ */

.diagram-inner {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-left: 1%;
  padding-right: 1%;
}

.diagram__head {
  font-size: 80px;
  color: #fff;
  margin-top: 5%;
}

.diagram__facts {
  font-size: 18px;
  color: #686868;
  margin: 2% auto 0;
  border-top: 1px solid #686868;
  padding: 1.5% 2%;
  width: fit-content;
}

.diagram__wrap {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}

.diagram__wrap-block {
  display: flex;
  flex-direction: column;
}

.diagram__block-circle {
  position: relative;
}

.blur-back {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
}

.diagram__block-content {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 19px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  width: 450px;
  height: 143px;
  margin-top: -5%;
}

.diagram__block-first-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid #7b7b7b;
  width: 43%;
  height: 60%;
  padding-right: 10%;
}

.diagram__wrap-block:last-of-type .diagram__block-first-column {
  gap: 10px;
  width: 125%;
  padding-right: 5%;
}

.diagram__wrap-block:last-of-type
  .diagram__block-first-column
  .diagram__block-marketing,
.diagram__wrap-block:last-of-type
  .diagram__block-first-column
  .diagram__block-technology {
  margin-left: 60px;
}

.diagram__block-marketing,
.diagram__block-technology {
  font-weight: 500;
  font-size: 14px;
  line-height: 107%;
  color: #fff;
  text-align: left;
  margin-left: 67px;
  position: relative;
}

.diagram__block-marketing::before,
.diagram__block-technology::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  border-radius: 50%;
}

.diagram__block-marketing::before {
  background: linear-gradient(180deg, #4f586d 0%, #99aad3 100%);
}

.diagram__block-technology::before {
  background: #fff;
}

.diagram__block-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  text-align: left;
  padding-left: 7%;
  padding-right: 6%;
}

.diagram__block-circle {
  overflow: visible;
  position: relative;
}

.diagram__block-circle svg {
  display: block;
}

.diagram__block-circle path[fill="white"] {
  transform-origin: 50% 50%;
}

.grey-sector {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  line-height: 120%;
}

.white-sector {
  position: absolute;
  top: 50%;
  right: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #5d6881;
  line-height: 120%;
}

.diagram__wrap-block:first-child .white-sector {
  right: 15px;
  top: 49%;
}

.diagram__wrap-block:nth-of-type(2n) .white-sector {
  right: 40px;
  top: 55%;
}

.diagram__wrap-block:last-child .white-sector {
  right: 40px;
  top: 47%;
}

.diagram__wrap-block:last-child .grey-sector {
  left: 46%;
}

/*----------------- RESULT BLOCK------------------------ */

.result-inner {
  margin-top: 5%;
  width: 100%;
  border-radius: 34px;
  overflow: hidden;
  background-image: url(../images/result-back.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 3%;
  padding-right: 3%;
}

.result__content-back {
  width: 20%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.result__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 80px;
}

.result__content-block {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.result__content-header {
  font-weight: 500;
  font-size: 45px;
  color: #fff;
  line-height: 113%;
}

.result__content-text {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 167%;
  width: 71%;
  margin-top: 14px;
}

.result__conclusion {
  width: 65%;
  margin-top: auto;
  margin-bottom: 4%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 55px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.04);
  padding: 1.5% 3%;
  display: flex;
  gap: 2%;
}

.result__conclusion-header {
  font-size: 50px;
  color: #fff;
  display: flex;
  align-items: center;
}

.result__conclusion-arrow {
  font-size: 15px;
  line-height: 153%;
  color: #fff;
}

.result__conclusion-text {
  font-size: 15px;
  line-height: 153%;
  color: #fff;
  display: flex;
  align-items: center;
}

/*----------------- FAKE COMPANIES BLOCK------------------------ */

.table-inner {
  margin-top: 5%;
}

.table__head {
  font-size: 50px;
  text-align: center;
  color: #fff;
}

.table {
  margin-top: 25px;
  font-weight: 500;
  font-size: 22px;
  line-height: 432%;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 0.3fr 1.5fr 1fr 0.5fr;
}

.table-header,
.table-content {
  padding-left: 15%;
}

.table-header {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.04);
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}

.table-header-mobile {
  display: none;
}

.table-header-pc {
  display: flex;
}

.table-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}

.table-header-start {
  border-radius: 55px 0 0 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.table-header-end {
  border-radius: 0 55px 55px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.clinkle,
.juicero,
.ns8,
.nate,
.one-coin,
.outcome-health,
.nikola-motor,
.theranos,
.mozido,
.wework {
  height: 6px;
}

.clinkle,
.juicero,
.ns8 {
  width: 30%;
  background: linear-gradient(354deg, #535c73 0%, #9daed9 100%);
}

.nate,
.one-coin {
  width: 20%;
  background: linear-gradient(354deg, #535c73 0%, #9daed9 100%);
}

.outcome-health,
.nikola-motor {
  width: 80%;
  background: linear-gradient(354deg, #cf5300 0%, #d9b79d 100%);
}

.theranos {
  width: 100%;
  background: linear-gradient(354deg, #c72c2c 0%, #f79696 100%);
}

.mozido {
  width: 75%;
  background: linear-gradient(354deg, #cf5300 0%, #d9b79d 100%);
}

.wework {
  width: 70%;
  background: linear-gradient(354deg, #cf5300 0%, #d9b79d 100%);
}

.line {
  padding-left: 0;
}

/*----------------- Investment BLOCK------------------------ */

.investment-inner {
  margin-top: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.investment__header {
  font-size: 105px;
  color: #fff;
  margin-left: 2%;
  margin-bottom: 2%;
}

.investment__block {
  width: 100%;
  display: flex;
  margin-top: 4%;
  padding: 0 2%;
  gap: 3%;
  justify-content: space-between;
}

.investment__block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 27%;
}

.investment__block-head {
  font-weight: 500;
  font-size: 35px;
  line-height: 123%;
  color: #fff;
  width: 95%;
}

.investment__block-text {
  margin-top: 4%;
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  width: 81%;
}

.invest-mobile-img {
  display: none;
}

.investment__block-image img {
  max-width: 100%;
  height: auto;
}

/*----------------- Diagram-line BLOCK------------------------ */

.diagram-line-inner {
  margin-top: 5%;
}

.diagram-line__header {
  font-weight: 400;
  font-size: 70px;
  line-height: 73%;
  color: #fff;
  text-align: left;
  margin-left: 2%;
}

.diagram-line__wrap {
  display: flex;
  margin-top: 5%;
  gap: 5px;
}

.diagram-line__numbers {
  display: flex;
  flex-direction: column;
  max-width: 5%;
  vertical-align: top;
  gap: 13%;
}

.diagram-line__numbers-item {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.diagram-line__image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
}

.diagram-line__image-back {
  width: 100%;
}

.gradient-container {
  width: 100%;
  height: 100%;
}

.gradient-reveal {
  position: absolute;
  top: 0;
  left: 2px;
  width: 98%;
  height: 91%;
  overflow: hidden;
}

.diagram-line__image-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.diagram-line__image-descr {
  position: absolute;
  right: 5%;
  top: 10%;
  font-weight: 500;
  font-size: 18px;
  line-height: 283%;
  color: #686868;
}

.diagram-line__content {
  position: absolute;
  right: 2%;
  top: 4%;
  display: flex;
  width: 27%;
}

.diagram-line__content-two {
  display: none;
}

.diagram-line__content-icon {
  margin-right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diagram-line__content-text {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  text-align: left;
}

/*----------------- Mantra BLOCK------------------------ */

.mantra-inner {
  margin-top: 5%;
  width: 100%;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.mantra-video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
}

.mantra-descr {
  position: absolute;
  font-weight: 400;
  font-size: 90px;
  line-height: 90%;
  color: #fff;
  margin-top: auto;
  bottom: 7%;
  left: 2%;
  width: 85%;
}

/*----------------- Leads BLOCK------------------------ */

.leads-inner {
  margin-top: 5%;
  position: relative;
  width: 100%;
}

.leads-video {
  width: 100%;
  transform: none !important;
}

.leads__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 7% 2%;
}

.leads__first-row,
.leads__second-row,
.leads__third-row {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.leads__first-row,
.leads__third-row {
  width: 80%;
}

.leads__second-row {
  width: 100%;
}

.leads__third-row {
  width: 70%;
}

.leads__header-mobile {
  display: none;
}

.leads__header {
  font-weight: 500;
  font-size: 80px;
  line-height: 89%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  width: 20%;
}

.leads__block-left,
.leads__block-right {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.leads__block-left img,
.leads__block-right img {
  width: 10%;
  filter: drop-shadow(0 0 20px rgba(212, 53, 53, 1))
    drop-shadow(0 0 40px rgba(212, 53, 53, 0.9))
    drop-shadow(0 0 50px rgba(212, 53, 53, 0.9));
}

.leads__block-right .psy {
  width: 7%;
}

.leads__block-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 113%;
  color: #fff;
  margin-top: 5%;
  width: 220px;
}

.leads__block-right .leads__block-text {
  width: 280px;
}

.leads__block-right {
  align-items: end;
}
.leads__block-right .leads__block-text {
  text-align: right;
}

/*----------------- Solution BLOCK------------------------ */

#solutions-pin {
  overflow: hidden;
  width: 100%;
}

.solutions-inner {
  margin-top: 5%;
  width: 100%;
  display: flex;
  gap: 70px;
  will-change: transform;
}

.solutions__content {
  min-width: 16%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.solutions__content-head {
  font-weight: 500;
  font-size: 45px;
  line-height: 113%;
  color: #fff;
}

.solutions__content-text {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  width: 90%;
}

.solutions__gallery {
  display: flex;
  gap: 16px;
}

.solutions__gallery-block {
  position: relative;
  width: 904px;
  height: 550px;
  max-width: 43vw;
  max-height: 53svh;
  border-radius: 30px;
  overflow: hidden;
}

.solutions__gallery-block-image {
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.solutions__gallery-block-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 107%;
  color: #fff;
  position: absolute;
  left: 48px;
  bottom: 50px;
}

/*----------------- John-Snow BLOCK------------------------ */

.john-snow-inner {
  margin-top: 6%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.john-snow-text {
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  line-height: 122%;
  text-align: center;
  color: #fff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.john-snow-author {
  font-family: Italianno;
  margin-top: 2%;
  font-weight: 400;
  font-size: 150px;
  text-align: center;
  color: #fff;
}

/*----------------- Conclusion BLOCK------------------------ */

.conclusion-inner {
  margin-top: 5%;
  width: 100%;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.conclusion-video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
  transform: scale(1.4);
}

.conclusion__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 5%;
  align-items: center;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

.coclusion__text {
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 0 25% 3%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.coclusion__head {
  font-size: 95px;
  line-height: 99%;
  text-align: center;
  color: #fff;
  width: 77%;
}

.button-learn-more {
  width: 211px;
  height: 65px;
  border-radius: 50px;
  background: linear-gradient(101deg, #4f00ce 0%, #280068 100%);
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  padding-left: 54px;
}

.button-learn-more::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

.button-learn-more::after {
  position: absolute;
  content: "";
  top: 51%;
  right: 25px;
  transform: translateY(-50%) rotate(300deg);
  width: 15px;
  height: 15px;
  background: url(../images/icons/white-arrow-svg.svg) no-repeat;
  background-size: contain;
}

/*----------------- Propose BLOCK------------------------ */

.propose-inner {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 10%;
}

.propose__content-head {
  font-weight: 500;
  font-size: 45px;
  line-height: 113%;
  color: #fff;
  width: 20%;
}

.pc-br {
  display: block;
  height: 0;
}

.propose__blocks-wrap {
  display: flex;
  justify-content: space-between;
}

.propose__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 20%;
}

.propose__block-number {
  font-size: 25px;
  color: #fff;
  width: 113px;
  height: 113px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.propose__block-text {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  width: 79%;
}

.propose__block:nth-of-type(3) .propose__block-text {
  width: 60%;
}

/*----------------- Advantages BLOCK------------------------ */

.advantages-inner {
  margin-top: 2%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5%;
}

.advantages__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.advantages__head-text {
  font-weight: 400;
  font-size: 90px;
  line-height: 106%;
  color: #fff;
  padding: 8% 0;
  width: 75%;
}

.advantages__video {
  width: 25%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.advantages__video video {
  object-fit: cover;
  width: 100%;
  z-index: -1;
  transform: scale(2.4);
}

.advantages__text {
  margin-top: 5%;
  font-weight: 500;
  font-size: 45px;
  line-height: 113%;
  color: #fff;
}

.advantages__content {
  width: 99%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  column-gap: 10%;
  row-gap: 80px;
}

.advantages__block {
  display: flex;
  flex-direction: column;
  margin-top: 2%;
  flex: 0 0 15%;
}

.advantages__block:first-child .advantages__content-text {
  width: 68%;
}

.advantages__content-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  width: 80%;
  height: 70px;
  margin-top: 6%;
}

.advantages__content-text {
  font-size: 16px;
  line-height: 144%;
  color: #fff;
  width: 75%;
}

.advantages__block-img {
  width: fit-content;
  height: 66px;
  display: flex;
}

.advantages__block-img img {
  margin-top: auto;
}

/*----------------- Einstein BLOCK------------------------ */

.einstein-inner {
  margin-top: 6%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8% 38% 5% 4%;
  gap: 50px;
  position: relative;
  border-radius: 34px;
  overflow: hidden;
}

.einst-face__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}

.einst-face__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  height: 100%;
  z-index: -1;
}

.einstein__header {
  font-weight: 400;
  font-size: 100px;
  line-height: 91%;
  color: #fff;
}

.einstein__text {
  font-weight: 400;
  font-size: 26px;
  line-height: 177%;
  color: #fff;
}

.einstein__content {
  margin-top: 8%;
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-between;
}

.einstein__content-line {
  width: 1px solid #fff;
  height: 109px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.einstein__content-block {
  display: flex;
  flex-direction: column;
}

.einstein__content-name {
  font-weight: 500;
  font-size: 40px;
  line-height: 127%;
  color: #fff;
  text-align: left;
}

.einstein__content-text {
  margin-top: 2%;
  font-size: 16px;
  line-height: 162%;
  color: #fff;
}

/*----------------- Facts BLOCK------------------------ */

.facts-inner {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
}

.facts-container {
  display: grid;
  grid-template-columns: 0.2fr 0.3fr 0.15fr 0.2fr 0.15fr 0.2fr 0.16fr;
  column-gap: 10px;
  row-gap: 20px;
}

.facts-container-row {
  display: contents;
}

.facts__header,
.facts__header-text {
  grid-column: 1;
}

.facts__arrow,
.facts__sert,
.facts__text {
  grid-column: auto;
}

.facts__header {
  font-weight: 500;
  font-size: 40px;
  line-height: 127%;
  color: #fff;
  display: flex;
  align-items: center;
}

.facts__header-text {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  margin-top: -7%;
}

.facts__header-text-mobile {
  display: none;
}

.facts__text {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  padding-left: 10%;
}

.facts__sert {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  backdrop-filter: blur(30px);
  box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.facts__sert img {
  width: 15%;
}

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

.facts__content {
  width: 100%;
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  height: 431px;
  max-height: 50vh;
}

.facts__content:nth-child(2) {
  gap: 50px;
}

.facts__content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
}

.facts__content-header {
  font-weight: 500;
  font-size: 40px;
  line-height: 127%;
  color: #fff;
}

.facts__content-describe {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  display: inline;
  margin-top: 4%;
  width: 95%;
}

.facts__content-video-big {
  display: block;
  max-width: 49%;
  border-radius: 34px;
  object-fit: cover;
}

.facts__content-img-small {
  display: block;
  min-width: 25%;
  object-fit: cover;
  border-radius: 34px;
}

/*----------------- How-works BLOCK------------------------ */

.how-works-inner {
  margin-top: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.how-works__header {
  font-weight: 500;
  font-size: 50px;
  line-height: 102%;
  color: #fff;
}

.how-works__content {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.how-works__block {
  width: 23%;
  display: flex;
  flex-direction: column;
}

.how-works__image {
  position: relative;
}

.how-works__image img {
  width: 100%;
}

.how-works__number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 400;
  font-size: 14px;
  width: 47px;
  height: 47px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-works__block-header {
  font-weight: 500;
  font-size: 25px;
  line-height: 136%;
  color: #fff;
  margin-top: 30px;
  padding-left: 1%;
}

.how-works__block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #8a8a8a;
  margin-top: 10px;
  padding-left: 1%;
  padding-right: 3%;
}

.how-works__block:first-child .how-works__block-text,
.how-works__block:last-child .how-works__block-text {
  width: 80%;
}

/*----------------- Revenue BLOCK------------------------ */

.revenue-inner {
  margin-top: 8%;
  width: 100%;
}

.revenue__header {
  font-size: 240px;
  text-align: center;
  color: #fff;
}

.revenue__header-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 155%;
  color: #fff;
  margin-top: 30px;
  text-align: center;
}

.revenue-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 0.6fr 0.4fr 0.1fr;
}

.revenue__content-block {
  margin-top: 7%;
  gap: 20px;
  width: 100%;
  grid-column: span 3;
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
}

.revenue__content-head {
  font-size: 60px;
  line-height: 158%;
  color: #fff;
}

.revenue__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #595959;
}

.revenue__content-number {
  font-size: 25px;
  line-height: 204%;
  color: #fff;
  text-align: end;
}

/*----------------- Real-world BLOCK------------------------ */

.container-max {
  padding-left: 1%;
  overflow: hidden;
}

.real-world-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10%;
}

.real-world__head {
  width: 99%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.real-world-header {
  font-size: 105px;
  line-height: 90%;
  color: #fff;
}

.slider-buttons {
  width: 134px;
  height: 73px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #000;
  gap: 10px;
}

.button-slider-prev {
  width: 49px;
  height: 49px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  background-image: url(../images/icons/black-arrow-svg.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  transform: rotate(180deg);
  cursor: pointer;
}

.button-slider-next {
  width: 49px;
  height: 49px;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #000;
  background-image: url(../images/icons/white-arrow-svg.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.real-world__swiper {
  margin-top: 1%;
  width: 100%;
}

.real-world__swiper-slide {
  margin-top: 3%;
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 701px !important;
  max-height: 85svh;

  position: relative;
  padding: 50px 40px 70px;
}

.real-world__swiper-slide-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.real-world__slide-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.slide-logo-wrap {
  width: 50%;
}

.real-world__number {
  min-width: 47px;
  min-height: 47px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.real-world__slide-name {
  font-weight: 500;
  font-size: 22px;
  line-height: 159%;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 20%;
}

.real-world__slide-price {
  margin-top: 10%;
  font-weight: 500;
  font-size: 45px;
  line-height: 91%;
  color: #fff;
  min-height: 100px;
}

.real-world__slide-header {
  margin-top: 3%;
  font-weight: 500;
  font-size: 14px;
  line-height: 364%;
  color: #c4c4c4;
}

.real-world__slide-content-block {
  margin-top: 50px;
}

.real-world__slide-descr {
  margin-top: 5px;
  font-weight: 500;
  font-size: 22px;
  line-height: 95%;
  color: #fff;
  width: 90%;
  min-height: 47px;
}

/*----------------- Emirates BLOCK------------------------ */

.emirates-inner {
  width: 100%;
  margin-top: 3%;
  position: relative;
  padding-top: 20%;
}

.emirates-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 34px;
}

.emirates__content {
  display: flex;
  flex-direction: column;
  gap: 10%;
  align-items: center;
}

.emirates__header {
  font-size: 105px;
  line-height: 90%;
  text-align: center;
  color: #fff;
  width: 90%;
  margin-bottom: 2%;
}

.emirates__content-table {
  display: grid;
  grid-template-columns: 0.2fr 0.7fr 0.2fr 0.7fr;
  margin-top: 10%;
  align-items: center;
  justify-content: center;
  width: 100%;
  row-gap: 150px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  position: relative;
}

.emirates__content-table::before {
  content: "";
  background: linear-gradient(to top, black 90%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
}

.emirates__content-number {
  width: 113px;
  height: 113px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  line-height: 204%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

.emirates__content-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 172%;
  color: #969696;
}

.emirates-white-text {
  color: #fff;
}

/*----------------- Genius BLOCK------------------------ */

.genius-inner {
  margin-top: 5%;
}

.genius__header {
  font-size: 220px;
  line-height: 73%;
  text-align: center;
  color: #fff;
}

.genius__gallery {
  margin-top: 1%;
  display: flex;
  gap: 28px;
}

.genius__gallery-block {
  position: relative;
  padding-bottom: 30px;
  width: 1229px;
  height: 814px;
  max-width: 75vw;
  max-height: 85vh;
}

.genius__gallery-text-mobile {
  display: none;
}

.genius__gallery-img {
  display: block;
  z-index: -1;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.genius__gallery-content {
  width: 99%;
  position: absolute;
  bottom: 65px;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 55px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 35px;
  transform: translateX(-50%);
}

.genius__gallery-header {
  font-weight: 500;
  font-size: 38px;
  line-height: 107%;
  color: #fff;
  width: fit-content;
  text-wrap: nowrap;
}

.genius__gallery-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 133%;
  color: #fff;
}

/*----------------- Profit BLOCK------------------------ */

.profit-inner {
  margin-top: 2%;
  position: relative;
  width: 100%;
}

.profit__header {
  font-size: 112px;
  line-height: 76%;
  text-align: center;
  color: #fff;
  margin-top: 7%;
  transform: none !important;
}

.profit-video {
  width: 100%;
}

.profit__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 7% 2%;
}

.profit__first-row,
.profit__second-row,
.profit__third-row {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.profit__first-row {
  width: 80%;
}

.profit__second-row {
  width: 100%;
}

.profit__third-row {
  width: 75%;
}

.profit__block-left,
.profit__block-right {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.profit__block-left img,
.profit__block-right img {
  width: 36px;
}

.profit__block-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 113%;
  color: #fff;
  margin-top: 5%;
  width: 280px;
}

.profit__block-right .profit__block-text {
  width: 280px;
}

.profit__block-descr {
  margin-top: 2%;
  font-size: 16px;
  line-height: 175%;
  color: #fff;
  width: 220px;
}

.talent-text {
  width: 280px;
}

.profit__block-right {
  align-items: end;
}
.profit__block-right .profit__block-text,
.profit__block-right .profit__block-descr {
  text-align: right;
}

/*----------------- Why-work BLOCK------------------------ */

.why-work-inner {
  margin-top: 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5%;
}

.why-work__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.why-work__content {
  padding: 2% 0;
  width: 58%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-left: auto;
  margin-right: auto;
}

.why-work__header {
  font-weight: 400;
  font-size: 90px;
  color: #fff;
}

.why-work__video {
  width: 27%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-left: 2%;
}

.why-work__video video {
  object-fit: cover;
  width: 100%;
  z-index: -1;
  transform: scale(2.4);
}

.why-work__items {
  display: flex;
  justify-content: space-between;
  padding-right: 4%;
  padding-left: 1%;
}

.why-work__block {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-work__block-header {
  font-weight: 500;
  font-size: 40px;
  line-height: 112%;
  color: #fff;
}

.why-work__block-text {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
}

/*----------------- Mission BLOCK------------------------ */

.mission-inner {
  margin-top: 5%;
  width: 100%;
  position: relative;
}

.mission-inner video {
  width: 100%;
  border-radius: 34px;
}

.mission__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 8% 2%;
  background-color: rgba(0, 0, 0, 0.3);
}

.mission__content-header {
  display: flex;
  justify-content: space-between;
}

.mission__content-head {
  font-weight: 400;
  font-size: 90px;
  line-height: 94%;
  color: #fff;
  width: 650px;
}

.mission__content-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 650px;
  justify-content: center;
}

.mission__content-text-tablet {
  display: none;
}

.mission__content-miss {
  font-weight: 500;
  font-size: 40px;
  line-height: 102%;
  color: #fff;
}

.mission__content-descr {
  font-size: 16px;
  line-height: 175%;
  color: #fff;
}

.mission__content-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
}

.mission__content__block {
  width: 32%;
}

.mission__content__image {
  position: relative;
}

.mission__content__image img {
  width: 100%;
}

.mission__content__block-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  color: #d0d0d0;
  margin-top: 20px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.mission-white-text {
  color: #fff;
}

/*----------------- Tabs BLOCK------------------------ */

.tabs-inner {
  margin-top: 7%;
  width: 100%;
}

.tabs-head {
  width: 99%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tabs__head-header {
  font-size: 80px;
  line-height: 101%;
  color: #fff;
  width: 60%;
}

.tabs__numbers-block {
  display: flex;
  gap: 20px;
  color: #fff;
  align-items: center;
}

.tabs__numbers-item {
  font-size: 80px;
}

.tabs__numbers-text {
  font-size: 30px;
}

.tabs-buttons {
  margin-top: 2%;
  margin-right: 1%;
}

.custom-select-wrapper {
  display: none;
}

.tabs__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: nowrap;
}

.tabs {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.tab {
  padding: 35px 70px;
  margin: 0 5px;
  cursor: pointer;
  background: #000;
  border: none;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-align: left;
  transition: all 0.3s;
}

.tab:hover {
  background: rgba(55, 55, 55, 0.4);
}

.tab.active {
  background: #4f00ce;
}

.slider-container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.tab-slider {
  display: none !important;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.tab-slider.active {
  display: block !important;
}

.tab__swiper-slide {
  height: 701px !important;
  border-radius: 34px;
  position: relative;
  padding: 25px;
}

.tabs__swiper-slide-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 26px;
}

.tabs__slide-icon-wrap {
  position: absolute;
  top: 25px;
  right: 25px;
  width: fit-content;
}

.tabs__slide-name {
  font-weight: 500;
  font-size: 40px;
  line-height: 87%;
  color: #fff;
  margin-top: 35%;
}

.tabs__slide-stroke {
  margin-top: 25px;
  width: 62%;
  border-bottom: 2px solid #fff;
}

.tabs__slide-name-descr {
  font-weight: 500;
  font-size: 22px;
  line-height: 95%;
  color: #fff;
  margin-top: 25px;
}

.tabs__slide-content-block {
  margin-top: 80px;
}

.tabs__slide-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 364%;
  color: #c4c4c4;
}

.tabs__slide-descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #fff;
  margin-top: 15px;
  width: 90%;
}

/*----------------- Why-invest BLOCK------------------------ */

.why-invest-inner {
  width: 100%;
  margin-top: 10%;
}

.why-invest__header {
  font-size: 60px;
  line-height: 158%;
  color: #fff;
  text-align: center;
}

.why-invest__content-table {
  display: grid;
  grid-template-columns: 0.1fr 0.6fr 0.05fr 0.1fr 0.6fr;
  margin-top: 8%;
  align-items: center;
  justify-content: center;
  width: 100%;
  row-gap: 150px;
  column-gap: 20px;
  position: relative;
  padding-left: 1%;
  padding-right: 1%;
}

.why-invest__content-number {
  width: 113px;
  height: 113px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  line-height: 204%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

.why-invest__content-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 172%;
  color: #969696;
}

.why-invest-white-text {
  color: #fff;
}

/*----------------- Bring BLOCK------------------------ */

.bring-inner {
  margin-top: 6%;
  position: relative;
  width: 100%;
}

.bring-inner video {
  width: 100%;
  border-radius: 34px;
}

.bring__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 11% 2%;
}

.bring__content-header {
  font-size: 98px;
  line-height: 105%;
  color: #fff;
  width: 1210px;
}

.bring__content-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
  gap: 20px;
}

.bring__content-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 320px;
}

.bring-icon-wrap {
  width: 98px;
  height: 98px;
  border: 1px solid #fff;
  border-radius: 50%;
  fill: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(25px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bring__content-block img {
  width: 33px;
}

.bring__content-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 136%;
  color: #fff;
}

/*----------------- Build BLOCK------------------------ */

.build-inner {
  margin-top: 5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.build__content-wrap {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
  padding-left: 0.5%;
}

.build__image {
  width: 49%;
}

.build__image img {
  width: 100%;
}

.build__header {
  font-size: 80px;
  line-height: 101%;
  color: #fff;
  width: 95%;
}

.build__content {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-between;
  padding-left: 1%;
}

.build__content-line {
  width: 1px solid #fff;
  height: 109px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.build__content-block {
  display: flex;
  flex-direction: column;
}

.build__content-name {
  font-weight: 500;
  font-size: 40px;
  line-height: 127%;
  color: #fff;
  text-align: left;
}

.build__content-text {
  margin-top: 2%;
  font-size: 16px;
  line-height: 162%;
  color: #fff;
}

/*----------------- Contacts BLOCK------------------------ */

.contacts-inner {
  margin-top: 5%;
  padding: 0 1%;
}

.contacts__header {
  font-size: 80px;
  line-height: 116%;
  color: #fff;
}

.contacts__wrap {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.contacts__wrap-popup {
  flex-direction: row;
  margin: 0 auto;
  gap: 30px;
}

.contacts__block {
  display: flex;
  color: #fff;
  gap: 20px;
}

.contacts__block-icon {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  backdrop-filter: blur(25px);
  border: 1px solid #8b8b8ba5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__block-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 136%;
  color: #fff;
}

/*----------------- Form BLOCK------------------------ */

.contact-form-inner {
  margin-top: 7%;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.contact-form__head {
  font-size: 120px;
  line-height: 69%;
  color: #fff;
}

.contact-form {
  margin-top: 5%;
  width: 100%;
}

input::placeholder {
  color: #fff;
}

.contact-form-input:focus {
  outline: none;
}

.label-wrap {
  display: flex;
  justify-content: space-between;
}

.form-mail {
  width: 40%;
}

.form-gap {
  grid-area: gap;
}

.form-phone {
  width: 40%;
}

.form-describe {
  width: 100%;
}

.form-name {
  width: 100%;
}

.form__first {
  display: flex;
  row-gap: 100px;
  column-gap: 10px;
  width: 60%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-input {
  border: none;
  border-bottom: solid 2px #fff;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  outline: 0;
  padding-bottom: 4px;
  background-color: transparent;
  width: 100%;
}

.form__second {
  display: flex;
  flex-direction: column;
  width: 25%;
  row-gap: 100px;
}

.form__second-file {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.form-file {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.button-request {
  min-width: 230px;
  height: 65px;
  padding-left: 40px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-file-text {
  font-weight: 400;
  font-size: 25px;
  line-height: 136%;
  color: #fff;
}

.footer-video {
  margin-top: 1%;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.footer-video video {
  width: 100%;
  height: 100%;
  transform: rotate(200deg) scaleX(-1);
}

/*----------------- Footer BLOCK------------------------ */

.footer-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 50px 55px 90px;
}

.footer__content {
  display: flex;
  flex-direction: column;
}

.footer__content-links {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.footer__content-link {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.footer__logo-row {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.footer__logo-text {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-right: auto;
}

.footer__logo-fm {
  margin-right: -10px;
}

.footer__third-row {
  margin-top: 300px;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-left: auto;
  margin-right: auto;
}

.footer__third-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #4c4c4c;
}

/*----------------- responsive------------------------ */

/* 1600px */

@media screen and (max-width: 1600px) {
  /*----------------- HEAD BLOCK------------------------ */
  .header-inner {
    height: 45px;
    border-radius: 55px;
    padding: 4px 40px;
  }

  .logo {
    width: 75%;
  }

  .head__article {
    font-size: 68px;
  }

  .head__numbers-wrap {
    margin-top: 40px;
  }

  .head__numbers {
    max-height: 90px;
  }

  .head__numbers-block {
    padding: 0.5% 0%;
  }

  .head__numbers-item {
    font-size: 42px;
  }

  .head__numbers-text {
    font-size: 11px;
  }

  .head__link {
    width: 220px;
    min-height: 50px;
    font-size: 15px;
    margin-top: 8%;
  }

  .head__link::before {
    width: 35px;
    height: 35px;
  }

  .mission__content-miss-head {
    font-size: 32px !important;
  }

  .mission__content-descr-head {
    font-size: 12px !important;
    width: 86% !important;
  }

  /*----------------- Benefits BLOCK------------------------ */

  .benefits-inner {
    margin-top: 30px;
  }

  .benefits__head-header {
    font-size: 90px;
    padding: 180px 0;
  }

  .benefits__content {
    margin-top: -20px;
  }

  .benefits__content-header {
    font-size: 32px;
  }

  .benefits__content-block:not(:first-child) {
    margin-top: 120px;
  }

  .benefits__content-wrap {
    margin-top: 60px;
  }

  .benefits__content-text {
    font-size: 14px;
  }

  .benefits__content-line {
    height: 95px;
  }

  /*----------------- House BLOCK------------------------ */

  .house-inner {
    margin-top: 120px;
    border-radius: 30px;
    height: 850px;
  }

  .house__header {
    font-size: 70px;
  }

  .house__header-arabic {
    font-size: 22px;
  }

  .house__content-first {
    font-size: 25px;
  }

  .house__content-second {
    font-size: 13px;
    width: 60%;
    margin-top: 25px;
  }

  .button-learn-more-arabic {
    width: 250px !important;
    padding-left: 30px !important;
    margin-top: 25px;
  }

  /*----------------- DIAGRAM BLOCK------------------------ */

  .diagram__head {
    font-size: 68px;
  }

  .diagram__facts {
    font-size: 16px;
  }

  .diagram__block-marketing,
  .diagram__block-technology {
    font-size: 13px;
  }

  .diagram__block-marketing::before,
  .diagram__block-technology::before {
    width: 16px;
    height: 16px;
  }

  .diagram__block-text {
    font-size: 12px;
  }

  .diagram__block-content {
    width: 400px;
    height: 115px;
  }

  .diagram__block-first-column {
    padding-right: 45%;
  }

  .grey-sector {
    font-size: 17px;
  }

  .white-sector {
    font-size: 14px;
  }

  /*----------------- RESULT BLOCK------------------------ */
  .result__content {
    gap: 60px;
  }

  .result__content-header {
    font-size: 35px;
  }

  .result__content-text {
    font-size: 14px;
  }

  .result__conclusion {
    padding-right: 1.5%;
  }

  .result__conclusion-header {
    font-size: 40px;
  }

  .result__conclusion-arrow {
    width: 5%;
  }

  .result__conclusion-text {
    font-size: 12px;
  }

  /*----------------- FAKE COMPANIES BLOCK------------------------ */
  .table__head {
    font-size: 40px;
  }

  .table-header {
    height: 54px;
  }

  .table {
    font-size: 18px;
  }

  /*----------------- Investment BLOCK------------------------ */

  .investment__block-head {
    font-size: 27px;
  }

  .investment__block-text {
    font-size: 12px;
  }

  /*----------------- Diagram-line BLOCK------------------------ */

  .diagram-line__header {
    font-size: 55px;
  }

  .diagram-line__image-descr {
    font-size: 16px;
  }

  .diagram-line__numbers {
    gap: 12.5%;
  }

  .diagram-line__numbers-item {
    font-size: 12px;
  }

  .diagram-line__content-text {
    font-size: 13px;
  }

  .diagram-line__content-icon {
    width: 12%;
  }

  .diagram-line__content-icon img {
    width: 100%;
  }

  /*----------------- Mantra BLOCK------------------------ */

  .mantra-descr {
    font-size: 70px;
    width: 80%;
  }

  /*----------------- Leads BLOCK------------------------ */

  .leads__block-text {
    font-size: 22px;
    width: 160px;
  }

  .leads__header {
    font-size: 60px;
  }

  .leads__block-right .leads__block-text {
    width: 200px;
  }

  /*----------------- Solution BLOCK------------------------ */

  .solutions__content-head {
    font-size: 38px;
  }

  .solutions__content-text {
    font-size: 14px;
  }

  .solutions__gallery-block-text {
    font-size: 20px;
  }

  /*----------------- John-Snow BLOCK------------------------ */

  .john-snow-text {
    font-size: 40px;
    width: 92%;
  }

  .john-snow-author {
    font-size: 100px;
  }

  /*----------------- Conclusion BLOCK------------------------ */

  .coclusion__text {
    font-size: 16px;
  }

  .coclusion__head {
    font-size: 78px;
  }

  .button-learn-more {
    width: 180px;
    height: 54px;
    font-size: 13px;
    padding-left: 45px;
  }

  .button-learn-more::before {
    right: 6px;
    width: 40px;
    height: 40px;
  }

  .button-learn-more::after {
    right: 19px;
    width: 13px;
    height: 13px;
  }

  /*----------------- Propose BLOCK------------------------ */

  .propose__content-head {
    font-size: 37px;
  }

  .propose__block-text {
    font-size: 13px;
  }

  .propose__block-number {
    width: 96px;
    height: 96px;
    font-size: 20px;
  }

  /*----------------- Advantages BLOCK------------------------ */

  .advantages__head-text {
    font-size: 70px;
  }

  .advantages__text {
    font-size: 37px;
  }

  .advantages__block-img img {
    width: 80%;
  }

  .advantages__content-name {
    font-size: 18px;
    height: 60px;
  }

  .advantages__content-text {
    font-size: 13px;
  }

  /*----------------- Einstein BLOCK------------------------ */

  .einstein-inner {
    padding: 8% 40% 5% 4%;
  }
  .einstein__header {
    font-size: 75px;
  }

  .einstein__text {
    font-size: 20px;
    width: 92%;
  }

  .einstein__content-name {
    font-size: 30px;
  }

  .einstein__content-text {
    font-size: 13px;
  }

  .einstein__content-line {
    height: 87px;
  }

  /*----------------- Facts BLOCK------------------------ */

  .facts__content {
    /* height: 350px; */
  }

  .facts__header {
    font-size: 33px;
  }

  .facts__header-text {
    font-size: 14px;
  }

  .facts__sert {
    width: 120px;
    height: 120px;
  }

  .facts__text {
    font-size: 13px;
  }

  .facts__content-header {
    font-size: 27px;
  }

  .facts__content-describe {
    font-size: 12px;
  }

  /*----------------- How-works BLOCK------------------------ */

  .how-works__header {
    font-size: 42px;
  }

  .how-works__block-header {
    font-size: 20px;
  }

  .how-works__block-text {
    font-size: 15px;
  }

  .how-works__number {
    font-size: 12px;
  }

  /*----------------- Revenue BLOCK------------------------ */

  .revenue__header {
    font-size: 180px;
  }

  .revenue__header-text {
    font-size: 18px;
  }

  .revenue__content-head {
    font-size: 46px;
  }

  .revenue__content-text {
    font-size: 14px;
  }

  .revenue__content-number {
    font-size: 19px;
  }

  /*----------------- Real-world BLOCK------------------------ */

  .real-world-header {
    font-size: 85px;
  }

  .slider-buttons {
    width: 100px;
    height: 50px;
    padding: 0 8px;
  }

  .button-slider-prev {
    width: 36px;
    height: 36px;
    background-size: 13px;
  }

  .button-slider-next {
    width: 36px;
    height: 36px;
    background-size: 13px;
  }

  .real-world__swiper-slide {
    padding: 40px 30px 60px;
    height: 601px !important;
  }

  .real-world__slide-row {
    height: 40px;
  }

  .real-world__number {
    min-width: 42px;
    min-height: 42px;
    font-size: 13px;
  }

  .real-world__slide-logo {
    width: 60%;
  }

  .logo-alcatel {
    width: 130%;
  }

  .logo-ibm {
    width: 30%;
  }

  .logo-qualcomm,
  .logo-crispr {
    width: 90%;
  }

  .real-world__slide-name {
    font-size: 16px;
  }

  .real-world__slide-price {
    font-size: 34px;
  }

  .real-world__slide-header {
    font-size: 13px;
    margin-top: 1%;
  }

  .real-world__slide-descr {
    font-size: 18px;
  }

  .real-world__slide-content-block {
    margin-top: 10px;
  }

  /*----------------- Emirates BLOCK------------------------ */

  .emirates__header {
    font-size: 80px;
  }

  .emirates__content-number {
    width: 98px;
    height: 98px;
    font-size: 20px;
  }

  .emirates__content-text {
    font-size: 21px;
  }

  /*----------------- Genius BLOCK------------------------ */

  .genius__header {
    font-size: 170px;
  }

  .genius__gallery-content {
    padding: 26px 30px;
  }

  .genius__gallery-header {
    font-size: 30px;
  }

  .genius__gallery-text {
    font-size: 13px;
  }

  /*----------------- Profit BLOCK------------------------ */

  .profit__block-text {
    font-size: 24px;
    width: 210px;
  }

  .profit__header {
    font-size: 90px;
  }

  .profit__block-right .profit__block-text {
    width: 230px;
  }

  .profit__block-descr {
    font-size: 15px;
    width: 215px;
  }

  .profit__block-left img,
  .profit__block-right img {
    width: 30px;
  }

  .talent-text {
    width: 220px;
  }

  /*----------------- Why-work BLOCK------------------------ */

  .why-work__header {
    font-size: 70px;
  }

  .why-work__block-header {
    font-size: 32px;
  }

  .why-work__block-text {
    font-size: 14px;
  }

  /*----------------- Mission BLOCK------------------------ */

  .mission__content-head {
    font-size: 75px;
  }

  .mission__content-text {
    gap: 15px;
    width: 555px;
  }

  .mission__content-miss {
    font-size: 35px;
  }

  .mission__content-descr {
    font-size: 14px;
  }

  .mission__content__block-text {
    font-size: 17px;
  }

  /*----------------- Tabs BLOCK------------------------ */

  .tabs__head-header {
    font-size: 65px;
  }

  .tab {
    padding: 28px 60px;
    font-size: 18px;
  }

  .tab__swiper-slide {
    height: 600px !important;
  }

  .tabs__slide-name {
    font-size: 31px;
  }

  .tabs__slide-name-descr {
    font-size: 18px;
  }

  .tabs__slide-content-block {
    margin-top: 65px;
  }

  .tabs__slide-header {
    font-size: 12px;
  }

  .tabs__slide-descr {
    font-size: 15px;
  }

  /*----------------- Why-invest BLOCK------------------------ */

  .why-invest__header {
    font-size: 50px;
  }

  .why-invest__content-text {
    font-size: 17px;
  }

  .why-invest__content-number {
    width: 98px;
    height: 98px;
    font-size: 20px;
  }

  /*----------------- Bring BLOCK------------------------ */

  .bring__content-header {
    font-size: 75px;
    width: 990px;
  }

  .bring__content-block {
    width: 290px;
  }

  .bring__content-text {
    font-size: 20px;
  }

  .bring-icon-wrap {
    width: 88px;
    height: 88px;
  }

  .bring__content-block img {
    width: 30px;
  }

  /*----------------- Build BLOCK------------------------ */

  .build__header {
    font-size: 65px;
  }

  .build__content-name {
    font-size: 30px;
  }

  .build__content-text {
    font-size: 13px;
  }

  .build__content-line {
    height: 87px;
  }

  /*----------------- Contacts BLOCK------------------------ */

  .contacts__header {
    font-size: 65px;
  }

  .contacts__block-link {
    font-size: 20px;
  }

  .contacts__block-icon {
    width: 80px;
    height: 80px;
  }

  .contacts__block-icon img {
    width: 30%;
  }

  /*----------------- Form BLOCK------------------------ */

  .contact-form__head {
    font-size: 95px;
  }

  .contact-form-input {
    font-size: 20px;
  }

  .button-request {
    padding-left: 20px;
    min-width: 170px;
  }

  .form-file-text {
    font-size: 20px;
  }

  .footer-video {
    height: 500px;
  }

  /*----------------- Footer BLOCK------------------------ */

  .footer__content-link {
    font-size: 15px;
  }

  .footer__logo-row {
    margin-top: 60px;
    gap: 20px;
  }

  .footer__logo-text {
    font-size: 15px;
    color: #fff;
  }

  .footer__third-row {
    margin-top: 200px;
    gap: 60px;
  }

  .footer__third-link {
    font-size: 15px;
  }

  .footer__logo-fm {
    text-align: right;
  }

  .footer__logo-fm img {
    width: 80%;
  }

  .footer__logo-HM img {
    width: 80%;
  }
}

/* 1440px */

@media screen and (max-width: 1440px) {
  .mission__content-descr-head {
    width: 470px !important;
  }

  .head__numbers-block {
    padding: 0.5% 1%;
  }
  /*----------------- DIAGRAM BLOCK------------------------ */

  .diagram__head {
    font-size: 60px;
  }

  .diagram__facts {
    font-size: 15px;
  }

  .diagram__block-marketing,
  .diagram__block-technology {
    font-size: 12px;
  }

  .diagram__block-marketing::before,
  .diagram__block-technology::before {
    width: 15px;
    height: 15px;
  }

  .diagram__block-text {
    font-size: 11px;
  }

  .diagram__block-content {
    width: 360px;
    height: 100px;
  }

  .diagram__block-first-column {
    padding-right: 45%;
  }

  /*----------------- RESULT BLOCK------------------------ */
  .result__content-text {
    font-size: 13px;
  }

  .result__content-header {
    font-size: 32px;
  }

  .result__conclusion-header {
    font-size: 36px;
  }

  .result__conclusion-text {
    font-size: 11px;
  }

  /*----------------- John-Snow BLOCK------------------------ */

  .john-snow-text {
    font-size: 36px;
    width: 92%;
  }

  .john-snow-author {
    font-size: 92px;
  }

  /*----------------- Solution BLOCK------------------------ */

  .solutions__content-head {
    font-size: 32px;
  }

  .solutions__content-text {
    font-size: 12px;
  }

  .solutions__gallery-block-text {
    font-size: 18px;
  }

  /*----------------- Conclusion BLOCK------------------------ */

  .coclusion__head {
    font-size: 70px;
  }

  /*----------------- Propose BLOCK------------------------ */

  .propose__content-head {
    font-size: 32px;
  }

  .propose__block-text {
    font-size: 12px;
  }

  .propose__block-number {
    width: 92px;
    height: 92px;
    font-size: 18px;
  }

  /*----------------- Advantages BLOCK------------------------ */

  .advantages__head-text {
    font-size: 62px;
  }

  .advantages__text {
    font-size: 34px;
  }

  .advantages__block-img img {
    width: 75%;
  }

  .advantages__content-name {
    font-size: 16px;
    height: 55px;
  }

  .advantages__content-text {
    font-size: 12px;
  }

  /*----------------- Einstein BLOCK------------------------ */

  .einstein__header {
    font-size: 68px;
  }

  .einstein__text {
    font-size: 17px;
  }

  .einstein__content-name {
    font-size: 26px;
  }

  .einstein__content-text {
    font-size: 12px;
  }

  .einstein__content-line {
    height: 80px;
  }

  /*----------------- Facts BLOCK------------------------ */

  .facts__header {
    font-size: 28px;
  }

  .facts__header-text {
    font-size: 13px;
  }

  .facts__sert {
    width: 100px;
    height: 100px;
  }

  .facts__text {
    font-size: 12px;
  }

  .facts__content-header {
    font-size: 24px;
  }

  .facts__content-describe {
    font-size: 12px;
  }

  /*----------------- How-works BLOCK------------------------ */

  .how-works__header {
    font-size: 38px;
  }

  .how-works__block-header {
    font-size: 18px;
  }

  .how-works__block-text {
    font-size: 14px;
  }

  /*----------------- Revenue BLOCK------------------------ */

  .revenue__header {
    font-size: 180px;
  }

  .revenue__header-text {
    font-size: 16px;
  }

  .revenue__content-head {
    font-size: 42px;
  }

  .revenue__content-text {
    font-size: 12px;
  }

  .revenue__content-number {
    font-size: 17px;
  }

  /*----------------- Real-world BLOCK------------------------ */

  .real-world-header {
    font-size: 74px;
  }

  .real-world__slide-name {
    font-size: 15px;
  }

  .real-world__slide-price {
    font-size: 30px;
  }

  .real-world__slide-header {
    font-size: 12px;
  }

  .real-world__slide-descr {
    font-size: 15px;
  }

  .real-world__slide-content-block {
    margin-top: 60px;
  }

  /*----------------- Emirates BLOCK------------------------ */

  .emirates__header {
    font-size: 72px;
  }

  .emirates__content-number {
    width: 90px;
    height: 90px;
    font-size: 18px;
  }

  .emirates__content-text {
    font-size: 19px;
  }

  /*----------------- Genius BLOCK------------------------ */

  .genius__header {
    font-size: 140px;
  }

  .genius__gallery-content {
    padding: 24px 42px;
  }

  .genius__gallery-header {
    font-size: 24px;
  }

  .genius__gallery-text {
    font-size: 12px;
  }

  /*----------------- Profit BLOCK------------------------ */

  .profit__header {
    font-size: 80px;
  }

  .profit__block-left img,
  .profit__block-right img {
    width: 26px;
  }

  /*----------------- Why-work BLOCK------------------------ */

  .why-work__header {
    font-size: 66px;
  }

  .why-work__block-header {
    font-size: 28px;
  }

  .why-work__block-text {
    font-size: 13px;
  }

  /*----------------- Mission BLOCK------------------------ */

  .mission__content-head {
    font-size: 65px;
    width: 550px;
  }

  .mission__content-text {
    gap: 12px;
    width: 465px;
  }

  .mission__content-miss {
    font-size: 32px;
  }

  .mission__content-descr {
    font-size: 12px;
  }

  .mission__content__block-text {
    font-size: 16px;
  }

  /*----------------- Tabs BLOCK------------------------ */

  .tabs__head-header {
    font-size: 55px;
  }

  .tab {
    padding: 24px 52px;
    font-size: 16px;
  }

  .tab__swiper-slide {
    height: 550px !important;
  }

  .tabs__slide-name {
    font-size: 27px;
  }

  .tabs__slide-name-descr {
    font-size: 16px;
  }

  .tabs__slide-content-block {
    margin-top: 60px;
  }

  .tabs__slide-header {
    font-size: 11px;
  }

  .tabs__slide-descr {
    font-size: 13px;
  }

  /*----------------- Why-invest BLOCK------------------------ */

  .why-invest__header {
    font-size: 42px;
  }

  .why-invest__content-number {
    width: 90px;
    height: 90px;
    font-size: 18px;
  }

  .why-invest__content-text {
    font-size: 19px;
  }

  /*----------------- Bring BLOCK------------------------ */

  .bring__content-header {
    font-size: 68px;
    width: 840px;
  }

  .bring__content-block {
    width: 240px;
  }

  .bring__content-text {
    font-size: 18px;
  }

  .bring-icon-wrap {
    width: 85px;
    height: 85px;
  }

  .bring__content-block img {
    width: 28px;
  }

  /*----------------- Build BLOCK------------------------ */

  .build__header {
    font-size: 60px;
  }

  .build__content-name {
    font-size: 26px;
  }

  .build__content-text {
    font-size: 12px;
  }

  .build__content-line {
    height: 80px;
  }

  /*----------------- Form BLOCK------------------------ */

  .contact-form__head {
    font-size: 90px;
  }

  .contact-form-input {
    font-size: 18px;
  }

  .button-request {
    padding-left: 25px;
  }

  .form-file-text {
    font-size: 16px;
  }
}

/* 1280px */

@media screen and (max-width: 1280px) {
  /*----------------- HEAD BLOCK------------------------ */

  .header-inner {
    height: 50px;
    width: 485px;
  }

  .logo {
    width: 70%;
  }

  .menu__item {
    font-size: 12px;
  }

  .head__article {
    font-size: 66px;
  }

  .head__numbers-item {
    font-size: 36px;
  }

  .menu__list {
    gap: 30px;
  }

  /*----------------- Benefits BLOCK------------------------ */

  .benefits__head-header {
    font-size: 80px;
    padding: 160px 0;
  }

  .benefits__content {
    margin-top: -20px;
  }

  .benefits__content-header {
    font-size: 26px;
  }

  .benefits__content-block:not(:first-child) {
    margin-top: 100px;
  }

  .benefits__content-wrap {
    margin-top: 60px;
  }

  .benefits__content-text {
    font-size: 12px;
  }

  .benefits__content-line {
    height: 85px;
  }

  /*----------------- House BLOCK------------------------ */

  .house-inner {
    margin-top: 100px;
    height: 780px;
  }

  .house__content {
    padding-bottom: 40px;
  }

  .house__header {
    font-size: 60px;
  }

  .house__header-arabic {
    font-size: 18px;
  }

  .house__content-first {
    font-size: 22px;
  }

  .house__content-second {
    font-size: 11px;
    margin-top: 20px;
  }

  .button-learn-more-arabic {
    width: 250px !important;
    padding-left: 30px !important;
    margin-top: 20px;
  }

  /*----------------- DIAGRAM BLOCK------------------------ */

  .diagram__head {
    font-size: 55px;
  }

  .diagram__facts {
    font-size: 13px;
  }

  .diagram__block-marketing,
  .diagram__block-technology {
    font-size: 11px;
    margin-left: 55px;
  }

  .diagram__block-marketing::before,
  .diagram__block-technology::before {
    width: 15px;
    height: 15px;
  }

  .diagram__block-text {
    font-size: 10px;
  }

  .diagram__block-content {
    width: 320px;
    height: 90px;
  }

  .diagram__block-first-column {
    padding-right: 45%;
  }

  .grey-sector {
    font-size: 14px;
    top: 70px;
  }

  .white-sector {
    font-size: 11px;
  }

  /*----------------- RESULT BLOCK------------------------ */
  .result__content-header {
    font-size: 30px;
  }
  .result__content-text {
    font-size: 12px;
  }

  .result__conclusion-header {
    font-size: 30px;
  }

  .result__conclusion-text {
    font-size: 10px;
  }

  /*----------------- FAKE COMPANIES BLOCK------------------------ */
  .table__head {
    font-size: 32px;
  }

  .table-header {
    height: 46px;
  }

  .table {
    font-size: 15px;
  }

  /*----------------- Investment BLOCK------------------------ */

  .investment__block-head {
    font-size: 18px;
  }

  .investment__block-text {
    font-size: 11px;
  }

  /*----------------- Diagram-line BLOCK------------------------ */

  .diagram-line__header {
    font-size: 43px;
  }

  .diagram-line__image-descr {
    font-size: 14px;
  }

  .diagram-line__numbers-item {
    font-size: 10px;
  }

  .diagram-line__content-text {
    font-size: 11px;
  }

  .diagram-line__content-icon {
    width: 10%;
  }

  /*----------------- Mantra BLOCK------------------------ */
  .mantra-descr {
    font-size: 60px;
  }

  /*----------------- Leads BLOCK------------------------ */

  .leads__block-text {
    font-size: 16px;
    width: 120px;
  }

  .leads__header {
    font-size: 50px;
  }

  .leads__block-right .leads__block-text {
    width: 150px;
  }

  /*----------------- John-Snow BLOCK------------------------ */

  .john-snow-text {
    font-size: 32px;
    width: 92%;
  }

  .john-snow-author {
    font-size: 86px;
  }

  /*----------------- Conclusion BLOCK------------------------ */

  .coclusion__text {
    font-size: 14px;
  }

  .coclusion__head {
    font-size: 62px;
  }

  .button-learn-more {
    width: 170px;
    height: 50px;
    font-size: 13px;
    padding-left: 41px;
  }

  .button-learn-more::before {
    right: 6px;
    width: 36px;
    height: 36px;
  }

  .button-learn-more::after {
    right: 18px;
    width: 11px;
    height: 11px;
  }

  /*----------------- Propose BLOCK------------------------ */

  .propose__content-head {
    font-size: 30px;
  }

  .propose__block-text {
    font-size: 11px;
  }

  .propose__block-number {
    width: 82px;
    height: 82px;
    font-size: 16px;
  }

  /*----------------- Advantages BLOCK------------------------ */

  .advantages__head-text {
    font-size: 55px;
  }

  .advantages__text {
    font-size: 30px;
  }

  .advantages__block-img img {
    width: 72%;
  }

  .advantages__content-name {
    font-size: 15px;
    height: 50px;
  }

  .advantages__content-text {
    font-size: 11px;
  }

  /*----------------- Einstein BLOCK------------------------ */

  .einstein-inner {
    padding: 8% 40% 5% 4%;
  }
  .einstein__header {
    font-size: 65px;
  }

  .einstein__text {
    font-size: 16px;
  }

  .einstein__content-name {
    font-size: 22px;
  }

  .einstein__content-text {
    font-size: 11px;
  }

  .einstein__content-line {
    height: 75px;
  }

  /*----------------- Facts BLOCK------------------------ */

  .facts__header {
    font-size: 28px;
  }

  .facts__header-text {
    font-size: 11px;
  }

  .facts__sert {
    width: 90px;
    height: 90px;
  }

  .facts__text {
    font-size: 11px;
  }

  .facts__content-header {
    font-size: 20px;
  }

  .facts__content-describe {
    font-size: 11px;
  }

  /*----------------- How-works BLOCK------------------------ */

  .how-works__header {
    font-size: 38px;
  }

  .how-works__block-header {
    font-size: 17px;
  }

  .how-works__block-text {
    font-size: 13px;
  }

  .how-works__number {
    font-size: 12px;
    width: 40px;
    height: 40px;
  }

  /*----------------- Revenue BLOCK------------------------ */

  .revenue__header {
    font-size: 160px;
  }

  .revenue__header-text {
    font-size: 14px;
  }

  .revenue__content-head {
    font-size: 40px;
  }

  .revenue__content-text {
    font-size: 12px;
  }

  .revenue__content-number {
    font-size: 15px;
  }

  /*----------------- Real-world BLOCK------------------------ */

  .real-world-header {
    font-size: 68px;
  }

  .slider-buttons {
    width: 92px;
    height: 50px;
    padding: 0 6px;
  }

  .button-slider-prev,
  .button-slider-next {
    width: 34px;
    height: 34px;
    background-size: 10px;
  }

  .real-world__swiper-slide {
    padding: 30px 30px 50px;
    height: 501px !important;
  }

  .real-world__slide-price {
    min-height: 55px;
  }

  .real-world__slide-name {
    margin-top: 13%;
  }

  .real-world__slide-content-block {
    margin-top: 40px;
  }

  /*----------------- Emirates BLOCK------------------------ */

  .emirates__header {
    font-size: 60px;
  }

  .emirates__content-number {
    width: 86px;
    height: 86px;
    font-size: 16px;
  }

  .emirates__content-text {
    font-size: 17px;
  }

  /*----------------- Profit BLOCK------------------------ */

  .profit__header {
    font-size: 70px;
  }

  .profit__block-left img,
  .profit__block-right img {
    width: 24px;
  }

  .profit__block-text {
    font-size: 18px;
    width: 140px;
  }

  .profit__block-right .profit__block-text {
    width: 160px;
  }

  .profit__block-descr {
    font-size: 14px;
    width: 190px;
  }

  .talent-text {
    width: 205px;
  }

  /*----------------- Why-work BLOCK------------------------ */

  .why-work__header {
    font-size: 60px;
  }

  .why-work__block-header {
    font-size: 28px;
  }

  .why-work__block-text {
    font-size: 12px;
  }

  /*----------------- Mission BLOCK------------------------ */

  .mission__content-head {
    font-size: 55px;
    width: 500px;
  }

  .mission__content-text {
    gap: 10px;
    width: 430px;
  }

  .mission__content-miss {
    font-size: 28px;
  }

  .mission__content-descr {
    font-size: 11px;
  }

  .mission__content__block-text {
    font-size: 14px;
  }

  /*----------------- Tabs BLOCK------------------------ */

  .tabs__head-header {
    font-size: 46px;
  }

  .tab {
    padding: 25px 46px;
    font-size: 15px;
  }

  .tab__swiper-slide {
    height: 490px !important;
  }

  .tabs__slide-icon-wrap {
    text-align: right;
    top: 20px;
    right: 20px;
  }

  .tabs__slide-icon {
    width: 80%;
  }

  .tabs__slide-name {
    font-size: 23px;
  }

  .tabs__slide-name-descr {
    font-size: 15px;
  }

  .tabs__slide-content-block {
    margin-top: 40px;
  }

  .tabs__slide-header {
    font-size: 11px;
  }

  .tabs__slide-descr {
    font-size: 12px;
  }

  /*----------------- Why-invest BLOCK------------------------ */

  .why-invest__header {
    font-size: 35px;
  }

  .why-invest__content-number {
    width: 86px;
    height: 86px;
    font-size: 16px;
  }

  .why-invest__content-text {
    font-size: 14px;
  }

  /*----------------- Bring BLOCK------------------------ */

  .bring__content-header {
    font-size: 58px;
    width: 800px;
  }

  .bring__content-block {
    width: 220px;
  }

  .bring__content-text {
    font-size: 15px;
  }

  .bring-icon-wrap {
    width: 70px;
    height: 70px;
  }

  .bring__content-block img {
    width: 20px;
  }

  /*----------------- Build BLOCK------------------------ */

  .build__header {
    font-size: 52px;
  }

  .build__content-name {
    font-size: 22px;
  }

  .build__content-text {
    font-size: 11px;
  }

  .build__content-line {
    height: 75px;
  }

  /*----------------- Contacts BLOCK------------------------ */

  .contacts__header {
    font-size: 56px;
  }

  .contacts__block-link {
    font-size: 14px;
  }

  .contacts__block-icon {
    width: 72px;
    height: 72px;
  }

  .contacts__block-icon img {
    width: 27%;
  }

  /*----------------- Form BLOCK------------------------ */

  .contact-form__head {
    font-size: 80px;
  }

  .contact-form-input {
    font-size: 16px;
  }

  .button-request {
    padding-left: 20px;
    font-size: 12px;
  }

  .form-file-text {
    font-size: 14px;
  }

  /*----------------- Footer BLOCK------------------------ */

  .footer__content-link {
    font-size: 13px;
  }

  .footer__logo-row {
    margin-top: 50px;
    gap: 20px;
  }

  .footer__logo-text {
    font-size: 13px;
  }

  .footer__third-row {
    margin-top: 150px;
    gap: 40px;
  }

  .footer__third-link {
    font-size: 13px;
  }

  .footer__logo-fm img {
    width: 70%;
  }

  .footer__logo-HM img {
    width: 70%;
  }
}

/* 1100px */

@media screen and (max-width: 1100px) {
  .head__numbers {
    gap: 5px;
  }
  .head-container {
    max-width: 98%;
  }
  .footer__content {
    flex-wrap: wrap;
  }

  .button-request {
    padding-left: 15px;
    font-size: 11px;
    min-width: 170px;
  }

  /*----------------- DIAGRAM BLOCK------------------------ */

  .diagram__block-content {
    width: 290px;
    height: 90px;
  }

  .diagram__block-first-column {
    padding-right: 45%;
  }
}

/* 1000px */

@media screen and (max-width: 1000px) {
  .head__article {
    width: 90%;
    margin-top: 15%;
    font-size: 75px;
  }

  .head-container {
    max-width: 98%;
  }

  .head__numbers-block:nth-child(4) {
    display: none;
  }

  .head__numbers-block {
    max-width: 65%;
    justify-content: center;
  }

  .head__image {
    margin-top: 8%;
    height: 220px;
  }

  .head__link {
    margin-top: 20%;
  }

  .mission__content-descr-head {
    width: 95% !important;
  }

  /*----------------- DIAGRAM BLOCK------------------------ */

  .diagram__head {
    margin-top: 8%;
  }

  .diagram__wrap {
    flex-direction: column;
  }

  .diagram__facts {
    display: none;
  }

  .diagram__wrap-block {
    width: 90%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
  }

  .diagram__block-content {
    width: 100%;
    height: 170px;
  }

  .diagram__block-marketing,
  .diagram__block-technology {
    font-size: 16px;
  }

  .diagram__block-text {
    font-size: 17px;
    padding: 5% 4%;
  }

  .diagram__block-first-column {
    padding-right: 7%;
  }

  .grey-sector {
    font-size: 25px;
    top: 150px;
  }

  .white-sector {
    font-size: 18px;
  }

  /*----------------- FAKE COMPANIES BLOCK------------------------ */

  .table__head {
    font-size: 50px;
    margin-top: 5%;
  }

  .table-header,
  .table-content {
    padding-left: 20%;
  }

  .table-header-pc {
    display: none;
  }

  .table-header-mobile {
    display: flex;
  }

  .line {
    display: none;
  }

  .table-header:nth-child(3) {
    display: none;
  }

  .table {
    grid-template-columns: 0.8fr 0.8fr 0.8fr 0.5fr;
  }

  .color-mobile-white {
    background: linear-gradient(89deg, #c3cbdd 0%, #303542 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .color-mobile-yellow {
    background: linear-gradient(92deg, #d9b69c 0%, #d16a24 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .color-mobile-red {
    background: linear-gradient(95deg, #ff9a9a 0%, #c01111 76.27%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .profit__content {
    row-gap: 20px;
  }

  /*----------------- Contacts BLOCK------------------------ */

  .contacts__wrap {
    gap: 5px;
    flex-wrap: wrap;
  }

  /*----------------- Form BLOCK------------------------ */
}

/* 900px */

@media screen and (max-width: 900px) {
  .tablet-br {
    display: block;
    height: 0;
  }

  .container {
    width: 96%;
  }

  .header-inner {
    width: 95%;
    background-color: transparent;
  }

  .header__swiper-slide-img {
    object-fit: cover;
  }

  .header-container-mobile {
    overflow: hidden;
    border-radius: 0 0 30px 30px;
  }

  .head__video {
    transform: rotate(270deg) scale(2.5);
    object-fit: contain;
  }

  .head__numbers {
    margin-top: 10%;
    padding: 2% 4%;
  }

  .head__numbers-block {
    max-width: 65%;
    gap: 2%;
  }

  .head__numbers-item {
    font-size: 35px;
  }

  .head__numbers-text {
    width: auto;
    font-size: 11px;
  }

  .head__link {
    width: 240px;
    min-height: 60px;
    border-radius: 34px;
    font-size: 18px;
    padding-left: 40px;
  }

  .head__link::before {
    width: 40px;
    height: 40px;
    right: 4%;
  }

  .head__link::after {
    width: 12px;
    height: 12px;
    right: 10%;
  }

  /*----------------- Benefits BLOCK------------------------ */

  .benefits__head-header {
    font-size: 50px;
    padding: 100px 0;
  }

  .benefits__content-header {
    font-size: 24px;
  }

  .benefits__content-block:not(:first-child) {
    margin-top: 90px;
  }

  .benefits__content-wrap {
    margin-top: 40px;
  }

  .benefits__content-text {
    font-size: 12px;
  }

  .benefits__content-line {
    height: 120px;
  }

  /*----------------- House BLOCK------------------------ */

  .house-inner {
    margin-top: 80px;
    /* height: 780px; */
  }

  .house__header {
    font-size: 40px;
  }

  .house__header-arabic {
    font-size: 14px;
  }

  .house__content-first {
    font-size: 16px;
  }

  .house__content-second {
    font-size: 11px;
  }

  .button-learn-more-arabic {
    width: 270px !important;
    padding-left: 30px !important;
    margin-top: 20px;
  }

  /*----------------- RESULT BLOCK------------------------ */

  .result__conclusion {
    display: none;
  }

  .result__content {
    width: 100%;
    gap: 100px;
  }

  .result__content-header {
    font-size: 45px;
  }

  .result__content-text {
    font-size: 18px;
  }

  .result-inner {
    background-position: 40%;
    background-size: cover;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .result__content-back {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4%;
  }

  /*----------------- Investment BLOCK------------------------ */

  .investment-inner {
    margin-top: 10%;
  }

  .investment__header {
    font-size: 150px;
    line-height: 79%;
  }

  .mobile-br {
    display: block;
    height: 0;
  }

  .investment__block {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .investment__block-image {
    order: 1;
    margin-left: -22%;
  }

  .investment__block-image img {
    height: 600px;
    max-width: 124%;
  }

  .investment__block-content {
    order: 2;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .investment__block-head {
    font-size: 45px;
  }

  .investment__block-text {
    font-size: 16px;
    width: 90%;
  }

  /*----------------- Diagram-line BLOCK------------------------ */

  .diagram-line__header {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .diagram-line__wrap {
    margin-left: 10px;
  }

  .diagram-line__image {
    height: 575px;
    width: 1740px;
  }

  .diagram-line__image-gradient {
    clip-path: none;
  }

  .diagram-line__numbers {
    gap: 77px;
    margin-right: 10px;
  }

  .diagram-line__numbers-item {
    font-size: 12px;
  }

  .diagram-line__image-back {
    height: 100%;
    width: 1740px;
  }

  .gradient-reveal {
    height: 92%;
    width: 1740px;
  }

  .diagram-line__content {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
  }

  .diagram-line__content-two {
    display: none;
  }

  .diagram-line__content-icon img {
    width: 25px;
  }

  .diagram-line__content-text {
    font-size: 14px;
  }

  .diagram-line__image-descr {
    display: none;
  }

  /*----------------- Mantra BLOCK------------------------ */

  .mantra-inner {
    height: 1100px;
    margin-top: 10%;
  }

  .mantra-descr {
    font-size: 75px;
    width: 95%;
  }

  .mantra-video {
    height: 100%;
    object-fit: cover;
  }

  /*----------------- Leads BLOCK------------------------ */

  .leads-inner {
    height: 620px;
    display: flex;
    align-items: center;
  }

  .leads-video {
    transform: scale(1.2) !important;
  }

  .leads__content {
    padding: 2% 1%;
  }

  .leads__header {
    font-size: 40px;
  }

  .leads__block-text {
    font-size: 20px;
    width: 155px;
  }

  .leads__third-row {
    width: 80%;
  }

  .leads__block-left img,
  .leads__block-right img {
    width: 22%;
    filter: none;
  }

  .leads__block-right .psy {
    width: 18%;
  }

  .leads__block-right .leads__block-text {
    width: 180px;
  }

  .john-snow-inner {
    margin-top: 15%;
  }

  .john-snow-text {
    font-size: 30px;
  }

  .john-snow-author {
    margin-top: 4%;
  }

  /*----------------- Solutions BLOCK------------------------ */

  .solutions-inner {
    gap: 40px;
  }

  .solutions__content {
    min-width: 220px;
  }

  .solutions__content-head {
    font-size: 34px;
  }

  .solutions__content-text {
    font-size: 16px;
  }

  .solutions__gallery-block {
    max-width: none;
    width: 754px;
    height: 459px;
  }

  .solutions__gallery-block-image {
    object-fit: cover;
  }

  .solutions__gallery-block-text {
    font-size: 30px;
  }

  /*----------------- Conclusion BLOCK------------------------ */

  .conclusion-inner {
    height: 940px;
    margin-top: 10%;
  }

  .conclusion-video {
    height: 100%;
    object-fit: contain;
    transform: scale(2.5);
  }

  .coclusion__text {
    font-size: 20px;
    padding: 0 38% 7%;
  }

  .coclusion__head {
    font-size: 48px;
    width: 95%;
  }

  .button-learn-more {
    width: 211px;
    height: 65px;
    font-size: 14px;
    padding-left: 54px;
  }

  .button-learn-more::before {
    width: 50px;
    height: 50px;
  }

  .button-learn-more::after {
    width: 15px;
    height: 15px;
    right: 22px;
  }

  /*----------------- Propose BLOCK------------------------ */

  .propose-inner {
    margin-top: 10%;
    flex-direction: column;
  }

  .propose__content-head {
    width: 75%;
    font-size: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .propose__blocks-wrap {
    margin-top: 6%;
    flex-wrap: wrap;
    row-gap: 120px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }

  .propose__block {
    width: 47%;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .propose__block-text {
    font-size: 15px;
  }

  .propose__block-number {
    font-size: 25px;
    min-width: 113px;
    min-height: 113px;
  }

  /*----------------- Advantages BLOCK------------------------ */

  .advantages-inner {
    margin-top: 30px;
    width: 96%;
  }

  .advantages__head-text {
    font-size: 50px;
    width: 355px;
    margin-left: 2%;
    padding: 84px 0;
  }

  .advantages__video {
    width: 45%;
  }

  .advantages__text {
    font-size: 25px;
    margin-left: 2%;
  }

  .advantages__content {
    flex-wrap: wrap;
    row-gap: 70px;
    margin: 50px 0 50px 2%;
  }

  .advantages__block {
    flex: 0 0 42%;
  }

  .advantages__block-img img {
    width: 100%;
  }

  .advantages__content-name {
    font-size: 20px;
    height: 57px;
    width: 110%;
    margin-top: 20px;
  }

  .advantages__content-text {
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
  }

  .advantages__block:nth-child(2n-1) .advantages__content-text {
    width: 80%;
  }

  /*----------------- Einstein BLOCK------------------------ */

  .einstein-inner {
    padding: 80px 10px;
    height: 1350px;
    align-items: center;
  }

  .einstein__content {
    display: none;
  }

  .einstein__header {
    font-size: 68px;
    text-align: center;
  }

  .einstein__text {
    font-size: 24px;
    text-align: center;
    width: 700px;
  }

  .einst-face__img {
    height: 742px;
    bottom: 0;
    top: auto;
    right: auto;
    left: 39%;
    transform: translateX(-50%);
    width: 123%;
  }

  .einst-face__video {
    transform: rotate(270deg) scale(2);
    object-fit: contain;
  }

  /*----------------- Facts BLOCK------------------------ */

  .facts-container {
    display: flex;
    flex-direction: column;
  }

  .tablet-none {
    display: none;
  }

  .facts__header {
    width: 220px;
    font-size: 40px;
    margin-left: 20px;
  }

  .facts-container-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }

  .facts-container-row:nth-child(2) {
    justify-content: space-around;
    align-items: flex-start;
  }

  .facts__sert {
    min-width: 166px;
    min-height: 166px;
    margin-top: 30px;
  }

  .facts__text {
    width: 172px;
    padding-left: 0;
    font-size: 15px;
  }

  .facts__header-text {
    display: none;
  }

  .facts__header-text-mobile {
    display: block;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
    width: 40%;
    margin-left: auto;
  }

  .facts__arrow-long {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .facts__content {
    flex-wrap: wrap;
    margin-top: 70px;
    column-gap: 10px;
    height: auto;
    max-height: none;
  }

  .facts__content-video-big {
    max-width: 100%;
  }

  .penicilin {
    order: 1;
  }

  .fleming {
    order: 2;
  }

  .fleming-text {
    order: 3;
  }

  .facts__content-img-small {
    min-width: auto;
    width: 40%;
    border-radius: 25px;
  }

  .facts__content-text {
    width: 390px;
  }

  .facts__content-header {
    font-size: 40px;
  }

  .facts__content-describe {
    font-size: 16px;
  }

  /*----------------- How-works BLOCK------------------------ */

  .how-works-inner {
    margin-top: 70px;
  }

  .how-works__header {
    font-size: 50px;
  }

  .how-works__content {
    margin-top: 40px;
    gap: 30px;
  }

  .how-works__block {
    min-width: 370px;
  }

  .how-works__image img {
    height: 620px;
  }

  .how-works__block-header {
    font-size: 22px;
  }

  .how-works__block-text {
    font-size: 16px;
  }

  /*----------------- Revenue BLOCK------------------------ */

  .revenue-inner {
    margin-top: 100px;
  }

  .revenue__header {
    font-size: 95px;
  }

  .revenue__header-text {
    font-size: 22px;
  }

  .revenue__content-head {
    font-size: 60px;
    width: 80%;
    line-height: 87%;
  }

  .revenue__content-text {
    font-size: 16px;
    width: 80%;
  }

  .revenue__content-number {
    font-size: 25px;
    line-height: 150%;
  }

  .revenue-grid {
    grid-template-columns: 1fr;
  }

  .revenue__content-block {
    grid-column: span 1;
    gap: 0;
    margin-top: 100px;
  }

  .revenue__content-head {
    order: 1;
  }

  .revenue__content-number {
    order: 2;
  }

  .revenue__content-text {
    order: 3;
  }

  /*----------------- Real-world BLOCK------------------------ */

  .real-world-inner {
    margin-top: 100px;
  }

  .real-world-buttons {
    display: none;
  }

  .real-world-header {
    font-size: 66px;
    text-align: center;
    width: 100%;
  }

  .real-world__swiper {
    margin-top: 50px;
  }

  .real-world__swiper-slide {
    height: 650px !important;
  }

  .real-world__slide-name {
    font-size: 22px;
  }

  .real-world__slide-price {
    font-size: 45px;
  }

  .real-world__number {
    min-width: 46px;
    min-height: 46px;
    font-size: 14px;
  }

  .real-world__slide-header {
    font-size: 14px;
  }

  .real-world__slide-content-block {
    margin-top: 100px;
  }

  .real-world__slide-descr {
    font-size: 22px;
  }

  /*----------------- Emirates BLOCK------------------------ */

  .emirates-inner {
    padding-top: 40%;
  }
  .emirates__header {
    font-size: 66px;
    width: 100%;
  }

  .emirates-video {
    height: 940px;
    object-fit: cover;
  }

  .emirates-link {
    margin-top: 50px;
  }

  .emirates__content-table {
    margin-top: 320px;
    grid-template-columns: 0.2fr 0.8fr;
    row-gap: 100px;
    column-gap: 20px;
  }

  .emirates__content-table::before {
    bottom: 164px;
    height: 95%;
  }

  .emirates__content-number {
    font-size: 24px;
    width: 113px;
    height: 113px;
  }

  .emirates__content-text {
    font-size: 24px;
  }

  /*----------------- Genius BLOCK------------------------ */

  .genius__header {
    font-size: 160px;
    text-align: left;
    line-height: 80%;
  }

  .genius__gallery-block {
    max-width: 100vw;
    min-width: 98vw;
    height: 486px;
    max-height: none;
  }

  .genius__gallery-img {
    width: 100%;
  }

  .genius__gallery-content {
    border: none;
    border-radius: 0;
    backdrop-filter: none;
    background: none;
  }

  .genius__gallery-header {
    font-size: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 55px;
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.04);
    margin-left: -30px;
    margin-bottom: -40px;
    padding: 20px 60px;
  }

  .genius__gallery-text {
    font-size: 18px;
    position: absolute;
    top: 150px;
    left: 10px;
  }

  /*----------------- Profit BLOCK------------------------ */

  .profit-inner {
    display: flex;
    flex-direction: column;
  }

  .profit-video {
    height: 670px;
    transform: scale(1.9) !important;
    position: relative;
    z-index: -1;
  }

  .profit__header-tablet {
    display: block;
    font-size: 65px;
    width: 570px;
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translateX(-50%) !important;
    margin-top: 0;
    text-align: center;
    color: #fff;
  }

  .profit__content {
    position: static;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 80px;
  }

  .profit__first-row,
  .profit__second-row,
  .profit__third-row {
    width: 100%;
  }

  .profit__block-right {
    align-items: start;
  }

  .profit__block-right,
  .profit__block-left {
    width: 250px;
  }

  .profit__block-left img,
  .profit__block-right img {
    width: 38px;
    height: 38px;
  }

  .profit__block-text {
    width: auto;
    margin-top: 20px;
    font-size: 30px;
  }

  .profit__block-descr {
    font-size: 16px;
  }

  .profit__block-descr {
    width: 240px;
  }

  .profit__block-right .profit__block-descr,
  .profit__block-right .profit__block-text {
    text-align: left;
    width: 240px;
  }

  /*----------------- Why-work BLOCK------------------------ */

  .why-work__video {
    order: 2;
  }

  .why-work__content {
    order: 1;
    width: 98%;
  }

  .why-work__header {
    width: 100%;
    text-align: center;
  }

  .why-work__head {
    position: relative;
  }

  .why-work__video {
    width: 55%;
    position: absolute;
    top: 250px;
    right: 0;
    overflow: visible;
  }

  .why-work__items {
    flex-wrap: wrap;
    row-gap: 80px;
  }

  .why-work__block {
    width: 250px;
  }

  .why-work__block:nth-child(1) {
    width: 70%;
  }

  .why-work__block-header {
    width: 50%;
    font-size: 40px;
  }

  .why-work__block-text {
    width: 204px;
    font-size: 16px;
  }

  /*----------------- Mission BLOCK------------------------ */

  .mission-inner {
    margin-top: 100px;
    border-radius: 34px;
    overflow: hidden;
  }

  .mission__content {
    position: relative;
    padding: 8% 4%;
  }

  .mission__content-head {
    width: 95%;
    font-size: 90px;
  }

  .mission__content-images {
    margin-top: 100px;
    flex-direction: column;
    row-gap: 70px;
  }

  .mission-inner video {
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg) scale(3.5);
  }

  .mission__content__block {
    width: 100%;
  }

  .mission__content__block-text {
    font-size: 22px;
    width: 95%;
    margin-left: 0;
    margin-right: 0;
  }

  .mission__content-text {
    width: 95%;
    margin-top: 60px;
  }

  .mission__content-miss {
    font-size: 40px;
  }

  .mission__content-descr {
    font-size: 16px;
  }

  .mission__content-text-tablet {
    display: flex;
  }

  /*----------------- Tabs BLOCK------------------------ */

  .tabs-inner {
    display: flex;
    /* flex-direction: column; */
    margin-top: 100px;
    flex-wrap: wrap;
  }

  .slider-container {
    width: 100%;
  }

  .tabs {
    display: none;
  }

  .tabs__head-header {
    font-size: 70px;
    width: 100%;
    margin-bottom: 40px;
  }

  .tabs__numbers-block {
    flex-direction: column;
    justify-content: center;
  }

  .tabs__numbers-item {
    font-size: 60px;
  }

  .tabs__numbers-text {
    font-size: 22px;
  }

  .tabs__slide-name {
    font-size: 40px;
  }

  .tabs__slide-name-descr {
    font-size: 22px;
  }

  .tabs__slide-content-block {
    margin-top: 80px;
  }

  .tabs__slide-header {
    font-size: 14px;
  }

  .tabs__slide-descr {
    font-size: 18px;
  }

  .tabs__slide-icon {
    width: 100%;
  }

  .tab__swiper-slide {
    height: 701px !important;
  }

  .tabs-buttons {
    display: inline-flex;
    width: 134px;
    height: 73px;
    padding: 0 12px;
    gap: 10px;
    margin-top: 20px;
  }

  .tabs-button-prev,
  .tabs-button-next {
    width: 49px;
    height: 49px;
    background-size: 13px;
  }

  /* select */

  .custom-select-container {
    position: relative;
    min-width: 45%;
    margin-top: 20px;
    display: none;
    z-index: 10;
  }

  .mobile-only {
    display: none;
  }

  .custom-select-header {
    padding: 15px 25px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    height: 100%;
    align-self: flex-end;
    margin-left: 5px;
  }

  .custom-select-arrow {
    width: 16px;
    height: 16px;
    fill: #fff;
    transition: transform 0.3s;
    transform: rotate(90deg);
  }

  .custom-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    border-radius: 0 0 4px 4px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .custom-select-container.open .custom-select-options {
    max-height: 600px;
    overflow-y: auto;
    border-radius: 20px;
  }

  .custom-select-container.open .custom-select-arrow {
    transform: rotate(270deg);
  }

  .custom-select-option {
    padding: 16px 20px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 18px;
  }

  .custom-select-option:hover {
    background: #4f00ce;
  }

  @media (max-width: 900px) {
    .mobile-only {
      display: block;
    }

    .tabs {
      display: none;
    }

    .custom-select-container {
      display: block;
    }
  }

  /*----------------- Why-invest BLOCK------------------------ */

  .why-invest-inner {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .why-invest__header {
    font-size: 68px;
    text-align: left;
  }

  .why-invest__content-table {
    grid-template-columns: 0.2fr 0.8fr;
    row-gap: 70px;
    padding: 0;
  }

  .why-invest__content-number {
    font-size: 25px;
    width: 113px;
    height: 113px;
  }

  .why-invest__content-text {
    font-size: 20px;
    width: 90%;
  }

  /*----------------- Bring BLOCK------------------------ */

  .bring-inner {
    margin-top: 80px;
    overflow: hidden;
    border-radius: 34px;
  }

  .bring__content-header {
    font-size: 78px;
    width: 100%;
  }

  .bring-icon-wrap {
    width: 98px;
    height: 98px;
  }

  .bring-icon-wrap img {
    width: 32px;
  }

  .bring__content-text {
    font-size: 24px;
  }

  .bring__content {
    position: relative;
  }

  .bring-inner video {
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg) scale(2);
  }

  .bring__content-wrap {
    flex-wrap: wrap;
    margin-top: 90px;
    row-gap: 100px;
  }

  .bring__content-block {
    width: 300px;
  }

  /*----------------- Build BLOCK------------------------ */

  .build-inner {
    flex-direction: column;
  }

  .build__content-wrap {
    width: 100%;
  }

  .build__image {
    width: 100%;
    height: 534px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 100px;
  }

  .build__image img {
    height: 100%;
    object-fit: cover;
  }

  .build__header {
    font-size: 75px;
  }

  .build__content-name {
    font-size: 40px;
  }

  .build__content-text {
    font-size: 14px;
  }

  .button-request {
    min-width: 230px;
    height: 65px;
  }

  .build__content {
    width: 92%;
    margin-right: auto;
  }

  /*----------------- Contacts BLOCK------------------------ */

  .contacts__header {
    font-size: 150px;
  }

  .contacts__block-icon {
    min-width: 98px;
    min-height: 98px;
    width: auto;
    height: auto;
  }

  .contacts__wrap {
    row-gap: 40px;
  }

  .contacts__block {
    width: 320px;
  }

  .contacts__block:nth-child(1) {
    order: 1;
  }

  .contacts__block:nth-child(2) {
    order: 3;
  }

  .contacts__block:nth-child(3) {
    order: 2;
  }

  .contacts__block:nth-child(4) {
    order: 4;
  }

  .contacts__block-link {
    font-size: 20px;
  }

  /*----------------- Form BLOCK------------------------ */

  .contact-form-inner {
    margin-top: 100px;
  }

  .contact-form__head {
    font-size: 75px;
  }

  .label-wrap {
    margin-top: 80px;
    flex-direction: column;
  }

  .form__first {
    width: 100%;
    row-gap: 170px;
  }

  .form-mail,
  .form-phone {
    width: 46%;
  }

  .form__second {
    width: 100%;
    row-gap: 170px;
  }

  .form-name {
    margin-top: -130px;
  }

  .contact-form-input {
    font-size: 22px;
  }

  .form-file-text {
    font-size: 25px;
  }

  .footer-video {
    height: 400px;
  }
}

/* 767px */

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .header-container-mobile {
    width: 100%;
  }

  .nav {
    display: none;
  }

  .header-inner {
    width: 100%;
  }

  .head-inner {
    border-radius: 0;
    height: 850px;
    min-height: auto;
  }

  .head__article {
    font-size: 37px;
    margin-top: 100px;
  }

  .head__image {
    height: 135px;
    width: 99%;
  }

  .head__numbers {
    width: 98%;
    margin-top: 15%;
    padding: 0;
    border: none;
    background: none;
    backdrop-filter: none;
    justify-content: center;
  }

  .head__numbers-block {
    max-width: fit-content;
    gap: 4px;
  }

  .head__numbers-wrap {
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .mission__content-text-head {
    width: 100% !important;
    margin-top: 0;
  }

  .mission__content-miss-head {
    font-weight: 400;
    font-size: 28px !important;
  }

  .mission__content-descr-head {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .head__numbers-text {
    font-size: 12px;
    text-align: left;
  }

  .head__link {
    width: 180px;
    min-height: 45px;
    border-radius: 34px;
    font-size: 12px;
    padding-left: 35px;
    margin-top: 10%;
  }

  .head__link::before {
    width: 30px;
    height: 30px;
    right: 4%;
  }

  .head__link::after {
    width: 10px;
    height: 10px;
    right: 10%;
  }

  /*----------------- Benefits BLOCK------------------------ */

  .benefits__head {
    flex-direction: column;
  }

  .benefits__head-header {
    width: 100%;
    padding: 0;
  }

  .benefits__head-video {
    margin-top: 100px;
    width: 100%;
    overflow: visible;
  }

  .benefits__content-wrap {
    flex-direction: column;
    gap: 35px;
    margin-top: 80px;
  }

  .benefits__content {
    margin-top: 100px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 5%;
    column-gap: 80px;
  }

  .benefits__content-block {
    min-width: 100%;
  }

  .benefits__content-block:not(:first-child) {
    margin-top: 0;
  }

  .benefits__content-header {
    font-size: 32px;
    height: 75px;
  }

  .benefits__content-line {
    width: 94%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .benefits__content-text,
  .benefits__content-text:last-child {
    font-size: 16px;
    width: 95%;
  }

  .benefits__content-text:nth-of-type(3n) {
    height: 120px;
  }

  /*----------------- House BLOCK------------------------ */

  .house-inner {
    margin-top: 80px;
    height: 900px;
  }

  .house__header {
    font-size: 38px;
    margin-top: 50px;
  }

  .house__content {
    padding: 30px 1%;
  }

  .house__video {
    margin-left: -50%;
    object-fit: contain;
    transform: scale(3.5);
  }

  .house__header-arabic {
    font-size: 18px;
    margin-bottom: auto;
  }

  .house__content-first {
    margin-top: 25px;
  }

  .house__content-first:first-child {
    margin-top: auto;
  }

  .house__content-first {
    font-size: 19px;
  }

  .house__content-second {
    font-size: 13px;
    width: 350px;
  }

  .house-mobile {
    margin-top: 20px;
  }

  .button-learn-more-arabic {
    width: 290px !important;
    padding-left: 45px !important;
    margin-top: 20px;
  }

  .button-learn-more-arabic::before {
    right: 10px !important;
  }

  .button-learn-more-arabic::after {
    right: 23px !important;
  }

  /*----------------- DIAGRAM BLOCK------------------------ */

  .diagram__head {
    font-size: 40px;
  }

  .diagram__block-content {
    height: 104px;
  }

  .diagram__block-marketing,
  .diagram__block-technology {
    font-size: 12px;
  }

  .diagram__block-text {
    font-size: 12px;
  }

  .diagram__block-marketing,
  .diagram__block-technology {
    margin-left: 50px;
  }

  .diagram__block-marketing::before,
  .diagram__block-technology::before {
    width: 18px;
    height: 18px;
  }

  .diagram__wrap-block:last-of-type .diagram__block-first-column {
    gap: 10px;
    width: 140%;
    padding-right: 1%;
  }

  .diagram__wrap-block:last-of-type
    .diagram__block-first-column
    .diagram__block-marketing,
  .diagram__wrap-block:last-of-type
    .diagram__block-first-column
    .diagram__block-technology {
    margin-left: 40px;
  }

  .grey-sector {
    font-size: 17px;
    top: 70px;
  }

  .white-sector {
    font-size: 12px;
  }

  /*----------------- RESULT BLOCK------------------------ */

  .result__content-back {
    width: 95%;
  }

  .result__content {
    width: 242px;
  }

  .result-inner {
    width: 102%;
    border-radius: 0;
    background-position: 44%;
    margin-top: 50px;
  }

  .result__content-header {
    font-size: 34px;
    width: 204px;
  }

  .result__content-text {
    font-size: 15px;
    width: 167px;
  }

  /*----------------- FAKE COMPANIES BLOCK------------------------ */

  .table-inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .table__head {
    font-size: 45px;
  }

  .table-header:nth-child(2),
  .table-header-mobile {
    display: none;
  }

  .mobile-none {
    display: none;
  }

  .table {
    grid-template-columns: 1.2fr 0.7fr;
  }

  .table-header {
    padding-left: 10%;
    font-size: 16px;
  }

  .table-content {
    padding-left: 10%;
    font-size: 20px;
  }

  .color-minmobile-red {
    color: #f54848;
  }

  .color-minmobile-blue {
    color: #7793b8;
  }

  .color-minmobile-yellow {
    color: #ffcb5b;
  }

  .color-minmobile-orange {
    color: #ff8832;
  }

  /*----------------- Investment BLOCK------------------------ */

  .investment-inner {
    margin-top: 20%;
  }

  .investment__header {
    font-size: 78px;
    margin-bottom: 15%;
  }

  .invest-mobile-img {
    display: inline;
  }

  .invest-pc-img {
    display: none;
  }

  .investment__block-image {
    margin-left: -2%;
    order: 1;
  }

  .investment__block:last-child .investment__block-head {
    font-size: 32px;
  }

  /*----------------- Diagram-line BLOCK------------------------ */

  .diagram-line__header {
    font-size: 30px;
  }

  .diagram-line__numbers {
    gap: 75px;
  }

  .diagram-line__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 40px;
  }

  .diagram-line__content-two {
    display: flex;
    margin-top: 20px;
  }

  .diagram-line__content-icon {
    justify-content: center;
  }

  .diagram-line__content-icon img {
    width: 25px;
  }

  .diagram-line__content-text {
    width: 100%;
    font-size: 12px;
  }

  /*----------------- Mantra BLOCK------------------------ */

  .container-mantra {
    width: 100%;
  }
  .mantra-inner {
    height: 800px;
    border-radius: 0;
  }

  .mantra-descr {
    font-size: 50px;
    width: 100%;
  }

  .mantra-video {
    height: 100%;
    width: 130%;
    object-fit: cover;
    margin-left: -30%;
  }

  /*----------------- Leads BLOCK------------------------ */

  .leads-inner {
    flex-direction: column;
    height: auto;
  }

  .leads__content {
    position: static;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 80px;
  }

  .leads-video {
    height: 400px;
    transform: scale(2) !important;
    position: relative;
    z-index: -1;
  }

  .leads__header {
    display: none;
  }

  .leads__header-mobile {
    display: block;
    font-weight: 500;
    font-size: 40px;
    line-height: 92%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }

  .leads__header-mobile::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 71px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../icons/arrow-leads.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .leads__first-row,
  .leads__second-row,
  .leads__third-row {
    width: 100%;
  }

  .leads__block-left img,
  .leads__block-right img {
    width: 30%;
  }

  .leads__block-right .psy {
    width: 27%;
  }

  .leads__block-left,
  .leads__block-right {
    width: 40%;
  }

  .leads__block-right {
    align-items: start;
  }

  .leads__block-text {
    width: auto;
    margin-top: 20px;
  }

  .leads__block-right .leads__block-text {
    width: auto;
  }

  .leads__block-right .leads__block-text {
    text-align: left;
  }

  .john-snow-inner {
    margin-top: 20%;
  }

  .john-snow-text {
    font-size: 29px;
    width: 98%;
  }

  /*----------------- Solution BLOCK------------------------ */

  .solutions-inner {
    flex-direction: column;
    margin-top: 30px;
    transform: translate(0, 0) !important;
  }

  .solutions__content {
    width: 100%;
  }

  .solutions__content-head {
    text-align: center;
  }

  .solutions__content-text {
    text-align: center;
    width: 90%;
    margin: 20px auto;
  }

  .button-learn-more-solutions {
    margin-left: auto;
    margin-right: auto;
  }

  .solutions__gallery-block {
    height: 620px;
    min-width: 98%;
    max-height: none;
  }

  .solutions__gallery-block-image {
    object-position: 75% 0;
  }

  .solutions__gallery-block:nth-child(3) .solutions__gallery-block-image {
    object-position: 50% 0;
  }

  .solutions__gallery-block-text {
    font-size: 25px;
    left: 22px;
  }

  /*----------------- Conclusion BLOCK------------------------ */

  .conclusion-inner {
    height: 750px;
  }

  .conclusion-video {
    transform: scale(4);
    margin-left: -20%;
  }

  .coclusion__head {
    font-size: 38px;
  }

  .coclusion__text {
    padding: 0 25% 10%;
  }

  /*----------------- Propose BLOCK------------------------ */

  .propose-inner {
    margin-top: 80px;
  }

  .propose__block {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .propose__content-head {
    font-size: 36px;
    width: 100%;
    font-weight: 400;
  }

  .pc-br {
    display: none;
  }

  .propose__blocks-wrap {
    row-gap: 40px;
    margin-top: 60px;
  }

  /*----------------- Advantages BLOCK------------------------ */

  .advantages-inner {
    margin-top: 60px;
  }

  .advantages__head {
    flex-direction: column;
  }

  .advantages__head-text {
    font-size: 30px;
    width: 210px;
    padding: 0;
  }

  .advantages__video {
    width: 52%;
    margin-left: auto;
  }

  .advantages__video video {
    padding: 50px 0;
  }

  .advantages__block,
  .advantages__block:nth-child(2n),
  .advantages__block:nth-child(2n-1) {
    width: 45%;
  }

  .advantages__block:nth-child(1) {
    order: 1;
  }

  .advantages__block:nth-child(2) {
    order: 3;
  }

  .advantages__block:nth-child(3) {
    order: 2;
  }

  .advantages__block:nth-child(4) {
    order: 4;
  }

  .advantages__content-text,
  .advantages__block:nth-child(2n-1) .advantages__content-text {
    width: 100%;
  }

  /*----------------- Einstein BLOCK------------------------ */

  .einstein-container-mobile {
    width: 100%;
  }

  .einstein-inner {
    width: 102%;
    margin-left: -1%;
    height: 930px;
  }
  .einstein__header {
    font-size: 35px;
  }

  .einstein__text {
    font-size: 15px;
    width: auto;
  }

  .einst-face__img {
    height: 500px;
    width: 155%;
    left: 27%;
  }

  .einst-face__video {
    transform: rotate(270deg) scale(2.5);
  }

  /*----------------- Facts BLOCK------------------------ */

  .facts-inner {
    margin-top: 80px;
  }

  .facts__header {
    width: 100%;
    font-size: 36px;
  }

  .facts__header-text-mobile {
    font-size: 13px;
    width: 340px;
    margin: 40px auto 0;
  }

  .facts__sert {
    border: none;
    background: none;
    box-shadow: none;
    min-width: auto;
    min-height: auto;
    width: 50%;
    height: 28px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .facts__sert img {
    width: 28px;
    height: 28px;
    margin-left: 20px;
  }

  .facts__text {
    width: 150px;
  }

  .facts__content-video-big {
    height: 400px;
    border-radius: 20px;
  }

  .facts__content-text {
    padding-left: 2%;
  }

  .facts__content-img-small {
    width: 55%;
    margin-left: auto;
    margin-right: 2%;
  }

  .fleming {
    margin-left: 2%;
    order: 3;
  }

  .fleming-text {
    order: 2;
  }

  /*----------------- How-works BLOCK------------------------ */

  .how-works__content {
    margin-top: 30px;
    gap: 20px;
  }

  .how-works__block {
    min-width: 96vw;
  }

  .how-works__image img {
    height: 560px;
    object-fit: cover;
    border-radius: 30px;
  }

  /*----------------- Revenue BLOCK------------------------ */

  .revenue__header {
    text-align: left;
  }

  .revenue__header-text {
    text-align: left;
  }

  .revenue__content-number {
    display: none;
  }

  .revenue__content-head {
    font-size: 40px;
    width: 100%;
  }

  .revenue__content-text {
    margin-top: 30px;
    width: 90%;
  }

  /*----------------- Real-world BLOCK------------------------ */

  .real-world__head {
    flex-wrap: wrap;
  }

  .real-world-header {
    font-size: 75px;
    text-align: left;
  }

  .real-world__swiper {
    margin-top: 10px;
  }

  .real-world-buttons {
    display: flex;
    margin-left: 5px;
    margin-top: 25px;
  }

  .real-world__swiper-slide {
    height: 560px !important;
  }

  .real-world__slide-name {
    font-size: 22px;
  }

  .real-world__slide-price {
    font-size: 45px;
  }

  .real-world__number {
    min-width: 34px;
    min-height: 34px;
    font-size: 11px;
  }

  .real-world__slide-header {
    font-size: 14px;
  }

  .real-world__slide-content-block {
    margin-top: 50px;
  }

  .real-world__slide-descr {
    width: 100%;
    font-size: 18px;
  }

  /*----------------- Emirates BLOCK------------------------ */

  .emirates-inner {
    padding-top: 70%;
    width: 104%;
    margin-left: -2%;
    margin-top: 80px;
  }

  .emirates__header {
    font-size: 34px;
  }

  .emirates-video {
    height: 800px;
  }

  .emirates__content-table {
    margin-top: 150px;
  }

  .emirates__content-text {
    font-size: 15px;
  }

  /*----------------- Genius BLOCK------------------------ */

  .genius__header {
    font-size: 80px;
  }

  .genius__gallery-block {
    height: auto;
  }

  .genius__gallery-text-pc {
    display: none;
  }

  .genius__gallery-text-mobile {
    display: block;
    font-size: 17px;
    width: 356px;
    position: static;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .genius__gallery-img {
    object-fit: cover;
    height: 600px;
    border-radius: 34px;
  }

  .genius__gallery-header {
    font-size: 25px;
    margin-bottom: 100px;
  }

  /*----------------- Profit BLOCK------------------------ */

  .profit-inner {
    margin-bottom: 40px;
  }

  .profit__header-tablet {
    font-size: 40px;
    width: 280px;
    line-height: 90%;
    top: 145px;
  }

  .profit-video {
    height: 400px;
    transform: scale(2) !important;
  }

  .profit__content {
    width: 100%;
  }

  .profit__block-text {
    font-size: 17px;
    width: auto;
  }

  .profit__block-right .profit__block-descr,
  .profit__block-right .profit__block-text {
    width: auto;
  }

  .profit__block-descr {
    font-size: 14px;
    width: auto;
  }

  .profit__block-left {
    width: 160px;
  }

  .profit__block-right {
    width: 162px;
  }

  /*----------------- Why-work BLOCK------------------------ */

  .why-work__header {
    text-align: left;
  }

  .why-work__content {
    gap: 60px;
  }

  .why-work__items {
    flex-wrap: nowrap;
    column-gap: 70px;
  }

  .why-work__video {
    position: static;
    width: 80%;
    margin: 100px auto 0;
  }

  .why-work__head {
    flex-direction: column;
  }

  .why-work__block-header {
    font-size: 35px;
  }

  .why-work__block-text {
    font-size: 14px;
  }

  /*----------------- Mission BLOCK------------------------ */

  .mission-inner {
    width: 104%;
    margin-left: -2%;
  }

  .mission-inner video {
    transform: rotate(270deg) scale(4.5);
  }

  .mission__content {
    padding: 8% 2%;
  }

  .mission__content-head {
    font-size: 47px;
    margin-left: 2%;
    margin-top: 50px;
  }

  .mission__content-descr {
    font-size: 13px;
  }

  .mission__content-images {
    margin-top: 60px;
  }

  /*----------------- Tabs BLOCK------------------------ */

  .tabs-inner {
    margin-top: 80px;
  }

  .tabs__head-header {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .tabs__numbers-block {
    display: none;
  }

  .tabs__slide-icon {
    width: 80%;
  }

  .tabs__slide-name {
    font-size: 28px;
  }

  .tabs__slide-name-descr {
    font-size: 16px;
  }

  .tabs__slide-descr {
    font-size: 14px;
  }

  .tab__swiper-slide {
    height: 576px !important;
  }

  .tabs__slide-content-block {
    margin-top: 60px;
  }

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

  .tabs-buttons {
    position: relative;
    margin-left: 20px;
    margin-bottom: -100px;
    margin-top: 38px;
    z-index: 2;
    border: none;
    width: 100px;
    height: 50px;
    padding: 0 8px;
  }

  .tabs-button-prev,
  .tabs-button-next {
    width: 34px;
    height: 34px;
    background-size: 10px;
  }

  .custom-select-container {
    width: 90%;
    margin-bottom: 30px;
  }

  .custom-select-header {
    padding: 30px 25px;
  }

  /*----------------- Why-invest BLOCK------------------------ */

  .why-invest__header {
    font-size: 48px;
    line-height: 100%;
  }

  .why-invest__content-table {
    row-gap: 50px;
    margin-top: 10%;
    grid-template-columns: 0.1fr 1fr;
  }

  .why-invest__content-text {
    font-size: 15px;
    width: 100%;
  }

  /*----------------- Bring BLOCK------------------------ */

  .bring-inner {
    width: 104%;
    margin-left: -2%;
  }

  .bring-inner video {
    left: 15%;
    transform: rotate(90deg) scale(2.5);
  }

  .bring__content {
    padding: 80px 20px;
  }

  .bring__content-wrap {
    row-gap: 60px;
  }

  .bring__content-block {
    width: 142px;
  }

  .bring__content-header {
    font-size: 40px;
  }

  .bring__content-text {
    font-size: 14px;
  }

  .bring__content-block:nth-child(1) {
    order: 1;
  }

  .bring__content-block:nth-child(2) {
    order: 4;
  }

  .bring__content-block:nth-child(3) {
    order: 3;
  }

  .bring__content-block:nth-child(4) {
    order: 2;
  }

  /*----------------- Build BLOCK------------------------ */

  .build-inner {
    margin-top: 80px;
  }

  .build__header {
    font-size: 48px;
  }

  .build__content-wrap {
    gap: 60px;
  }

  .build__content {
    width: 650px;
  }

  .build__content-line {
    height: 109px;
  }

  /*----------------- Contacts BLOCK------------------------ */

  .contacts__header {
    font-size: 75px;
  }

  .contacts__block:nth-child(2) {
    order: 2;
  }

  .contacts__block:nth-child(3) {
    order: 3;
  }

  /*----------------- Form BLOCK------------------------ */

  .contact-form__head {
    line-height: 87%;
  }
  div#form-message {
    color: #fff;
  }

  .form-mail,
  .form-phone {
    width: 100%;
  }

  .form__first {
    row-gap: 50px;
  }

  .form-describe {
    margin-top: 200px;
  }

  .form-name {
    margin-top: -235px;
  }

  .form__second-file {
    margin-top: 80px;
  }

  .form-file-text {
    font-size: 15px;
  }

  .form-file {
    order: 2;
    width: 135px;
  }

  .button-request-form {
    min-width: auto;
    width: 186px;
    min-height: auto;
    height: 52px;
    padding-left: 25px;
  }

  .button-learn-more::before {
    width: 40px;
    height: 40px;
  }

  .button-learn-more::after {
    width: 12px;
    height: 12px;
    right: 20px;
  }

  .footer-video {
    height: 300px;
  }

  .footer__content-links {
    flex-wrap: wrap;
    row-gap: 50px;
  }

  .footer__content-link {
    text-align: center;
  }

  .footer__logo-row {
    flex-wrap: wrap;
    margin-top: 100px;
    column-gap: 20px;
    row-gap: 50px;
    justify-content: center;
  }

  .footer__third-row {
    flex-wrap: wrap;
  }

  .footer__content-link {
    font-size: 18px;
    width: 100%;
  }

  .footer__logo-text {
    font-size: 18px;
  }

  .footer__third-link {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .footer__logo-fm img {
    width: 100%;
  }

  .footer__logo-HM img {
    width: 100%;
  }
}

/* popup */

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 95%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 5% 6%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  background-color: #000;
}

.popup-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.contact-form-popup {
  display: flex;
  gap: 10px;
}

.contact-form__head-popup {
  font-weight: 300;
}

.form__second-popup {
  width: 32%;
}

.contacts-inner-popup {
  padding-left: 0;
}

.contacts__header-popup {
  font-size: 50px;
  font-weight: 300;
}

.contacts__block-link-popup {
  font-weight: 300;
}

.contacts__block-icon-popup {
  border: none;
  width: 20px;
}

input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.contact-form-input:focus {
  outline: none;
}

.label-wrap-popup {
  display: flex;
  gap: 2%;
}

.contact-form-button-popup {
  width: 240px;
  height: 65px;
  border: 2px solid #fff;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border-radius: 50px;
  cursor: pointer;
  padding-left: 2px;
  position: relative;
}
.contact-form-button-popup:hover {
  opacity: 0.7;
}
.contact-form-button-popup::after {
  position: absolute;
  top: 50%;
  right: 16%;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../assets/icons/black-arrow-svg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(315deg);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.popup__contact {
  font-size: 20px;
}

.popup__link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.popup__link-item {
  font-size: 18px;
  display: flex;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 187px;
  height: 51px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 5%;
}

.popup__link-item:hover {
  background-color: #fff;
  color: #000;
}

.popup__link-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.popoup__close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 34px;
  height: 34px;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity ease 0.5s;

  &:hover {
    opacity: 1;
  }
}

.popoup__close::before,
.popoup__close::after {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
}

.popoup__close::before {
  transform: rotate(45deg);
}

.popoup__close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1919px) {
  .contact-form__head-popup {
    font-size: 70px;
  }

  .contacts__header-popup {
    font-size: 30px;
  }

  .contacts__block-link-popup {
    font-size: 16px;
  }

  .form__first-popup {
    row-gap: 60px;
  }

  .contacts-inner-popup {
    margin-top: 0;
  }

  .contacts__block-icon-popup {
    height: 30px;
  }

  .contacts__block-icon-popup img {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .contact-form__head-popup {
    font-size: 50px;
  }

  .contacts__header-popup {
    font-size: 20px;
  }

  .contacts__block-link-popup {
    font-size: 13px;
  }

  .form__first-popup {
    row-gap: 40px;
  }
}

@media screen and (max-width: 900px) {
  #popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10% 4%;
    border-radius: 0;
  }

  #popup-overlay {
    background-color: rgb(43, 42, 42);
  }

  .popup-wrap {
    gap: 10px;
  }
  .popup__head {
    font-size: 40px;
  }

  .popup__descr {
    font-size: 18px;
  }
  .contact-form-popup {
    flex-direction: column;
  }

  .contact-form-button-popup {
    width: 100%;
    height: 65px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50px;
    padding-left: 2px;
  }
  .popup__contact {
    font-size: 18px;
    text-align: center;
  }

  .popup__link {
    gap: 6px;
  }

  .popup__link-item {
    font-size: 14px;
    border: 1px solid #fff;
    width: 124px;
    height: 34px;
    padding-left: 6%;
  }

  .popup__link-item::before {
    left: 16%;
    width: 15px;
    height: 15px;
  }

  .label-wrap-popup {
    margin-top: 20px;
  }

  .label-wrap-popup label {
    width: 100%;
  }

  .contact-form__head-popup {
    font-size: 70px;
    display: inline-block;
    margin-top: 10%;
  }

  .contacts__header-popup {
    display: none;
  }

  .contact-form-popup {
    margin-top: 0;
  }

  .contacts__header-popup {
    font-size: 26px;
  }

  .form__first-popup {
    row-gap: 40px;
  }

  .form__second-popup {
    width: 100%;
  }

  .form-name-popup {
    width: 100%;
    margin-top: -162px;
  }

  .form__second-file-popup {
    margin-top: 0;
  }

  .form-describe-popup {
    margin-top: 100px;
  }

  .contacts__block-link-popup {
    display: none;
  }

  .contacts__block-popup {
    width: 20px;
  }

  .contacts__block-icon-popup {
    min-width: auto;
    min-height: auto;
  }

  .contacts__block-icon-popup img {
    width: 100%;
  }

  .contact-form-input-popup {
    font-size: 16px;
  }

  .button-request-form-popup {
    width: 380px;
  }
}

@media screen and (max-width: 400px) {
  #popup {
    width: 100vw;
  }
  .popup__head {
    font-size: 50px;
  }

  .popup__descr {
    font-size: 16px;
  }

  .popup__link {
    flex-wrap: wrap;
  }
  .popup__link-item {
    width: 100px;
    font-size: 12px;
  }
  .menu-list {
    gap: 15px;
  }

  .burger__contact {
    margin-top: 50px;
  }

  .contact-form-input-popup,
  .contact-form-button-popup {
    height: 55px;
  }
}

/* burger-menu */

/* Стили бургер-кнопки */
.burger-btn {
  width: 21px;
  height: 11px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.menu {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: all 0.5s ease;
  z-index: 1000;
  padding: 50px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}

.menu.active {
  top: 0;
}

.menu ul {
  list-style: none;
  text-align: center;
}

.menu li {
  margin-bottom: 30px;
}

.menu a {
  text-decoration: none;
  transition: color 0.3s;
}

.menu a:hover {
  color: #ccc;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 1002;
  display: none;
  transition: color 0.3s;
}

.close-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  top: 50%;
  left: 0;
}

.close-line:first-child {
  transform: rotate(45deg);
}

.close-line:last-child {
  transform: rotate(-45deg);
}

.menu.active ~ .burger-btn .burger-line {
  opacity: 0;
}

.menu.active + .close-btn {
  display: block;
}

.burger-logo {
  width: 50px;
}

.burger__list-link {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.burger__list {
  display: flex;
  justify-content: space-between;
  column-gap: 90px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.burger-first-column {
  width: 45%;
}

.burger-second-column {
  width: 25%;
}

body.menu-open {
  overflow: hidden;
  max-height: 100vh;
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .burger-menu {
    margin-left: auto;
    display: block;
  }

  .burger__list {
    display: flex;
    justify-content: space-between;
    column-gap: 90px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .burger-first-column {
    width: 45%;
  }

  .burger-second-column {
    width: 35%;
  }

  .contacts__wrap-popup {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .burger__list {
    width: 98%;
    column-gap: 40px;
  }

  .burger__list-link {
    font-size: 14px;
  }
}