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

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

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

.header {
  padding-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .logo img {
  width: 139px;
  margin-bottom: 40px;
}
.header h3 {
  background: -webkit-linear-gradient(-90deg, rgb(63, 220, 151) 25%, rgb(31, 56, 45) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 76px;
  margin-bottom: 30px;
  margin-bottom: -30px;
}
.header h2 {
  font-size: 50px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 24px;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.3);
}
.header p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.header .img-head {
  width: 716px;
  z-index: 1;
  margin-top: 60px;
  transition: 0.5s all;
}

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

.btn-green {
  background: #3DDC97;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #04050A;
  padding: 11px;
  border-radius: 21px;
  width: 280px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  margin: 0 9px;
  text-transform: uppercase;
  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: 150px 0;
}
.items-block h2 {
  text-align: center;
  z-index: 2;
  margin-bottom: 100px;
}
.items-block h2 span {
  color: #161616;
  font-family: "Krona One", sans-serif;
  position: relative;
  display: inline-block;
}
.items-block h2 span img {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.items-block .items .item {
  text-align: center;
  padding: 30px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background-color: rgba(255, 255, 255, 0.02);
  transition: 0.3s all;
}
.items-block .items .item img {
  width: 64px;
  margin-bottom: 24px;
  transition: 0.3s all;
}
.items-block .items .item h3 {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 16px;
  font-family: "Overpass", sans-serif;
}
.items-block .items .item p {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  color: #C3CFC5;
}
.items-block .items .item:hover img {
  transform: scale(1.05);
}
.items-block .items .item-b {
  padding: 87px 30px;
}
.items-block .items .items-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.items-block .items .items-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.download-mini {
  padding-bottom: 150px;
}
.download-mini .block {
  background: url(../img/3_block-bg.png) center center/cover no-repeat;
  padding: 60px;
  border-radius: 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.download-mini .block h3 {
  font-size: 24px;
  color: #161616;
  margin-bottom: 35px;
}
.download-mini .block a {
  background-color: #161616;
  color: #FFFFFF;
  padding: 15px 20px;
}

.all-block {
  padding-bottom: 150px;
}
.all-block h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.all-block h2 span {
  color: #161616;
  font-family: "Krona One", sans-serif;
  position: relative;
  display: inline-block;
}
.all-block h2 span img {
  position: absolute;
  width: 379px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.all-block .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.all-block .items .item {
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
.all-block .items .item img {
  width: 86px;
  margin-right: 30px;
  transition: 0.3s all;
}
.all-block .items .item .txt h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Overpass", sans-serif;
  color: #fff;
}
.all-block .items .item .txt p {
  color: #C3CFC5;
  font-size: 16px;
  margin: 0;
}
.all-block .items .item:hover img {
  transform: scale(1.05);
}

.check-block {
  padding-bottom: 100px;
}
.check-block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-block .container .img {
  width: 70%;
}
.check-block .container .img_m {
  display: none;
}
.check-block .container .text {
  width: 45%;
  margin-left: -300px;
}
.check-block .container .text h2 span {
  color: #3DDC97;
  font-family: "Krona One", sans-serif;
}

.footer {
  padding: 55px 0;
  text-align: center;
  background: url(../img/footer-bg.jpg) center top/cover no-repeat;
}
.footer .logo img {
  width: 150px;
  margin-bottom: 20px;
}
.footer p {
  margin: 0;
  color: #ACC9BC;
  font-size: 16px;
}

.footer-top {
  font-size: 12px;
  text-align: center;
  color: #747881;
  padding-bottom: 30px;
}

@media (max-width: 1400px) {
  .items-block h2 img {
    position: absolute;
    width: 200px;
    top: -64px;
    right: 285px;
    z-index: -1;
  }
  .all-block h2 img {
    position: absolute;
    width: 379px;
    top: -154px;
    right: 454px;
    z-index: -1;
  }
}
@media (max-width: 1200px) {
  .header h2, .header h3 {
    font-size: 65px;
  }
  .header h3 {
    margin-bottom: -40px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    width: 100px;
  }
  .header h3 {
    font-size: 40px;
    margin-bottom: -20px;
  }
  .header h2 {
    font-size: 28px;
  }
  .header .img-head {
    width: 100%;
  }
  h2 {
    font-size: 26px;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .items-block .items .items-1, .items-block .items .items-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .items-block .items .item-b {
    padding: 30px;
  }
  .items-block h2 {
    margin-bottom: 60px;
  }
  .download-mini .block {
    padding: 40px 30px;
    border-radius: 40px;
  }
  .download-mini .block h3 {
    margin-bottom: 240px;
  }
  .items-block h2 span img {
    width: 120px;
  }
  .all-block h2 span img {
    width: 216px;
  }
}
@media (max-width: 768px) {
  .items-block h2 img {
    right: 21%;
  }
  .all-block h2 img {
    right: 39%;
  }
  .all-block .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .check-block .container .img {
    display: none;
  }
  .check-block .container .img_m {
    display: block;
    width: 100%;
  }
  .check-block .container .text {
    margin: 0;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .check-block .container .text h2 {
    margin-bottom: 30px;
  }
  .check-block .container {
    flex-direction: column;
  }
  .footer {
    background: url(../img/footer-bg-m.jpg) center top/cover no-repeat;
  }
  .items-block {
    padding: 80px 0;
  }
  .download-mini {
    padding-bottom: 120px;
  }
  .all-block {
    padding-bottom: 80px;
  }
  .check-block {
    padding-bottom: 80px;
  }
  body {
    background: url(../img/bg_m.jpg) center top/cover no-repeat;
  }
  .download-mini {
    padding-left: 15px;
    padding-right: 15px;
  }
  .all-block h2 {
    margin-bottom: 70px;
  }
  .check-block .container {
    padding: 0;
  }
  .check-block .container .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .download-mini .block a {
    margin: 0;
  }
  .download-mini .block {
    background: url(../img/3_block-bg_m.png) center center/cover no-repeat;
  }
}
@media (max-width: 480px) {
  .all-block h2 img {
    right: 38%;
  }
  .items-block h2 img {
    right: 18%;
  }
}/*# sourceMappingURL=style.css.map */