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

h1, h2 {
  font-family: "Druk Text Wide Trial", sans-serif;
}

html {
  overflow-x: hidden;
}

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

.bg-1 {
  background: url(../img/1_block-bg.jpg) center center/cover no-repeat;
}

.header {
  padding-top: 90px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .logo img {
  width: 190px;
  margin-bottom: 140px;
}
.header h3 {
  color: #3FDC97;
  font-size: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Druk Text Wide Trial", sans-serif;
}
.header h2 {
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 80px;
}
.header p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

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

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 15px 50px;
  border-radius: 90px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  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;
  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 {
  font-size: 48px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 24px;
  margin-bottom: 60px;
}

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

.items-block {
  padding-top: 110px;
  padding-bottom: 150px;
  margin-top: 150px;
}
.items-block .content {
  max-width: 1150px;
  background-color: #EEFFF8;
  margin: 0 auto;
  border-radius: 30px;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-block video {
  width: 360px;
  border-radius: 60px;
  margin-top: -250px;
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.items-block .items .item {
  width: 240px;
  transition: 0.3s all;
}
.items-block .items .item img {
  width: 50px;
  transition: 0.3s all;
  margin-bottom: 30px;
}
.items-block .items .item h3 {
  color: #222222;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.items-block .items .item p {
  color: #151515;
  margin: 0;
}
.items-block .items .item:hover img {
  transform: scale(1.05);
}

.img-head_m {
  display: none;
}

.slide-tabs {
  background: url(../img/2_block-bg.jpg) center top/cover no-repeat;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.slide-tabs h2 {
  margin-bottom: 15px;
}
.slide-tabs p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
}
.slide-tabs p span {
  color: #3DDC97;
}
.slide-tabs .slider-container {
  position: relative;
}
.slide-tabs .slider-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: static;
  background-color: #0A0A0A;
  border-radius: 60px;
}
.slide-tabs .swiper-container {
  margin-top: 20px;
}
.slide-tabs .swiper-button-prev,
.slide-tabs .swiper-button-next {
  position: static;
  margin-left: 10px;
}
.slide-tabs .swiper-container {
  padding-top: 100px;
}
.slide-tabs .swiper-slide {
  opacity: 1;
  transition: transform 0.5s;
}
.slide-tabs .swiper-slide img {
  margin-top: 60px;
}
.slide-tabs .swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  transition: transform 0.5s;
  z-index: 1;
}
.slide-tabs .swiper-slide-active img {
  margin-top: 0px;
}
.slide-tabs .swiper-slide .txt {
  width: 380px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}
.slide-tabs .swiper-slide .txt h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
  color: #fff;
}
.slide-tabs .swiper-slide .txt p {
  color: #C3CFC5;
  font-weight: 300;
  margin: 0;
  font-size: 14px;
}
.slide-tabs .swiper-pagination-bullet {
  width: 284px;
  border-radius: 60px;
  opacity: 1;
  color: #515151;
  background: none;
  border: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.slide-tabs .swiper-pagination-bullet:hover {
  color: #7e7e7e;
}
.slide-tabs .swiper-pagination-bullet-active {
  color: #161616;
  background-color: #3FDC97;
  font-weight: bold;
  transition: 0.3s all;
}
.slide-tabs .swiper-pagination-bullet-active:hover {
  color: #161616;
}

.download {
  padding-top: 250px;
  padding-bottom: 70px;
  text-align: center;
  background: url(../img/3_block-bg.png) center center/cover no-repeat;
}
.download .bl {
  max-width: 1150px;
  background-color: #3FDC97;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-right: 80px;
}
.download .bl .img {
  width: 620px;
  margin-top: -180px;
}
.download .bl .img-m {
  display: none;
}
.download .bl .txt {
  width: 540px;
  text-align: left;
}
.download .bl .txt h1 {
  font-size: 35px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.download .bl .txt .btn-green {
  background-color: #161616;
  color: #fff;
}

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

.footer {
  padding: 55px 0;
  text-align: center;
  background: #07080D;
}
.footer .logo img {
  width: 150px;
  margin-bottom: 40px;
}
.footer p {
  margin: 0;
  color: #ACC9BC;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .header h2 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  h2, .download .bl h1 {
    font-size: 38px;
  }
  .header h2 {
    font-size: 55px;
  }
  .slide-tabs .swiper-pagination-bullet {
    width: 250px;
  }
  .header {
    padding-top: 50px;
  }
  .header .logo img {
    margin-bottom: 80px;
  }
  .header h3 {
    font-size: 40px;
  }
  .items-block .content {
    padding: 50px;
  }
  .items-block video {
    width: 250px;
  }
  .items-block video {
    border-radius: 40px;
  }
  .download .bl .img {
    width: 500px;
  }
  .download .bl .txt h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .slide-tabs .swiper-pagination-bullet {
    width: 190px;
  }
  .slide-tabs .swiper-pagination-bullet:hover {
    color: #515151;
  }
  .slide-tabs .swiper-slide img {
    margin-top: 40px;
  }
  .slide-tabs .swiper-container {
    margin-top: 35px;
  }
  .video-block .container video {
    width: 300px;
  }
  .items-block .content {
    flex-direction: column;
    text-align: center;
  }
  .items-block .content video {
    order: 1;
    margin-bottom: 30px;
  }
  .items-block .content .item-1 {
    order: 2;
    margin-bottom: 30px;
  }
  .items-block .content .item-2 {
    order: 3;
  }
  .items-block {
    padding-bottom: 80px;
  }
  .slide-tabs {
    padding-top: 70px;
  }
  .slide-tabs .swiper-container {
    padding-top: 0;
  }
  .download {
    padding-top: 70px;
  }
  .download .bl .img {
    display: none;
  }
  .download .bl {
    flex-direction: column;
    padding-right: 0;
  }
  .download .bl .txt {
    text-align: center;
    padding: 40px 20px;
  }
  .download .bl .img-m {
    display: block;
    width: 100%;
  }
}
@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: 50px;
  }
  .header h3 {
    margin-bottom: 10px;
  }
  .download .bl .img {
    margin-bottom: 30px;
  }
  h2 {
    margin-bottom: 40px;
  }
  .items-block .items {
    max-width: 80%;
  }
  .items-block {
    padding: 100px 0;
  }
  .slide-tabs {
    padding-bottom: 80px;
  }
  .slide-tabs .swiper-slide-active {
    transform: scale(1.6);
  }
  .slide-tabs .swiper-container {
    margin-top: 100px;
  }
  .slide-tabs .slider-container .swiper-pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }
  .slide-tabs .swiper-pagination-bullet {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    height: auto;
  }
  .download .bl h1 {
    font-size: 25px;
  }
  .video-block {
    padding: 80px 0;
  }
  .video-block .container {
    flex-direction: column;
    text-align: center;
  }
  .video-block .container video {
    width: 260px;
    border-radius: 45px;
  }
  .slide-tabs p {
    margin-bottom: 20px;
  }
  .slide-tabs .swiper-slide img {
    margin-top: 0;
  }
  .bg-1 {
    background: url(../img/1_block-bg_m.jpg) center top/cover no-repeat;
  }
  .slide-tabs {
    background: url(../img/2_block-bg_m.png) center top/cover no-repeat;
  }
  .download {
    background: url(../img/3_block-bg_m.jpg) center bottom/cover no-repeat;
  }
  .header .logo img {
    width: 150px;
    margin-bottom: 60px;
  }
  .header h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .header h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .slide-tabs .slider-container .swiper-pagination {
    border-radius: 30px;
    gap: 0;
    height: 90px;
  }
  .items-block {
    margin-top: 200px;
  }
  .slide-tabs {
    padding-bottom: 50px;
  }
  .slide-tabs .swiper-container {
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .download .bl .txt {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .slide-tabs .swiper-pagination-bullet {
    font-size: 12px;
  }
  .slide-tabs .swiper-container {
    margin-top: 40px;
  }
  .slide-tabs .slider-container .swiper-pagination {
    height: 100px;
    border-radius: 20px;
    padding: 10px;
  }
  .slide-tabs .swiper-container {
    padding: 80px 0;
  }
  .slide-tabs {
    padding-top: 30px;
  }
  .download .bl .txt h1 {
    font-size: 22px;
  }
  .download {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .download .btn-green {
    width: 100%;
  }
  .items-block .items .item {
    width: 100%;
  }
  .items-block .content {
    padding: 30px;
  }
  .download .bl .img-m {
    width: 110%;
    margin-top: -90px;
  }
}
@media (max-width: 500px) {
  .slide-tabs {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */