@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap"); /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 1168px;
  margin: 0 auto;
}

.sub_container {
  position: absolute;
  top: 280px;
  right: 62px;
  width: 300px;
}

.header {
  height: 90px;
  width: 100%;
  padding: 24px 0;
  position: fixed;
  z-index: 50;
}
.header:before {
  content: "";
  background-color: #181818;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__burger {
  display: none;
}
.header__logo {
  flex: 0 0 128px;
  position: relative;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  flex-wrap: wrap;
}
.header__link {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  margin-right: 32px;
  position: relative;
}
.header__link:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.header__link:hover {
  transition: all 0.5s;
}
.header__link:hover::after {
  width: 100%;
  transition: width 0.5s;
}
.header__link-small {
  font-size: 13px;
  margin-right: 58px;
}
.header__link-btn {
  padding: 9px 20px 13px 20px;
  background: #FFFFFF;
  border-radius: 14px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-right: 0;
  border: 1px solid #000000;
}
.header__link-btn:hover {
  border: 1px solid #fff;
  background-color: #181818;
  color: #fff;
}
.header__link-btn:hover::after {
  display: none;
}

.banner {
  background: url("../img/bg_main.jpg") no-repeat center/cover;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 75px 0;
}
.banner__title {
  font-weight: 400;
  font-size: 54px;
  line-height: 59px;
  text-align: center;
  color: #FFFFFF;
}
.banner__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0C0C0;
}
.banner__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #C0C0C0;
  max-width: 580px;
  margin: 18px auto 0;
}

.location {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  list-style: none;
  align-items: center;
}
.location li {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.location li:before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.location li:nth-child(2):before {
  background-image: url("../img/icon_2.svg");
}
.location li:nth-child(3):before {
  background-image: url("../img/icon_3.svg");
  width: 32px;
}
.location li:nth-child(4):before {
  background-image: url("../img/icon_4.svg");
  width: 10px;
}

.projects {
  background-color: #000;
  padding: 100px 0;
}
.projects__wrapper {
  max-width: 1168px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 42px;
}
.projects__item {
  max-width: 576px;
  position: relative;
  margin-bottom: 16px;
}
.projects__item img {
  width: 100%;
  display: block;
}
.projects__item-title {
  text-transform: uppercase;
  color: #FFFFFF;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 15px;
}
.projects__descr {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-right: 30px;
}
.projects__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C0C0C0;
  margin-bottom: 15px;
}

.title {
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
.title_fz23 {
  font-size: 23px;
  line-height: 30px;
  color: #C0C0C0;
}
.title_fz14 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
}
.title_fz28 {
  font-size: 28px;
  line-height: 32px;
}

.btn {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 14px;
  width: 145px;
  height: 42px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  width: 100%;
  height: 100%;
  left: 0px;
  border-radius: 14px;
  z-index: -1;
}

