@font-face {
  font-family: 'din light';
  src: url('../fonts/dinlight-webfont.woff2') format('woff2'),
    url('../fonts/dinlight-webfont.woff') format('woff');
}
@font-face {
  font-family: 'din medium';
  src: url('../fonts/dinmedium-webfont.woff2') format('woff2'),
    url('../fonts/dinmedium-webfont.woff') format('woff');
}
@font-face {
  font-family: 'din bold';
  src: url('../fonts/DINBold.woff2') format('woff2'),
    url('../fonts/DINBold.woff') format('woff');
}
@font-face {
  font-family: 'azur light';
  src: url('../fonts/Wiescher\ Design\ -\ Azur\ Light.woff2') format('woff2'),
    url('../fonts/Wiescher\ Design\ -\ Azur\ Light.woff') format('woff');
}
@font-face {
  font-family: 'azur normal';
  src: url('../fonts/Wiescher\ Design\ -\ Azur\ Normal.woff2') format('woff2'),
    url('../fonts/Wiescher\ Design\ -\ Azur\ Normal.woff') format('woff');
}
@font-face {
  font-family: 'azur bold';
  src: url('../fonts/Wiescher\ Design\ -\ Azur\ XBold.woff2') format('woff2'),
    url('../fonts/Wiescher\ Design\ -\ Azur\ XBold.woff') format('woff');
}
@font-face {
  font-family: 'dinPro normal';
  src: url('../fonts/DINPro.woff2') format('woff2'),
    url('../fonts/DINPro.woff') format('woff');
}
@font-face {
  font-family: 'dinPro bold';
  src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
    url('../fonts/DINPro-Bold.woff') format('woff');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --din-light: 'din light';
  --din-medium: 'din medium';
  --din-bold: 'din bold';
  --azur-light: 'azur light';
  --azur-normal: 'azur normal';
  --azur-bold: 'azur bold';
  --dinPro-normal: 'dinPro normal';
  --dinPro-bold: 'dinPro bold';
  --white: #fff;
  --blue: #28b8ce;
  --dark-blue: #4690a1;
  --gray: #e5e5e5;
  --black-black: #000;
  --black: #1a1a1a;
  --black2: #201313;
  --black-green: #2c3133;
  --orangr: #ffa300;
  --purple: #6f32ed;
  --distance1: 0;
  scroll-behavior: smooth;
}
body {
  font-family: var(--din-light);
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--blue);
  transition: 1s;
}
.loaded {
  overflow-y: auto;
}
.container {
  width: 90%;
  max-width: 883px;
  margin: auto;
}
.swiper-mkuh-page {
  display: none;
}
h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 10px;
}
h2 {
  font-family: var(--azur-bold);
  font-size: 21px;
  color: var(--blue);
  letter-spacing: 7px;
}
.m1 {
  margin-top: 40px;
}
.big-p {
  font-size: 36px;
}
.big-p strong {
  font-family: var(--din-bold);
}
.small-p {
  font-size: 26px;
}
button {
  font-family: var(--din-bold);
  font-size: 16px;
  letter-spacing: 2.5px;
  color: var(--white);
  border: 0;
  outline: 0;
  border-radius: 4px;
  cursor: pointer;
}
.orange-block-button {
  font-family: var(--dinPro-bold);
  font-size: 13.5px;
  width: 230px;
  height: 55px;
  color: var(--black-black);
  background-color: var(--orangr);
  margin-top: 37px;
}
.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
}
.full-screen-video {
  position: relative;
  padding: 0 !important;
}
.go-bottom {
  margin-top: 200vh;
}
.full-screen-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.full-screen-video .control-video {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 151515;
  cursor: pointer;
}
.full-screen-video .control-video:hover {
  opacity: 0.8;
}

.video-modal {
  background-color: rgba(0, 0, 0, 1);
  justify-content: center;
  align-items: center;
  display: none;
}
.video-modal video {
  width: 80vw;
}
.video-modal .close {
  color: white;
  font-size: 64px;
  position: absolute;
  top: 0px;
  right: 50px;
  cursor: pointer;
}

.swiper {
  overflow-x: hidden;
  position: relative;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #4d4d4d;
  opacity: 1;
}
.cell {
  width: 227px;
  position: absolute;
  pointer-events: none;
}
.cells {
  position: relative;
}
.top-pop-up,
.top-pop-up-with-q {
  opacity: 0;
  transform: translateY(50px);
}
span.top-pop-up {
  display: inline-block;
}
.animat-top-pop-up {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: 0.5s;
}
.side-pop-up,
.side-pop-up-with-q {
  opacity: 0;
  transform: translate(50px);
}
.animat-side-pop-up {
  opacity: 1;
  transform: scale(1, 1) rotateX(0deg) rotateZ(0deg) translateY(0) translateX(0);
  transition: 0.6s;
}
.pop-up-d1 {
  transition-delay: 0.05s;
  animation-delay: 0.05s !important;
}
.pop-up-d2 {
  transition-delay: 0.1s;
  animation-delay: 0.1s !important;
}
.pop-up-d3 {
  transition-delay: 0.15s;
  animation-delay: 0.15s !important;
}
.pop-up-d4 {
  transition-delay: 0.2s;
  animation-delay: 0.2s !important;
}
.pop-up-d5 {
  transition-delay: 0.25s;
  animation-delay: 0.25s !important;
}
.pop-up-d6 {
  transition-delay: 0.3s;
  animation-delay: 0.3s !important;
}
.pop-up-d7 {
  transition-delay: 0.35s;
  animation-delay: 0.35s !important;
}
.pop-up-d8 {
  transition-delay: 0.4s;
  animation-delay: 0.4s !important;
}
.pop-up-d9 {
  transition-delay: 0.45s;
  animation-delay: 0.45s !important;
}
.pop-up-d10 {
  transition-delay: 0.5s;
  animation-delay: 0.5s !important;
}
.pop-up-d15 {
  transition-delay: 1s;
  animation-delay: 1s !important;
}
.pop-up-d16 {
  transition-delay: 1.05s;
  animation-delay: 1.05s !important;
}
.pop-up-d17 {
  transition-delay: 1.1s;
  animation-delay: 1.1s !important;
}
.fade,
.fade-with-q {
  opacity: 0;
}
.fade-in {
  opacity: 1;
  transition: 1s;
}
.shapes-container {
  position: relative;
  pointer-events: none;
}
.shapes {
  width: 90%;
  position: absolute;
  top: -330px;
  right: 0;
  overflow: visible;
}

.shapes path:nth-of-type(2),
.shapes path:nth-of-type(3) {
  transform: translate(0) !important;
}
.nav-overlay {
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--black2);
  z-index: 12;
  transform: translate(100%);
  transition: 0.4s ease;
}
.exist-nav {
  transform: translate(0%);
}
nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  padding-left: 40px;
  color: var(--white);
}
.logo-close {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo img {
  width: 35px;
}
.close-nav {
  opacity: 0.8;
  cursor: pointer;
}
.close-nav:hover {
  opacity: 1;
}
.info-text {
  letter-spacing: 2px;
  text-align: center;
}
.info-text.white {
  margin-top: 15px;
}
.info-text.tiny {
  font-size: 14px;
  color: rgba(169, 169, 169);
  margin-top: 10px;
}
nav a.to-page {
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 7px;
  border-bottom: 1px solid #494112;
  transition: 0.5s;
}
nav a.to-page:first-of-type {
  margin-top: 32px;
}
nav a.to-page:hover {
  border-bottom: 1px solid #fff;
}
.social-icons-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 25px;
}
.social-button {
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #333;
  transition: background-color 375ms ease;
}
.social-button:hover {
  opacity: 0.8;
}
.loader-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: var(--white);
}
.loaded .loader-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s 1s ease-out;
}
.loader-wrapper .loader {
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  animation: spin 2s linear infinite;
  z-index: 10010;
}
.loaded .loader-wrapper .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loader-wrapper .loader:before,
.loader-wrapper .loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
}
.loader-wrapper .loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #e74c3c;
  animation: spin 3s linear infinite;
}
.loader-wrapper .loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #f9c922;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  color: var(--white);
  position: fixed !important;
  top: 0;
  z-index: -2;
}
main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: -1;
}
main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
main .container {
  max-width: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 50px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 50px;
}
header .hamburger {
  cursor: pointer;
}
header .hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 6px;
  background-color: white;
}
header .hamburger span:last-of-type {
  margin-bottom: 0;
}
header .black-hamburger span {
  background-color: var(--black);
}
@keyframes rotate-preloader {
  0% {
    transform: rotate(45deg) scale(1);
  }
  25% {
    transform: rotate(135deg) scale(1.25);
  }
  50% {
    transform: rotate(225deg) scale(1);
  }
  75% {
    transform: rotate(315deg) scale(1.25);
  }
  100% {
    transform: rotate(405deg) scale(1);
  }
}

main .text h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}
main .text h3 {
  max-width: 650px;
  text-align: center;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
  margin: auto;
  margin-top: 20px;
}
main .text h6 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 18px;
}
main .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
main .companies {
  display: flex;
  align-items: center;
}
main .companies img {
  margin-right: 15px;
}
main .companies img:last-of-type {
  margin-right: 0;
}
main .companies img:nth-of-type(2) {
  width: 100px;
}
main .companies img:nth-of-type(4) {
  width: 45px;
  margin-top: -7px;
}
main .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%);
}
main .scroll-down.animat-top-pop-up {
  transform: translate(-50%) !important;
}
main .scroll-down img {
  display: block;
  animation: to-down 5s infinite;
}
@keyframes to-down {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
}
main .scroll-down div {
  font-family: var(--azur-normal);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
}
main .scroll-down div span {
  display: inline-block;
}

main .cell-main-top {
  top: -780px;
  left: 250px;
  opacity: 0.05;
}
main .cell-main-right {
  bottom: 220px;
  right: 80px;
  opacity: 0.075;
}
main .cell-main-left {
  bottom: 140px;
  left: -100px;
  opacity: 0.05;
}
section {
  padding: 120px 0 70px;
  overflow: hidden;
}

.contact .swiper-pagination-bullet-active {
  background: var(--blue);
}
.the-challenge {
  width: 100%;
  min-height: 100vh;
  background: #f3efe5;
  margin-top: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  z-index: -1;
}

.fixed-it {
  position: fixed;
  top: 0;
  margin-top: 0 !important;
}
.the-challenge .shapes {
  overflow: hidden;
}
.fixed-it .shapes {
  top: -430px;
}
.the-challenge .shapes-container {
  width: 100%;
  position: absolute;
  right: 0;
}
.the-challenge .cell-challenge-top {
  top: -470px;
  right: 300px;
  z-index: -1;
  transition: 1s;
  opacity: 0.7;
}
.the-challenge .cell-challenge-bottom {
  bottom: -200px;
  left: 100px;
  z-index: -1;
  opacity: 0.7;
}

