/* robots */

.header {
	margin: 0 20px;
  padding: 45px 40px;
	width: calc(100% - 40px);
  min-height: 440px;
  background: #1D1D1D;
  border-radius: 34px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 100px;
}

.header__content {
  max-width: 700px;
}

.header__title {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #FFFFFF;
}

.header__title span {
  font-weight: 500;
  font-size: 48px;
}

.header__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #B5B5B5;
}

.header__img {
  width: 280px;
  height: 350px;
  flex-shrink: 0;
}

.header__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.designed {
  margin: 100px 20px 0;
}

.designed__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 136%;
  text-align: center;
}

.designed__cards {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.designed__card {
  padding: 20px;
  width: calc(33.333% - 40px / 3);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #C9CCC7;
  border-radius: 34px;
}

.designed__card-img {
  margin: 0 auto;
  width: 270px;
  height: 150px;
}

.designed__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.designed__card-text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}


.vmarkets {
  margin: 100px 20px 0;
}

.vmarkets__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 136%;
  text-align: center;
}

.vmarkets__cards {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vmarkets__card {
  padding: 20px;
  width: calc(25% - 15px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #C9CCC7;
  border-radius: 34px;
}

.vmarkets__card-img {
  margin: 0 auto;
  width: 270px;
  max-width: 100%;
  height: 150px;
}

.vmarkets__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.vmarkets__card-text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

.vmarkets__info {
  margin: 30px auto 0;
  max-width: 850px;

  font-weight: 400;
  font-size: 22px;
  line-height: 145%;
  text-align: center;
}

.robots-start {
  margin: 100px 20px 0;
  padding: 60px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1D1D1D;
  border-radius: 34px;

}

.robots-start__title {
  max-width: 650px;
  font-weight: 700;
  font-size: 34px;
  line-height: 125%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.robots-start__bttn {
  padding: 15px 30px;
  background: #9BD556;
  border-radius: 34px;
  flex-shrink: 0;
  border: 1px solid #9BD556;
  outline: none;

  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1D1D1D;
  text-transform: uppercase;
  cursor: pointer;
}

.robots-start__bttn:hover {
  background: #1D1D1D;
  color: #9BD556;
}
.robots-start__bttn:active {
  color: #1D1D1D;
  background: #9BD556;
  box-shadow: 0px 4px 12px rgba(172, 172, 172, 0.4);
}

.robots-why {
  margin: 80px 20px 0;
}

.robots-why__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  text-align: center;
}

.robots-why__cards {
  margin: 20px auto 0;
  max-width: 1320px;
  padding: 20px;
  background: #EEF0EC;
  box-shadow: 2px 4px 12px #DCDDDB;
  border-radius: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.robots-why__card {
  width: calc(50% - 12px);
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #E8EAE6;
  border-radius: 34px;
}

.robots-why__card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
}

.robots-why__card-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #5A5A5A;
}


.innovation {
  margin: 80px 20px 0;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #5AA000 0%, #9AD556 100%);
  border-radius: 34px;
}

.innovation__content {

}

.innovation__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 125%;
  color: #FFFFFF;
}

.innovation__subtitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  color: #FFFFFF;
}

.innovation__text {
  margin-top: 20px;
  font-weight: 700;
  font-size: 26px;
  line-height: 160%;
  color: #FFFFFF;
}

.innovation__bttn {
  margin-top: 40px;
  padding: 15px 120px;
  background: #FFFFFF;
  border-radius: 34px;
  border: 1px solid #FFFFFF;
  outline: none;

  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1D1D1D;
  text-transform: uppercase;
  cursor: pointer;
}

.innovation__bttn:hover {
  color: #FFFFFF;
  background: transparent;
}

.innovation__bttn:active {
  color: #1D1D1D;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(169, 237, 92, 0.4);
}

.innovation__bttn_mob {
  display: none;
}

.innovation__img {
  margin-right: 30px;
  width: 450px;
  height: 300px;
}

.innovation__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.robots-benefits {
  margin: 80px 20px 0;
}

.robots-benefits__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  text-align: center;
}

.robots-benefits__cards {
  margin: 20px auto 0;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}

.robots-benefits__card {
  width: calc(50% - 10px);
  padding: 30px;
  background: #E7EAE5;
  border: 1.4px solid #9BD556;
  border-radius: 34px;
}

.robots-benefits__card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #2C302B;
  text-align: center;
}

.robots-benefits__card-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #5A5A5A;
}

.robots-benefits__bttn {
  margin: 20px auto 0;
  padding: 20px 60px;
  display: block;
  background: #9BD556;
  border-radius: 34px;
  border: 1px solid #9BD556;
  outline: none;

  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}

.robots-benefits__bttn:hover {
  background: transparent;
  color: #9BD556;
}

.robots-benefits__bttn:active {
  color: #FFFFFF;
  background: #9BD556;
  box-shadow: 0px 4px 12px rgba(218, 220, 215, 0.4);
}

.robots-reasons {
  margin: 80px 20px 0;
}

.robots-reasons__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 112%;
  text-align: center;
  color: #1D1D1D;
}

.robots-reasons__cards {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  background: #EEF0EC;
  box-shadow: 2px 4px 12px #DCDDDB;
  border-radius: 44px;
}

.robots-reasons__card {
  padding: 10px 30px 20px;
  width: calc(50% - 10px);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #E8EAE6;
  border-radius: 34px;
}

