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

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

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

.header {
  background: url(../img/1_block-bg.png) center center/cover no-repeat;
  padding-top: 40px;
  padding-bottom: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .logo img {
  width: 139px;
  margin-bottom: 40px;
}
.header h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 18px;
  background-color: rgba(61, 220, 151, 0.1);
  border: 1px solid rgba(61, 220, 151, 0.2);
  padding: 5px 16px;
  border-radius: 10px;
  width: 75px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.header h2 {
  font-size: 55px;
  color: #f8f8f8;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -2px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 48px;
  color: #B2BFB4;
}
.header .img-head {
  width: 100%;
  z-index: 1;
  margin-top: -50px;
  transition: 0.5s all;
}
.header .img-head:hover {
  transform: scale(1.05);
}

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

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 11px;
  border-radius: 6px;
  width: 230px;
  text-decoration: none;
  font-size: 20px;
  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: 24px;
  margin-right: 8px;
}
.btn-green:hover {
  background-color: #6AFFBE;
  transform: scale(1.03);
  color: #04050A;
}

.items-block {
  padding: 100px 0;
  text-align: center;
}
.items-block h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 18px;
  background-color: rgba(61, 220, 151, 0.1);
  border: 1px solid rgba(61, 220, 151, 0.2);
  padding: 5px 16px;
  border-radius: 10px;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.items-block .items .item {
  padding: 30px 12px;
  border: 1px solid rgba(51, 209, 98, 0.2);
  background-color: rgba(51, 209, 98, 0.02);
  border-radius: 10px;
}
.items-block .items .item img {
  width: 88px;
  transition: 0.5s all;
  margin-bottom: 30px;
}
.items-block .items .item img:hover {
  transform: scale(1.05);
}
.items-block .items .item h4 {
  color: #f8f8f8;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.items-block .items .item p {
  color: #C3CFC5;
  font-size: 14px;
  margin: 0;
}

h2 {
  font-size: 48px;
  color: #f8f8f8;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: -2px;
}

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

.footer-block .container {
  background: url(../img/3_block-bg.png) center center/cover no-repeat;
  border: 1px solid rgba(51, 209, 98, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.footer-block .container .text {
  padding: 100px 120px;
}
.footer-block .container .text h1 {
  font-size: 55px;
  color: #f8f8f8;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -2px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-block .container .text .check {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.footer-block .container .text .check img {
  width: 24px;
  margin-right: 20px;
  box-shadow: 0px 0px 10px 0px rgba(61, 220, 151, 0.3);
}
.footer-block .container .text .wrn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(51, 209, 98, 0.2);
  background-color: rgba(51, 209, 98, 0.02);
  border-radius: 10px;
}
.footer-block .container .text .wrn img {
  width: 50px;
  margin-right: 20px;
}
.footer-block .container .text .wrn p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 300;
}
.footer-block .container .text .wrn p span {
  font-weight: bold;
  color: #3DDC97;
}
.footer-block .container .img {
  width: 50%;
  margin-top: -50px;
}

.download {
  padding: 100px 0;
  text-align: center;
}
.download .bl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.download .img {
  width: 168px;
  margin-bottom: 55px;
  box-shadow: 0px 0px 70px 0px rgba(61, 220, 151, 0.3);
  border-radius: 40px;
}
.download h2 {
  font-size: 55px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: -2px;
  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 h2 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 {
  padding-bottom: 30px;
}
.footer-top .p-text {
  text-align: center;
  color: #747881;
  font-size: 12px;
}

.footer {
  background: url(../img/4_block-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: 1200px) {
  .footer-block .container .text {
    padding: 50px;
  }
  .footer-block .container .text h1, .download h2, h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-block .container {
    background: url(../img/3_block-bg_m.png) center center/cover no-repeat;
  }
  .footer-block .container {
    flex-direction: column;
  }
  .footer-block .container .text {
    width: 100%;
  }
  .footer-block .container .img {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  body {
    background: #04050A;
    background: url(../img/bg_m.jpg) center center/cover no-repeat;
  }
  .header {
    padding-top: 58px;
    padding-bottom: 330px;
    background: url(../img/1_block-bg_m.png) center bottom/cover no-repeat;
  }
  .header .logo img {
    margin-bottom: 60px;
  }
  .header h2 {
    font-size: 25px;
  }
  .btn-green {
    padding: 15px 35px;
    font-size: 20px;
    width: 205px;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .header h3 {
    width: 100px;
  }
  .footer-block .container .text h1, .download h2, h2 {
    font-size: 33px;
    font-weight: 400;
  }
  .items-block h3 {
    width: 250px;
  }
  .items-block {
    padding: 70px 0;
  }
  .items-block .items {
    text-align: center;
    margin: 0 auto;
    width: 95%;
    margin-top: 50px;
  }
  .items-block .items .item {
    background-color: #0B0E10;
  }
  .footer-block .container .text .check {
    font-size: 16px;
  }
  .footer-block {
    padding: 0 20px;
  }
  .footer-block .container .text {
    padding: 45px 10px;
  }
  .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;
  }
}/*# sourceMappingURL=style.css.map */