@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Onest:wght@300;700&family=Manrope:wght@300;400;500;600;700;800&family=Inter:wght@400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  background: #040B16;
  color: white;
}

.wrapper {
  padding: 0 17px;
  max-width: 480px;
  margin: 0 auto;
}

.hero {
  position: relative;
  z-index: 1;
  background: url(../img/hero-bg-mobile.webp);
  background-repeat: no-repeat;
  background-position: 22% 89%;
}
.hero .wrapper {
  padding: 30px 11px 72px;
}
.hero .wrapper .heading {
  font-family: "Roboto", sans-serif;
}
.hero .wrapper .heading .logo-date-wrap {
  display: flex;
  justify-content: space-between;
}
.hero .wrapper .heading .logo-date-wrap .logo {
  display: block;
  background: url(../img/logo.png);
  background-repeat: no-repeat;
  color: transparent;
  padding-left: 24px;
  padding-top: 4px;
  width: 77px;
  height: 27px;
  text-decoration: none;
}
.hero .wrapper .heading .logo-date-wrap .date-wrap {
  display: flex;
}
.hero .wrapper .heading .logo-date-wrap .date-wrap .date-time {
  font-size: 14px;
  line-height: 20px;
  height: 27px;
  border: 1px solid white;
  padding: 3px 13px;
  margin-left: 13px;
  border-radius: 6px;
}
.hero .wrapper .heading .logo-date-wrap .date-wrap .date-time.date {
  margin-left: 0;
  padding-left: 17px;
}
.hero .wrapper .heading .duration {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 29px auto 0;
  border: 1px solid white;
  width: 224px;
  text-align: center;
  height: 34px;
  padding-top: 6px;
  border-radius: 6px;
}
.hero .wrapper .hero-wrap {
  margin-top: 70px;
}
.hero .wrapper .hero-wrap .img-wrap {
  margin: 0 auto;
  width: 100%;
  padding-right: 14px;
  padding-left: 4px;
}
.hero .wrapper .hero-wrap .img-wrap img {
  width: 100%;
  display: block;
}
.hero .wrapper .hero-wrap .hero-text {
  font-family: "Onest", sans-serif;
  text-align: center;
  margin-top: -42px;
}
.hero .wrapper .hero-wrap .hero-text h1 {
  font-weight: 700;
  font-size: 39px;
  line-height: 45px;
  letter-spacing: -1%;
}
.hero .wrapper .hero-wrap .hero-text p {
  margin-top: 41px;
  font-weight: 300;
  font-size: 14px;
  line-height: 127%;
  letter-spacing: -5%;
}

.why {
  position: relative;
  z-index: 0;
  padding-top: 349px;
  padding-bottom: 350px;
  margin-top: -349px;
  margin-bottom: -350px;
  overflow: hidden;
}
.why .wrapper {
  position: relative;
}
.why .wrapper .light-1 {
  width: 557px;
  height: 504px;
  position: absolute;
  z-index: -1;
  left: -206px;
  top: -349px;
  background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, #040B16 100%);
}
.why .wrapper .light-2 {
  width: 557px;
  height: 504px;
  position: absolute;
  z-index: -1;
  left: -105px;
  bottom: -350px;
  background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, #040B16 100%);
}
.why .wrapper .content {
  border: 1px solid #415654;
  border-radius: 37px;
  background: #010005;
  padding: 48px 30px 90px;
  box-shadow: 0px 0px 40.91px 11.45px rgba(119, 243, 158, 0.1019607843);
}
.why .wrapper .content .text-wrap {
  text-align: center;
  font-family: "Manrope", sans-serif;
}
.why .wrapper .content .text-wrap h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
}
.why .wrapper .content .text-wrap p {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #74746E;
  margin-top: 24px;
  padding: 0 20px;
}
.why .wrapper .content ul {
  list-style: none;
  margin-top: 62px;
}
.why .wrapper .content ul li {
  position: relative;
  background: #1E1E1E;
  border-radius: 8px;
  margin-top: 8px;
  height: 51px;
  padding-top: 20px;
  padding-left: 50px;
  background-image: url(../img/li-ico.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
.why .wrapper .content ul li p {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 100%;
}
.why .wrapper .content ul li .dot {
  background: #34D399;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 100%;
  right: 28px;
  top: 23px;
}

.who {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
.who .wrapper h2 {
  font-weight: 600;
  font-size: 31px;
  line-height: 100%;
  text-align: center;
}
.who .wrapper ul {
  list-style: none;
  margin-top: 90px;
  padding: 0 12px;
}
.who .wrapper ul li {
  background: linear-gradient(180deg, rgba(119, 243, 158, 0.1) 0%, rgba(69, 141, 92, 0.1) 100%);
  border: 1px solid rgba(119, 243, 158, 0.5019607843);
  border-radius: 20px;
  margin-top: 16px;
  padding: 28px 27px;
}
.who .wrapper ul li img.ico {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 auto 12px;
}
.who .wrapper ul li p {
  text-align: center;
  font-size: 20px;
  line-height: 110%;
}

.system {
  padding-top: 41px;
  margin-top: -20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 431px;
  margin-bottom: -431px;
}
.system .wrapper {
  position: relative;
}
.system .wrapper .light-3 {
  position: absolute;
  z-index: -1;
  width: 557px;
  height: 504px;
  top: 197px;
  left: -88px;
  background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, #040B16 100%);
}
.system .wrapper .light-4 {
  position: absolute;
  z-index: -1;
  width: 855px;
  height: 773px;
  left: -83px;
  bottom: -431px;
  opacity: 0.48;
  background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, #040B16 100%);
}
.system .wrapper .content {
  border: 1px solid #353D3D;
  background: #010005;
  padding: 69px 18px 88px;
  box-shadow: 0px 0px 40.91px 11.45px rgba(119, 243, 158, 0.1019607843);
  border-radius: 38px;
}
.system .wrapper .content .text-wrap {
  text-align: center;
}
.system .wrapper .content .text-wrap h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}
.system .wrapper .content .text-wrap p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -4%;
  color: #6B6F69;
  margin-top: 28px;
  padding: 0 16px;
}
.system .wrapper .content ul {
  list-style: none;
  margin-top: 68px;
}
.system .wrapper .content ul li {
  height: 47px;
  background: #1D1D1D;
  border-radius: 11px;
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 100%;
  padding-top: 18px;
  padding-left: 40px;
  background-image: url(../img/li-ico.png);
  background-repeat: no-repeat;
  background-position: 9px center;
  color: #9A9F9C;
}

.instruments {
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.instruments .wrapper {
  text-align: center;
}
.instruments .wrapper h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}
.instruments .wrapper > p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -4%;
  padding: 0 40px;
  margin-top: 18px;
}
.instruments .wrapper ul {
  list-style: none;
  margin-top: 18px;
  padding: 0 10px;
}
.instruments .wrapper ul li {
  background: linear-gradient(180deg, rgba(119, 243, 158, 0.1) 0%, rgba(69, 141, 92, 0.1) 100%);
  border: 1px solid rgba(119, 243, 158, 0.5019607843);
  border-radius: 20px;
  padding: 27px 0 14px;
  margin-top: 16px;
}
.instruments .wrapper ul li img.ico {
  width: 41px;
  height: 41px;
}
.instruments .wrapper ul li h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  margin-top: 17px;
}
.instruments .wrapper ul li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  margin-top: 21px;
  padding: 0 28px;
}

.form {
  position: relative;
  z-index: 0;
  margin-top: 62px;
  padding-bottom: 151px;
  margin-bottom: -151px;
  overflow: hidden;
}
.form .wrapper {
  position: relative;
  padding: 0 15px;
}
.form .wrapper .light-5 {
  position: absolute;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(12, 47, 38, 0.68) 0%, rgba(4, 11, 22, 0.68) 100%);
  width: 557px;
  height: 499px;
  right: -240px;
  opacity: 0.6;
  bottom: -181px;
}
.form .wrapper .content {
  background: #0F2022;
  border-radius: 44px;
  padding: 60px 27px 51px;
}
.form .wrapper .content img {
  width: 270px;
  display: block;
  margin: 0 auto;
  position: relative;
  left: 18px;
}
.form .wrapper .content form {
  margin-top: 12px;
}
.form .wrapper .content form input {
  outline: none;
  display: block;
  background: none;
  width: 100%;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid white;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  height: 28px;
  margin-top: 36px;
  color: white;
  border-radius: 0px;
}
.form .wrapper .content form input::placeholder {
  color: white;
}
.form .wrapper .content form input:first-of-type {
  margin-top: 0;
}
.form .wrapper .content form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0F2022 inset;
  -webkit-text-fill-color: white;
}
.form .wrapper .content form button {
  outline: none;
  text-transform: uppercase;
  width: 100%;
  margin-top: 28px;
  height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 12px;
}
.form .wrapper .content form p {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  margin-top: 27px;
}

