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

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  background: #06070C;
  overflow-x: hidden;
}

.header {
  background: url(../img/1_block-bg.png) center center/cover no-repeat;
  padding-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .logo img {
  width: 139px;
  margin-bottom: 60px;
}
.header h3 {
  color: #3FDC97;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}
.header h2 {
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: bold;
}
.header p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #B2BFB4;
}
.header .img-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.header .img-header .item {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s all;
}
.header .img-header .item img {
  width: 100%;
}
.header .img-header .item h4 {
  color: #fff;
  font-size: 22px;
}
.header .img-header .item h5 {
  color: #fff;
  font-size: 18px;
}
.header .img-header .item h5 span {
  color: #3DDC97;
  font-weight: 500;
}
.header .img-header .item .img-m {
  width: 63%;
  margin-bottom: 35px;
}
.header .img-header .item .img-m-2 {
  width: 58%;
  margin-bottom: 35px;
}
.header .img-header .item .img-mini {
  width: 30px;
  margin-bottom: 35px;
}
.header .img-header .item:hover img {
  transition: 0.3s all;
}
.header .img-header .item:hover img:hover {
  transform: scale(1.02);
}
.header .img-header .items-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 19px;
}
.header .img-header .items-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

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

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 15px 25px;
  border-radius: 90px;
  width: 190px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0 9px;
  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: 18px;
  margin-right: 8px;
}
.btn-green:hover {
  background-color: #6AFFBE;
  transform: scale(1.03);
  color: #04050A;
}

h2 {
  font-size: 50px;
  color: #f8f8f8;
  font-weight: 600;
  margin-bottom: 24px;
  margin-bottom: 40px;
}

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

.items-block {
  background: url(../img/2_block-bg.png) center top/cover no-repeat;
  padding: 150px 0;
}
.items-block h2 {
  text-align: center;
}
.items-block .items {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.items-block .items .item {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s all;
}
.items-block .items .item img {
  width: 90px;
  transition: 0.3s all;
  margin-bottom: 30px;
}
.items-block .items .item h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.items-block .items .item p {
  color: #C3CFC5;
  margin: 0;
  font-weight: 300;
}
.items-block .items .item:hover img {
  transform: scale(1.05);
}

.img-head_m {
  display: none;
}

.video-block {
  background: url(../img/3_block-bg.png) center center/cover no-repeat;
  padding: 40px 0;
}
.video-block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-block .container h2 {
  width: 400px;
}
.video-block .container h2 span {
  color: #3DDC97;
}
.video-block .container video {
  width: 320px;
  border-radius: 60px;
  margin-right: 25%;
}

.download {
  padding: 100px 0;
}
.download .bl {
  background-color: #3FDC97;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 40px;
}
.download .bl .txt {
  width: 50%;
  padding-bottom: 50px;
}
.download .bl .txt h1 {
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 40px;
}
.download .bl .txt h1 span {
  color: #161616;
}
.download .bl .txt .btn-green {
  background-color: #161616;
  color: #fff;
  padding: 20px 35px;
}
.download .bl .img {
  width: 40%;
}

.footer-top {
  text-align: center;
  padding-bottom: 50px;
}
.footer-top .container-p {
  margin-top: 30px;
}
.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-bg.jpg) center top/cover no-repeat;
}
.footer .logo img {
  width: 150px;
  margin-bottom: 40px;
}
.footer p {
  margin: 0;
  color: #ACC9BC;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .header .img-header .item h4 {
    font-size: 18px;
  }
  .header .img-header .item h5 {
    font-size: 16px;
  }
  .header .img-header .item .img-m {
    width: 55%;
    margin-bottom: 20px;
  }
  .header h2 {
    font-size: 70px;
  }
  .header p {
    font-size: 16px;
  }
  .video-block .container video {
    width: 290px;
    border-radius: 40px;
  }
  .download .bl .txt h1 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  h2, .download .bl h1 {
    font-size: 38px;
  }
  .header h2 {
    font-size: 60px;
  }
  .slide-tabs .swiper-pagination-bullet {
    width: 250px;
  }
  .header .img-header .item h4 {
    font-size: 16px;
  }
  .header .img-header .item h5 {
    font-size: 14px;
  }
  .header .img-header .item .img-m {
    width: 40%;
    margin-bottom: 20px;
  }
  .header .img-header .item .img-mini {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .video-block .container video {
    width: 300px;
  }
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .header {
    background: url(../img/1_block-bg-m.png) center center/cover no-repeat;
  }
  .header .img-header {
    display: flex;
    flex-direction: column;
  }
  .header .img-header .items-1 {
    order: 3;
  }
  .header .img-header .items-2 {
    order: 1;
  }
  .header .img-header .items-3 {
    order: 2;
  }
  .header .img-header {
    margin-top: 35px;
  }
  .header .logo img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .header h3 {
    font-size: 28px;
  }
  .header h2 {
    font-size: 40px;
  }
  .header p {
    font-size: 18px;
  }
  .img-head_m {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .header .img-head {
    display: none;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .check-block .container {
    flex-direction: column-reverse;
  }
  .check-block .container .text {
    width: 100%;
    margin-bottom: 50px;
  }
  .check-block .container .img {
    width: 95%;
  }
  .download {
    padding: 100px 0;
  }
  .download .bl .img {
    width: 100px;
  }
  .check-block {
    padding: 100px 0;
  }
  .download .bl h1 {
    font-size: 28px;
  }
  .footer {
    padding: 45px 0;
  }
  .check-block .container .text p {
    margin-top: 30px;
  }
  .footer .logo img {
    margin-bottom: 20px;
  }
  .header h2 {
    font-size: 40px;
  }
  .header h3 {
    margin-bottom: 10px;
  }
  h2 {
    margin-bottom: 40px;
  }
  .items-block .items {
    max-width: 80%;
  }
  .items-block {
    padding: 100px 0;
  }
  .video-block {
    padding: 80px 0;
  }
  .video-block .container {
    flex-direction: column;
    text-align: center;
  }
  .video-block .container video {
    width: 260px;
    border-radius: 45px;
  }
  .download {
    padding: 100px 10px;
  }
  .download .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .download .bl {
    flex-direction: column;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .download .bl .txt {
    width: 100%;
    padding-bottom: 80px;
  }
  .download .bl .txt h1 {
    font-size: 30px;
  }
  .download .bl .img {
    width: 100%;
  }
  .video-block {
    background: url(../img/3_block-bg-m.png) center center/cover no-repeat;
    padding-bottom: 120px;
  }
  .video-block .container video {
    margin: 0;
    margin-top: 70px;
  }
  .header .img-header {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 35px;
  }
  .header p {
    font-size: 16px;
  }
  .header h2 {
    line-height: 40px;
  }
  .header .img-header .item .img-m {
    width: 80%;
  }
  .header .img-header .item h5, .header .img-header .item h4 {
    font-size: 18px;
    font-weight: 500;
  }
  .btn-green {
    font-size: 20px;
    font-weight: 400;
    padding: 18px 45px;
    width: auto;
  }
  .btn-green img {
    width: 22px;
  }
  .items-block .items .item {
    text-align: left;
  }
  .items-block .items {
    max-width: 90%;
  }
  .items-block {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */