h3 {
  margin-top: -3px;
  margin-bottom: 14px;
  font-family: Unbounded, sans-serif;
  font-size: 1.7vw;
  line-height: 2.3vw;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #0597f8;
  text-decoration: underline;
}

a:hover {
  color: #e83c6a;
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  margin-left: 9vw;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.mask {
  width: 100%;
  padding-left: 4vw;
}

.metk {
  width: 2px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #383d4b;
}

.metk-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 46px;
  margin-right: 5px;
  margin-left: 5px;
}

.met-blue {
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 46px;
  background-color: #7963ff;
}

.sec1-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-16 {
  height: 50px;
}

.right-arrow {
  left: 15vw;
  top: auto;
  right: auto;
  bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 32px;
  height: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #383d4b;
}

.right-arrow:hover {
  color: #0597f8;
}

.met-green {
  position: absolute;
  z-index: 2;
  width: 2px;
  height: 46px;
  background-color: #0597f8;
}

.slider {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.heading {
  margin-bottom: 0px;
  margin-left: 4vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  color: #fff;
  font-size: 6vw;
  line-height: 4vw;
  font-weight: 300;
}

.city-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/souz2022-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-slide._2 {
  background-image: url('../images/souz2022-3.jpg');
}

.photo-slide._0 {
  background-image: url('../images/souz2022-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, transparent), to(rgba(1, 0, 38, 0.7))), url('../images/Slide3S.jpg');
  background-image: linear-gradient(180deg, transparent 59%, rgba(1, 0, 38, 0.7)), url('../images/Slide3S.jpg');
}

.left-arrow {
  left: 5vw;
  top: auto;
  right: auto;
  bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 32px;
  height: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #383d4b;
}

.left-arrow:hover {
  color: #0597f8;
}

.wrap-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cif {
  color: #635c94;
  font-size: 28px;
  font-weight: 400;
}

.cif._2 {
  color: #00c59e;
}

.select-slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.brand {
  width: 16vw;
  margin-top: 8px;
}

.cross {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-size: 38px;
  font-weight: 400;
}

.contact-head-mob {
  display: none;
}

.contact-block-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-menu {
  padding-left: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  padding: 8px 4vw 2px;
  background-color: #15171c;
  line-height: 24px;
}

.nav-link {
  padding-top: 5px;
  padding-bottom: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #00a0ff;
  text-decoration: underline;
}

.burger {
  display: none;
}

.html-icon {
  width: 22px;
  height: 22px;
}

.html-icon._2 {
  height: 18px;
}

.h-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 38px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0597f8;
}

.h-icon:hover {
  color: #e83c6a;
}

.h-icon._2 {
  margin-right: -10px;
}

.popup-menu {
  z-index: 1;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fon-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100vh;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-weight: 400;
}

.socials-block {
  display: none;
  height: 55px;
  margin-right: 0px;
  margin-left: 10px;
}

.body {
  background-color: #15171c;
  font-family: Akrobat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
}

._3line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  position: absolute;
  left: 5vw;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-top {
  font-family: Unbounded, sans-serif;
  font-size: 3vw;
  line-height: 3.8vw;
  font-weight: 700;
}

.section {
  height: 100vh;
}

.cont-wrap {
  padding: 4vw;
}

.heading-main {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 2.3vw;
  line-height: 3vw;
  font-weight: 700;
}

.text-with-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line {
  width: 20vw;
  height: 2px;
  margin-top: 1.8vw;
  margin-right: 1vw;
  background-color: #0597f8;
}

.line._2 {
  margin-top: 0vw;
}

.line._0 {
  height: 0px;
}

.text-wrap {
  width: 57vw;
}

.wrap-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 50px;
  padding: 36px 40px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #20232a;
}

.child._2 {
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-2 {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Akrobat, sans-serif;
  font-size: 2.5vw;
  line-height: 2.6vw;
  font-weight: 600;
}

.heading-2._3 {
  width: auto;
  margin-bottom: 10px;
}

.icon-big {
  width: 80px;
  height: 68px;
  margin-right: 28px;
  color: #0597f8;
}

.paragraph {
  font-size: 2vw;
  line-height: 2.3vw;
}

.wrap-centr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-size: 1.9vw;
  line-height: 2vw;
  font-weight: 300;
}

.div-block-18 {
  width: 55%;
}

.list {
  margin-right: 40px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 26px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 280px;
  margin-top: -14px;
  margin-left: 40px;
}

