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

@font-face {
  font-family: "Telegraf-UltraBold";
  src: url(../fonts/Telegraf-UltraBold.otf);
  font-weight: 400;
}
h1, h2, h3 {
  font-family: "Telegraf-UltraBold";
}

html {
  overflow-x: hidden;
}

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

.header {
  padding-top: 40px;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .logo img {
  width: 200px;
  margin-bottom: 100px;
}
.header h3 {
  margin-bottom: 40px;
  color: #3FDC97;
  font-size: 20px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(0, 0, 0, 0.12);
}
.header 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 h2 {
  font-size: 80px;
  line-height: 100%;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -2px;
  background: -webkit-radial-gradient(circle, rgb(222, 222, 222) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 850px;
  min-width: 850px;
}
.header p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #D0D8D5;
  width: 100%;
  max-width: 460px;
}
.header .img-head {
  width: 672px;
  z-index: 1;
  margin-top: 84px;
  margin-left: -404px;
  transition: 0.5s all;
}

.btn-gr {
  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;
  margin-bottom: 60px;
  background: -webkit-radial-gradient(circle, rgb(222, 222, 222) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.items-block {
  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: 40px;
  background: url(../img/bg-2.png) center center/cover no-repeat;
  border-radius: 48px;
  padding: 40px;
}
.items-block .items .item {
  transition: 0.3s all;
}
.items-block .items .item img {
  width: 100px;
  transition: 0.3s all;
  margin-bottom: 30px;
}
.items-block .items .item h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  background: -webkit-radial-gradient(circle, rgb(222, 222, 222) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.items-block .items .item p {
  color: #B1B4B1;
  margin: 0;
}
.items-block .items .item:hover img {
  transform: scale(1.05);
}

.img-head_m {
  display: none;
}

.slide-tabs {
  text-align: center;
  padding-top: 100px;
}
.slide-tabs h2 {
  margin-bottom: 24px;
}
.slide-tabs p {
  font-weight: 400;
  font-size: 20px;
  color: #D0D8D5;
  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: 80px;
  position: static;
}
.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: 100px 0;
}
.slide-tabs .swiper-slide {
  opacity: 0.5;
  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: 280px;
  border-radius: 24px;
  opacity: 1;
  color: #9C9DA0;
  background: none;
  border: none;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.slide-tabs .swiper-pagination-bullet:hover {
  color: #fff;
  font-weight: 600;
}
.slide-tabs .swiper-pagination-bullet-active {
  color: #fff;
  background: url(../img/rectangle.svg) center center no-repeat;
  background-size: cover;
  font-weight: 600;
  transition: 0.3s all;
}
.slide-tabs .swiper-pagination-bullet-active:hover {
  color: #fff;
}

.download {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
}
.download .bl {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg-3.png) center center/cover no-repeat;
  border-radius: 48px;
  padding: 60px;
}
.download .bl .img {
  width: 175px;
  margin-bottom: 60px;
  margin-top: -130px;
}
.download .bl h1 {
  font-size: 48px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 40px;
}
.download .bl h1 span {
  color: #3FDC97;
  font-family: "Krona One", sans-serif;
}

.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.png) 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: 1200px) {
  h2, .download .bl h1 {
    font-size: 38px;
  }
  .header h2 {
    font-size: 55px;
    width: 550px;
    min-width: 550px;
  }
  .header p {
    font-size: 16px;
  }
  .slide-tabs .swiper-pagination-bullet {
    width: 250px;
  }
  .header .img-head {
    width: 500px;
  }
}
@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;
  }
  .header h2 {
    font-size: 55px;
    width: 400px;
    min-width: 400px;
  }
  .header p {
    font-size: 16px;
    max-width: 345px;
  }
  .header .img-head {
    width: 380px;
  }
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .items-block {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  body {
    background: url(../img/bg-m.jpg) center center/cover no-repeat;
  }
  .header .logo img {
    width: 128px;
    margin-bottom: 48px;
  }
  .header h2 {
    font-size: 40px;
    width: 100%;
    min-width: 100%;
  }
  .header p {
    font-size: 18px;
    max-width: 100%;
  }
  .img-head_m {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .header .img-head {
    display: none;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
    padding: 32px;
  }
  .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 .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: 14px;
    padding: 10px;
    height: 50px;
  }
  .download .bl h1 {
    font-size: 25px;
  }
  .slide-tabs p {
    margin-bottom: 20px;
  }
  .slide-tabs .swiper-slide img {
    margin-top: 0;
  }
  .items-block {
    padding-bottom: 0;
  }
  .slide-tabs p {
    font-size: 16px;
  }
  .download .bl {
    padding: 60px 30px;
  }
  .download .bl h1 {
    font-size: 32px;
  }
  .download {
    padding-bottom: 20px;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .slide-tabs .swiper-pagination-bullet {
    font-size: 14px;
  }
  .slide-tabs .swiper-container {
    margin-top: 40px;
  }
  .header h2 {
    font-size: 45px;
  }
  .header p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */