* {
  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: "DrukCyr-Bold";
  src: url(../fonts/DrukCyr-Bold.ttf);
  font-weight: 600;
}
h1, h2 {
  font-family: "DrukCyr-Bold";
}

body {
  background: #04050A;
  background: url(../img/bg.jpg) center center/cover no-repeat;
}

.header {
  padding-top: 70px;
  padding-bottom: 150px;
  text-align: center;
}
.header .logo img {
  width: 180px;
  margin-bottom: 70px;
}
.header h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 30px;
  margin-bottom: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header h3 .fg {
  width: 19px;
  height: 19px;
  background-color: #3DDC97;
  border-radius: 99px;
  margin-right: 19px;
  box-shadow: 0px 0px 15px 4px rgb(61, 220, 151);
}
.header h2 {
  font-size: 120px;
  line-height: 120px;
  color: #f8f8f8;
  font-weight: bold;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.header p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 48px;
  color: #B2BFB4;
}
.header .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -80px;
}
.header .items .items-1 {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 70px;
}
.header .items .items-1 .pb {
  font-size: 18px;
  color: #B2BFB4;
  height: 140px;
  width: 330px;
}
.header .items .items-1 img {
  width: 260px;
}
.header .items .items-1 .img-2 {
  margin-left: 80px;
  margin-top: -100px;
}
.header .items .items-1 .txt {
  display: none;
}
.header .items .items-2 .img {
  width: 380px;
  margin-bottom: 50px;
}
.header .items .items-2 p {
  display: none;
}
.header .items .items-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 70px;
}
.header .items .items-3 .txt {
  display: none;
}
.header .items .items-3 .pb {
  text-align: left;
  font-size: 18px;
  color: #B2BFB4;
  height: 140px;
  width: 330px;
  margin-left: auto;
}
.header .items .items-3 img {
  width: 260px;
}
.header .items .items-3 .img {
  width: 100%;
}
.header .items .items-3 .img-4 {
  margin-right: 80px;
  margin-top: -100px;
}
.header .items .items-3 .img-3-b {
  display: flex;
  justify-content: flex-end;
}
.header .items .items-3 .img-4-b {
  display: flex;
  justify-content: flex-end;
}

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

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 15px 45px;
  border-radius: 99px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  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;
}