.robots-reasons__card-img {
  margin: 0 auto;
  width: 270px;
  height: 150px;

}

.robots-reasons__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.robots-reasons__card-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
}

.robots-reasons__card-text {
  margin: 10px auto 0;
  max-width: 560px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #5A5A5A;
}

.robots-reasons__card:nth-of-type(3) .robots-reasons__card-text,
.robots-reasons__card:nth-of-type(4) .robots-reasons__card-text {
  max-width: 440px;
}

.assets-form {
  justify-content: space-between;
}

.assets-form__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 71px;
  text-transform: uppercase;
  color: #9BD556;
}

.assets-form__text {
  font-size: 38px;
  line-height: 130%;
}

.assets-form__content {
  max-width: 760px;
}


@media (max-width: 1440px) {
  .assets-form__title {
    font-size: 44px;
    line-height: 110%;
  }

  .robots-start__title {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .header__title {
    font-size: 30px;
  }

  .header__title span {
    font-size: 40px;
  }

  .designed__card {
    width: calc(50% - 10px);
  }

  .vmarkets__cards {

  }

  .vmarkets__card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 800px) {
  .header {
    flex-direction: column;
    gap: 20px;
    max-height: unset !important;
  }

  .header__text {
    font-size: 16px;
    line-height: 22px;
  }

  .designed {
    margin-top: 50px;
  }

  .designed__title {
    font-size: 24px;
  }

  .designed__cards {
    margin-top: 30px;
  }

  .designed__card.designed__card_full {
    width: 100%;
  }

  .vmarkets {
    margin-top: 50px;
  }

  .vmarkets__title {
    font-size: 24px;
  }

  .vmarkets__cards {
    margin-top: 30px;
  }

  .vmarkets__info {
    font-size: 18px;
  }

  .robots-start {
    margin-top: 50px;
    padding: 40px 30px;
    gap: 20px;
    flex-direction: column;
  }

  .robots-start__title {
    text-align: center;
  }

  .robots-why {
    margin-top: 50px;
  }

  .robots-why__title {
    font-size: 22px;
  }

  .robots-why__card {
    width: 100%;
  }

  .innovation {
    margin-top: 50px;
    flex-direction: column;
  }

  .innovation__content {
    align-self: flex-start;
  }

  .innovation__title {
    font-size: 28px;
  }

  .innovation__subtitle {
    font-size: 22px;
  }

  .innovation__img {
    margin-top: 30px;
    margin-right: 0;
    flex-shrink: 0;
    width: 260px;
    height: 170px;
  }

  .innovation__text {
    margin-top: 10px;
    font-size: 18px;
  }

  .innovation__bttn {
    display: none;
    padding: 15px 90px;
  }

  .innovation__bttn_mob {
    display: block;
  }

  .robots-benefits {
    margin-top: 50px;
  }

  .robots-benefits__title {
    font-size: 24px;
  }

  .robots-benefits__card {
    width: 100%;
  }

  .robots-reasons {
    margin-top: 50px;
  }

  .robots-reasons__title {
    font-size: 24px;
  }

  .robots-reasons__card {
    width: 100%;
  }

  .assets-form {
    padding: 20px 25px;
  }

  .assets-form__title {
    font-size: 24px;
  }

  .assets-form__text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .header {
    padding: 30px;
  }

  .header__title {
    font-size: 20px;
    line-height: 24px;
  }

  .header__text {
    font-size: 14px;
    line-height: 20px;
  }

  .header__title span {
    font-size: 24px;
    line-height: 24px;
  }

  .header__img {
    width: 205px;
    height: 260px;
  }

  .designed__title {
    font-size: 20px;
  }

  .designed__card {
    padding: 10px;
  }

  .designed__card-img {
    width: 100%;
    max-width: 160px;
    height: 90px;
  }

  .designed__card-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .vmarkets__title {
    font-size: 20px;
  }

  .vmarkets__card {
    padding: 10px 15px;
  }

  .vmarkets__card-img {
    width: 100%;
    height: 90px;
  }

  .vmarkets__card-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .vmarkets__info {
    font-size: 16px;
  }

  .robots-start {
    padding: 30px 20px;
  }

  .robots-start__title {
    font-size: 22px;
  }

  .robots-start__bttn {
    padding: 15px 30px;
    font-size: 16px;
  }

  .robots-why__title {
    font-size: 20px;
  }

  .robots-why__cards {
    padding: 10px;
    gap: 10px;
  }

  .robots-why__card-text {
    font-size: 14px;
    line-height: 140%;
  }

  .innovation__title {
    font-size: 22px;
  }
  
  .innovation__subtitle {
    font-size: 20px;
  }

  .innovation__bttn {
    font-size: 16px;
  }

  .innovation__text {
    font-size: 16px;
  }

  .robots-benefits__title {
    font-size: 20px;
  }

  .robots-benefits__card {
    padding: 20px;
  }

  .robots-benefits__card-title {
    font-size: 18px;
  }

  .robots-benefits__card-text {
    font-size: 14px;
  }

  .robots-benefits__bttn {
    font-size: 16px;
  }

  .robots-reasons__title {
    font-size: 20px;
  }

  .robots-reasons__cards {
    padding: 10px;
    gap: 10px;
  }

  .robots-reasons__card-img {
    width: 230px;
    height: 130px;
  }

  .robots-reasons__card-title {
    font-size: 18px;
  }

  .robots-reasons__card-text {
    font-size: 14px;
  }
}

