* {
  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: "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) center center/cover no-repeat;
  overflow-x: hidden;
}

.header {
  background: url(../img/1_block-bg.png) center bottom/cover no-repeat;
  padding-top: 60px;
  padding-bottom: 100px;
}
.header .txt .logo img {
  width: 250px;
  margin-bottom: 40px;
}
.header .txt h3 {
  color: #3FDC97;
  font-size: 20px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  text-transform: uppercase;
  margin-bottom: 15px;
  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: 90px;
  line-height: 80px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "MonumentExtended-Ultrabold";
}
.header .txt p {
  margin-bottom: 45px;
  color: #7D938A;
}
.header .hg-img {
  margin-top: -70px;
  display: flex;
}
.header .hg-img .img-head {
  width: 50%;
}
.header .hg-img .btn-block {
  margin-top: 20px;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 100%;
}
.header .hg-img .btn-block p {
  color: #B6BFBB;
  margin-bottom: 20px;
  font-size: 18px;
}

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

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 14px 40px;
  border-radius: 60px;
  text-decoration: none;
  font-size: 20px;
  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: #fff;
  margin-bottom: 12px;
}

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

.items-block {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: left;
}
.items-block .content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.items-block .content .title {
  width: 260px;
}
.items-block .content .title h2 {
  font-weight: 400;
}
.items-block .content .title p {
  color: #C3CFC5;
  margin: 0;
}
.items-block .items {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
.items-block .items .item {
  background-color: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 32px;
  transition: 0.3s all;
}
.items-block .items .item img {
  width: 60px;
  transition: 0.3s all;
  margin-bottom: 22px;
  margin-top: -55px;
}
.items-block .items .item h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "MonumentExtended-Regular";
  font-weight: 300;
}
.items-block .items .item p {
  color: #C3CFC5;
  margin: 0;
}
.items-block .items .item:hover img {
  transform: scale(1.05);
}

.video-block {
  padding-top: 40px;
  padding-bottom: 100px;
}
.video-block .container {
  display: flex;
}
.video-block .container .title {
  margin-left: 60px;
  width: 260px;
  margin-top: 100px;
}
.video-block .container .title h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.video-block .container .title p {
  color: #C3CFC5;
}
.video-block .container .video {
  width: 100%;
  max-width: 870px;
  position: relative;
}
.video-block .container .video img {
  width: 100%;
}
.video-block .container .video video {
  width: 320px;
  border-radius: 60px;
  margin-right: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.download {
  padding: 150px 0;
  text-align: center;
}
.download .bl {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(58, 58, 58, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 60px;
  padding-top: 0;
  border-radius: 32px;
}
.download .bl .img {
  width: 150px;
  margin-bottom: 60px;
  margin-top: -40px;
}
.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) {
  .video-block .container .video video {
    width: 250px;
    border-radius: 40px;
  }
  .header .txt h2 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 40px;
  }
  .header .txt .logo img {
    width: 140px;
  }
  .header .txt h3 {
    font-size: 16px;
    padding: 12px;
    width: 190px;
  }
  .header .txt h2 {
    font-size: 35px;
    line-height: 30px;
  }
  .header .hg-img {
    flex-direction: column;
    margin-top: -20px;
  }
  .header .hg-img .img-head {
    width: 80%;
  }
  .header .hg-img .btn-block {
    margin-top: -30px;
  }
  .items-block .content {
    flex-direction: column;
  }
  .items-block .content .items {
    padding-top: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .items-block .content .items .item {
    width: 260px;
  }
  .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: 100px;
    margin-bottom: 40px;
    margin-top: -75px;
  }
  .download .bl {
    padding: 32px;
  }
  .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) {
  body {
    background: url(../img/bg-m.jpg) center center/cover no-repeat;
  }
  h2 {
    font-size: 32px;
  }
  .download {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .video-block .container .video {
    margin-top: 35px;
  }
  .video-block .container .video video {
    width: 60%;
  }
  .items-block {
    padding-bottom: 60px;
  }
  .header {
    padding-bottom: 60px;
  }
  .header .hg-img .img-head {
    width: 140%;
    margin-left: -20%;
  }
  .header .hg-img {
    margin-top: -30px;
  }
  .header .hg-img .btn-block {
    margin-top: -170px;
  }
  .header .hg-img .btn-block .btn-green {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */