*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: Montserrat;
}

@font-face {
  font-family: Evolventa;
  src: local("Evolventa"), url("/fonts/Evolventa-Regular.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Evolventa;
  src: local("Evolventa Oblique"), url("/fonts/Evolventa-Oblique.woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Evolventa;
  src: local("Evolventa Bold"), url("/fonts/Evolventa-Bold.woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Evolventa;
  src: local("Evolventa Bold Oblique"), url("/fonts/Evolventa-BoldOblique.woff");
  font-weight: bold;
  font-style: italic;
}
body {
  min-width: 360px;
  margin: 0;
  box-sizing: border-box;
}

.mainWrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
}

.mainButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  background-color: #9225FF;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.942px;
}

.secondButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  color: #9225FF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.942px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
  max-width: 1440px;
  width: 100%;
  height: 154px;
}
.header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2819DE;
  font-family: Montserrat;
  font-size: 10.948px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.545px;
}
.header .logo .line {
  margin: 0 11px;
}
.header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header nav ul li a {
  color: #1A052F;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.942px;
  text-decoration: none;
}
.header nav ul li + li {
  margin: 0 0 0 40px;
}
@media (max-width: 1200px) {
  .header nav ul li a {
    font-size: 14px;
    line-height: 12.942px;
  }
  .header nav ul li + li {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 900px) {
  .header {
    height: 100px;
  }
}
@media (max-width: 570px) {
  .header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .logo {
    margin: 0 0 15px 0;
  }
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 2%;
  max-width: 1440px;
  width: 100%;
}
.content .banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 153px 0;
  width: 100%;
  height: 644px;
  border-radius: 30px;
  background: linear-gradient(106deg, rgba(10, 7, 49, 0) 21.43%, rgba(10, 7, 49, 0.76) 47.91%), url("./img/mainBanner.jpeg") lightgray 50%/cover no-repeat;
}
.content .banner h1 {
  margin: 100px 9% 0 9%;
  color: #FFF;
  font-family: Evolventa;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.content .banner .bannerButtonsWrapper {
  display: flex;
  margin: 0 0 190px 9%;
}
.content .banner .bannerButtonsWrapper .connectButton {
  width: 220px;
  height: 52px;
  margin: 0 10px 0 0;
}
@media (max-width: 1150px) {
  .content .banner h1 {
    margin: 100px 9% 0 9%;
  }
}
@media (max-width: 900px) {
  .content .banner {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 850px) {
  .content .banner h1 {
    margin: 100px 9% 50px 9%;
  }
}
@media (max-width: 670px) {
  .content .banner h1 {
    font-size: 55px;
  }
}
@media (max-width: 500px) {
  .content .banner {
    height: 527px;
  }
  .content .banner h1 {
    font-size: 40px;
  }
}

.advantages {
  display: flex;
  justify-content: space-between;
  margin: 0 0 204px 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.advantages li {
  display: flex;
  flex-direction: column;
  width: 28%;
}
.advantages .circlesWrapper {
  position: relative;
  margin: 0 0 70px 0;
  height: 76px;
}
.advantages .circlesWrapper .circle {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  border: 3px solid #ffffff;
}
.advantages .circlesWrapper .circle1 {
  top: 0;
  left: 0;
  background-color: #C6E0FF;
}
.advantages .circlesWrapper .circle2 {
  top: 0;
  left: 38px;
  background-color: #61AAFF;
}
.advantages .circlesWrapper .circle3 {
  top: 0;
  left: 76px;
  background-color: #2819DE;
}
.advantages .circlesWrapper .preview {
  position: absolute;
  top: 15px;
  left: 90px;
}
.advantages .textWrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.advantages .textWrapper h2 {
  margin: 0 0 5px 0;
  color: #1A052F;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.advantages .textWrapper p {
  margin: 0;
  color: #8E8E8E;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.advantages .textWrapper .border {
  margin: 0 32px 0 0;
  min-width: 6px;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0) -15.29%, #2819DE 94.38%);
}
@media (max-width: 900px) {
  .advantages {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 700px) {
  .advantages {
    flex-direction: column;
  }
  .advantages li {
    margin: 0 0 40px 0;
    width: 100%;
  }
  .advantages .circlesWrapper {
    margin: 0 0 20px calc(50% - 75px);
  }
  .advantages .textWrapper .border {
    margin: 0;
  }
  .advantages .textWrapper {
    text-align: center;
  }
}

.whyUs {
  position: relative;
  margin: 0;
  height: 812px;
  width: 100%;
  border-radius: 30px;
  background: url("./img/connectBanner.jpeg");
}
.whyUs .astronaut {
  position: absolute;
  top: -549px;
  left: 14px;
  width: 456px;
  z-index: 2;
}
.whyUs .notebook {
  position: absolute;
  top: -184px;
  left: -310px;
  z-index: 2;
  width: 310px;
}
.whyUs .white {
  position: absolute;
  z-index: 1;
  background: #ffffff;
}
.whyUs .substrate1 {
  width: 63%;
  height: 432px;
  border-radius: 0 0 30px 0;
}
.whyUs .substrate1:after {
  content: url("./img/corner.svg");
  position: absolute;
  top: 0;
  right: -30px;
}
.whyUs .substrate1 h2 {
  margin: 82px 0 0 39px;
  color: #1A052F;
  font-family: Evolventa;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.whyUs .substrate1 p {
  margin: 11px 41px 89px 41px;
  max-width: 707px;
  color: #8E8E8E;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.whyUs .substrate1 .connectButton {
  margin: 0 0 0 35px;
  width: 220px;
  height: 60px;
}
.whyUs .substrate2 {
  top: 432px;
  width: 41%;
  height: 198px;
  border-radius: 0 0 30px 0;
}
.whyUs .substrate2:after {
  content: url("./img/corner.svg");
  position: absolute;
  top: 0;
  right: -30px;
}
.whyUs .substrate2:before {
  content: url("./img/corner.svg");
  position: absolute;
  bottom: -34px;
  left: 0;
}
.whyUs .title {
  position: absolute;
  bottom: 40px;
  left: 41px;
  width: 61%;
  margin: 0;
  color: #FFF;
  font-family: Evolventa;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.whyUs .substrate3 {
  z-index: 3;
  top: 455px;
  right: 0;
  width: 34%;
  height: 358px;
  border-radius: 30px 0 0 0;
}
.whyUs .substrate3:after {
  content: url("./img/corner.svg");
  position: absolute;
  bottom: 0;
  left: -30px;
  transform: rotate(180deg);
}
.whyUs .substrate3:before {
  content: url("./img/corner.svg");
  position: absolute;
  top: -34px;
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 1350px) {
  .whyUs .astronaut {
    position: absolute;
    top: -438px;
    left: 14px;
    width: 365px;
    z-index: 2;
  }
  .whyUs .notebook {
    position: absolute;
    top: -143px;
    left: -247px;
    z-index: 2;
    width: 248px;
  }
}
@media (max-width: 1350px) {
  .whyUs .substrate1 h2 {
    margin: 15px 0 0 39px;
  }
  .whyUs .substrate1 p {
    margin: 11px 41px 60px 41px;
  }
}
@media (max-width: 1100px) {
  .whyUs .astronaut {
    top: -351px;
    left: 1px;
    width: 292px;
  }
  .whyUs .notebook {
    top: -112px;
    left: -198px;
    width: 198px;
  }
  .whyUs .substrate1 h2 {
    font-size: 36px;
    margin: 15px 0 0 39px;
  }
  .whyUs .substrate1 p {
    font-size: 16px;
    margin: 11px 41px 30px 41px;
  }
  .whyUs .title {
    font-size: 36px;
  }
}
@media (max-width: 880px) {
  .whyUs .title {
    bottom: 22px;
  }
}
@media (max-width: 700px) {
  .whyUs {
    margin: 0;
    height: 100%;
    border-radius: 0;
    background: none;
  }
  .whyUs .white {
    position: relative;
  }
  .whyUs .astronaut {
    display: none;
  }
  .whyUs .notebook {
    display: none;
  }
  .whyUs .substrate1 {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0 0 60px 0;
  }
  .whyUs .substrate1:after {
    content: "";
  }
  .whyUs .substrate1 h2 {
    margin: 0;
    text-align: left;
  }
  .whyUs .substrate1 p {
    margin: 15px 0 20px 0;
    max-width: 707px;
    color: #8E8E8E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .whyUs .substrate1 .connectButton {
    margin: 0;
    width: 220px;
    height: 60px;
  }
  .whyUs .substrate2 {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .whyUs .substrate2:after {
    content: "";
  }
  .whyUs .substrate2:before {
    content: "";
  }
  .whyUs .substrate3 {
    display: none;
  }
  .whyUs .title {
    color: #1A052F;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 36px;
  }
}

.advantagesList {
  position: relative;
  z-index: 4;
  margin: -328px 0 144px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.advantagesList li {
  padding: 4%;
  width: 32%;
  height: 180px;
  border-radius: 30px;
  background: #E6F1FF;
}
.advantagesList li:nth-child(1) {
  margin: 0 0 2% 68%;
  height: 332px;
}
.advantagesList li:nth-child(n+2):nth-child(-n+3) {
  margin: 0 2% 2% 0;
}
.advantagesList li:nth-child(4) {
  margin: 0 0 2% 0;
}
.advantagesList li:nth-child(5) {
  width: 49%;
  margin: 0 2% 0 0;
}
.advantagesList li:nth-child(6) {
  width: 49%;
}
.advantagesList li .number {
  color: #2819DE;
  font-family: Evolventa;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.advantagesList li p {
  margin: 1% 0 0 0;
  padding: 0 0 0 40px;
  position: relative;
  color: #1A052F;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.advantagesList li p:before {
  content: "";
  left: 0;
  top: 5px;
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: #2819DE;
  border-radius: 100%;
}
@media (max-width: 1100px) {
  .advantagesList li p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 900px) {
  .advantagesList {
    margin: -328px 0 60px 0;
  }
}
@media (max-width: 700px) {
  .advantagesList {
    margin: 15px 0 60px 0;
  }
  .advantagesList li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 150px;
  }
  .advantagesList li:nth-child(1) {
    height: 150px;
    margin: 0 0 2% 0;
  }
  .advantagesList li:nth-child(n+2):nth-child(-n+3) {
    margin: 0 0 2% 0;
  }
  .advantagesList li:nth-child(4) {
    margin: 0 0 2% 0;
  }
  .advantagesList li:nth-child(5) {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .advantagesList li:nth-child(6) {
    width: 100%;
  }
}

.connect {
  display: flex;
  margin: 0 0 143px 0;
  width: 100%;
  height: 376px;
  background: linear-gradient(106deg, rgba(10, 7, 49, 0) 21.43%, rgba(10, 7, 49, 0.76) 47.91%), url("./img/connectBanner.jpeg") lightgray 50%/cover no-repeat;
  border-radius: 30px;
}
.connect .titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2%;
  width: 50%;
}
.connect .titles h2 {
  margin: 0 0 24px 0;
  color: #FFF;
  font-family: Evolventa;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.connect .titles p {
  margin: 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.connect .form {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 2%;
  padding: 31px 39px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(23px);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(23px);
}
.connect .form .connectButton {
  height: 60px;
  border: none;
  cursor: pointer;
}
.connect .form .connectButton:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.connect .form .inputItem {
  position: relative;
}
.connect .form .inputItem input {
  padding: 17px 29px 17px 60px;
  width: 100%;
  height: 60px;
  border: 1px solid #FFF;
  border-radius: 100px;
  box-shadow: none;
  outline: none;
  background: transparent;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.connect .form .inputItem input::placeholder {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.connect .form .inputItem img {
  position: absolute;
  top: 21px;
  left: 34px;
}
.connect .form .inputItem + .inputItem {
  margin: 15px 0 0 0;
}
.connect .form .checkboxWrapper {
  display: flex;
  align-items: center;
  margin: 29px;
}
.connect .form .checkboxWrapper input[type=checkbox] {
  position: relative;
  border: 2px solid #c0c9d7;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 12px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  border-radius: 4px;
}
.connect .form .checkboxWrapper input[type=checkbox]:checked {
  background-color: #9225FF;
  border: 2px solid #9225FF;
  opacity: 20;
}
.connect .form .checkboxWrapper input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 1;
}
.connect .form .checkboxWrapper label {
  color: #ffffff;
  font-style: normal;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.connect .emailSend {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: 2%;
  padding: 31px 39px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(23px);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(23px);
}
.connect .emailSend h2 {
  margin: 0 0 20px 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.connect .emailSend p {
  margin: 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1000px) {
  .connect .titles h2 {
    font-size: 30px;
  }
  .connect .titles p {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .connect {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 800px) {
  .connect {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 615px;
  }
  .connect .form {
    width: 95%;
    margin: 2%;
    padding: 31px 30px;
  }
  .connect .titles {
    padding: 4% 2%;
    width: 100%;
    text-align: center;
  }
  .connect .emailSend {
    width: 95%;
    margin: 2%;
    padding: 31px 30px;
  }
}

.footer {
  display: flex;
  padding: 0 2%;
  height: 154px;
  max-width: 1440px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright {
  margin: 0 10px 0 0;
  color: #8E8E8E;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.footer .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #8E8E8E;
  font-family: Montserrat;
  font-size: 10.948px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.545px;
}
.footer .logo .line {
  margin: 0 11px;
}
@media (max-width: 600px) {
  .footer {
    flex-direction: column-reverse;
    justify-content: space-around;
    height: 120px;
  }
}

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