@import url("./fonts/evolventa.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body,
html,
main {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Evolventa", sans-serif;
  color: #171717;
}
body.overlay {
  overflow: hidden;
}
.container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
input,
button {
  font-family: "Evolventa", sans-serif;
}
.mobile {
  display: none;
}
.text {
  font-family: Evolventa;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.flex {
  display: flex;
  gap: 42px;
}

.text > a {
  color: #5061ec;
  font-weight: 700;
}

.subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f42468;
  border: none;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  background: #d60a4d;
}

.button:active {
  background: #f42468;
}

.button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  color: #171717;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.button1:hover {
  background: #f1f2fd;
}

.button1:active {
  background: #fff;
}

.button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5061ec;
  border: none;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.button2:hover {
  background: #2036e7;
}

.button2:active {
  background: #5061ec;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  main {
    transform: scale(0.8);
    transform-origin: left top;
    width: 125%;
  }
}
@media (max-width: 1024px) {
  /* @media (max-width: 1280px) { */
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
}

.header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header > .vision {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f7598d;
  cursor: pointer;
}

/**  main   **/
.main {
  padding-top: 77px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.main__images {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.main__images > img {
  position: absolute;
}

.main__images > .main__image--blue {
  right: 0;
  top: 5px;
}
.main__images > .main__image--green {
  left: 0;
  bottom: 40px;
}

.main__text {
  max-width: 832px;
}

.main__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;

  margin-bottom: 80px;
}

.main__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 145%;
  letter-spacing: 0%;
}

/**  description   **/
.description {
  padding: 20px 0 20px;
}

.description__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.description > .text {
  max-width: 900px;
  margin-bottom: 30px;
}

.description > .list {
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0%;
  padding-left: 1em;
  margin-bottom: 30px;
}

.description > .list > li {
  margin-bottom: 1em;
}

/**  cost   **/
.cost {
  padding: 50px 0 20px;
}

.cost > .text {
  max-width: 900px;
}

/**  property   **/
.property {
  padding: 50px 0 20px;
}

.property > .text {
  max-width: 950px;
}

/**  tech   **/
.tech {
  padding: 50px 0 20px;
}

/**  requisites   **/
.requisites {
  padding: 50px 0 20px;
}

/**  footer   **/
.footer {
  background-color: #fafafb;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 194px;
}

.copyright {
  font-family: Evolventa;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 135%;
  letter-spacing: 0%;
  opacity: 50%;
}

@media (max-width: 1280px) {
  .main__title {
    font-size: 70px;
  }
}

@media (max-width: 1024px) {
  .main {
    display: block;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .main__title {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .main__text {
    max-width: 100%;
  }
  .main__subtitle-wrapper {
    padding-right: 110px;
    position: relative;
  }
  .main__subtitle {
    max-width: 300px;
    font-size: 24px;
  }
  .main__subtitle-wrapper > .main__image--blue {
    position: absolute;
    width: 100px;
    right: 0;
    top: -40px;
  }
  .main__subtitle-wrapper > .main__image--green {
    position: absolute;
    width: 110px;
    right: 0;
    bottom: -15px;
  }

  .description__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .description > .text {
    margin-bottom: 20px;
  }

  .description > .list {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .description,
  .cost,
  .property,
  .tech,
  .requisites {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .footer-inner{
    height: 120px;
  }
}