.solution-summary {
  background: var(--blue);
  transition: 1s;
  margin-top: -5px;
}
.white-bg .solution-summary {
  background: var(--white);
}
.solution-summary .shapes {
  top: 0;
}
.solution-summary h2 {
  color: var(--white) !important;
}
.solution-summary .solution-inlate span {
  display: block;
  margin-top: 30px;
}
.solution-summary .parallex-imgs {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.solution-summary .parallex-imgs img {
  width: 500px;
  height: 340px;
  object-fit: cover;
  transition: 1s;
}
.solution-summary .parallex-imgs .left {
  margin-top: 55px;
}
.solution-summary .parallex-imgs .right {
  margin-top: 180px;
}
.headings-p {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 30px;
}
.headings-p h3 {
  font-family: var(--din-bold);
  font-size: 40px;
  max-width: 300px;
  margin-top: 40px;
  color: var(--dark-blue);
  line-height: 1.4;
}
.headings-p h3:first-of-type {
  margin-top: 0px;
}
.headings-p h3:last-of-type {
  color: var(--white);
}
.headings-p .desc {
  max-width: 500px;
}
.solution-summary {
  overflow: visible;
}
.solution-summary .cell {
  opacity: 0.1;
}
.solution-summary .cell-solition-summary-top {
  top: -1650px;
  right: 120px;
}
.solution-summary .cell-solition-summary-left {
  top: -1400px;
  left: -120px;
}
.solution-summary .cell-solition-summary-right {
  top: -1000px;
  right: 60px;
}
.solution-summary .cell-solition-summary-bottom {
  bottom: 20px;
  left: 80px;
}
.special-feautures {
  background: var(--blue);
  transition: 1s;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
}
.white-bg .special-feautures {
  background: var(--white);
}
.special-feautures .shapes-container {
  position: absolute;
  width: 100%;
  right: 0;
}

.special-feautures .command-Hub {
  margin-top: 120px;
}

.special-feautures .cell-special-feautures-right {
  bottom: -50px;
  right: 60px;
  z-index: -1;
  transition: 1s;
  opacity: 0.8;
}
.special-feautures .cell-special-feautures-bottom {
  bottom: 200px;
  left: 500px;
  z-index: -1;
  opacity: 0.8;
}

.gallery {
  padding: 60px 0 60px;
  background: var(--black);
}
.gallery .return-to-raf {
  display: flex;
  text-decoration: none;
  margin-left: -96px;
}
.gallery .return-to-raf img {
  margin-right: 25px;
}
.image-gallery-h2 {
  margin-top: 170px;
}
.swiper-gallery {
  width: 883px !important;
  overflow: visible;
  margin-top: 40px;
  padding-bottom: 80px;
}
.swiper-gallery .swiper-slide:not(.robot .swiper-gallery .swiper-slide) {
  width: 883px !important;
  position: relative;
}
.swiper-gallery .swiper-slide img {
  display: block;
}
.swiper-gallery .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.swiper-gallery .swiper-slide-active::after {
  background: 0;
}
.swiper-gallery .swiper-slide img {
  width: 100%;
}
.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-prev {
  width: 75px;
  top: auto;
  bottom: 10px;
}
.swiper-gallery .swiper-button-next {
  transform: translate(90px);
}
.swiper-gallery .swiper-button-prev {
  transform: translate(-90px);
}
.swiper-gallery .pagination-gallery {
  bottom: 30px;
}
.gallery .cell {
  transition: 1s;
}
.gallery .cell-gallery-top {
  top: -720px;
  right: 400px;
  z-index: 3;
  display: block;
}
.gallery .cell-gallery-left {
  top: -450px;
  left: 100px;
  z-index: 3;
}
.quotes {
  background: var(--gray);
}
.swiper-quotes {
  width: 85%;
  margin: auto;
  margin-top: 70px;
  padding-bottom: 175px;
}
.swiper-quotes .swiper-slide {
  padding: 0 16vw;
}
.swiper-quotes .swiper-slide p:nth-of-type(2) {
  margin-top: 30px;
}
.quotes .swiper-button-next,
.quotes .swiper-button-prev {
  transform: translateY(-87.5px);
}
.swiper-quotes h5 {
  font-family: var(--dinPro-bold);
  font-size: 20px;
  color: var(--blue);
  letter-spacing: 1px;
  margin-top: 15px;
}
.swiper-quotes h6 {
  font-family: var(--din-medium);
  font-size: 14px;
  font-weight: 500;
}
.quotes .cell-quotes-top {
  top: -670px;
  left: 390px;
  opacity: 0.3;
}
.quotes .cell-quotes-right {
  bottom: 100px;
  right: 200px;
  opacity: 0.7;
}
footer {
  padding: 120px 0 90px;
  color: var(--white);
  overflow: hidden;
  background: var(--black);
}
footer .shapes {
  top: 0;
}
footer .furthrer-information {
  font-size: 52px;
  margin-top: 15px;
}
footer form {
  margin-top: 50px;
}
footer input {
  font-family: var(--dinPro-normal);
  font-size: 16px;
  border-radius: 4px;
  border: 0;
  outline: 0;
  height: 70px;
  padding: 0 30px;
}
footer .input-block {
  display: flex;
  justify-content: space-between;
}
footer .input-block input {
  width: 48.75%;
  margin-bottom: 22px;
}
footer .brief-input {
  width: 100%;
  height: 140px;
  max-width: 883px;
  font-size: 16px;
  font-family: var(--dinPro-normal);
  border-radius: 4px;
  border: 0;
  outline: 0;
  padding: 30px 30px;
}
footer .download-report-button {
  width: 350px;
  height: 70px;
  font-family: var(--dinPro-bold);
  font-size: 16px;
  letter-spacing: 2.5px;
  background: var(--blue);
  border: 0;
  outline: 0;
  display: block;
  margin: auto;
  margin-top: 60px;
  border-radius: 4px;
  cursor: pointer;
}
footer .footer-logo {
  width: 100px;
  display: block;
  margin: auto;
  margin-top: 80px;
}
footer .link {
  font-family: var(--azur-light);
  letter-spacing: 8px;
  font-size: 54px;
  display: block;
  text-align: center;
}
footer .link:first-of-type {
  margin-top: 45px;
}
footer .link:last-of-type {
  margin-top: 7px;
}
footer .rights {
  font-family: var(--dinPro-normal);
  font-size: 12px !important;
  margin-top: 55px;
  text-align: center;
  letter-spacing: 2px;
}
footer .cell-footer-top {
  top: -1250px;
  right: 200px;
  opacity: 0.2;
}
footer .cell-footer-left {
  bottom: 350px;
  left: 150px;
  opacity: 0.2;
}
footer .cell-footer-right {
  bottom: 250px;
  right: 120px;
  opacity: 0.2;
}
/*=============== RAF =============*/
.raf h2 {
  color: var(--orangr);
}

main .astra {
  width: 70px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.raf .solution-summary {
  background: var(--orangr);
}
.raf .raf-solution-summary-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.raf .raf-solution-summary-heading .indices {
  font-family: var(--azur-normal);
  color: var(--white);
  display: flex;
}
.raf .raf-solution-summary-heading .indices .indice {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.raf .raf-solution-summary-heading .indices .indice:first-of-type {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.raf .raf-solution-summary-heading .indices .indice:last-of-type {
  border-right: 1px solid black;
  padding: 0 68px;
}
.raf .raf-solution-summary-heading .indices .indice .circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--white);
}
.raf .raf-solution-summary-heading .indices .indice p {
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin-top: 10px;
}
.raf .solution-summary {
  padding: 120px 0 100px;
}
.raf.white-bg .solution-summary {
  background: var(--white);
}
.raf .special-feautures {
  background: var(--orangr);
  height: auto;
  padding: 120px 0 70px;
}
.raf.white-bg .special-feautures {
  background: var(--white);
}
.raf .special-feautures .cell-special-feautures-right {
  transform: translateY(0) !important;
}
.raf .headings-p {
  margin-top: 120px;
}
.raf .headings-p h3 {
  color: #00000044;
}
.raf .headings-p h3:last-of-type {
  color: var(--black);
}
.raf .swiper-pagination-bullet-active {
  background: var(--orangr);
}
.raf .gallery .return-to-raf h2 {
  color: white !important;
}
.raf .swiper-quotes {
  padding-bottom: 75px;
}
.raf .swiper-quotes .swiper-button-next,
.raf .swiper-quotes .swiper-button-prev {
  color: var(--orangr) !important;
}
.raf .swiper-quotes h5 {
  color: var(--orangr);
}
.raf footer .download-report-button {
  background: var(--orangr);
}
.suburban h2 {
  color: var(--purple);
}

.suburban .solution-summary {
  background: var(--purple);
}
.suburban.white-bg .solution-summary {
  background: var(--white);
}
.suburban .special-feautures {
  background: var(--purple);
}
.suburban.white-bg .special-feautures {
  background: var(--white);
}
.suburban .purple-gallery {
  background: var(--purple);
  padding: 0px 0 30px;
  transition: 1s;
}
.suburban.white-bg .purple-gallery {
  background: var(--white);
}
.suburban .purple-gallery .swiper-gallery {
  margin-top: 0px;
  padding-bottom: 80px;
}
.suburban .purple-gallery .swiper-gallery .swiper-slide::after {
  background: rgba(111, 50, 237, 0.75);
}
.suburban .purple-gallery .swiper-gallery .swiper-slide-active::after {
  background: 0;
}
.suburban .swiper-pagination-bullet-active {
  background: var(--purple);
}
.suburban .purple-gallery .purple-arrow,
.suburban .purple-gallery .purple-arrow {
  display: none;
}
.suburban.white-bg .purple-gallery .purple-arrow,
.suburban.white-bg .purple-gallery .purple-arrow {
  display: block;
}
.suburban.white-bg .purple-gallery .white-arrow,
.suburban.white-bg .purple-gallery .white-arrow {
  display: none;
}
.suburban .purple-gallery .swiper-pagination-bullet-active {
  background: var(--white);
}
.suburban.white-bg .purple-gallery .swiper-pagination-bullet-active {
  background: var(--purple);
}
.suburban .full-video-2 {
  margin-top: 0;
}
.suburban .quotes {
  margin-top: -5px;
}
.suburban .swiper-quotes .swiper-button-next,
.suburban .swiper-quotes .swiper-button-prev {
  color: var(--purple) !important;
}
.suburban .swiper-quotes h5 {
  color: var(--purple);
}
.suburban footer .download-report-button {
  background: var(--purple);
}

.main-page {
  background: var(--black);
}
.main-page .container-header {
  max-width: none;
  padding-top: 25px;
}
.container-airbas {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.container-airbas h2 {
  color: var(--orangr);
  margin: 0 0 0 70px;
}
.main-swiper {
  margin-top: 25px;
  padding-bottom: 80px;
}
.main-swiper .swiper-wrapper {
  transition: 0.5s linear !important;
}
.main-swiper .swiper-slide {
  height: 450px;
  font-size: 30px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: 40% 100%;
  padding: 3vw;
  position: relative;
  transition: width 0.5s linear, color 0.5s linear;
  text-decoration: none;
}

.main-swiper .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #684b22;
  z-index: -1;
  pointer-events: none;
  transition: 0.5 linear !important;
}
.main-swiper .swiper-slide-active::after,
.main-swiper
  .swiper-slide-next
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide::after {
  background-color: #3b2f1d;
}
.main-swiper .swiper-slide-next + .swiper-slide::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.main-swiper .swiper-slide:hover {
  width: calc(100% / 5 * 3) !important;
  font-size: 54px;
  color: var(--black);
  flex-direction: row;
}
.main-swiper .swiper-slide:hover::after {
  background-color: transparent !important;
}
.main-swiper .swiper-slide:hover p {
  max-width: none;
  opacity: 1;
}
.main-swiper .swiper-slide:hover p strong {
  font-weight: 700;
  font-family: var(--din-bold);
}
.main-swiper .swiper-slide:hover img {
  display: block;
  width: 100px;
  align-self: flex-start;
  margin-right: 20px;
}
.main-swiper .move-back {
  margin-left: var(--distance1) !important;
  transition: 0.5s linear !important;
}
.main-swiper .swiper-slide p {
  max-width: 120px;
  transition: opacity 0.5s linear;
}
.main-swiper .fade-30 p {
  opacity: 0.3;
}
.main-swiper .swiper-slide p strong {
  font-weight: 300;
}
.main-swiper .swiper-slide-next + .swiper-slide p strong {
  font-family: var(--din-bold);
  font-weight: 500;
}
.main-swiper .swiper-slide img {
  width: 45px;
  display: none;
}
.main-swiper .swiper-slide-next + .swiper-slide img {
  display: block;
}
.main-swiper .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
  width: 75px;
  top: auto;
  bottom: 30px;
}
.main-swiper .swiper-button-next {
  transform: translate(-200%);
}
.main-swiper .swiper-button-prev {
  transform: translate(200%);
}
.main-swiper .pagination-main {
  bottom: 43px;
  z-index: 0;
}
.main-swiper .swiper-pagination-bullet-active {
  background: var(--orangr);
}
.main-page footer {
  padding: 40px 0 90px;
}
.main-page footer .cell-footer-right {
  bottom: 75px;
}

.robot-v1 main {
  color: var(--black);
  background-image: url('../images/ro-bg.PNG');
  background-size: cover;
}

.robot-v1 main::after {
  display: none;
}
.robot-v1 header .hamburger span {
  background-color: var(--black);
}
.robot main .container {
  position: relative;
  z-index: 1;
}
.robot main .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.robot main .text .play-video-main {
  width: 60px;
  cursor: pointer;
}
.robot .h4-main-robot span {
  font-family: var(--din-bold);
  font-size: 38px;
  display: block;
  text-align: center;
}
.robot .h4-main-robot span.light {
  font-family: var(--din-light);
}
.robot main .text button {
  width: 220px;
  height: 55px;
  background-color: var(--black);
  margin-top: 12px;
}
.robot main .cells {
  z-index: 0;
}
.robot main .cell-main-top {
  opacity: 0.6;
  left: auto;
  right: 250px;
  top: -115vh;
}
.robot main .cell-main-right {
  opacity: 0.8;
  bottom: 150px;
}
.robot main .cell-main-left {
  opacity: 0.4;
}
.robot .robot-main-modal {
  background: rgba(202, 212, 221, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.robot .robot-main-modal .close-bnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.robot .robot-main-modal .close-bnt .ix {
  font-family: var(--din-light);
  font-size: 88px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
}
.robot .robot-main-modal .close-bnt .txt {
  font-family: var(--azur-normal);
  font-size: 12px;
  letter-spacing: 2px;
}
.robot .robot-video-modal,
.robot .robot-more-modal {
  display: none;
  justify-content: center;
  padding-top: 5vw;
}
.robot .robot-video-modal .video-main-modal {
  width: 50%;
}
.robot .robot-more-modal .h4-main-robot span {
  font-size: 44px;
}
.robot .robot-more-modal p {
  max-width: 450px;
  font-size: 22px;
  text-align: center;
  margin: 30px auto 20px;
}

.robot .solution-summary {
  background-color: var(--white);
  margin-top: 100vh;
  padding: 120px 0;
}
.robot .solution-summary h2 {
  color: var(--blue) !important;
}
.robot .solution-summary .robots-diffs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  z-index: 1;
  position: relative;
}
.robot .solution-summary .robots-diffs .robot-diff {
  width: 500px;
  margin-top: 70px;
}
.robot .solution-summary .robots-diffs .robot-diff > img {
  width: 100%;
}
.robot .solution-summary .robots-diffs .robot-diff .desc {
  font-size: 24px;
  margin-top: 10px;
}
.robot .solution-summary .robots-diffs .robot-diff .read-more {
  font-family: var(--azur-bold);
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  color: var(--blue);
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.robot .solution-summary .robots-diffs .robot-diff .read-more img {
  margin-top: 2px;
  margin-left: 15px;
}
.robot .solution-summary .cells {
  z-index: 0;
}
.robot .solution-summary .cell {
  opacity: 0.05;
}
.robot .solution-summary .cell-solition-summary-top {
  top: -2300px;
  right: 300px;
}
.robot .solution-summary .cell-solition-summary-left {
  top: -850px;
  left: 380px;
}
.robot .solution-summary .cell-solition-summary-left-2 {
  top: -1700px;
  left: 620px;
}
.robot .solution-summary .cell-solition-summary-right {
  top: -1050px;
  right: 60px;
}
.robot .solution-summary .cell-solition-summary-bottom {
  bottom: -30px;
  left: auto;
  right: 200px;
}
.robot .insert-suggestion {
  background-image: url(../images/ins-bg.PNG);
  background-size: cover;
  color: var(--white);
  padding: 120px 0;
}
.robot .insert-suggestion p {
  max-width: 600px;
}
.robot .insert-suggestion button {
  width: 320px;
  height: 65px;
  background-color: var(--dark-blue);
  margin-top: 70px;
}
.robot .gallery {
  background: #e3f1f4;
  padding: 120px 0;
}
.robot .gallery .image-gallery-h2 {
  margin-top: 0;
}
.robot .swiper-gallery-robot {
  margin-top: 55px;
  padding-bottom: 86px;
}
.robot .swiper-gallery-robot .swiper-slide {
  height: 40vw;
}
.robot .swiper-gallery-robot .swiper-slide img {
  width: 100%;
}
.robot .swiper-gallery-robot .swiper-button-next,
.robot .swiper-gallery-robot .swiper-button-prev {
  width: 75px;
  top: auto;
  bottom: 0px;
}
.robot .swiper-gallery-robot .swiper-button-next {
  right: 11%;
}
.robot .swiper-gallery-robot .swiper-button-prev {
  left: 11%;
}
.robot .swiper-gallery-robot .swiper-pagination-bullet-active {
  background: var(--white);
}
.robot footer .footer-logo {
  margin-top: 135px;
}
.robot footer .cell-footer-top {
  top: -970px;
}
.robot footer .cell-footer-left {
  bottom: 120px;
}
.robot footer .cell-footer-right {
  bottom: 50px;
}
.robot-artist {
  background-color: #e3f1f4;
}
.robot-artist .robot-artist-section {
  padding: 70px 0;
}
.robot-artist .robot-artist-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.robot-artist .text h1 {
  font-size: 54px;
  margin-top: 27.5px;
}
.robot-artist .text h3 {
  font-family: var(--azur-bold);
  font-size: 16px;
  color: var(--blue);
  letter-spacing: 2px;
  margin-top: 45px;
}
.robot-artist .text p {
  width: 375px;
  font-size: 32px;
  margin-top: 10px;
}
.robot-artist .text .back-design {
  font-family: var(--azur-bold);
  font-size: 17px;
  color: var(--blue);
  letter-spacing: 2px;
  text-decoration: none;
  margin-top: 80px;
  display: flex;
  align-items: center;
}
.robot-artist .text .back-design img {
  margin-top: 3.5px;
  margin-right: 37.5px;
}
.robot-artist .cell-out-robot {
  width: 40%;
}

.robot-v2 .play-video-main {
  margin: 30px;
}
.robot-v2 .robot-v2-video-sec {
  background-color: #4c7bbc;
  padding: 120px 0 40px;
}
.robot-v2 .robot-v2-video-sec {
  margin-top: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.robot-v2 .robot-v2-video-sec .robot-v2-video {
  width: 58%;
}
.robot-v2 .robot-v2-video-sec h5 {
  font-family: var(--azur-normal);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--white);
  margin-top: 30px;
  cursor: pointer;
}
.robot-v2 .robot-v2-video-sec .scroll-who-making {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  margin-top: 100px;
}
.robot-v2 .robot-v2-video-sec .scroll-who-making img {
  width: 40px;
}
.robot-v2 .robot-v2-video-sec .scroll-who-making h4 {
  font-family: var(--azur-normal);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 3px;
  text-decoration: none;
  color: var(--white);
  margin-top: 30px;
}
.robot-v2 .robot-more-modal {
  background-color: #4c7bbc;
}

.robot-v2 .solution-summary {
  margin-top: 0;
}
.robot-v2 .solution-summary h2 {
  color: #4c7bbc !important;
}
.robot-v2 .solution-summary .robots-diffs .robot-diff .read-more {
  color: #4c7bbc;
}
.robot-v2 .solution-summary .robots-diffs {
  align-items: flex-start;
}
.robot-v2 .solution-summary .robots-diffs .right div:first-of-type {
  margin-top: 180px;
}
.robot-v2 .exactly-can {
  background-color: #f4f8fb;
}
.robot-v2 .exactly-can .exactly-can-container {
  width: 95%;
  margin: auto;
}
.robot-v2 .exactly-can h1 {
  font-family: var(--din-bold);
  font-size: 54px;
  text-align: center;
  color: #1b1464;
}
.robot-v2 .exactly-can .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 80px;
}
.robot-v2 .exactly-can .cards .card {
  width: 30%;
  background-color: var(--white);
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.robot-v2 .exactly-can .cards .card h3 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.robot-v2 .exactly-can .cards .card h3 span {
  color: #1b1464;
  font-size: 26px;
}
.robot-v2 .exactly-can .cards .card h3 img {
  width: 25px;
  margin-left: 8px;
}
.robot-v2 .exactly-can .cards .card p {
  font-family: var(--din-medium);
  font-size: 19px;
  color: rgba(27, 20, 100, 0.8);
  margin-top: 15px;
}
.robot-v2 .need-yr-help {
  background-color: #333;
  padding: 180px 0;
}
.robot-v2 .need-yr-help .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.robot-v2 .need-yr-help .txt h2 {
  color: #245d9d;
}
.robot-v2 .need-yr-help .txt h1 {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
}
.robot-v2 .need-yr-help .txt p {
  color: var(--white);
  margin-top: 60px;
}
.robot-v2 .need-yr-help button {
  width: 440px;
  height: 65px;
  background-color: #245d9d;
  margin-top: 70px;
}
.robot-v2 .need-yr-help form {
  margin-top: 150px;
}
.robot-v2 .need-yr-help form input:not([type='checkbox']) {
  width: 100%;
  font-family: var(--dinPro-normal);
  height: 80px;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 4px;
  border: 0;
  outline: 0;
  padding: 0 40px;
  margin-top: 20px;
}
.robot-v2 .need-yr-help form textarea {
  width: 100%;
  font-family: var(--dinPro-normal);
  height: 200px;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 4px;
  border: 0;
  outline: 0;
  padding: 30px 40px;
  margin-top: 20px;
}
.robot-v2 .need-yr-help form .promise {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.robot-v2 .need-yr-help form .promise input {
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin-right: 30px;
}
.robot-v2 .need-yr-help form .promise h6 {
  font-size: 18px;
  letter-spacing: 3px;
  color: #ffffff72;
}
.robot-v2 .need-yr-help form .submit {
  width: 310px;
  margin-top: 40px;
}
.robot-v2 .need-yr-help .cell-solition-summary-top {
  top: -1400px;
  left: 180px;
}
.robot-v2 .need-yr-help .cell-solition-summary-middle {
  top: -1000px;
  right: 220px;
}
.robot-v2 .need-yr-help .cell-solition-summary-bottom {
  top: -150px;
  right: 220px;
}

.robot-v2 footer {
  background-color: var(--white);
}
.robot-v2 footer .furthrer-information {
  color: var(--black);
  text-align: center;
}
.robot-v2 footer .footer-logo {
  margin-top: 50px;
}
.robot-v2 footer h5 {
  font-family: var(--azur-bold);
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  color: var(--black);
  margin-top: 25px;
}

.mkuh {
  color: var(--black-black);
  background-color: var(--white);
}
.mkuh section {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: visible;
}
.mkuh section.for-mobile,
.mkuh .swiper-mobile {
  display: none;
}
.mkuh .pagination {
  position: absolute;
  pointer-events: none;
  top: 0;
  animation: move-pagin 70s infinite;
}
.mkuh .pagination-2 {
  animation: move-pagin 90s infinite;
}
.mkuh .pagination-3 {
  animation: move-pagin 120s infinite;
}

@keyframes move-pagin {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
.mkuh .horizontal-part {
  width: 1500vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
  padding: 0;
}

.mkuh .horizontal-part section {
  padding: 30px 0 0 0;
}
.mkuh header,
.space-bus header {
  padding: 0 5%;
}
.mkuh .horizontal-part .logo {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s;
}
.mkuh .coming .logo {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.5s 0.25s;
}
.mkuh .timeline {
  padding: 0 5%;
  display: flex;
  align-items: center;
}
.mkuh .timeline .circle {
  position: relative;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.mkuh .timeline .big-circle {
  width: 0.8vw;
  height: 0.8vw;
}
.mkuh .timeline .small-circle {
  width: 0.6vw;
  height: 0.6vw;
}
.mkuh .timeline .desc {
  width: 3.7vw;
  font-family: var(--din-bold);
  font-size: 0.65vw;
  position: absolute;
  bottom: -1.6vw;
  transform: translate(-30%);
  opacity: 0;
}
.mkuh .timeline .desc.for-mobile {
  display: none;
}
.mkuh .timeline .active .desc {
  opacity: 1;
}
.mkuh .timeline .small-circle .desc {
  font-family: var(--din-light);
  bottom: -1.8vw;
}
.mkuh .timeline .desc.problem {
  transform: translate(0%);
}
.mkuh .timeline .desc.space-Bus {
  transform: translate(-5%);
  width: 5.75vw;
}
.mkuh .timeline .line {
  width: 7.45vw;
  height: 0.125vw;
  background-color: #d9d9d9;
  position: relative;
}
.mkuh .timeline .circle.active,
.mkuh .timeline .line.active {
  background-color: var(--black-black);
}
.mkuh .timeline .line.active {
  background-color: var(--black-black);
}
.mkuh .timeline .line.active-animat::after {
  content: '';
  width: 0%;
  height: 100%;
  background-color: var(--black-black);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.mkuh .coming .timeline .line.active-animat::after {
  width: 100%;
  transition: 0.5s 0.25s;
}

.mkuh .content {
  height: 34vw;
  margin-top: 7vw;
}
.mkuh .horizontal-part .content {
  transform: translate(150px);
  opacity: 0;
  transition: 0.5s;
}
.mkuh .coming .content {
  transform: translate(0px);
  opacity: 1;
  transition: 0.5s 0.25s;
}

.mkuh .content.orange-content {
  background-color: var(--orangr);
}
.mkuh .mkuh-container {
  padding: 0 5% 0 18%;
}
.mkuh .mkuh-container-j-p-l {
  padding: 0 0 0 18%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.mkuh .mkuh-container-with-bar {
  padding: 0 5% 0 0;
  height: 100%;
  display: flex;
}
.mkuh .mkuh-container-with-bar .bar {
  width: 3vw;
  background-color: var(--orangr);
  margin-right: 14.8vw;
}
.mkuh h1,
.space-bus h1,
.kargo h1 {
  font-family: var(--azur-light);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5vw;
}
.mkuh h1 {
  font-size: 3.25vw;
  margin-top: 0px;
}
.mkuh h3 {
  font-family: var(--dinPro-bold);
  line-height: 1.2;
}
.mkuh .azur-h3 {
  font-family: var(--azur-light);
  font-size: 2.4vw;
  line-height: 1.2;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}
.mkuh h4 {
  font-family: var(--din-bold);
  font-size: 1.05vw;
  line-height: 1.2;
  text-transform: uppercase;
}
.mkuh p {
  font-size: 1.05vw;
  line-height: 1.1;
}
.mkuh .txt-m-gap {
  max-width: 13.25vw;
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
}
.mkuh .txt-m-m-t {
  padding-top: 6vw;
}
.mkuh .scroll-right {
  align-self: flex-end;
  padding: 0 6vw 3.5vw 1.75vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.mkuh .scroll-right .pen {
  width: 3vw;
  margin-left: 2.25vw;
}
.mkuh .scroll-right .flex {
  display: flex;
  align-items: center;
  margin-top: 1.2vw;
}
.mkuh .scroll-right .flex .main-poligons {
  width: 2.5vw;
}
.mkuh .scroll-right .flex .The-Problem {
  font-family: var(--din-bold);
  font-size: 1.25vw;
  color: var(--black-green);
  margin-left: 1vw;
}
.mkuh .scroll-right.white .flex .The-Problem {
  color: var(--white);
}
.mkuh .scroll-right .flex .The-Problem.sub {
  font-family: var(--din-light);
}
.mkuh .scroll-right .flex .scroll-arrow {
  width: 1.75vw;
  margin-left: 3.5vw;
}
.mkuh .txt-imgs {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 5vw;
  padding-bottom: 3.5vw;
}
.mkuh .txt-imgs .box {
  width: 25vw;
}
.mkuh .txt-imgs .box:last-of-type {
  align-self: flex-end;
}
.mkuh .txt-imgs .box img {
  width: 100%;
  height: 17vw;
  object-fit: cover;
}
.video-block {
  position: relative;
}
.mkuh .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block .control-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.mkuh .radius {
  border-radius: 1vw;
}
.mkuh .swiper-pagination-bullet {
  width: 0.5vw;
  height: 0.5vw;
}
.mkuh .swiper-pagination-bullet-active {
  background-color: var(--orangr);
}
.mkuh .main-section {
  background-image: url(../images/mkuh-main-bg.jpeg);
  background-size: cover;
  background-position: 50% 55%;
  color: var(--black-green);
}
.mkuh .main-section h1 {
  max-width: 46vw;
  margin-top: 2vw;
}
.mkuh .main-section h6 {
  font-family: var(--azur-bold);
  font-size: 1.1vw;
  letter-spacing: 0.18vw;
  text-transform: uppercase;
  margin-top: 1.2vw;
}
.mkuh .main-section .scroll-right {
  height: 21.5vw;
  background-color: var(--orangr);
}
.mkuh .main-section .scroll-right .pen {
  animation: animat-pen 5s infinite;
}
@keyframes animat-pen {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(7vw);
  }
}

.mkuh .understanding-tto .timeline {
  visibility: hidden;
}
.mkuh .understanding-tto .mkuh-container-with-bar .bar {
  height: 21.5vw;
  align-self: flex-end;
}
.mkuh .understanding-tto .txt {
  text-align: center;
}
.mkuh .understanding-tto h3 {
  font-size: 2vw;
}
.mkuh .understanding-tto p {
  max-width: 60vw;
  font-size: 2vw;
  margin-top: 2.25vw;
}
.mkuh .understanding-tto p:first-of-type {
  max-width: 50vw;
  margin-top: 0.25vw;
}
.mkuh .understanding-tto p.problem-wanted-solve {
  font-family: var(--din-medium);
}
.mkuh .understanding-tto .pagination {
  width: 3vw;
  left: 65vw;
}

.mkuh .how-robots-help .how-robots-help-container {
  height: 100%;
  padding: 0 5% 0 8%;
  display: flex;
  justify-content: space-between;
}
.mkuh .how-robots-help .video-block {
  height: 100%;
}
.mkuh .how-robots-help .video-block video {
  height: 100%;
}
.mkuh .how-robots-help .video-block .control-video {
  width: 7vw;
}
.mkuh .how-robots-help .pagination {
  width: 4vw;
  left: 45vw;
}

.mkuh .not-hire-people .txts {
  display: flex;
  gap: 3vw;
}
.mkuh .not-hire-people .txts .designs-robots {
  margin-top: 3.25vw;
}
.mkuh .not-hire-people .pagination-1 {
  width: 12vw;
  left: 58vw;
}
.mkuh .not-hire-people .pagination-2 {
  width: 3vw;
  left: 45vw;
}

.mkuh .How-help-hospital .content {
  background-color: #fef6ea;
}
.mkuh .How-help-hospital .txt-imgs .box .desc {
  font-size: 0.8vw;
  margin-top: 0.75vw;
}
.mkuh .How-help-hospital .pagination-1 {
  width: 6vw;
  left: 75vw;
}
.mkuh .How-help-hospital .pagination-2 {
  width: 5vw;
  left: 50vw;
}

.mkuh .robot-speaks-my-language h3 {
  font-size: 2.2vw;
  margin-top: 2.75vw;
}
.mkuh .robot-speaks-my-language p {
  font-size: 2.2vw;
  margin-top: 3.5vw;
  max-width: 36vw;
}
.mkuh .robot-speaks-my-language p .robots-translate {
  font-family: var(--din-medium);
}
.mkuh .robot-speaks-my-language .pagination-1 {
  width: 6vw;
  left: 46vw;
}
.mkuh .robot-speaks-my-language .pagination-2 {
  width: 10vw;
  left: 75vw;
}

.mkuh .robot-look-like {
  background-color: var(--black-green);
  color: var(--white);
}
.mkuh .robot-look-like .timeline .circle,
.mkuh .robot-look-like .timeline .line {
  background-color: #4b5051;
}
.mkuh .robot-look-like .timeline .circle.active,
.mkuh .robot-look-like .timeline .line.active,
.mkuh .robot-look-like .timeline .line.active-animat::after {
  background-color: var(--white);
}
.mkuh .robot-look-like .txt-swiper {
  display: flex;
  align-items: flex-start;
  padding-top: 4vw;
}
.mkuh .robot-look-like .robot-look-like-swiper {
  width: 30vw;
  height: 20vw;
  margin-left: 8vw;
  padding-bottom: 3.2vw;
}
.mkuh .robot-look-like .robot-look-like-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  object-fit: cover;
}
.mkuh .robot-look-like .pagination-1 {
  width: 2.7vw;
  left: 8vw;
}
.mkuh .robot-look-like .pagination-2 {
  width: 4vw;
  left: 85vw;
}
.mkuh .robot-look-like .pagination-3 {
  width: 7vw;
  left: 49vw;
}

.mkuh .hello-my-name {
  position: relative;
}
.mkuh .hello-my-name .mkuh-container {
  height: 100%;
}
.mkuh .hello-my-name .bar {
  height: 100vh;
  width: 3vw;
  background-color: var(--black-green);
  position: absolute;
  top: 0;
  left: 0;
}
.mkuh .hello-my-name .video-block video {
  height: 17vw;
}
.mkuh .hello-my-name .video-block .control-video {
  width: 4vw;
  height: auto;
}
.mkuh .hello-my-name .box .desc {
  font-family: var(--din-bold);
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1vw;
}
.mkuh .hello-my-name .pagination-1 {
  width: 2.5vw;
  left: 30vw;
}
.mkuh .hello-my-name .pagination-2 {
  width: 11vw;
  left: 74vw;
}
.mkuh .hello-my-name .pagination-3 {
  width: 3vw;
  left: 69vw;
}

.mkuh .designed-around-hospital .txt-video {
  display: flex;
  align-items: flex-end;
  padding-bottom: 7.25vw;
  gap: 5vw;
}
.mkuh .designed-around-hospital .video-block {
  width: 35vw;
}
.mkuh .designed-around-hospital .control-video {
  width: 3.75vw;
}
.mkuh .designed-around-hospital .scroll-right {
  height: 100%;
  background-color: var(--black-green);
}
.mkuh .designed-around-hospital .pagination-1 {
  width: 3.5vw;
  left: 23vw;
}
.mkuh .designed-around-hospital .pagination-2 {
  width: 11vw;
  left: 55vw;
  z-index: -1;
}
.mkuh .designed-around-hospital .pagination-3 {
  width: 5vw;
  left: 43vw;
}

.mkuh .building-installing .img-blobk {
  margin-top: 6vw;
}
.mkuh .building-installing .img-blobk img {
  width: 35vw;
  object-fit: cover;
}
.mkuh .building-installing .img-blobk .desc h5 {
  font-family: var(--din-bold);
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  margin-top: 1.5vw;
}
.mkuh .building-installing .img-blobk .desc p {
  font-size: 0.725vw;
  margin-top: 0.2vw;
}
.mkuh .building-bot .mkuh-container-building-bot {
  height: 100%;
  display: flex;
}
.mkuh .building-bot .txt-block {
  height: 100%;
  color: var(--white);
  background-color: var(--black-green);
  padding-left: 18%;
  flex: 1;
}
.mkuh .building-bot .img-blobk img {
  transform: translate(-14vw);
}
.mkuh .building-bot .img-blobk .desc {
  margin-left: 1.5vw;
}
.mkuh .building-bot .pagination-1 {
  width: 3.5vw;
  left: 10vw;
}
.mkuh .building-bot .pagination-2 {
  width: 4vw;
  left: 70vw;
}
.mkuh .building-bot .pagination-3 {
  width: 17vw;
  left: 89vw;
}

.mkuh .installing-bot .scroll-right {
  height: 100%;
  background-color: #aebcc4;
}
.mkuh .installing-bot .pagination-1 {
  width: 17vw;
  left: -11vw;
}
.mkuh .installing-bot .pagination-2 {
  width: 5.5vw;
  left: 60vw;
}
.mkuh .installing-bot .pagination-3 {
  width: 4vw;
  left: 4vw;
}

.mkuh .teaching-robot .mkuh-container-with-bar {
  padding: 0;
}
.mkuh .teaching-robot h3 {
  width: 17vw;
}
.mkuh .teaching-robot .bar {
  height: 100%;
  background-color: #aebcc4;
}
.mkuh .teaching-robot .txt-imgs-blocks {
  display: flex;
  margin-top: 6vw;
  gap: 5vw;
}
.mkuh .teaching-robot .img-block {
  display: flex;
  gap: 1.5vw;
}
.mkuh .teaching-robot .img-block:first-of-type {
  margin-left: 2vw;
}
.mkuh .teaching-robot .img-block:last-of-type {
  margin-top: 1.65vw;
  align-items: flex-end;
}
.mkuh .teaching-robot .img-block p {
  max-width: 5vw;
  font-size: 0.725vw;
}
.mkuh .teaching-robot .img-block img {
  width: 19vw;
  height: 12vw;
  object-fit: cover;
}
.mkuh .teaching-robot .meet-pingubot {
  width: 23vw;
  background-color: var(--orangr);
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mkuh .teaching-robot .meet-pingubot .txt {
  transform: rotate(-90deg);
  text-align: center;
  margin-left: -7.5vw;
}
.mkuh .teaching-robot .meet-pingubot .arrow {
  width: 2.4vw;
  margin-left: -3vw;
}
.mkuh .teaching-robot .pagination-1 {
  width: 4vw;
  top: 14vw;
  left: 8vw;
}
.mkuh .teaching-robot .pagination-2 {
  width: 5.5vw;
  bottom: 0;
  left: 45vw;
  z-index: -1;
}

.mkuh .meeting-patients {
  background-color: #e9eaea;
}
.mkuh .meeting-patients .txt-img {
  display: flex;
  align-items: flex-start;
  margin-top: 6vw;
}
.mkuh .meeting-patients .child-img {
  width: 24vw;
  margin-left: 4vw;
}
.mkuh .meeting-patients .scroll-right {
  height: 100%;
  position: relative;
  z-index: 1;
}

.mkuh .mkuh-container-remote-monitoring {
  height: 100%;
  display: flex;
}
.mkuh .remote-monitoring .img-banner {
  width: 72.5vw;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/mkuh-\(7\).png);
  background-size: cover;
  background-position: -50%;
  margin-left: -22.5vw;
  position: relative;
  z-index: 0;
}
.mkuh .remote-monitoring .txt {
  margin-left: 10vw;
}
.mkuh .remote-monitoring .pagination-1 {
  width: 4vw;
  top: 14vw;
  left: 80vw;
}
.mkuh .remote-monitoring .pagination-2 {
  width: 11vw;
  bottom: 0;
  left: 79vw;
}

.mkuh .mkuh-quotes {
  padding: 0;
  display: flex;
  align-items: center;
}
.mkuh .swiper-quotes-mkuh {
  padding: 4vw 0 4.5vw 0;
}
.mkuh .swiper-quotes-mkuh .swiper-slide .swiper-container {
  max-width: 40vw;
  text-align: center;
  margin: auto;
}
.mkuh .swiper-quotes-mkuh .txt-content {
  font-size: 2.5vw;
  position: relative;
}
.mkuh .swiper-quotes-mkuh .txt-content .comma {
  width: 3.5vw;
  position: absolute;
}
.mkuh .swiper-quotes-mkuh .txt-content .comma.top-left {
  top: -3.75vw;
  left: -2vw;
}
.mkuh .swiper-quotes-mkuh .txt-content .comma.top-right {
  top: -3.75vw;
  left: 3.3vw;
}
.mkuh .swiper-quotes-mkuh .txt-content .comma.bottom-left {
  transform: rotateY(-180deg);
  bottom: 0vw;
  right: -3.3vw;
}
.mkuh .swiper-quotes-mkuh .txt-content .comma.bottom-right {
  transform: rotateY(-180deg);
  bottom: 0vw;
  right: 3.3vw;
}
.mkuh .swiper-quotes-mkuh .txt-content .bold {
  font-family: var(--din-medium);
}
.mkuh .swiper-quotes-mkuh .swiper-slide .full-name {
  font-family: var(--din-bold);
  font-size: 1.3vw;
  margin-top: 2.5vw;
}
.mkuh .swiper-quotes-mkuh .swiper-slide .department {
  font-size: 1vw;
}
.mkuh .swiper-quotes-mkuh .swiper-button-next,
.mkuh .swiper-quotes-mkuh .swiper-button-prev,
.space-bus .swiper .swiper-button-next,
.space-bus .swiper .swiper-button-prev {
  color: var(--orangr) !important;
}
.mkuh .swiper-quotes-mkuh .swiper-button-prev {
  left: 22vw;
}
.mkuh .swiper-quotes-mkuh .swiper-button-next {
  right: 22vw;
}
.mkuh .mkuh-quotes .pagination-1 {
  width: 11vw;
  top: 6vw;
  left: 73vw;
}
.mkuh .mkuh-quotes .pagination-2 {
  width: 6vw;
  bottom: 7vw;
  left: 18vw;
}

.mkuh footer .container {
  max-width: none;
  width: 70%;
}
.mkuh footer .interested-h3 {
  font-family: var(--din-light);
  font-size: 2.7vw;
}
.mkuh footer .checkboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
  margin-top: 1.5vw;
}
.mkuh footer .checkbox-block {
  display: flex;
  align-items: center;
}
.mkuh footer .checkbox-block input {
  width: 2vw;
  height: 2vw;
}
.mkuh footer .checkbox-block h5 {
  font-family: var(--dinPro-normal);
  font-size: 1.125vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 1.1vw;
}
.mkuh footer form {
  margin-top: 3vw;
}
.mkuh footer .brief-input {
  max-width: none;
  height: 10vw;
  font-size: 1vw;
  padding: 1.75vw 1.75vw;
  margin-bottom: 1.5vw;
}
.mkuh footer .input-block input {
  height: 4vw;
  font-size: 1vw;
  margin-bottom: 1.5vw;
  padding: 0 1.75vw;
}
.mkuh footer .input-block:last-of-type input {
  margin-bottom: 0;
}
.mkuh footer .submit-button {
  width: 18vw;
  height: 3.25vw;
  font-family: var(--din-bold);
  font-size: 1.25vw;
  letter-spacing: 2.5px;
  background: var(--orangr);
  border: 0;
  outline: 0;
  display: block;
  margin: auto;
  margin-top: 6vw;
  border-radius: 50px;
  cursor: pointer;
}

.space-bus {
  color: #2b3133;
  background-color: var(--white);
}
.space-bus section {
  padding: 130px 0 120px;
}
.space-bus section.padding-l {
  padding: 150px 0 140px;
}
.space-bus .container {
  max-width: 1050px;
  width: 90%;
}
.space-bus h1 {
  line-height: 1.2;
}
.space-bus p {
  font-size: 28px;
}
.space-bus .margin-top-s {
  margin-top: 70px !important;
}
.space-bus .txt-center {
  text-align: center;
}
.space-bus .txt-center p {
  margin: auto;
}
.space-bus .mx-width-sd {
  max-width: 810px;
}
.space-bus .mx-width-sm {
  max-width: 590px;
}

.space-bus .main-section {
  width: 100%;
  height: 100vh;
  padding: 30px 0 0;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: -1;
}
.space-bus .main-section .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.space-bus .main-section h1 {
  font-size: 67px;
  margin-top: -80px;
}
.space-bus .main-section h1 b {
  font-family: var(--azur-bold);
  font-weight: 600;
}

.space-bus .main-video-txt {
  margin-top: 100vh;
  background-color: var(--white);
  display: flex;
  align-items: center;
}
.space-bus .main-video-txt video {
  width: 100%;
  border-radius: 25px;
}
.space-bus .main-video-txt .autonomous-cars-p {
  max-width: 700px;
  font-size: 50px;
  margin-top: 120px;
}
.space-bus .main-video-txt .space-Bus-is-mobile-p {
  max-width: 450px;
  line-height: 1.2;
  font-family: var(--din-bold);
  color: var(--orangr);
}
.space-bus .main-video-txt .shapes-container {
  width: 100%;
  position: absolute;
}

.space-bus .space-bus-challenge {
  background-color: var(--orangr);
  transition: 1s;
}
.white-bg .space-bus-challenge {
  background-color: var(--white);
}
.space-bus .space-bus-challenge h2 {
  color: var(--white);
}
.space-bus .space-bus-challenge .there-is-requirement-p {
  max-width: 880px;
}
.space-bus .space-bus-challenge .boxes {
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  margin-top: 80px;
}
.space-bus .space-bus-challenge .boxes .box:last-of-type {
  margin-top: 210px;
}
.space-bus .space-bus-challenge .boxes .box img {
  width: 445px;
  height: 300px;
  object-fit: cover;
  border-radius: 25px;
}
.space-bus .space-bus-challenge .boxes .box p {
  max-width: 400px;
  font-size: 23.5px;
  margin-top: 23px;
}
.space-bus .space-bus-challenge .One-biggest-challenges-p {
  max-width: 1000px;
  font-family: var(--din-medium);
  font-size: 50px;
  margin-top: 90px;
}
.space-bus .space-bus-challenge .need-command-Hub {
  font-family: var(--din-bold);
  line-height: 1.2;
  color: var(--white);
  transition: 1s;
}
.white-bg .space-bus-challenge .need-command-Hub {
  color: var(--orangr);
}
.space-bus .space-bus-challenge .shapes-container {
  width: 100%;
  position: absolute;
}

.space-bus .space-bus-introduction {
  background-color: var(--orangr);
  transition: 1s;
}
.white-bg .space-bus-introduction {
  background-color: var(--white);
}
.space-bus .space-bus-introduction h2 {
  color: var(--white);
  transition: 1s;
}
.white-bg .space-bus-introduction h2 {
  color: var(--orangr);
}
.space-bus .space-bus-introduction .works-with-proprietary {
  margin-top: 32px;
}
.space-bus .space-bus-introduction .car {
  width: 80%;
  margin-top: 50px;
}
.space-bus .space-bus-introduction .container-down {
  max-width: 1180px;
}
.space-bus .space-bus-introduction .to-see-everything {
  margin-top: 50px;
}
.space-bus .space-bus-introduction .seperator {
  width: 225px;
  height: 1px;
  background-color: var(--orangr);
  margin: 60px auto;
}
.space-bus .space-bus-introduction .choices {
  display: flex;
  justify-content: space-between;
}
.space-bus .space-bus-introduction .choices .choice {
  max-width: 88px;
  color: rgb(43, 49, 51, 0.4);
}
.space-bus .space-bus-introduction .choices .choice:nth-of-type(4) {
  max-width: 90px;
}
.space-bus .space-bus-introduction .choices .choice.active {
  font-family: var(--din-bold);
  line-height: 1.3;
  color: var(--black-black);
}

.space-bus .space-bus-features {
  background-color: #eff2f4;
}
.space-bus .space-bus-features .block {
  display: flex;
  align-items: flex-start;
  padding-bottom: 86px;
  margin-top: 95px;
  border-bottom: 1px solid var(--orangr);
}
.space-bus .space-bus-features .block:first-of-type {
  margin-top: 0;
}
.space-bus .space-bus-features .block:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.space-bus .space-bus-features .block .main-img {
  width: 375px;
}
.space-bus .space-bus-features .block .txt {
  max-width: 510px;
}
.space-bus .space-bus-features .block:nth-of-type(2n + 1) .txt {
  margin-left: 80px;
}
.space-bus .space-bus-features .block:nth-of-type(2n) .txt {
  margin-right: 80px;
  text-align: right;
}
.space-bus .space-bus-features .block .txt h3 {
  font-family: var(--din-bold);
  font-size: 38px;
  line-height: 1.4;
}
.space-bus .space-bus-features .block .txt p {
  margin-top: 30px;
}

.space-bus .space-Bus-news {
  background-color: var(--white);
}
.space-bus .space-Bus-news .container {
  max-width: 1250px;
}
.space-bus .space-Bus-news h2 {
  color: var(--orangr);
}
.space-bus .space-Bus-news .system-has-deployed {
  max-width: 650px;
}
.space-bus .space-Bus-news .swiper {
  margin-top: 100px;
}
.space-bus .space-Bus-news .swiper .swiper-slide-active {
  padding-left: 9.25vw;
}
.space-bus .space-Bus-news .swiper .swiper-slide-next {
  padding-right: 9.25vw;
}
.space-bus .space-Bus-news .swiper .swiper-slide .content {
  background-color: #eff2f4;
}
.space-bus .space-Bus-news .swiper .swiper-slide .video-block video {
  width: 100%;
}
.space-bus .space-Bus-news .swiper .swiper-slide .video-block .control-video {
  width: 60px;
}
.space-bus .space-Bus-news .swiper .swiper-slide .txt {
  padding: 14px 50px 20px 25px;
  text-align: left;
}
.space-bus .space-Bus-news .swiper .swiper-slide p {
  font-family: var(--din-medium);
  font-size: 16px;
}
.space-bus .space-Bus-news .swiper .swiper-slide h4 {
  font-family: var(--din-bold);
  margin-top: 15px;
}
.space-bus .space-Bus-news .swiper .swiper-pagination {
  display: none;
}

.space-bus .the-autonomous {
  color: var(--white);
  background-color: var(--black-black);
  padding-bottom: 150px;
}
.space-bus .the-autonomous .flex {
  display: flex;
  justify-content: space-between;
}
.space-bus .the-autonomous .flex h3 {
  font-size: 45px;
}
.space-bus .the-autonomous .flex p {
  max-width: 435px;
  font-size: 24.25px;
  margin-top: 13px;
}
.space-bus .the-autonomous .flex .main-img {
  width: 500px;
  border-radius: 25px;
  margin-left: 20px;
}

.space-bus .footer-seperator-wrapper {
  background-color: var(--black-black);
}
.space-bus .footer-seperator {
  height: 1px;
  background-color: #1c1c1c;
}
.space-bus footer {
  background-color: var(--black-black);
}
.space-bus footer .footer-logo {
  margin-top: 0;
}

.kargo section {
  text-align: center;
  padding: 120px 0;
}
.kargo .container:not(main .container) {
  max-width: 810px;
  z-index: 1;
}
.kargo h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 15px;
}
.kargo h1,
.kargo .main-p {
  color: var(--black-green);
}
.kargo h2 {
  font-size: 16.5px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--orangr);
}
.kargo .main-p {
  max-width: 600px;
  font-size: 19px;
  margin: auto;
  margin-top: 30px;
}
.kargo .the-challenge .cell {
  opacity: 0.7;
  z-index: 0;
}

.kargo main .controll-sound {
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 600;
  text-align: center;
}
.kargo main .controll-sound .btn {
  cursor: pointer;
}

.kargo .the-challenge {
  background-color: var(--white);
}
.kargo .the-challenge p {
  font-size: 43px;
  text-align: center;
}
.kargo .the-challenge p b {
  font-family: var(--din-bold);
  font-weight: 700;
}
.kargo .the-challenge .orange-block-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.kargo .the-challenge .cell-challenge-top {
  width: 145px;
  top: -280px;
  right: 140px;
}
.kargo .the-challenge .cell-challenge-bottom {
  width: 70px;
  bottom: -270px;
  left: auto;
  right: 1200px;
}

.kargo .introducing-kar-go,
.kargo .kar-go-streets,
.kargo .ecosystem {
  background-color: #edf0f1;
}
.kargo .introducing-kar-go .main-img {
  width: 100%;
  display: block;
  border-radius: 15px;
  margin-top: 52.5px;
}
.kargo .introducing-kar-go .cell-challenge-top {
  width: 60px;
  top: -740px;
  right: 260px;
}
.kargo .introducing-kar-go .cell-challenge-bottom {
  width: 110px;
  top: -190px;
  right: 1280px;
}

.kargo .where-find {
  background-color: var(--white);
  padding: 80px 0;
}
.kargo .where-find h1 {
  color: var(--black-black);
  margin-top: 0;
}
.kargo .where-find .main-p {
  color: var(--black);
}
.kargo .where-find .boxes-columns {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 50px;
}
.kargo .where-find .boxes-columns .box {
  width: 50%;
}
.kargo .where-find .boxes-columns .box.right {
  margin-left: auto;
}
.kargo .where-find .boxes-columns .box img {
  width: 100%;
}
.kargo .where-find .boxes-columns .box h5 {
  font-size: 16px;
  color: var(--black);
  margin: auto;
  margin-top: 10px;
}
.kargo .where-find  .cell-challenge-top {
  width: 100px;
  top: -1285px;
  right: 1150px;
}
.kargo .where-find  .cell-challenge-right {
  width: 145px;
  top: -980px;
  right: 480px;
}
.kargo .where-find  .cell-challenge-left {
  width: 100px;
  top: -500px;
  right: 900px;
}
.kargo .where-find .cell-challenge-bottom {
  width: 60px;
  top: -130px;
  right: 480px;
}

.kargo .kar-go-streets h1 {
  margin-top: 0;
}
.kargo .kar-go-streets .boxes {
  margin-top: 45px;
}
.kargo .kar-go-streets .boxes .top {
  display: flex;
}
.kargo .kar-go-streets .boxes .bottom {
  display: flex;
  margin-top: 60px;
}
.kargo .kar-go-streets .boxes .box {
  width: 25%;
  height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #d6d9da;
}
.kargo .kar-go-streets .boxes .box:last-of-type {
  border-right: 0;
}
.kargo .kar-go-streets .boxes .box .img-block {
  width: 92.5px;
  height: 92.5px;
  background-image: url(../images/kargo-streets-icons-imgs/dvsa-icon.svg);
  background-size: 100%;
}
.kargo .kar-go-streets .boxes .top .box:nth-of-type(2) .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/deplyed-icon.svg);
}
.kargo .kar-go-streets .boxes .top .box:nth-of-type(3) .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/government-icon.svg);
}
.kargo .kar-go-streets .boxes .top .box:nth-of-type(4) .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/supurban-icon.svg);
}
.kargo .kar-go-streets .boxes .bottom .box:nth-of-type(1) .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/backed-buy-1m-icon.svg);
}
.kargo .kar-go-streets .boxes .bottom .box:nth-of-type(2) .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/launched-icon.svg);
}
.kargo .kar-go-streets .boxes .bottom .box:nth-of-type(3) .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/backed-by-over-400-icon.svg);
}
.kargo .kar-go-streets .boxes .bottom .box:nth-of-type(4) .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/part-law-icon.svg);
}
.kargo .kar-go-streets .boxes .box:hover {
  cursor: pointer;
}
.kargo .kar-go-streets .boxes .box:hover .img-block {
  background-image: url(../images/kargo-streets-icons-imgs/dvsa-img.png) !important;
}
.kargo .kar-go-streets .boxes .box:hover .link-icon path {
  stroke: var(--orangr);
}
.kargo .kar-go-streets .boxes .box h6 {
  font-size: 15px;
  max-width: 155px;
  margin-top: 20px;
}
.kargo .kar-go-streets .boxes .box .link-icon-wrapper {
  margin-top: auto;
}
.kargo .kar-go-streets .boxes .box .link-icon {
  width: 50px;
  display: block;
}
.kargo .kar-go-streets .cell-challenge-top {
  width: 65px;
  top: -660px;
  right: 1240px;
}
.kargo .kar-go-streets .cell-challenge-bottom {
  width: 110px;
  top: -190px;
  right: 200px;
}

