* {
  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: "Benzin-Semibold";
  src: url(../fonts/Benzin-Semibold.ttf);
}
@font-face {
  font-family: "Benzin-Bold";
  src: url(../fonts/Benzin-Bold.ttf);
}
@font-face {
  font-family: "Benzin-ExtraBold";
  src: url(../fonts/Benzin-ExtraBold.ttf);
}
h1, h2 {
  font-family: "Benzin-Semibold";
}

html {
  overflow-x: hidden;
}

body {
  background: #06070C;
  overflow-x: hidden;
}

.header {
  background: url(../img/1_block-bg.png) center top/cover no-repeat;
  padding-top: 90px;
  padding-bottom: 0;
  position: relative;
}
.header .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 3;
}
.header .container .txt {
  width: 100%;
  max-width: 550px;
}
.header .container .img-main {
  width: 400px;
  margin-top: 100px;
}
.header .img-big {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 70%;
}
.header .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
.header .logo img {
  width: 180px;
  margin-bottom: 70px;
}
.header h3 {
  color: #3FDC97;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}
.header h2 {
  font-size: 50px;
  line-height: 50px;
  color: #f8f8f8;
  font-weight: bold;
  margin-bottom: 20px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  width: 100%;
  max-width: 340px;
  color: #B2BFB4;
}
.header .btn-green {
  text-align: left;
}

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

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

h2 {
  font-size: 65px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 45px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, 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-top: 90px;
  padding-bottom: 100px;
  background: url(../img/2_block-bg.png) center top/cover no-repeat;
  text-align: center;
}
.items-block .h3 {
  color: #3FDC97;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.items-block .items {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.items-block .items .item {
  padding: 0px 30px;
  transition: 0.3s all;
}
.items-block .items .item img {
  width: 140px;
  transition: 0.3s all;
  margin-bottom: 40px;
}
.items-block .items .item h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.items-block .items .item p {
  color: #B2BFB4;
  margin: 0;
}
.items-block .items .item:hover img {
  transform: scale(1.05);
}

.items-img-block {
  padding: 100px 0;
  background: url(../img/3_block-bg.png) center top/cover no-repeat;
}
.items-img-block h2 {
  text-align: center;
  margin-bottom: 60px;
}
.items-img-block .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.items-img-block .items-1 {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.items-img-block .item {
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 35px;
  border: 1.3px solid #1A4031;
  transition: 0.3s all;
  text-align: center;
}
.items-img-block .item img {
  width: 250px;
}
.items-img-block .item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.items-img-block .item h3 span {
  color: #3FDC97;
  font-weight: bold;
  margin-right: 20px;
}
.items-img-block .item:hover {
  background-color: #002A1F;
}
.items-img-block .item-b video {
  width: 420px;
  border-radius: 70px;
}
.items-img-block .wrn {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items-img-block .wrn p {
  color: #FFFFFF;
  opacity: 0.7;
  margin: 0;
  font-size: 22px;
}
.items-img-block .wrn img {
  width: 32px;
  margin-right: 20px;
}

.download {
  padding: 100px 0;
  text-align: center;
  background: url(../img/4_block-bg.png) center top/cover no-repeat;
}
.download .bl {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.download .bl .img {
  width: 150px;
  margin-bottom: 60px;
  border-radius: 34px;
  box-shadow: 0px 0px 71px -4px rgba(9, 147, 131, 0.2);
}
.download .bl h1 {
  font-size: 48px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 40px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download .bl h1 span {
  color: #3FDC97;
}

.footer-top {
  margin-top: 70px;
  text-align: center;
}
.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.jpg) center top/cover no-repeat;
}
.footer .logo img {
  width: 150px;
  margin-bottom: 15px;
}
.footer p {
  margin: 0;
  color: #ACC9BC;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .items-img-block .item-b video {
    width: 350px;
  }
  .items-img-block .item img {
    width: 180px;
  }
  h2 {
    font-size: 55px;
  }
}
@media (max-width: 1200px) {
  h2, .download .bl h1 {
    font-size: 38px;
  }
  .header h2 {
    font-size: 55px;
    line-height: 55px;
  }
  .header .main video {
    width: 270px;
  }
  .header .main {
    gap: 20px;
  }
  .header h3 {
    margin-bottom: 10px;
  }
  .header .container .img-main {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .items-img-block .items {
    display: flex;
    flex-direction: column;
  }
  .items-img-block .items .item {
    width: 100%;
  }
  .items-img-block .item-b {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .items-img-block .item-b video {
    width: 70%;
  }
  .items-img-block .items-1 {
    order: 2;
    width: 70%;
    gap: 30px;
  }
  .items-img-block .items-2 {
    order: 3;
    width: 70%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .header {
    background: url(../img/1_block-bg-m.png) center top/cover no-repeat;
  }
  .items-block {
    background: url(../img/2_block-bg_m.png) center top/cover no-repeat;
  }
  .items-img-block {
    background: url(../img/3_block-bg_m.png) center top/cover no-repeat;
  }
  .download {
    background: url(../img/4_block-bg-m.png) center top/cover no-repeat;
  }
  .footer {
    background: url(../img/footer-bg-m.jpg) center top/cover no-repeat;
  }
  .header h3 {
    font-size: 28px;
  }
  .header h2 {
    font-size: 40px;
  }
  .header p {
    font-size: 18px;
  }
  .img-head_m {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .header .img-head {
    display: none;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .download {
    padding: 50px 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;
  }
  .header {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .header .main {
    flex-direction: column;
    align-items: center;
  }
  .header .main .txt {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .header .main .txt p {
    font-size: 16px;
  }
  .header .main video {
    width: 85%;
  }
  .header .logo img {
    width: 140px;
    margin-bottom: 50px;
  }
  .header h3 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 32px;
  }
  .header h2 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px;
  }
  .header {
    padding-bottom: 40px;
  }
  .header p {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .header h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .header .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .header .container .img-main {
    width: 275px;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .shadow {
    z-index: 3;
    width: 250%;
  }
  .img-bd {
    overflow-x: scroll;
    position: relative;
    display: flex;
    z-index: 4;
    height: 232px;
    margin-top: -205px;
  }
  .img-bd .img-big {
    width: 930px;
    padding: 0 20px;
  }
  .items-block {
    padding: 70px 0;
  }
  .items-block .h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .items-block .items .item img {
    width: 100px;
  }
  .items-img-block .wrn p {
    font-size: 16px;
  }
  .items-img-block .item-b video {
    border-radius: 60px;
  }
}
@media (max-width: 500px) {
  .items-img-block {
    padding: 50px 0;
  }
  .items-img-block .item-b {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .items-img-block .item-b video {
    width: 70%;
  }
  .items-img-block .items-1 {
    order: 2;
    width: 90%;
    gap: 30px;
  }
  .items-img-block .items-2 {
    order: 3;
    width: 90%;
    margin-top: 30px;
  }
  .items-img-block .item img {
    width: 100%;
  }
  .items-img-block .item-b video {
    border-radius: 45px;
  }
  .items-img-block .wrn {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .items-img-block h2 {
    margin-bottom: 20px;
  }
  .header h2 {
    font-size: 35px;
    line-height: 35px;
  }
}/*# sourceMappingURL=style.css.map */