.items-block {
  padding: 100px 140px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(36deg, rgba(35, 35, 35, 0.7) 0%, rgba(14, 14, 14, 0.7) 100%);
}
.items-block h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.items-block h2 {
  text-align: center;
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 220px;
}
.items-block .items .item {
  display: flex;
  align-items: center;
}
.items-block .items .item img {
  width: 124px;
  transition: 0.5s all;
  margin-bottom: 0;
  margin-right: 40px;
}
.items-block .items .item img:hover {
  transform: scale(1.05);
}
.items-block .items .item h4 {
  color: #f8f8f8;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
.items-block .items .item p {
  color: #B2BFB4;
  font-size: 18px;
  margin: 0;
}

h2 {
  font-size: 140px;
  font-weight: bold;
  margin-bottom: 45px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(69, 69, 69) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

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

.video-block {
  padding: 150px 0;
}
.video-block .container {
  text-align: center;
}
.video-block .container .video {
  width: 100%;
  max-width: 970px;
  position: relative;
  margin: 0 auto;
}
.video-block .container .video img {
  width: 1000px;
}
.video-block .container .video video {
  width: 390px;
  border-radius: 60px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.download {
  padding-top: 0;
  padding: 100px 140px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(36deg, rgba(35, 35, 35, 0.7) 0%, rgba(14, 14, 14, 0.7) 100%);
  text-align: center;
}
.download .bl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.download .img {
  width: 168px;
  margin-top: -180px;
  margin-bottom: 55px;
  box-shadow: 0px 0px 70px 0px rgba(61, 220, 151, 0.3);
  border-radius: 40px;
}
.download h1 {
  font-size: 100px;
  line-height: 100px;
  color: #f8f8f8;
  text-transform: uppercase;
  margin-bottom: 70px;
  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;
}

.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;
}

@media (max-width: 600px) {
  .footer-top .container-p .p-text {
    font-size: 10px;
  }
}
.footer {
  background: url(../img/footer-bg.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: 1400px) {
  .header h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .download, .items-block {
    padding: 100px;
  }
}
@media (max-width: 1200px) {
  .header h2 {
    font-size: 90px;
    line-height: 90px;
  }
  .header .items .items-2 .img {
    width: 280px;
  }
  .header .items .items-3 img, .header .items .items-1 img {
    width: 200px;
  }
  .header .items .items-3 .pb, .header .items .items-1 .pb {
    width: 250px;
    font-size: 16px;
  }
  .header {
    padding-bottom: 100px;
  }
  h2 {
    font-size: 110px;
  }
  .items-block .items {
    gap: 30px 150px;
  }
  .video-block .container .video video {
    width: 340px;
    top: 30%;
  }
  .download .img {
    width: 120px;
  }
  .video-block .container .video img {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 60px;
  }
  .header .logo img {
    width: 120px;
    margin-bottom: 40px;
  }
  .header h3 {
    font-size: 20px;
  }
  .header h3 .fg {
    width: 13px;
    height: 13px;
  }
  .header h2 {
    font-size: 110px;
    line-height: 110px;
  }
  .header .items .items-2 p {
    display: block;
  }
  .header .items {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header .items .items-1 {
    order: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .header .items .items-1 .txt {
    display: block;
  }
  .header .items .items-1 .txt h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .header .items .items-1 .txt h3 span {
    color: #3FDC97;
    font-weight: bold;
    margin-right: 20px;
  }
  .header .items .items-1 .img-2 {
    margin-top: 0;
    margin-left: 0;
  }
  .header .items .items-2 {
    order: 1;
  }
  .header .items .items-2 .img {
    margin-bottom: 40px;
  }
  .header .items .items-2 p {
    margin-bottom: 30px;
  }
  .header .items .items-3 {
    order: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .header .items .items-3 .txt {
    display: block;
  }
  .header .items .items-3 .txt h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .header .items .items-3 .txt h3 span {
    color: #3FDC97;
    font-weight: bold;
    margin-right: 20px;
  }
  .header .items .items-3 .img {
    display: flex;
    flex-direction: column;
  }
  .header .items .items-3 .img-4 {
    margin-top: 0;
    margin-right: 0;
  }
  .header .items .items-3 .txt h3 {
    font-size: 16px;
  }
  .header .items .items-3 .pb, .header .items .items-1 .pb {
    display: none;
  }
  .header .items .items-2 .img {
    width: 256px;
  }
  .header .items .items-3 img, .header .items .items-1 img {
    width: 256px;
  }
  .header .items .items-1 {
    margin-top: 50px;
  }
  .header .items .items-3 {
    margin-top: 30px;
  }
  .header .items {
    margin-top: -73px;
  }
  .items-block {
    padding: 45px 15px;
    max-width: 95%;
  }
  .items-block h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 75px;
  }
  .items-block .items {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  .items-block .items .item img {
    width: 92px;
    margin-right: 20px;
  }
  .items-block .items .item h4 {
    font-size: 20px;
  }
  .items-block .items .item p {
    font-size: 14px;
  }
  .video-block .container .video img {
    display: none;
  }
  .video-block .container .video video {
    position: static;
    transform: translate(0);
    margin-top: -65px;
  }
  .header {
    padding-bottom: 50px;
  }
  .video-block {
    padding: 50px 0;
  }
  .download {
    margin-top: 100px;
    padding: 50px 10px;
    max-width: 95%;
  }
  .download h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .items-block {
    text-align: center;
  }
  .items-block .items .item {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .video-block .container .video video {
    width: 280px;
  }
  body {
    background: url(../img/bg_m.jpg) center center/cover no-repeat;
  }
  .footer {
    background: url(../img/footer-bg-m.png) center center/cover no-repeat;
  }
  .btn-green {
    padding: 15px 35px;
    font-size: 20px;
    width: 275px;
  }
  .download h1 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .footer-block .container .text .check {
    font-size: 16px;
  }
  .footer-block {
    padding: 0 20px;
    padding-top: 50px;
  }
  .footer-block .container .text {
    padding: 45px 10px;
    padding-top: 0;
  }
  .footer-block .container .text h1 {
    text-align: center;
  }
  .footer-block .container .text .wrn {
    padding: 16px;
  }
  .footer-block .container .text .wrn img {
    width: 33px;
  }
  .footer-block .container .text .wrn p {
    font-size: 14px;
  }
  .footer-block .container .img {
    margin-top: 0;
  }
  .download .img {
    width: 100px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .footer-block .card .txt-check {
    font-size: 12px;
  }
  .download {
    margin-top: 90px;
  }
  .items-block .items .item {
    text-align: left;
  }
  .download .img {
    margin-top: -100px;
  }
  .header .items {
    margin-top: -60px;
  }
  .video-block .container .video video {
    border-radius: 45px;
  }
  .header h2 {
    font-size: 70px;
    line-height: 70px;
  }
}/*# sourceMappingURL=style.css.map */