* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "SF-Pro-Display-Regular";
}

@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url(../fonts/SF-Pro-Display-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "SF-Pro-Display-Medium";
  src: url(../fonts/SF-Pro-Display-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url(../fonts/SF-Pro-Display-Bold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "MonumentExtended-Regular";
  src: url(../fonts/MonumentExtended-Regular.otf);
  font-weight: 600;
}
h1, h2 {
  font-family: "MonumentExtended-Regular";
}

html {
  overflow-x: hidden;
}

body {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  overflow-x: hidden;
}

.header {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
}
.header .logo img {
  width: 200px;
  margin-bottom: 70px;
}
.header .content .txt {
  max-width: 500px;
}
.header .content .txt h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 22px;
  margin-bottom: 26px;
  width: 180px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 99px;
  border: 1px solid #34454a;
}
.header .content .txt h3 .fg {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  background-color: #3DDC97;
  border-radius: 99px;
  margin-right: 15px;
  box-shadow: 0px 0px 15px 4px rgba(61, 220, 151, 0.01);
  border: 3px solid #16523f;
}
.header .content .txt h2 {
  text-align: left;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(356deg, rgb(255, 255, 255) 0%, rgb(42, 42, 42) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
  text-transform: none;
}
.header .content .txt p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #B3EAD4;
  font-weight: 300;
}
.header .content .txt .btn-green {
  position: relative;
  z-index: 5;
}
.header .content .img-hd .img-head {
  width: 65%;
}
.header .content .img-hd .img-head-1 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 4;
}
.header .content .img-hd .img-head-2 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 2;
}
.header .btn-mob {
  display: none;
}

.img-head_m {
  display: none;
}

.btn-gr {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 99px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: rgba(255, 255, 255, 0.04) 0px 0px 12px 0px inset, rgba(65, 221, 153, 0.15) 0px 2px 4px 0px, rgba(65, 221, 153, 0.13) 0px 8px 8px 0px, rgba(65, 221, 153, 0.08) 0px 17px 10px 0px, rgba(65, 221, 153, 0.02) 0px 31px 12px 0px, rgba(65, 221, 153, 0) 0px 48px 13px 0px;
  transition: 0.5s all;
}
.btn-green img {
  width: 24px;
  margin-right: 8px;
}
.btn-green:hover {
  background-color: #6AFFBE;
  transform: scale(1.03);
  color: #04050A;
}

h2 {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}

.p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #747881;
}

.how-it {
  padding-top: 120px;
  padding-bottom: 70px;
  text-align: center;
}
.how-it .img-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it .img-main img {
  width: 100%;
}
.how-it .img-main-mob {
  display: none;
}

.items-block {
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
}
.items-block .bl {
  padding: 60px 40px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  background-color: #071818;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
}
.items-block .bl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(349deg, rgb(61, 220, 151) 0%, rgb(6, 7, 12) 26%, rgb(6, 7, 12) 78%, rgb(61, 220, 151) 100%);
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.items-block .items .item img {
  width: 100px;
  transition: 0.5s all;
  margin-bottom: 30px;
}
.items-block .items .item img:hover {
  transform: scale(1.05);
}
.items-block .items .item h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "MonumentExtended-Regular";
}
.items-block .items .item p {
  color: #C3CFC5;
  font-size: 14px;
  margin: 0;
}

.how-it-item {
  padding-bottom: 200px;
}
.how-it-item h2 {
  text-align: center;
  margin-bottom: 70px;
}
.how-it-item .content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how-it-item .content video {
  width: 374px;
  border-radius: 60px;
  margin-right: 55px;
}
.how-it-item .content .items-how {
  display: flex;
  align-items: center;
}
.how-it-item .content .items-how img {
  width: 44px;
  height: auto;
  margin-right: 45px;
  min-width: 45px;
  max-width: 45px;
}
.how-it-item .content .items-how .items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.how-it-item .content .items-how .items .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "MonumentExtended-Regular";
}
.how-it-item .content .items-how .items .item p {
  color: #C3CFC5;
  margin: 0;
}