.kargo .its-here {
  width: 100%;
  min-height: 100vh;
  background-color: var(--white);
  padding: 80px 0;
  will-change: transform;
  z-index: 1;
}
.kargo .its-here.fixed-it {
  position: fixed;
  top: 0;
  left: 0;
}
.kargo .its-here .stack  {
  padding-top: 30px;
  position: relative;
}
.kargo .its-here .stack .video-block {
  width: 100%;
  z-index: 4;
}
.kargo .its-here .stack .video-block video {
  width: 100%;
  border-radius: 25px;
}
.kargo .its-here .stack .video-block .control-video {
  width: 110px
}
.kargo .its-here .stack .main-img {
  width: 100%;
  height: calc( 100% - 30px) ;
  object-fit: cover;
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 25px;
  filter: contrast(10%) brightness(160%);
  transition: 0.5s;
}
.kargo .its-here .stack .main-img.kargo-vision {
  transform: translateY(55px);
  z-index: 3;
}
.kargo .its-here .stack .main-img.kargo-hospital {
  transform: translateY(110px);
  z-index: 2;
}
.kargo .its-here .stack .main-img.kargo-delivry {
  transform: translateY(165px);
  z-index: 1;
}
.kargo .its-here .stack .main-img.active-it {
  transform: translateY(0);
  filter: none;
  z-index: 4;
}
.kargo .its-here .cell-challenge-top {
  width: 145px;
  top: -645px;
  right: 1205px;
}
.kargo .its-here .cell-challenge-bottom {
  width: 65px;
  bottom: 120px;
  right: 170px;
}

