* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Aeroport";
  background-color: #0E0E12;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

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

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  margin: 0 auto;
}

.navbar-area {
  padding: 15px 20px 0;
  position: fixed;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  max-width: 1240px;
}

a.site-logo img {
  display: block;
}

.header-links {
  display: flex;
  align-items: center;
}

.header-link {
  transition: hover 25s;
  margin: 0 0 0 30px;
}

.header-link:first-of-type {
  margin: 0;
}

.header-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.header-link.nav-btn {
  background-color: #ffffff;
  color: #000000;
  padding: 16px 35px;
}

.header-link:hover {
  color: #999;
}

.toggler {
  display: none;
}

.header-link.mob {
  display: none;
}

.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 35px;
  display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: .3s;
}

.nav-toggler span:before {
  content: '';
  transform: translateY(-7px);
}

.nav-toggler span:after {
  content: '';
  transform: translateY(5px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-2px) rotate(-45deg);
}

.section-heroBG {
  background: center / cover no-repeat url(../images/heroBG.jpg);
  min-height: 100vh;
}

.section-hero {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-innerWrp {
  margin-top: 100px;
}

.hero-title {
  font-weight: bold;
  font-size: 110px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
}

.line.about {
  max-width: 310px;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  max-width: 780px;
  margin: 30px auto 0;
}

.section-about {
  padding-top: 150px;
  padding-bottom: 150px;
  /*background-image: url("../images/paralax.png");*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.titleWrp {
  position: relative;
}

.coloredBG {
  width: 100%;
  position: relative;
  z-index: 2;
}

.line {
  content: '';
  display: block;
  background-color: #6C00F5;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.about-title {
  font-size: 40px;
  line-height: 110%;
  text-align: center;
}

.about-subtitle {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  max-width: 650px;
  margin: 30px auto 0;
}

.slide_hero {
  width: 100%;
  border-radius: 20px;
}

.slide-outer {
  margin: 0 auto;
  margin-top: -25px;
}

.flex-wrp {
  display: flex;
  justify-content: space-between;
  padding: 50px 30px 30px;
  border-radius: 0 0 20px 20px;
  background: #1C1C23;
}

.slide-inner {
  max-width: 370px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.slide-title {
  font-weight: bold;
  font-size: 40px;
}

.line.slide1 {
  max-width: 144px;
  left: 0;
  bottom: 5px;
  transform: translate(0);
}

.line.slide2 {
  max-width: 319px;
  left: 0;
  bottom: 5px;
  transform: translate(0);
}

.line.slide3 {
  max-width: 155px;
  left: 0;
  bottom: 5px;
  transform: translate(0);
}

.line.slide4 {
  max-width: 538px;
  left: 0;
  bottom: 5px;
  transform: translate(0);
}
.line.slide5 {
  max-width: 426px;
  left: 0;
  bottom: 5px;
  transform: translate(0);
}
.line.slide6 {
  max-width: 284px;
  left: 0;
  bottom: 5px;
  transform: translate(0);
}

.slide-subtext {
  max-width: 850px;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  padding-top: 30px;
}

.slide-text.mob {
  display: none;
}

.slide-text.desk {
  max-width: 370px;
  font-size: 18px;
  line-height: 25px;
}

.arr-wrp {
  height: 25px;
}

.slide-arr {
  position: absolute;
  width: initial !important;
  bottom: 0px;
  transition: all 0.3s;
  cursor: pointer;
  fill: #ACACAC;
}

.slide-arr:hover {
  transform: scale(1.2);
}

.arr_prev {
  left: 5px;
  fill: #1C1C23;
}

.arr_next {
  right: 5px;
  fill: #fff;
}

.slide_hero-mob {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  background: #1C1C23 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #FFFFFF;
  background: #0E0E12 !important;
}

.section-brend {
  margin: 200px 0;
}

.brend-title {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 100px;
}

.brend-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 120px;
}

.brend-logo {
  align-self: center;
  align-items: center;
  justify-self: center;
}

.review-title {
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 50px;
}

.line.review {
  max-width: 161px;
}

.review-inner {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}

.review-inner::after {
  position: absolute;
  bottom: -1px;
  content: '';
  background: linear-gradient(180deg, rgba(14, 14, 18, 0) 0%, #0E0E12 86.24%);
  width: 100%;
  height: 393px;
}

.reviewWrp {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 1350px;
  overflow-y: hidden;
}

.reviewWrp:nth-of-type(1) {
  margin-right: 30px;
}

.reviewWrp:nth-of-type(2) {
  margin-right: 30px;
}

.review-card {
  max-width: 380px;
  padding: 30px;
  background: #1C1C23;
  border-radius: 5px 25px 25px 25px;
  margin-bottom: 30px;
}

.review-text {
  font-size: 18px;
  line-height: 150%;
}

.review-text:first-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-title {
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 50px;
}

.line.form {
  max-width: 322px;
}

.myform {
  background: #19191F;
  border-radius: 20px;
  padding: 30px;
  max-width: 770px;
  margin: 0 auto -175px;
  position: relative;
  z-index: 2;
}

.form-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 290px;
}

.m-t-25 {
  margin-top: 25px;
}

.form-input {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  font-size: 16px;
  line-height: 100%;
  padding: 16px;
  color: #fff;
  max-width: 340px;
  width: 100%;
  border: 0;
  outline: none;
  font-family: "Aeroport";
  resize: none;
}

.form-input:first-of-type {
  margin-right: 30px;
}

.filePiker:hover {
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

input[type="file"] {
  display: none;
}

#map {
  height: 100%;
}

.map {
  width: 100%;
}

.footerWrp {
  margin-top: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  display: flex;
}

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

.footerMenu-link {
  font-size: 18px;
  line-height: 110%;
  text-decoration: none;
  color: #fff;
}

.footerMenu-link:not(:first-of-type) {
  margin-top: 30px;
}

.footerInner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footerInfo {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 30px;
}

.footerInfo-inner {
  display: flex;
  justify-content: space-between;
}

.footerInfo-inner .footerInfo-text:first-of-type {
  margin-right: 20px;
}

.footerLogo {
  margin: 0 200px 60px 0;
}

.footerInfo-text {
  font-size: 14px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
}

.hero-btn {
  position: relative;
  margin: 0 auto;
}

.hero-btn_logo {
  -webkit-animation: logo linear 6s;
  -moz-animation: logo linear 6s;
  -o-animation: logo linear 6s;
  animation: logo linear 6s infinite;
}

.hero-btn_arrow {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: initial !important;
}

.hero-btn.slide {
  margin-top: 25px;
}

.hero-btn.form {
  margin-top: 15px;
  background: transparent;
  border: none;
}
.aboutwrp{
  display: flex;
  flex-direction: column;
}
.hero-btn.about {
  margin-top: 50px;
  margin-left: auto;
}

.preloader {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9995;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: .25;
}

@-webkit-keyframes logo {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes logo {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}

@-o-keyframes logo {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}

@keyframes logo {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

.widget {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 25px;
  z-index: 1000;
}

.widget-elem {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  background-image: url('../images/message.svg');
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.widget-elem.active {
  background-image: url('../images/close.svg');
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.widget-innerWrp {
  display: none;
}

.widget-elem.fb {
  background-image: url('../images/facebook.svg');
}

.widget-elem.tg {
  background-image: url('../images/telegram.svg');
}

@media screen and (max-width: 1200px) {
  .hero-innerWrp {
    margin-top: 50px;
  }
  .hero-title {
    font-size: 60px;
    max-width: 700px;
    margin: 0 auto;
  }
  .hero-subtitle {
    max-width: 622px;
  }
  .slide-subtext {
    max-width: 775px;
  }
  .hero-btn.slide {
    margin: auto;
  }
  .brend-logos {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 120px;
  }
  .brend-title {
    margin-bottom: 80px;
  }
  .section-brend {
    margin: 150px 0;
  }
  .review-inner {
    margin-bottom: 150px;
  }
  .reviewWrp {
    max-height: 1200px;
  }
  .reviewWrp:nth-of-type(2) {
    margin-right: 0;
  }
  .reviewWrp:nth-of-type(3) {
    display: none;
  }
  .review-card {
    padding: 20px;
  }
  .header-link{
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  #circle {
    padding-bottom: 30% !important;
  }
  .section-about {
    background-size: 90%;
    padding-bottom: 100px;
  }
  .slide-subtext {
    max-width: 528px;
  }
  .myform {
    max-width: 730px;
    padding: 20px
  }
  .form-input {
    max-width: 335px;
  }
  .form-input:first-of-type {
    margin-right: 20px;
  }
  .footerWrp {
    display: block;
  }
  .maxWrp {
    overflow: hidden;
  }
  .map {
    width: initial;
    height: 500px;
  }
}

@media screen and (max-width: 950px) {
  .header-link.mob {
    display: block;
  }
  .header-link.desk {
    display: none;
  }
  .toggler {
    display: flex;
  }
  .nav-toggler {
    display: block;
  }
  .site-navbar {
    min-height: 50px;
  }
  .header-links {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    left: 0;
    top: 0;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
    padding: 0 10px;
  }
  .header-link {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .header-links.open {
    min-height: 340px;
    overflow: visible;
    padding: 75px 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  #circle {
    padding-bottom: 75% !important;
    margin-top: -45px;
  }
  .circle-arrow {
    top: 70px !important;
  }
  .navbar-area {
    padding: 10px 10px 0;
  }
  .header-link.mob {
    display: none;
  }
  .hero-title {
    font-size: 50px;
    text-align: left;
  }
  .line.about {
    max-width: 235px;
    left: 0;
    transform: translateX(0);
  }
  .hero-subtitle {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
  }
  .innerWrp {
    margin-top: 85px;
  }
  .about-title {
    text-align: left;
    font-size: 30px;
  }
  .about-subtitle {
    text-align: left;
    font-size: 16px;
  }
  .flex-wrp {
    flex-direction: column;
    padding: 40px 20px 35px;
  }
  .slide-title {
    font-size: 30px;
    line-height: 110%
  }
  .slide-subtext {
    padding-top: 20px;
    font-size: 16px;
  }
  .hero-btn.slide {
    margin-top: 20px;
  }
  .line {
    height: 10px;
  }
  .line.slide1 {
    max-width: 108px;
    bottom: 0;
  }
  .line.slide2 {
    max-width: 239px;
    bottom: 0;
  }
  .line.slide3 {
    max-width: 116px;
    bottom: 0;
  }
  .line.slide4 {
    max-width: 288px;
    top: 0;
    margin: 24px 0 0 0;
  }
  .line.slide5 {
    max-width: 320px;
    bottom: 0;
  }
  .line.slide6 {
    max-width: 214px;
    bottom: 0;
  }
  .section-brend {
    margin: 50px 0;
  }
  .brend-title {
    margin-bottom: 60px;
  }
  .brend-logos {
    grid-template-columns: 1fr;
    grid-row-gap: 85px;
  }
  .review-inner {
    margin-bottom: 50px;
  }
  .reviewWrp {
    max-height: 900px;
  }
  .reviewWrp:nth-of-type(1) {
    margin-right: 0;
  }
  .reviewWrp:nth-of-type(2) {
    display: none;
  }
  .review-card {
    max-width: 100%;
  }
  .review-title {
    font-size: 30px;
  }
  .review-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .line.review {
    max-width: 122px;
  }
  .form-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .line.form {
    max-width: 243px;
  }
  .myform {
    margin: 0 10px -175px;
  }
  .form-inner {
    height: 600px;
  }
  .first_name {
    order: 1;
  }
  .tel {
    order: 2;
  }
  .email {
    order: 3;
  }
  .message {
    order: 4;
  }
  .filePiker {
    order: 5;
  }
  .hero-btn.form {
    order: 6;
  }
  .form-input[name='first_name'] {
    margin: 0;
  }
  .form-input {
    margin-top: 25px;
    max-width: 100%;
  }
  .footerWrp {
    margin-top: 50px;
  }
  .footerLogo {
    margin: 0 0 30px 0;
  }
  .footerMenu:first-of-type {
    display: none;
  }
  .footerInfo {
    flex-direction: column;
    padding: 20px 0;
  }
  .footerInfo-inner {
    flex-direction: column;
  }
  .footerInfo-inner .footerInfo-text {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 450px) {
  .slide_hero-desk {
    display: none;
  }
  .slide_hero-mob {
    display: block;
    max-height: 100%;
  }
  .arr_prev {
    left: 5px;
  }
  .arr_next {
    right: 5px;
  }
}