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

@font-face {
  font-family: "MonumentExtended-Regular";
  src: url(../fonts/MonumentExtended-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "MonumentExtended-Ultrabold";
  src: url(../fonts/MonumentExtended-Ultrabold.otf);
  font-weight: 900;
}
h2 {
  font-family: "MonumentExtended-Regular";
}

html {
  overflow-x: hidden;
}

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

.header {
  padding-top: 60px;
  padding-bottom: 620px;
  text-align: center;
}
.header .container {
  display: flex;
  flex-direction: column;
}
.header .txt .logo img {
  width: 200px;
  margin-bottom: 66px;
}
.header .txt h3 {
  margin: 0 auto;
  margin-bottom: 40px;
  color: #3FDC97;
  font-size: 20px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  text-transform: uppercase;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(0, 0, 0, 0.12);
}
.header .txt h3 img {
  width: 14px;
  margin-right: 9px;
  border-radius: 999px;
  box-shadow: 0px 0px 8px 0px rgba(63, 220, 151, 0.73);
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}
.header .txt h2 {
  font-size: 48px;
  font-family: "MonumentExtended-Regular";
  color: #fff;
  margin-bottom: 32px;
}
.header .txt p {
  color: #D0D8D5;
  width: 430px;
  margin: 0 auto;
  margin-bottom: 36px;
  font-size: 20px;
}
.header .hg-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.header .hg-img .video {
  width: 100%;
  max-width: 820px;
  position: relative;
}
.header .hg-img .video img {
  width: 100%;
}
.header .hg-img .video video {
  width: 320px;
  border-radius: 60px;
  margin-right: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.btn-green {
  background: #3FDC97;
  color: #04050A;
  padding: 20px 32px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  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;
  text-transform: uppercase;
  transition: 0.5s all;
}
.btn-green img {
  width: 23px;
  margin-right: 8px;
}
.btn-green:hover {
  background-color: #6AFFBE;
  transform: scale(1.03);
  color: #04050A;
}

h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 12px;
}

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

.items-block {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}
.items-block .content {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.items-block .content .title {
  text-align: center;
  margin-bottom: 40px;
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.items-block .items .item {
  text-align: center;
  transition: 0.3s all;
}
.items-block .items .item img {
  width: 212px;
  transition: 0.3s all;
  margin-bottom: 22px;
}
.items-block .items .item h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "MonumentExtended-Regular";
  font-weight: 300;
}
.items-block .items .item p {
  color: #B1B4B1;
  margin: 0;
  line-height: 27px;
}
.items-block .items .item:hover img {
  transform: scale(1.05);
}

.how-it {
  background: url(../img/3_block-bg.png) top center/cover no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 50px;
}
.how-it .title {
  margin-bottom: 500px;
}
.how-it video {
  width: 354px;
  border-radius: 60px;
}

.download {
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
.download .bl {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px;
  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 .bl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(170deg, rgb(61, 220, 151) 0%, rgb(6, 7, 12) 26%, rgb(6, 7, 12) 78%, rgb(61, 220, 151) 100%);
}
.download .bl .img {
  width: 212px;
  margin-bottom: 60px;
  margin-top: -190px;
}
.download .bl h1 {
  font-size: 42px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 60px;
  font-family: "MonumentExtended-Regular";
}

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

.footer {
  padding: 55px 0;
  text-align: center;
  background: url(../img/footer-bl.png) center center/cover no-repeat;
}
.footer .logo img {
  width: 150px;
  margin-bottom: 40px;
}
.footer p {
  margin: 0;
  color: #ACC9BC;
  font-size: 16px;
}

@media (max-width: 1200px) {
  h2, .download .bl h1 {
    font-size: 38px;
  }
  .video-block .container .video video {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .slider .container .text-block .line {
    display: none;
  }
  .video-block .container .video video {
    width: 250px;
    border-radius: 40px;
  }
  .header .txt h2 {
    font-size: 40px;
  }
  .items-block .content {
    padding: 40px;
  }
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .slider .container .carousel-text {
    display: none;
  }
  .slider .container .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .slider .container .swiper-slide .txt {
    display: block;
    text-align: center;
    margin-top: 88px;
  }
  .slider .container .swiper-slide .txt h3 {
    color: #3FDC97;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 35px;
    font-family: "MonumentExtended-Regular";
  }
  .slider .container .swiper-slide .txt p {
    color: #C3CFC5;
    margin: 0;
  }
  .slider .container .swiper-pagination {
    display: block;
    bottom: 165px;
  }
  .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 15px;
    background-color: #D4D4D4;
    opacity: 1;
    border-radius: 99px;
    border: 5px solid #164E3B;
  }
  .header .hg-img .video video {
    width: 60%;
    border-radius: 70px;
  }
  .swiper-pagination-bullet-active {
    background-color: #3FDC97;
  }
  .header .hg-img {
    margin-top: 130px;
  }
  .download .bl {
    border-radius: 48px;
  }
  .slider {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .header .hg-img .video video {
    width: 68%;
    border-radius: 60px;
  }
  .header {
    padding-top: 40px;
  }
  .header .txt .logo img {
    width: 140px;
  }
  .header .txt h3 {
    font-size: 16px;
    padding: 12px;
    width: 100px;
  }
  .header .hg-img .img-head {
    width: 80%;
  }
  .header .hg-img .btn-block {
    margin-top: -30px;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-block .container {
    flex-direction: column-reverse;
  }
  .video-block .container .title {
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .download {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .download .bl .img {
    width: 140px;
    margin-bottom: 15px;
    margin-top: -122px;
  }
  .download .bl {
    padding: 48px;
  }
  .download .bl .btn-green {
    width: 100%;
  }
  .download .bl h1 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .footer {
    padding: 45px 0;
  }
  .footer .logo img {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .header .hg-img .video video {
    width: 250px;
    border-radius: 45px;
  }
  body {
    background: url(../img/bg-m.jpg) center center/cover no-repeat;
  }
  h2 {
    font-size: 24px;
  }
  .download {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .video-block .container .video {
    margin-top: 35px;
  }
  .video-block .container .video video {
    width: 60%;
  }
  .items-block {
    padding-bottom: 60px;
  }
  .header .hg-img .img-head {
    width: 140%;
    margin-left: -20%;
  }
  .header .hg-img .btn-block {
    margin-top: -170px;
  }
  .header .hg-img .btn-block .btn-green {
    width: 100%;
    text-align: center;
  }
  .header .txt p {
    margin-bottom: 30px;
  }
  .how-it {
    background: url(../img/3_block-bg-m.png) top center/cover no-repeat;
    padding-bottom: 75vw;
  }
  .how-it .title {
    margin-bottom: 400px;
  }
  .how-it video {
    width: 280px;
  }
  .how-it video {
    border-radius: 45px;
  }
  .items-block .items .item img {
    width: 170px;
  }
  .header .txt .logo img {
    margin-bottom: 40px;
  }
  .header .txt h2 {
    font-size: 24px;
  }
  .header .txt h3 {
    margin-bottom: 24px;
  }
  .header .txt p {
    width: 100%;
    font-size: 16px;
  }
  .header {
    padding-bottom: 370px;
  }
}/*# sourceMappingURL=style.css.map */