footer {
  margin-top: 31px;
}
footer .wrapper .content {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7826) 0%, rgba(0, 0, 0, 0.6192) 100%), linear-gradient(270deg, #000000 0%, #458D5C 100%);
  border: 1px solid #282E2E;
  border-radius: 20px;
  backdrop-filter: blur(1.1708049774px);
  box-shadow: 2px 5px 4.9px 0px rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0px 2.34px 2.31px 0px rgba(0, 0, 0, 0.5803921569);
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .wrapper .content a.logo {
  display: none;
}
footer .wrapper .content a.button {
  text-decoration: none;
  text-transform: uppercase;
  color: transparent;
  display: block;
  width: 224px;
  height: 56px;
  background: url(../img/support.png);
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  margin: 0 auto;
}
footer .wrapper .content .line {
  width: 206px;
  height: 6px;
  background: url(../img/footer-line.png);
  margin: 9px auto 0;
}

@media screen and (min-width: 1200px) {
  .wrapper {
    padding: 0;
    max-width: 1280px;
  }
  .hero {
    overflow: hidden;
    background-image: url(../img/hero-bg.webp);
    background-position: 23% 0;
    padding-bottom: 255px;
    margin-bottom: -305px;
  }
  .hero .wrapper {
    position: relative;
    padding: 30px 16px 80px;
  }
  .hero .wrapper .light-6 {
    position: absolute;
    z-index: -1;
    width: 947px;
    height: 557px;
    background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, rgba(0, 0, 0, 0) 100%);
    top: -258px;
    left: -255px;
  }
  .hero .wrapper .light-7 {
    position: absolute;
    z-index: -1;
    bottom: -255px;
    left: -158px;
    width: 557px;
    height: 557px;
    background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, rgba(0, 0, 0, 0) 100%);
  }
  .hero .wrapper .heading {
    display: flex;
    justify-content: space-between;
  }
  .hero .wrapper .heading .logo-date-wrap .logo {
    background: url(../img/logo-d.png);
    padding-left: 46px;
    padding-top: 0px;
    width: 146px;
    height: 36px;
    font-size: 30px;
  }
  .hero .wrapper .heading .logo-date-wrap .date-wrap .date-time {
    font-size: 16px;
    height: 30px;
    padding: 4px 36px;
    font-weight: 500;
    margin-left: 46px;
    margin-top: 4px;
  }
  .hero .wrapper .heading .logo-date-wrap .date-wrap .date-time.date {
    margin-left: 36px;
    padding-right: 20px;
  }
  .hero .wrapper .heading .duration {
    margin: 2px 6px 0;
  }
  .hero .wrapper .hero-wrap {
    margin-top: 36px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .hero .wrapper .hero-wrap .img-wrap {
    margin: 0;
    padding: 0;
    margin-right: -65px;
    width: 749px;
  }
  .hero .wrapper .hero-wrap .hero-text {
    text-align: left;
    margin-top: 86px;
    margin-left: 4px;
    margin-right: -120px;
  }
  .hero .wrapper .hero-wrap .hero-text h1 {
    font-size: 64px;
    line-height: 63px;
    letter-spacing: 0%;
  }
  .hero .wrapper .hero-wrap .hero-text p {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .why {
    margin: 0;
    padding: 50px 0 415px;
    margin-bottom: -365px;
    z-index: 2;
  }
  .why .wrapper .light-1 {
    width: 557px;
    height: 557px;
    background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, rgba(0, 0, 0, 0) 100%);
    left: -312px;
    bottom: -250px;
    top: unset;
  }
  .why .wrapper .light-2 {
    width: 557px;
    height: 557px;
    background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, rgba(0, 0, 0, 0) 100%);
    right: -244px;
    bottom: -415px;
    left: unset;
  }
  .why .wrapper .content {
    display: flex;
    justify-content: space-between;
    padding: 48px 30px 90px;
    border-radius: 46px;
    padding: 78px 110px 151px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    box-shadow: 0px 0px 50px 14px rgba(119, 243, 158, 0.1019607843);
  }
  .why .wrapper .content .text-wrap {
    width: 554px;
    text-align: left;
    padding-top: 37px;
  }
  .why .wrapper .content .text-wrap h2 {
    font-size: 32px;
  }
  .why .wrapper .content .text-wrap p {
    margin-top: 30px;
    font-family: "Inter", sans-serif;
    padding: 0;
    font-size: 16px;
    line-height: 150%;
  }
  .why .wrapper .content ul {
    margin-top: 0;
    width: 371px;
    margin-right: -22px;
  }
  .why .wrapper .content ul li {
    border-radius: 13px;
    margin-top: 9px;
    height: 54px;
    padding-top: 21px;
    padding-left: 56px;
    background-image: url(../img/li-ico-d.png);
    background-position: 19px center;
  }
  .why .wrapper .content ul li p {
    font-size: 12px;
  }
  .why .wrapper .content ul li .dot {
    display: none;
  }
  .who {
    margin-top: 100px;
    z-index: 3;
  }
  .who .wrapper h2 {
    font-size: 38px;
  }
  .who .wrapper ul {
    margin-top: 36px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
  }
  .who .wrapper ul li {
    padding: 32px 30px 33px;
    border-radius: 24px;
  }
  .who .wrapper ul li img.ico {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
  }
  .who .wrapper ul li p {
    font-size: 25px;
  }
  .system {
    margin: 0;
    padding: 50px 0 427px;
    margin-top: 72px;
    margin-bottom: -377px;
  }
  .system .wrapper .light-3 {
    width: 557px;
    height: 557px;
    bottom: -427px;
    left: -328px;
    top: unset;
    background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, #040B16 100%);
  }
  .system .wrapper .light-4 {
    width: 557px;
    height: 557px;
    bottom: -315px;
    right: -264px;
    left: unset;
    background: radial-gradient(50% 50% at 50% 50%, #0C2F26 0%, #040B16 100%);
  }
  .system .wrapper .content {
    padding: 110px 72px 96px;
    border-radius: 46px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    box-shadow: 0px 0px 50px 14px rgba(119, 243, 158, 0.0392156863);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .system .wrapper .content .text-wrap {
    text-align: left;
    width: 552px;
    margin-left: 66px;
    margin-top: 52px;
  }
  .system .wrapper .content .text-wrap h2 {
    font-family: "Inter", sans-serif;
    font-size: 34px;
    line-height: 42px;
    width: 520px;
  }
  .system .wrapper .content .text-wrap p {
    line-height: 26px;
    margin-top: 36px;
    padding: 0;
  }
  .system .wrapper .content ul {
    margin-top: 0px;
    width: 370px;
  }
  .system .wrapper .content ul li {
    height: 54px;
    border-radius: 13px;
    margin-top: 15px;
    font-size: 12px;
    padding-top: 21px;
    padding-left: 45px;
    background-image: url(../img/li-ico-d.png);
    background-position: 14px center;
    color: #949792;
  }
  .instruments {
    margin-top: 101px;
  }
  .instruments .wrapper h2 {
    font-size: 38px;
  }
  .instruments .wrapper > p {
    margin-top: 22px;
    font-size: 20px;
  }
  .instruments .wrapper ul {
    margin-top: 37px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
    padding: 0;
  }
  .instruments .wrapper ul li {
    border-radius: 24px;
    padding: 33px 0 16px;
  }
  .instruments .wrapper ul li img.ico {
    width: 50px;
    height: 50px;
  }
  .instruments .wrapper ul li h3 {
    font-size: 20px;
    margin-top: 16px;
  }
  .instruments .wrapper ul li p {
    font-size: 20px;
    margin-top: 19px;
  }
  .form {
    margin: 0;
    padding: 0;
    margin-top: 130px;
  }
  .form .wrapper {
    padding: 0;
  }
  .form .wrapper .light-5 {
    display: none;
  }
  .form .wrapper .content {
    border-radius: 54px;
    padding: 23px 79px 0px;
    display: flex;
    justify-content: space-between;
  }
  .form .wrapper .content img {
    width: 613px;
    margin: 0;
    margin-left: -60px;
  }
  .form .wrapper .content form {
    margin-top: 50px;
    width: 437px;
  }
  .form .wrapper .content form input {
    font-size: 14px;
    height: 36px;
    margin-top: 42px;
  }
  .form .wrapper .content form button {
    margin-top: 34px;
    height: 54px;
    font-size: 20px;
    border-radius: 16px;
  }
  .form .wrapper .content form p {
    font-weight: 800;
    font-size: 16px;
    margin-top: 40px;
  }
  footer {
    margin-top: 198px;
  }
  footer .wrapper .content {
    border: 1px solid #353D3D;
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
    box-shadow: 0px 8px 7.9px 0px rgba(0, 0, 0, 0.5803921569);
    background: linear-gradient(0deg, rgba(1, 0, 5, 0.76), rgba(1, 0, 5, 0.76)), linear-gradient(97.72deg, rgba(1, 19, 17, 0.9) 18.25%, rgba(6, 121, 108, 0.9) 93.14%);
    display: flex;
    justify-content: space-between;
    padding: 28px 23px;
    margin-bottom: 70px;
  }
  footer .wrapper .content a.logo {
    display: block;
    width: 217px;
    height: 55px;
    background: url(../img/logo-footer.png);
    text-decoration: none;
    padding-left: 74px;
    font-size: 44px;
    line-height: 52px;
    color: transparent;
  }
  footer .wrapper .content a.button {
    margin: 0;
  }
  footer .wrapper .content .line {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