.download {
  padding-top: 0;
  padding: 80px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  background-color: #0B0F13;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
}
.download .img {
  width: 180px;
  margin-top: -180px;
  margin-bottom: 55px;
  box-shadow: 0px 0px 70px 0px rgba(61, 220, 151, 0.2);
  border-radius: 48px;
}
.download h1 {
  font-size: 48px;
  line-height: 48px;
  color: #f8f8f8;
  text-transform: uppercase;
  margin-bottom: 60px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download h1 span {
  background: -webkit-radial-gradient(circle, #3DDC97 25%, #3DDC97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Krona One", sans-serif;
}
.download:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(349deg, rgb(61, 220, 151) 0%, rgb(6, 7, 12) 26%, rgb(6, 7, 12) 78%, rgb(61, 220, 151) 100%);
}

.footer-top {
  text-align: center;
  padding-bottom: 50px;
}
.footer-top .container-p {
  margin-top: 50px;
}
.footer-top .container-p .p-text {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #747881;
}

.footer {
  background: url(../img/footer.png) center center/cover no-repeat;
  padding: 60px 0;
}
.footer .container {
  text-align: center;
}
.footer .container .logo img {
  width: 175px;
  margin-bottom: 30px;
}
.footer .container p {
  margin: 0;
  color: #C3CFC5;
  font-size: 16px;
}

@media (max-width: 1440px) {
  .header .content .txt h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .header .content .txt h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .header {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 40px;
  }
  .why-hava .items .img {
    width: 300px;
    border-radius: 50px;
  }
  .how-it .img-main {
    margin-top: -170px;
  }
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .download {
    width: 95%;
    margin: 0 auto;
  }
  .how-it {
    padding-top: 180px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 60px;
    flex-direction: column;
  }
  .header .logo img {
    width: 125px;
  }
  .header .content .img-hd {
    display: none;
  }
  .img-head_m {
    display: block;
  }
  .img-mob {
    width: 100%;
    margin-bottom: 20px;
  }
  .header .content .txt .btn-green {
    display: none;
  }
  .header .content .txt h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .header .content .txt p {
    font-size: 15px;
  }
  .header .content .txt h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 230px;
    margin: 0 auto;
  }
  h2 {
    font-size: 28px;
  }
  .why-hava h3 {
    font-size: 20px;
  }
  .why-hava .items {
    flex-direction: column;
    margin-top: -45px;
  }
  .why-hava .items .item-text {
    gap: 40px;
  }
  .why-hava .items .img {
    order: 1;
    margin-bottom: 40px;
  }
  .why-hava .items .item-text-1 {
    order: 2;
    margin-bottom: 40px;
  }
  .why-hava .items .item-text-2 {
    order: 3;
  }
  .download h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .how-it-item .content {
    flex-direction: column;
  }
  .how-it-item .content video {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .header .btn-mob {
    display: block;
    margin-top: -120px;
    position: relative;
    z-index: 10;
  }
  .img-mob {
    margin-top: -150px;
  }
  .items-block {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  body {
    background: #04050A;
    background: url(../img/bg_m.jpg) center center/cover no-repeat;
  }
  .download .img {
    width: 100px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer {
    background: url(../img/footer-mob.png) center top/cover no-repeat;
  }
  .how-it .img-main {
    display: none;
  }
  .how-it .img-main-mob {
    display: block;
    width: 100%;
    margin-top: -90px;
  }
  .how-it .img-main-mob img {
    width: 100%;
  }
  .how-it .mob {
    display: flex;
    overflow-x: scroll;
    gap: 11px;
    width: 100%;
    padding: 0 20px;
  }
  .how-it .mob img {
    width: 230px;
    height: auto;
  }
  .items-block .items .item img {
    width: 90px;
  }
  .why-hava {
    padding-top: 70px;
  }
  .items-block .items {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
  }
  .download {
    width: 90%;
  }
  .items-block {
    padding-bottom: 120px;
  }
  .download h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  .download .img {
    margin-top: -70px;
  }
  .header .content .txt p {
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
    width: 55%;
  }
  .header .content .txt p br {
    display: none;
  }
  .how-it-item .content video {
    width: 235px;
    border-radius: 40px;
  }
  .how-it-item h2 {
    margin-bottom: 40px;
  }
  .how-it-item .content .items-how img {
    margin-right: 25px;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }
  .download h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .download {
    padding: 32px 5px;
  }
  .how-it-item {
    padding-bottom: 120px;
  }
  .how-it {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .items-block .bl {
    padding: 40px 32px;
    width: 90%;
  }
  .header {
    padding-top: 40px;
  }
  .header .logo img {
    width: 140px;
    margin-bottom: 40px;
  }
  .header .content .txt h3 {
    font-size: 18px;
    width: 160px;
    padding: 10px;
  }
  .header .content .txt h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 24px;
  }
  .img-mob {
    margin-top: -180px;
    position: relative;
    z-index: 3;
  }
}/*# sourceMappingURL=style.css.map */