.kargo .ecosystem::before {
  content: '';;
  width: 100%;
  height: 50vh;
  background-color: var(--white);
  position: absolute;
  top: -50vh;
  left: 0;
  /* z-index: 0; */
}
.kargo .ecosystem {
  height: 100vh;
position: relative;
overflow: visible;
}
.kargo .ecosystem h1 {
  font-family: var(--din-light);
  font-size: 53px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--black-black);
}

.kargo footer {
  text-align: center;
}
.kargo footer .submit-button {
  width: 48.75%;
  color: var(--black-black);
  background-color: var(--orangr);
  margin-top: 0;
}
.kargo footer .simply-call {
  font-size: 13px;
  margin-top: 12.5px;
}
.kargo footer .footer-logo {
  margin-top: 130px;
}

.exist {
  display: flex !important;
}

@media screen and (max-width: 1280px) {
  .top-pop-up {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .side-pop-up {
    opacity: 1 !important;
    transform: scale(1, 1) rotateX(0deg) rotateZ(0deg) translateY(0)
      translateX(0) !important;
  }
  .full-screen-video video {
    height: auto;
  }
  main.full-screen-video video {
    height: 100%;
  }
  main .cell-main-top {
    display: none;
  }
  .solution-summary .parallex-imgs img {
    transform: translateY(0) !important;
  }
  .special-feautures .cell-special-feautures-bottom {
    display: none;
  }
  .gallery .return-to-raf {
    margin-left: 0px;
  }
  .swiper-gallery {
    width: 100% !important;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .swiper-gallery .swiper-slide {
    width: 100% !important;
  }
  .quotes .swiper-button-next,
  .quotes .swiper-button-prev {
    display: none;
  }
  .quotes .cell-quotes-top {
    display: none;
  }
  .robot .swiper-gallery-robot .swiper-button-next,
  .robot .swiper-gallery-robot .swiper-button-prev {
    display: none;
  }

  .mkuh .panels {
    display: none;
  }
  .swiper-mkuh-page {
    display: block;
    overflow: hidden;
  }

  .white-bg .space-bus-challenge {
    background-color: var(--orangr);
  }
  .white-bg .space-bus-challenge .need-command-Hub {
    color: var(--white);
  }
  .space-bus .space-bus-introduction {
    background-color: var(--white);
  }
  .space-bus .space-bus-introduction h2 {
    color: var(--orangr);
  }
}
@media screen and (max-width: 1117px) {
  .solution-summary .parallex-imgs,
  .robot .solution-summary .robots-diffs {
    width: 95%;
    margin: auto;
    justify-content: space-between;
    gap: 0px;
  }
  .solution-summary .parallex-imgs img {
    width: 48%;
    height: auto;
  }
  .solution-summary .parallex-imgs .right {
    margin-top: 55px;
  }
  .robot .solution-summary .robots-diffs .robot-diff {
    width: 90%;
    margin-top: 50px;
  }
  .robot .solution-summary .robots-diffs .robot-diff .read-more {
    margin-top: 15px;
  }
  .robot .solution-summary .cell-solition-summary-top {
    display: none;
  }

  .space-bus .space-bus-challenge .boxes {
    margin-top: 40px;
    padding: 0;
  }
  .space-bus .space-bus-challenge .boxes .box:last-of-type {
    margin-top: 0px;
  }
  .space-bus .space-bus-challenge .boxes .box img {
    width: 37vw;
    height: 22vw;
  }
  .space-bus .space-bus-features .block .main-img {
    width: 300px;
  }
  .space-bus .space-Bus-news .swiper .swiper-slide-active,
  .space-bus .space-Bus-news .swiper .swiper-slide-next {
    padding: 0;
  }
  .space-bus .space-Bus-news .swiper .swiper-slide .txt {
    padding: 14px 25px 20px;
  }
  .space-bus .space-Bus-news .swiper .swiper-slide p {
    margin-left: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 41px !important;
  }
  h2 {
    font-size: 18px;
  }
  .m1 {
    margin-top: 25px;
  }
  .big-p {
    font-size: 24px;
  }
  .small-p {
    font-size: 18px;
  }
  header .logo {
    width: 30px;
  }
  main .bottom-bar {
    justify-content: center;
    margin-bottom: 50px;
  }
  main .scroll-down,
  .made-in-uk {
    display: none;
  }
  section {
    padding: 60px 0 60px !important;
  }
  .solution-summary .solution-inlate span {
    margin-top: 20px;
  }
  .headings-p {
    flex-direction: column;
    margin-top: 35px !important;
    margin-bottom: 0px;
  }
  .headings-p h3 {
    margin-top: 20px !important;
  }
  .headings-p h3:first-of-type {
    margin-top: 0px !important;
  }
  .headings-p .desc {
    max-width: 100%;
    margin-top: 25px;
  }
  .special-feautures .command-Hub {
    margin-top: 45px;
  }
  .gallery .return-to-raf {
    line-height: 1.4;
  }
  .gallery .return-to-raf img {
    margin-right: 15px;
    width: 50px;
  }
  .image-gallery-h2 {
    margin-top: 100px;
  }
  .swiper-quotes {
    width: 90%;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 50px;
  }
  .swiper-quotes .swiper-slide {
    padding: 0;
  }
  .swiper-quotes .swiper-slide p:nth-of-type(2) {
    margin-top: 20px;
  }
  footer {
    padding: 60px 0 60px;
  }
  footer .furthrer-information {
    font-size: 35px;
    margin-top: 15px;
  }
  footer form {
    margin-top: 35px;
  }
  footer .input-block {
    flex-direction: column;
  }
  footer .input-block input {
    width: 100%;
  }
  footer .download-report-button {
    width: 100%;
    font-size: 12px;
    margin-top: 40px;
  }
  footer .footer-logo {
    width: 46px;
    margin-top: 65px;
  }
  footer .link {
    font-size: 25px;
  }
  footer .link:first-of-type {
    margin-top: 23px;
  }
  footer .link:last-of-type {
    margin-top: 5px;
  }
  footer .rights {
    font-size: 7px !important;
    margin-top: 20px;
  }

  footer .cell-footer-left {
    display: none;
  }
  footer .cell-footer-right {
    bottom: 0px;
  }
  .raf .raf-solution-summary-heading {
    flex-direction: column;
    align-items: stretch;
  }
  .raf .raf-solution-summary-heading .indices {
    font-size: 14px;
    margin-top: 15px;
  }
  .raf .raf-solution-summary-heading .indices .indice {
    width: 50%;
    padding: 0;
  }
  .suburban .purple-gallery {
    padding: 0px 0 60px !important;
  }
  .suburban .purple-gallery .swiper-gallery {
    padding-bottom: 0px;
  }
  .main-swiper .swiper-slide {
    height: 50vw;
    font-size: 30px !important;
  }
  .main-swiper .swiper-slide:hover {
    width: 100% !important;
  }
  .main-swiper .swiper-slide::after {
    display: none !important;
  }
  .main-swiper .swiper-slide img {
    display: none !important;
  }
  .main-swiper .swiper-slide p {
    max-width: 300px;
  }
  .main-swiper .swiper-button-next,
  .main-swiper .swiper-button-prev {
    display: none;
  }
  .robot main .cell-main-right,
  .robot .solution-summary .cell-solition-summary-left-2,
  .robot .solution-summary .cell-solition-summary-left {
    display: none;
  }
  .robot-artist .robot-artist-container {
    flex-direction: column;
  }
  .robot-artist .text {
    order: 2;
    margin-top: 50px;
  }
  .robot-artist .text h1 {
    font-size: 38px;
  }
  .robot-artist .text h3,
  .robot-artist .text .back-design {
    margin-top: 40px;
  }
  .robot-artist .cell-out-robot {
    width: 400px;
  }
  .robot-v2 .robot-v2-video-sec .robot-v2-video {
    width: 90%;
  }
  .robot-v2 .robot-v2-video-sec .scroll-who-making {
    margin-top: 50px;
  }
  .robot-v2 .robot-v2-video-sec .scroll-who-making h4 {
    margin-top: 15px;
  }
  .robot-v2 .exactly-can .cards {
    margin-top: 50px;
  }
  .robot-v2 .exactly-can .cards .card {
    width: 45%;
  }
  .robot-v2 .need-yr-help form {
    margin-top: 60px;
  }

  .mkuh section.for-mobile,
  .mkuh .swiper-mobile {
    display: block;
  }
  .mkuh section:not(.horizontal-part) {
    padding: 20px 0 0 !important;
    display: flex;
    flex-direction: column;
  }
  .mkuh .horizontal-part {
    padding: 0 !important;
  }
  .mkuh header {
    flex-wrap: wrap;
  }
  .mkuh .timeline {
    order: 3;
    width: 100%;
    padding: 0;
    margin-top: 36px;
  }
  .mkuh .timeline .circle.not-active-mobile {
    background-color: #d9d9d9;
  }
  .mkuh .robot-look-like .timeline .circle.not-active-mobile {
    background-color: #4b5051;
  }
  .mkuh .timeline .circle.ver-line {
    width: 1px;
  }
  .mkuh .timeline .big-circle {
    width: 5px;
    height: 5px;
  }
  .mkuh .timeline .small-circle {
    width: 4px;
    height: 4px;
  }
  .mkuh .timeline .desc {
    width: auto;
    font-size: 10px;
    white-space: nowrap;
    bottom: -16px;
    transform: translate(0);
  }
  .mkuh .timeline .desc.for-desktop {
    display: none;
  }
  .mkuh .timeline .desc.for-mobile {
    display: block;
  }
  .mkuh .timeline .desc.done-des-mobile {
    opacity: 0;
  }
  .mkuh .timeline .desc.next {
    bottom: -16px;
    opacity: 0.5;
  }
  .mkuh .timeline .desc.meet-pingubot-desc {
    transform: translate(-22vw);
  }
  .mkuh .timeline .small-circle .desc {
    bottom: -16px;
  }
  .mkuh .timeline .line {
    width: 5.55%;
    height: 1px;
    position: relative;
  }
  .mkuh .timeline .line.long-mobile {
    width: 33.33%;
  }
  .mkuh .timeline .line.double-long-mobile {
    width: 66.66%;
  }
  .mkuh .timeline .done-line-mobile {
    background-color: var(--black-black) !important;
  }
  .mkuh .timeline .line::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black-black);
  }
  .mkuh .timeline .line.long-mobile {
    width: 33.33%;
  }
  .mkuh .timeline .line.active {
    background-color: #d9d9d9;
  }

  .mkuh .understanding-tto .timeline .ongoing-mobile::after,
  .mkuh .teaching-robot .timeline .ongoing-mobile::after {
    width: 33.33%;
  }
  .mkuh .how-robots-help .timeline .ongoing-mobile::after {
    width: 66.66%;
  }
  .mkuh .How-help-hospital .timeline .ongoing-mobile::after,
  .mkuh .hello-my-name .timeline .ongoing-mobile::after,
  .mkuh .building-bot .timeline .ongoing-mobile::after,
  .mkuh .teaching-robot.for-mobile .timeline .ongoing-mobile::after,
  .mkuh .meeting-patients .timeline .ongoing-mobile::after,
  .mkuh .remote-monitoring .timeline .ongoing-mobile::after {
    width: 50%;
  }
  .mkuh .robot-look-like .timeline .ongoing-mobile {
    background-color: #4b5051 !important;
  }
  .mkuh .robot-look-like .timeline .ongoing-mobile::after {
    width: 50%;
    background-color: var(--white);
  }
  .mkuh .robot-look-like.for-mobile .timeline .ongoing-mobile::after {
    width: 100%;
    background-color: var(--white);
  }

  .mkuh .content {
    height: 100%;
    margin-top: 0;
    margin-top: 50px;
  }
  .mkuh .mkuh-container-j-p-l {
    padding: 0;
    height: 100%;
    flex-direction: column;
  }
  .mkuh .mkuh-container-with-bar {
    padding: 0 calc(5% + 22px) 0 0;
  }
  .mkuh .mkuh-container-with-bar .bar {
    width: 35px;
  }
  .mkuh h1 {
    font-family: var(--azur-light);
    font-size: 24px !important;
    letter-spacing: 2px;
  }
  .mkuh .azur-h3 {
    max-width: 160px;
    font-size: 29px;
  }
  .mkuh h4 {
    font-size: 14.25px;
  }
  .mkuh h4 br {
    display: none;
  }
  .mkuh p {
    font-size: 13.25px;
  }
  .mkuh .txt-m-gap {
    max-width: 260px;
    gap: 17px;
  }
  .mkuh .txt-m-m-t {
    padding-top: 42px;
  }
  .mkuh .scroll-right {
    width: 250px;
    height: 95px !important;
    flex-direction: row;
    padding: 10px 32px 24px 0;
  }
  .mkuh .scroll-right.without-pen {
    width: 100%;
    background-color: var(--white);
  }
  .mkuh .scroll-right .pen {
    width: 27px;
    margin-left: 0;
    margin-right: 11px;
  }
  .mkuh .scroll-right .flex {
    margin-top: 16px;
  }
  .mkuh .scroll-right .flex .main-poligons {
    width: 22px;
    margin-right: 8.5px;
  }
  .mkuh .scroll-right .flex .The-Problem {
    font-size: 12.25px;
    margin-left: 0;
    margin-right: 65px;
  }
  .mkuh .scroll-right .flex .scroll-arrow {
    width: 15px;
    margin-left: 0;
  }
  .mkuh .radius {
    border-radius: 8px;
  }
  .mkuh .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .mkuh .control-video {
    width: 50px !important;
  }

  .mkuh .mkuh-container,
  .mkuh .main-section .txt,
  .mkuh .robot-speaks-my-language .txt,
  .mkuh .robot-look-like .mkuh-container-j-p-l,
  .mkuh .designed-around-hospital .txt-video,
  .mkuh .mkuh-container-building-bot,
  .mkuh .teaching-robot .mkuh-container-with-bar,
  .mkuh .meeting-patients .txt-img,
  .mkuh .swiper-quotes-mkuh .swiper-slide .swiper-container,
  .mkuh footer .container {
    padding: 0 calc(5% + 22px) 0 calc(5% + 30px);
  }
  .mkuh .main-section h1 {
    max-width: 240px;
    margin-top: 5px;
  }
  .mkuh .main-section h6 {
    font-family: var(--azur-normal);
    font-size: 10px;
    letter-spacing: 1.25px;
    margin-top: 13px;
  }
  @keyframes animat-pen {
    0% {
      transform: translate(-15px);
    }
    100% {
      transform: translate(10px);
    }
  }

  .mkuh .understanding-tto .mkuh-container-with-bar .bar {
    height: 95px;
    margin-right: calc(5% + 15px);
  }
  .mkuh .understanding-tto h3 {
    font-size: 16px;
  }
  .mkuh .understanding-tto p {
    max-width: 350px;
    font-size: 17px;
    margin-top: 21px;
  }
  .mkuh .understanding-tto p:first-of-type {
    max-width: 350px;
  }
  .mkuh .understanding-tto p br {
    display: none;
  }

  .mkuh .how-robots-help .content {
    height: calc(100% - 216px);
  }
  .mkuh .how-robots-help .how-robots-help-container {
    padding: 0;
    flex-direction: column;
  }
  .mkuh .how-robots-help .txt-m-gap {
    margin-left: calc(5% + 30px);
  }
  .mkuh .how-robots-help .video-block {
    width: 100%;
    height: 200px;
  }

  .mkuh .not-hire-people .txts {
    flex-direction: column;
    padding: 42px calc(5% + 22px) 0 calc(5% + 30px);
    gap: 20px;
  }

  .mkuh .How-help-hospital .mkuh-container-with-bar .bar {
    height: calc(100% - 95px);
  }
  .mkuh .How-help-hospital .txt-imgs {
    padding-top: 30px;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mkuh .How-help-hospital h4 {
    max-width: 170px;
  }
  .mkuh .How-help-hospital .box {
    display: none;
  }
  .mkuh .swiper-mobile {
    width: 66vw;
    margin: auto;
    margin-top: 15px;
    padding-bottom: 35px;
  }
  .mkuh .How-help-hospital .swiper-mobile {
    width: 73vw;
    padding-bottom: 29px;
  }
  .mkuh .swiper-mobile .swiper-slide img {
    width: 100%;
    height: 165px;
    object-fit: cover;
  }
  .mkuh .How-help-hospital .swiper-mobile .swiper-slide img {
    height: 175px;
  }
  .mkuh .swiper-mobile .swiper-slide .desc {
    font-size: 10px;
    margin-top: 5px;
  }

  .mkuh .robot-speaks-my-language h3 {
    font-size: 19px;
    margin-top: 30px;
  }
  .mkuh .robot-speaks-my-language p {
    max-width: 300px;
    font-size: 19px;
  }

  .mkuh .robot-look-like.for-desktop h4 br {
    display: block;
  }
  .mkuh .robot-look-like.for-desktop .robot-look-like-swiper,
  .mkuh .robot-look-like.for-desktop .scroll-right {
    display: none;
  }
  .mkuh .robot-look-like.for-mobile .txt-swiper {
    flex-direction: column;
  }
  .mkuh .robot-look-like.for-mobile .published-job {
    max-width: 115px;
    font-size: 9px;
    line-height: 1.3;
  }
  .mkuh .robot-look-like.for-mobile .robot-look-like-swiper {
    width: 100%;
    height: 330px;
    margin-top: 35px;
    margin-left: 0;
    padding-bottom: 44px;
  }
  .mkuh .robot-look-like .robot-look-like-swiper .swiper-slide img {
    border-radius: 8px;
  }
  .mkuh .hello-my-name .bar {
    width: 15px;
  }
  .mkuh .hello-my-name .txt-imgs {
    justify-content: flex-start;
    flex-direction: column;
  }
  .mkuh .hello-my-name .box:last-of-type {
    display: none;
  }
  .mkuh .hello-my-name .video-block {
    width: 100%;
  }
  .mkuh .hello-my-name .video-block video {
    height: 180px;
    margin-top: 20px;
  }
  .mkuh .hello-my-name .video-block .desc {
    font-size: 10px;
    margin-top: 7px;
  }
  .mkuh .hello-my-name.for-mobile .content {
    height: calc(100% - 216px);
  }
  .mkuh .hello-my-name.for-mobile .letter {
    width: calc(100vw + 35px);
    height: 100%;
    object-fit: cover;
    transform: translate(-17.5px);
  }

  .mkuh .designed-around-hospital .txt-video {
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
  }
  .mkuh .designed-around-hospital .video-block {
    width: 100%;
    height: 180px;
  }
  .mkuh .designed-around-hospital .txt {
    order: 2;
  }

  .mkuh .building-installing .img-blobk img {
    width: 100%;
  }
  .mkuh .building-installing .img-blobk .desc h5,
  .mkuh .meeting-patients .swiper-mobile h5 {
    font-family: var(--din-bold);
    font-size: 9.25px;
    margin-top: 9px;
  }
  .mkuh .building-installing .img-blobk .desc p,
  .mkuh .meeting-patients .swiper-mobile p {
    font-size: 9.25px;
    margin-top: 3px;
  }
  .mkuh .building-installing .img-blobk .desc p br {
    display: none;
  }

  .mkuh .building-bot .content {
    margin-top: 38px;
  }
  .mkuh .building-bot .mkuh-container-building-bot {
    flex-direction: column;
  }
  .mkuh .building-bot .txt-block {
    color: var(--black-black);
    background-color: var(--white);
    height: auto;
    padding-left: 0;
    flex: 0;
  }
  .mkuh .building-bot .txt-m-m-t {
    padding-top: 0px;
  }
  .mkuh .building-bot .img-blobk img {
    height: 180px;
    transform: translate(0);
  }
  .mkuh .building-bot .img-blobk .desc {
    margin-left: 0;
  }
  .mkuh .building-bot .mobile-bar {
    width: 150px;
    height: 95px;
    background-color: var(--black-green);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .mkuh .installing-bot .mobile-bar {
    width: 130px;
    height: 100%;
    background-color: var(--black-green);
    position: absolute;
    top: 120px;
    left: 0;
  }
  .mkuh .installing-bot .content {
    width: 265px;
    margin-left: auto;
    background-color: #aebcc4;
  }
  .mkuh .installing-bot .img-blobk {
    width: 200px;
    margin-top: 60px;
    padding-top: 305px;
    position: relative;
  }
  .mkuh .installing-bot .img-blobk img {
    width: 67vw;
    height: 300px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0px;
  }

  .mkuh .teaching-robot.main .content {
    background-color: #aebcc4;
  }
  .mkuh .teaching-robot.main .mkuh-container-with-bar {
    flex-direction: column;
  }
  .mkuh .teaching-robot .bar {
    display: none;
  }
  .mkuh .teaching-robot.main .txt-imgs-blocks {
    display: flex;
    margin-top: 35px;
  }
  .mkuh .teaching-robot.main .txt-m-gap {
    max-width: 300px;
  }
  .mkuh .teaching-robot h3 {
    width: auto;
  }
  .mkuh .teaching-robot .img-block {
    display: none;
  }
  .mkuh .teaching-robot.main .meet-pingubot {
    display: none;
  }

  .mkuh .teaching-robot.meet-pingubot-1 .mkuh-container-with-bar {
    padding: 0;
  }
  .mkuh .teaching-robot.meet-pingubot-1 .bar {
    display: block;
  }
  .mkuh .teaching-robot.meet-pingubot-1 .meet-pingubot {
    width: 50vw;
  }
  .mkuh .teaching-robot .meet-pingubot .txt {
    font-size: 38px !important;
    letter-spacing: 5px;
    white-space: nowrap;
    margin-left: -138px;
  }
  .mkuh .teaching-robot .meet-pingubot .txt br {
    display: none;
  }
  .mkuh .teaching-robot .meet-pingubot .arrow {
    width: 25px;
    margin-left: -116px;
  }

  .mkuh .meeting-patients .txt-img {
    flex-direction: column;
    margin-top: 5px;
  }
  .mkuh .meeting-patients .txt-m-gap {
    max-width: 300px;
  }
  .mkuh .meeting-patients .txt-img .child-img {
    display: none;
  }
  .mkuh .meeting-patients.main .scroll-right {
    display: none;
  }

  .mkuh .meeting-patients.to-remote .mkuh-container-j-p-l {
    justify-content: flex-end;
  }

  .mkuh .remote-monitoring.for-desktop .txt,
  .mkuh .remote-monitoring.for-desktop .img-banner {
    display: none;
  }
  .mkuh .remote-monitoring .img-banner {
    width: calc(120vw + 250px);
    background-position: 0;
    margin-left: calc(-250px - 100vw);
  }
  .mkuh .remote-monitoring .txt {
    max-width: 180px;
  }

  .mkuh .mkuh-quotes {
    padding: 0 !important;
    justify-content: center;
  }
  .mkuh .swiper-quotes-mkuh {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
  }
  .mkuh .swiper-quotes-mkuh .change {
    display: flex;
    justify-content: center;
    gap: 23px;
  }
  .mkuh .swiper-quotes-mkuh .swiper-button-next,
  .mkuh .swiper-quotes-mkuh .swiper-button-prev {
    position: static;
    transform: scale(0.65);
  }
  .mkuh .swiper-quotes-mkuh .swiper-wrapper {
    order: 2;
  }
  .mkuh .swiper-quotes-mkuh .swiper-slide .swiper-container {
    max-width: 450px;
  }
  .mkuh .swiper-quotes-mkuh .txt-content {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mkuh .swiper-quotes-mkuh .txt-content .comma {
    display: none;
  }
  .mkuh .swiper-quotes-mkuh .swiper-slide .full-name {
    font-size: 14px;
    margin-top: 25px;
  }
  .mkuh .swiper-quotes-mkuh .swiper-slide .department {
    font-size: 10px;
  }
  .mkuh .swiper-quotes-mkuh .swiper-pagination {
    position: static;
    order: 4;
    margin-top: 30px;
  }

  .mkuh footer .container {
    width: 100%;
  }
  .mkuh footer .interested-h3 {
    font-size: 26px;
  }
  .mkuh footer .checkboxes {
    margin-top: 16px;
  }
  .mkuh footer .checkbox-block input {
    width: 18px;
    height: 18px;
  }
  .mkuh footer .checkbox-block h5 {
    font-size: 11px;
    margin-left: 10px;
  }
  .mkuh footer form {
    margin-top: 23px;
  }
  .mkuh footer .brief-input {
    height: 100px;
    font-size: 10px;
    padding: 12px 14px;
    margin-bottom: 3px;
  }
  .mkuh footer .input-block input {
    height: 30px;
    font-size: 10px;
    padding: 12px 14px;
    margin-bottom: 5px;
  }
  .mkuh footer .input-block:last-of-type input {
    margin-bottom: 5px;
  }
  .mkuh footer .submit-button {
    width: 150px;
    height: 27px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 15px;
    border-radius: 30px;
  }

  .space-bus p {
    font-size: 18px;
  }
  .space-bus .margin-top-s {
    margin-top: 35px !important;
  }

  .space-bus .main-section h1 {
    font-size: 45px;
  }

  .space-bus .main-video-txt .video-block {
    margin-top: 80px;
  }
  .space-bus .main-video-txt .video-block video {
    border-radius: 5px;
  }
  .space-bus .main-video-txt .video-block .control-video {
    width: 50px;
  }
  .space-bus .main-video-txt .autonomous-cars-p {
    font-size: 32px;
    margin-top: 60px;
  }

  .space-bus .space-bus-challenge .boxes .box p {
    max-width: 250px;
    font-size: 17px;
    margin-top: 7px;
  }
  .space-bus .space-bus-challenge .One-biggest-challenges-p {
    max-width: 600px;
    font-size: 32px;
    margin-top: 45px;
  }
  .space-bus .space-bus-challenge .One-biggest-challenges-p br {
    display: none;
  }
  .space-bus .space-bus-introduction .car {
    width: 100%;
    margin-top: 0px;
  }
  .space-bus .space-bus-introduction .to-see-everything {
    margin-top: 0px;
  }
  .space-bus .space-bus-introduction .seperator {
    margin: 40px auto;
  }
  .space-bus .space-bus-introduction .choices {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 3vw;
  }
  .space-bus .space-bus-features .block {
    padding-bottom: 43px;
    margin-top: 47.5px;
  }
  .space-bus .space-bus-features .block:nth-of-type(2n + 1) .txt {
    margin-left: 40px;
  }
  .space-bus .space-bus-features .block:nth-of-type(2n) .txt {
    margin-right: 40px;
  }
  .space-bus .space-bus-features .block .txt h3 {
    font-size: 25px;
  }
  .space-bus .space-bus-features .block .txt p {
    margin-top: 15px;
  }
  .space-bus .space-Bus-news .swiper {
    margin-top: 50px;
  }
  .space-bus .the-autonomous .flex {
    display: block;
  }
  .space-bus .the-autonomous .flex .txt {
    text-align: center;
  }
  .space-bus .the-autonomous .flex h3 {
    font-size: 30px;
  }
  .space-bus .the-autonomous .flex p {
    font-size: 17px;
    margin: auto;
    margin-top: 10px;
  }
  .space-bus .the-autonomous .flex button {
    margin-top: 23px;
  }
  .space-bus .the-autonomous .flex .main-img {
    display: none;
  }

  .kargo h1 {
    font-size: 31px !important;
  }
  .kargo h2 {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .kargo .main-p {
    max-width: 600px;
    font-size: 19px;
    margin: auto;
    margin-top: 25px;
  }

  .kargo .the-challenge p {
    font-size: 29px;
  }

  .kargo .introducing-kar-go .main-img {
    margin-top: 39px;
  }

  .kargo .where-find .boxes-columns {
    gap: 50px;
    margin-top: 40px;
  }

  .kargo footer .submit-button {
    width: 100%;
  }
}
@media screen and (max-width: 756px) {
  .full-screen-video .control-video {
    width: 50px;
  }
  .solution-summary .parallex-imgs,
  .robot .solution-summary .robots-diffs {
    width: 90%;
    flex-direction: column;
  }
  .solution-summary .parallex-imgs img {
    width: 100%;
  }
  .solution-summary .parallex-imgs .left {
    margin-top: 35px;
  }
  .solution-summary .parallex-imgs .right {
    margin-top: 25px;
  }
  .container-airbas img {
    display: none;
  }
  .container-airbas h2 {
    margin: 0;
  }
  .main-page footer {
    padding: 0px 0 90px;
  }
  .robot .robot-video-modal,
  .robot .robot-more-modal {
    padding-top: 0vw;
  }
  .robot .robot-video-modal .video-main-modal {
    width: 90%;
  }
  .robot .solution-summary .robots-diffs .robot-diff {
    width: 100%;
  }
  .robot .insert-suggestion button {
    width: 240px;
    margin-top: 40px;
  }
  .robot footer .footer-logo {
    margin-top: 70px;
  }
  .robot-v2 .solution-summary .robots-diffs .right div:first-of-type {
    margin-top: 50px;
  }
  .robot-v2 .exactly-can .exactly-can-container {
    width: 90%;
  }
  .robot-v2 .exactly-can .cards .card {
    width: 100%;
  }
  .robot-v2 .need-yr-help .txt p {
    color: var(--white);
    margin-top: 30px;
  }
  .robot-v2 .need-yr-help button {
    width: 100%;
    margin-top: 40px;
  }
  .robot-v2 .need-yr-help form .submit {
    width: 100%;
  }

  .mkuh footer .checkboxes {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kargo .kar-go-streets .boxes {
    margin-top: 40px;
  }
  .kargo .kar-go-streets .boxes .top {
    flex-wrap: wrap;
  }
  .kargo .kar-go-streets .boxes .bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .kargo .kar-go-streets .boxes .box {
    width: 50%;
  }
  .kargo .kar-go-streets .boxes .box:nth-of-type(2) {
    border-right: 0;
  }
  .kargo .kar-go-streets .boxes .box:nth-of-type(3),
  .kargo .kar-go-streets .boxes .box:nth-of-type(4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .space-bus .space-bus-challenge .boxes {
    flex-direction: column;
  }
  .space-bus .space-bus-challenge .boxes .box img {
    width: 100%;
    height: 50vw;
    border-radius: 5px;
  }
  .space-bus .space-bus-challenge .boxes .box:last-of-type {
    margin-top: 30px;
  }
  .space-bus .space-bus-challenge .boxes .box p {
    max-width: 400px;
  }
  .space-bus .space-bus-introduction .choices {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5vw;
  }
  .space-bus .space-bus-features .block {
    flex-direction: column;
    align-items: center;
  }
  .space-bus .space-bus-features .block .main-img {
    max-width: 300px;
    width: 100%;
  }
  .space-bus .space-bus-features .block .txt {
    text-align: center !important;
    order: 2;
    margin: 0 !important;
  }
  .space-bus .space-bus-features .block .txt h3 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  h1 br {
    display: none;
  }
  main .text h3 {
    font-size: 10vw;
  }
  main .container {
    padding: 30px 0;
  }
  .special-feautures {
    background: var(--blue);
    transition: 1s;
    height: auto;
    padding: 60px 0 60px;
  }
  .suburban .special-feautures {
    padding: 0px 0 60px !important;
  }
  .nav-overlay {
    width: 100%;
    height: 100%;
  }
  nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .robot .swiper-gallery-robot {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .robot .swiper-gallery-robot .swiper-slide {
    height: auto;
  }
  .robot .robot-more-modal p {
    max-width: 90%;
  }

  .robot-artist .text p {
    width: 100%;
  }
  .robot-artist .cell-out-robot {
    width: 100%;
  }
  .robot-v2 .need-yr-help form .promise input {
    width: 50px;
    height: 50px;
  }

  .space-bus .space-Bus-news .swiper .swiper-slide .txt {
    height: 150px;
  }
  .space-bus .space-Bus-news .swiper .swiper-slide p {
    max-width: none;
  }

  .kargo .where-find .boxes-columns .box {
    width: 100%;
  }

  .kargo .kar-go-streets .boxes .box {
    height: 190px;
    padding: 0 10px;
    /* margin-top: 50px; */
  }
  .kargo .kar-go-streets .boxes .box .img-block {
    width: 75px;
    height: 75px;
  }
  .kargo .kar-go-streets .boxes .box h6 {
    font-size: 11px;
    max-width: none;
  }
  
}
@media screen and (max-width: 360px) {
  .space-bus .space-bus-introduction .choices {
    grid-template-columns: repeat(2, 1fr);
  }
  .space-bus .space-Bus-news .swiper .swiper-slide .txt {
    height: 180px;
  }

  .kargo .kar-go-streets .boxes .box h6 {
    font-size: 10px;
  }
}