.image-2 {
  width: 71vw;
}

.div-block-20 {
  margin-top: 4vw;
}

.text-block-21 {
  display: inline-block;
  margin-right: 5px;
}

.copyr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
}

.link-3 {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 16px;
}

.link-3.conf {
  display: none;
}

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

.aiwin-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 4vw 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  display: inline-block;
  margin-right: 6px;
  margin-left: 3px;
  font-size: 20px;
}

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

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aiwin-logo {
  display: block;
}

.phone-dek {
  padding: 10px 0px 12px 8px;
  color: #fff;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-2 {
  display: none;
}

.div-block-50 {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

._2-colums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 7vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link {
  margin-bottom: 3px;
  padding: 0px;
  background-color: transparent;
  opacity: 0.35;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 0.8;
}

.div-block-29 {
  width: 30vw;
}

.tabs-content {
  width: 90%;
}

.img {
  width: 100%;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(21, 23, 28, 0);
}

.slide {
  width: 32%;
  height: auto;
  margin-right: 0.66%;
  margin-left: 0.66%;
}

.icon {
  margin-left: 0px;
}

.icon-2 {
  margin-right: 0px;
}

.mask-2 {
  width: 92%;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1440px) {
  .div-block-16 {
    height: 50px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .nav-link {
    padding-top: 7px;
  }

  .body {
    font-size: 21px;
    line-height: 25px;
  }

  .heading-2 {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }

  .heading-2._2 {
    line-height: 1.8vw;
  }

  .text-span {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .image {
    height: 300px;
    margin-top: -22px;
  }

  .phone-dek {
    padding-top: 12px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  p {
    margin-bottom: 8px;
  }

  .slide-nav {
    margin-left: 10vw;
  }

  .metk {
    height: 15px;
  }

  .metk-wrap {
    height: 30px;
  }

  .met-blue {
    height: 30px;
  }

  .right-arrow {
    bottom: 6px;
    width: 30px;
    height: 18px;
  }

  .met-green {
    height: 30px;
  }

  .heading {
    font-size: 50px;
    line-height: 40px;
  }

  .left-arrow {
    bottom: 6px;
    width: 30px;
    height: 18px;
  }

  .cif {
    font-size: 20px;
  }

  .select-slide-wrap {
    margin-left: 6vw;
  }

  .brand {
    width: 190px;
    margin-top: 6px;
  }

  .link-mob {
    display: inline-block;
    margin-right: 40px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    text-decoration: underline;
  }

  .cross {
    z-index: 10;
    margin-right: 2vw;
    padding: 14px 2vw;
    font-size: 54px;
    text-decoration: none;
  }

  .contact-head-mob {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .phone-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
  }

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

  .brand-menu {
    width: 190px;
    margin-top: 20px;
  }

  .navbar {
    padding-top: 4px;
    padding-bottom: 10px;
  }

  .mob-menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
  }

  .gradient-popup-blue {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    background-image: radial-gradient(circle farthest-side at 100% 0%, rgba(0, 100, 83, 0.6), #000 79%);
  }

  .lin-con-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .burger {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 50px;
    margin-right: 2vw;
    padding: 15px 16px 7px;
  }

  .html-icon {
    width: 21px;
    height: 21px;
  }

  .h-icon {
    margin-right: 2vw;
  }

  .h-icon._2 {
    display: none;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    height: 90vh;
    padding-right: 4vw;
    padding-bottom: 20px;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 24px;
  }

  .contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fon-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    background-color: #20232a;
  }

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

  .heading-top {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-main {
    margin-top: 0px;
    font-size: 21px;
    line-height: 30px;
  }

  .line {
    width: 19vw;
    margin-top: 18px;
    margin-right: 2vw;
  }

  .text-wrap {
    width: 71vw;
  }

  .child {
    margin-bottom: 20px;
    padding: 20px;
  }

  .icon-big {
    width: 56px;
    height: 50px;
    margin-right: 20px;
  }

  .paragraph {
    font-size: 21px;
    line-height: 25px;
  }

  .div-block-18 {
    width: 50%;
  }

  .list {
    margin-right: 20px;
    font-size: 16px;
  }

  .image {
    height: 200px;
    margin-top: -10px;
    margin-left: 10px;
  }

  .text-block-21 {
    display: none;
  }

  .copyr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 12px;
  }

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

  .aiwin-2 {
    width: 92px;
    color: #a1bce0;
    font-size: 13px;
    line-height: 14px;
  }

  .footer-3 {
    margin-bottom: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .html-embed {
    font-size: 16px;
  }

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

  .aiwin-logo {
    width: 100px;
  }

  .burger-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 50px;
    margin-right: 2vw;
    padding: 13px 16px 8px;
  }

  .text-block-22 {
    margin-left: 8px;
  }

  .div-block-50 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  ._2-colums {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .photobox {
    width: 53vw;
  }

  .div-block-29 {
    width: 36.5vw;
  }

  .slide {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .mask-2 {
    width: 100%;
  }

  .arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -45px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .arrow._2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -45px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  p {
    margin-bottom: 6px;
  }

  .slide-nav {
    margin-left: 14vw;
  }

  .right-arrow {
    left: 21vw;
  }

  .right-arrow._2 {
    width: 22px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 36px;
    line-height: 28px;
  }

  .left-arrow._2 {
    width: 22px;
    height: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cif {
    font-size: 17px;
  }

  .select-slide-wrap {
    margin-left: 10vw;
  }

  .brand {
    margin-top: 4px;
    padding-left: 0px;
  }

  .link-mob {
    margin-right: 20px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
  }

  .cross {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .brand-menu {
    margin-top: 16px;
  }

  .navbar {
    padding-top: 9px;
  }

  .mob-menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .h-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-menu {
    display: none;
  }

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

  .image {
    height: 180px;
  }

  .text-block-21 {
    display: none;
  }

  .copyr {
    width: 160px;
  }

  .aiwin-2 {
    width: 92px;
  }

  .aiwin-logo {
    width: 94px;
  }

  .burger-2 {
    padding-bottom: 7px;
  }

  .photobox {
    width: 48vw;
  }

  .tabs-menu {
    margin-right: 2px;
  }

  .tab-link.w--current {
    margin-bottom: 2px;
  }

  .div-block-29 {
    width: 42vw;
  }
}

@media screen and (max-width: 479px) {
  .slide-nav {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mask {
    padding-left: 0vw;
  }

  .sec1-wrap {
    padding-bottom: 30px;
  }

  .div-block-16 {
    height: 40px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 6px;
  }

  .slider {
    width: 100vw;
  }

  .heading {
    margin-left: -3vw;
  }

  .photo-slide {
    width: 100%;
  }

  .photo-slide._0 {
    width: 100%;
    background-position: 25% 50%;
  }

  .left-arrow {
    left: 20px;
    bottom: 6px;
  }

  .wrap-slide {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .select-slide-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-slide {
    width: 100%;
    height: 80%;
  }

  .link-mob {
    display: block;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 20px;
  }

  .cross {
    margin-right: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .mbl-ins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mblink-block {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .mblink-block.osn {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    padding-left: 20px;
  }

  .mob-menu-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lin-con-block {
    margin-bottom: 10px;
  }

  .burger {
    width: 54px;
    margin-right: 0vw;
    padding-right: 20px;
  }

  .h-icon {
    margin-right: 0vw;
  }

  .popup-menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17 {
    left: 0vw;
    width: 100%;
    height: 93%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cont-wrap {
    padding: 0vw 20px 50px;
  }

  .heading-main {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-main.link {
    margin-bottom: 5px;
  }

  .text-with-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-with-line._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .line {
    width: 68px;
    margin-right: 18px;
  }

  .line._0 {
    margin-top: 0px;
  }

  .child {
    width: 100%;
    margin-bottom: 30px;
  }

  .child._2 {
    margin-top: 10px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 23px;
  }

  .heading-2._2 {
    line-height: 18px;
  }

  .icon-big {
    margin-right: 18px;
  }

  .text-span {
    font-size: 15px;
    line-height: 14px;
  }

  .image {
    height: 200px;
    margin-top: -8px;
  }

  .image-2 {
    width: 100%;
  }

  .copyr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-3 {
    display: block;
  }

  .aiwin-2 {
    margin-bottom: 4px;
  }

  .aiwin-logo {
    width: 90px;
  }

  .burger-2 {
    margin-right: 1vw;
  }

  .div-block-50 {
    margin-top: 80px;
  }

  ._2-colums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photobox {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tabs-menu {
    width: 100%;
    margin-top: 2px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link {
    width: 24%;
    margin-right: 2px;
  }

  .div-block-29 {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
  }

  .slide {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}