.japan {
  min-height: 600px;
  background: url("../img/bg_japan.jpg") no-repeat center/cover;
  position: relative;
}
.japan__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C0C0C0;
}
.japan__title {
  text-align: left;
  margin-left: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tools {
  background-color: #000;
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
}
.tools__descr {
  width: 50%;
  padding-right: 10px;
}
.tools__title {
  color: #FFFFFF;
  text-align: left;
  margin-top: 6px;
}
.tools__subtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0C0C0;
  text-align: left;
}
.tools__text {
  display: block;
  max-width: 514px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 14px 0 20px 0;
}
.tools__img {
  background: url("../img/tools.jpg") no-repeat center/cover;
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.tools__btn {
  width: 152px;
}

.costa-rica {
  min-height: 600px;
  background: url("../img/bg_costarica.jpg") no-repeat center/cover;
  position: relative;
}
.costa-rica__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C0C0C0;
}
.costa-rica__title {
  text-align: left;
  margin-left: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nepal {
  min-height: 600px;
  background: url("../img/bg_nepal.jpg") no-repeat center/cover;
  position: relative;
}
.nepal__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C0C0C0;
}
.nepal__title {
  text-align: left;
  margin-left: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.clients {
  min-height: 500px;
  background-color: #000;
  padding: 110px 0;
}
.clients__title {
  margin-bottom: 15px;
}
.clients__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .owl-carousel {
  margin-top: 80px;
}
.clients .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.clients .owl-carousel .owl-item {
  text-align: center;
}
.clients .clients__item {
  max-width: 128px;
  display: inline-block;
}
.clients .clients__item img {
  width: 100%;
}

.touch {
  background-color: #000;
  padding: 110px 0;
}
.touch__container {
  max-width: 570px;
  margin: 0 auto;
}
.touch__title {
  margin-bottom: 15px;
}
.touch__subtitle {
  margin-bottom: 15px;
}
.touch__btn {
  width: 154px;
  margin: 0 auto;
}

.footer {
  background-color: #000;
  padding: 90px 0;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__menu {
  display: flex;
  justify-content: space-around;
}
.footer__img {
  width: 128px;
  display: block;
}
.footer__img img {
  width: 100%;
}
.footer__logo-text {
  font-weight: 400;
  font-size: 13px;
  color: #C0C0C0;
  margin-top: 15px;
}
.footer__list {
  list-style: none;
  margin-right: 55px;
}
.footer__list_last {
  margin-right: 95px;
}
.footer__item {
  margin-top: 10px;
}
.footer__item_title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0C0C0;
}
.footer__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 36px 0 56px 0;
}
.footer__social {
  display: flex;
  justify-content: space-between;
}
.footer__social-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C0C0C0;
}
.footer__social-items {
  display: flex;
  align-items: center;
}
.footer__social-link {
  margin: 0 10px;
  width: 24px;
  display: block;
}
.footer__social-link img {
  width: 100%;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #181818;
  z-index: 100;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.preloader.done {
  opacity: 0;
  visibility: hidden;
}

.socket {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

.hex-brick {
  background: #ffffff;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.h2 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.h3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.gel {
  height: 30px;
  width: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.center-gel {
  margin-left: -15px;
  margin-top: -15px;
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.c1 {
  margin-left: -47px;
  margin-top: -15px;
}

.c2 {
  margin-left: -31px;
  margin-top: -43px;
}

.c3 {
  margin-left: 1px;
  margin-top: -43px;
}

.c4 {
  margin-left: 17px;
  margin-top: -15px;
}

.c5 {
  margin-left: -31px;
  margin-top: 13px;
}

.c6 {
  margin-left: 1px;
  margin-top: 13px;
}

.c7 {
  margin-left: -63px;
  margin-top: -43px;
}

.c8 {
  margin-left: 33px;
  margin-top: -43px;
}

.c9 {
  margin-left: -15px;
  margin-top: 41px;
}

.c10 {
  margin-left: -63px;
  margin-top: 13px;
}

.c11 {
  margin-left: 33px;
  margin-top: 13px;
}

.c12 {
  margin-left: -15px;
  margin-top: -71px;
}

.c13 {
  margin-left: -47px;
  margin-top: -71px;
}

.c14 {
  margin-left: 17px;
  margin-top: -71px;
}

.c15 {
  margin-left: -47px;
  margin-top: 41px;
}

.c16 {
  margin-left: 17px;
  margin-top: 41px;
}

.c17 {
  margin-left: -79px;
  margin-top: -15px;
}

.c18 {
  margin-left: 49px;
  margin-top: -15px;
}

.c19 {
  margin-left: -63px;
  margin-top: -99px;
}

.c20 {
  margin-left: 33px;
  margin-top: -99px;
}

.c21 {
  margin-left: 1px;
  margin-top: -99px;
}

.c22 {
  margin-left: -31px;
  margin-top: -99px;
}

.c23 {
  margin-left: -63px;
  margin-top: 69px;
}

.c24 {
  margin-left: 33px;
  margin-top: 69px;
}

.c25 {
  margin-left: 1px;
  margin-top: 69px;
}

.c26 {
  margin-left: -31px;
  margin-top: 69px;
}

.c27 {
  margin-left: -79px;
  margin-top: -15px;
}

.c28 {
  margin-left: -95px;
  margin-top: -43px;
}

.c29 {
  margin-left: -95px;
  margin-top: 13px;
}

.c30 {
  margin-left: 49px;
  margin-top: 41px;
}

.c31 {
  margin-left: -79px;
  margin-top: -71px;
}

.c32 {
  margin-left: -111px;
  margin-top: -15px;
}

.c33 {
  margin-left: 65px;
  margin-top: -43px;
}

.c34 {
  margin-left: 65px;
  margin-top: 13px;
}

.c35 {
  margin-left: -79px;
  margin-top: 41px;
}

.c36 {
  margin-left: 49px;
  margin-top: -71px;
}

.c37 {
  margin-left: 81px;
  margin-top: -15px;
}

.r1 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

.r1 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

@keyframes pulse00 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.01);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade00 {
  0% {
    background: #a8a8a8;
  }
  50% {
    background: #ffffff;
  }
  100% {
    background: #c0c0c0;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .projects__item {
    max-width: 470px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header__link {
    margin-right: 20px;
    font-size: 13px;
  }
  .header__link-small {
    font-size: 11px;
  }
  .header__link-btn {
    padding: 7px 16px 10px 16px;
  }
  .projects__item {
    max-width: 350px;
  }
  .projects__item-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .projects__text {
    font-size: 12px;
    line-height: 14px;
  }
  .btn {
    width: 120px;
    font-size: 12px;
    height: 30px;
  }
  .btn:before {
    width: 25px;
    height: 25px;
    left: 5px;
  }
  .clients__title {
    font-size: 35px;
    line-height: 35px;
  }
  .clients__subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .touch__title {
    font-size: 35px;
    line-height: 35px;
  }
  .touch__subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .touch__btn {
    width: 154px;
    height: 42px;
    font-size: 15px;
  }
  .touch__btn:before {
    width: 32px;
    height: 32px;
    left: 10px;
  }
  .footer__logo-text {
    font-size: 10px;
    margin-top: 5px;
  }
  .footer__list {
    margin-right: 30px;
  }
  .footer__social-text {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  body.lock {
    overflow: hidden;
  }
  .container {
    max-width: 540px;
  }
  .header {
    height: 50px;
    padding: 8px 0 0 0;
  }
  .header__burger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }
  .header__burger span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: 5px;
    top: 18px;
    transition: all 0.3s ease-out;
  }
  .header__burger span:before, .header__burger span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    top: -10px;
    transition: all 0.3s ease-out;
  }
  .header__burger span:after {
    top: 10px;
  }
  .header__menu {
    position: fixed;
    right: 0;
    top: -100%;
    background-color: #181818;
    width: 400px;
    height: 100%;
    transition: all 0.3s ease-out;
    overflow: auto;
  }
  .header__list {
    display: block;
  }
  .header__item {
    padding: 10px 0;
  }
  .header__item:last-child {
    margin-top: 30px;
  }
  .header__link {
    margin-right: 0;
    font-size: 20px;
  }
  .header__link-btn {
    border: none;
  }
  .header.active .header__menu {
    padding: 100px 20px 20px 20px;
    top: 0;
  }
  .header.active .header__burger span {
    width: 0;
  }
  .header.active .header__burger span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .header.active .header__burger span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  .banner {
    height: 100vh;
  }
  .banner__title {
    font-size: 40px;
    line-height: 40px;
  }
  .banner__subtitle {
    font-size: 12px;
  }
  .banner__text {
    font-size: 12px;
    margin-top: 14px;
    line-height: 16px;
  }
  .location li {
    font-size: 10px;
  }
  .location li:before {
    width: 10px;
    height: 10px;
  }
  .location li:nth-child(3):before {
    width: 24px;
    height: 12px;
  }
  .location li:nth-child(4):before {
    height: 15px;
  }
  .projects {
    padding: 50px 0;
  }
  .projects__wrapper {
    justify-content: center;
    margin-top: 25px;
  }
  .projects__item {
    max-width: 450px;
  }
  .projects__item-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .projects__text {
    font-size: 12px;
    line-height: 17px;
  }
  .projects__title {
    font-size: 30px;
    line-height: 30px;
  }
  .projects__subtitle {
    font-size: 14px;
  }
  .tools__title {
    font-size: 24px;
    line-height: 18px;
  }
  .tools__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  .tools__text {
    font-size: 12px;
    line-height: 14px;
  }
  .clients {
    min-height: 400px;
    padding: 50px 0;
  }
  .clients__title {
    font-size: 30px;
    line-height: 30px;
  }
  .clients__subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .touch {
    padding: 60px 0;
  }
  .touch__container {
    width: 450px;
  }
  .touch__title {
    font-size: 30px;
    line-height: 30px;
  }
  .touch__subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .touch__btn {
    width: 154px;
    height: 42px;
    font-size: 15px;
  }
  .touch__btn:before {
    width: 32px;
    height: 32px;
    left: 10px;
  }
  .footer__wrapper {
    display: block;
  }
  .footer__logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer__img {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .header__menu {
    width: 100%;
  }
  .header__list {
    text-align: center;
  }
  .banner__title {
    font-size: 30px;
    line-height: 30px;
  }
  .banner__subtitle {
    font-size: 11px;
  }
  .banner__text {
    max-width: 380px;
    font-size: 11px;
    margin-top: 10px;
    line-height: 14px;
  }
  .location li {
    font-size: 10px;
  }
  .location li:before {
    width: 10px;
    height: 10px;
  }
  .location li:nth-child(3):before {
    width: 24px;
    height: 12px;
  }
  .location li:nth-child(4):before {
    height: 15px;
  }
  .projects__title {
    font-size: 25px;
    line-height: 25px;
  }
  .projects__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  .projects__item {
    max-width: 450px;
  }
  .projects__item-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .projects__text {
    font-size: 12px;
    line-height: 16px;
  }
  .sub_container {
    top: 180px;
    width: 250px;
  }
  .japan {
    min-height: 400px;
  }
  .japan__text {
    font-size: 12px;
  }
  .tools {
    min-height: 450px;
    padding-top: 40px;
    display: block;
  }
  .tools__descr {
    width: 100%;
  }
  .tools__img {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin-top: 40px;
  }
  .tools__title {
    font-size: 24px;
    line-height: 18px;
  }
  .tools__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  .tools__text {
    font-size: 12px;
    line-height: 14px;
  }
  .costa-rica {
    min-height: 400px;
  }
  .costa-rica__text {
    font-size: 12px;
  }
  .nepal {
    min-height: 400px;
  }
  .nepal__text {
    font-size: 12px;
  }
  .touch__container {
    width: 100%;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__logo-text {
    font-size: 9px;
  }
  .footer__item {
    margin-top: 5px;
  }
  .footer__list {
    margin-right: 20px;
  }
  .footer__link {
    font-size: 12px;
  }
  .footer__line {
    margin: 20px 0 25px 0;
  }
  .footer__social {
    flex-direction: column;
  }
  .footer__social-text {
    order: 2;
    margin: 10px auto 0;
  }
  .footer__social-items {
    order: 1;
    justify-content: center;
  }
  .footer__social-link {
    width: 20px;
    margin: 0 5px;
  }
}