
.mobile-wrap {
  margin: 0 20px 20px;
  display: flex;
  gap: 20px;
}

.mobile-sticky__wrap {
  width: 42%;
  display: flex;
  align-items: flex-start;
}

.mobile-content {
  flex-grow: 1;
}

.mobile-content section {
  min-height: 465px;
  /* min-height: calc(100vh - 140px); */
}


.mobile-sticky {
  padding: 80px 40px;
  position: sticky;
  top: 120px;
  width: 100%;
  /* width: 550px; */
  min-height: calc(100vh - 140px);
  height: 465px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1D1D1D;
  border-radius: 34px;
}

.mobile-sticky__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 112%;
  color: #FFFFFF;
}

.mobile-sticky__subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.mobile-sticky__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #B5B5B5;
}

.mobile-sticky__discover {
  margin-top: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #9BD556;
}

.mobile-sticky__links {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.mobile-sticky__link {
  padding: 7px 10px;
  background: #1D1D1D;
  border: 1px solid #B5B5B5;
  border-radius: 8px;

  display: flex;
  align-items: center;
  gap: 9px;
}

.mobile-sticky__link-icon {}

.mobile-sticky__link-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}


.mobile-how {
  padding: 0 20px 0 40px;
  display: flex;
  justify-content: center;
  gap: 20px;

  background: #FFFFFF;
  border-radius: 34px;
  overflow: hidden;
}

.mobile-how__content {
  align-self: center;
  max-width: 375px;
}

.mobile-how__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.mobile-how__content p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #757575;
}

.mobile-how__content a {
  color: #9BD556;
  text-decoration: underline;

}

.mobile-how__img {
  align-self: flex-end;
  flex-shrink: 0;
  width: 300px;
  height: auto;
}

.mobile-how__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  transform: translate(0, 3px);
}


.mobile-install {
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 20px;

  background: #9BD556;
  border-radius: 34px;
  overflow: hidden;
}

.mobile-install__content {
  align-self: center;
  max-width: 375px;
}

.mobile-install__content p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #F2F2F2;
}

.mobile-install__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}

.mobile-install__img {
  align-self: flex-end;
  flex-shrink: 0;
  width: 300px;
  height: auto;
}

.mobile-install__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  transform: translate(0, 3px);
}


.mobile-end {
  margin-top: 20px;
  padding: 0 20px 0 40px;
  display: flex;
  justify-content: center;
  gap: 20px;

  background: #FFFFFF;
  border-radius: 34px;
  overflow: hidden;
}

.mobile-end__content {
  align-self: center;
  max-width: 375px;
}

.mobile-end__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.mobile-end__content p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #757575;
}

.mobile-end__content b {
  font-weight: 500;
  color: #5A5A5A;
}

.mobile-end__content span {
  font-weight: 500;
  color: #9BD556;
}



.mobile-end__img {
  align-self: center;
  flex-shrink: 0;
  width: 200px;
  height: auto;
}

.mobile-end__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  transform: translate(0, 3px);
}

.mobile-start {
  margin: 20px;
  padding: 20px 40px;
  background: #1D1D1D;
  border-radius: 34px;

  display: flex;
  gap: 40px;
  align-items: center;
}

.mobile-start__content {

}

.mobile-start__title {
  max-width: 582px;
  font-weight: 700;
  font-size: 34px;
  line-height: 125%;
  color: #FFFFFF;
}

.mobile-start__link {
  margin-top: 40px;
  display: block;
  padding: 15px 70px;
  width: fit-content;
  background: #9BD556;
  border-radius: 34px;

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

.mobile-start__img {
  width: 420px;
  height: 320px;
}

.mobile-start__img img {
  width: 140%;
  height: 140%;
  object-fit: contain;
  transform: translate(0px, -20%);
}

@media (max-width: 1600px) {
  .mobile-sticky__wrap {
    width: auto;
  }
  
  .mobile-sticky {
    width: 550px;
  }


  .mobile-how,
  .mobile-install,
  .mobile-end {
    padding-top: 40px;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .mobile-how {
    
  }

  .mobile-how__content {
    align-self: flex-end;
  }

  /* .mobile-how__content h2,
  .mobile-how__content p {
    max-width: 375px;
    margin: 0 auto;
  } */

  .mobile-how__img {}

  .mobile-install {
    flex-direction: row-reverse;
  }

  .mobile-install__img {
    order: 2;
  }

  .mobile-install__content {
    order: 1;
  }

  .mobile-content .mobile-end {
    min-height: unset;
    padding: 20px;
    height: auto;
  }

  .mobile-start__img img {
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
  }
}

@media (max-width: 1200px) {
  .mobile-sticky {
    padding: 40px 20px;
    width: 420px;

  }

  .mobile-sticky__title {
    font-size: 40px;
  }

  .mobile-sticky__subtitle {
    font-size: 18px;
  }

  .mobile-sticky__text {
    max-width: 390px;
    font-size: 16px;
  }

  .mobile-sticky__discover {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .mobile-wrap {
    flex-direction: column;
  }

  .mobile-sticky {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .mobile-content section {
    padding-top: 20px;
    min-height: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .mobile-how__content {
    align-self: center;
  }

  .mobile-how__img {
    align-self: center;
  }

  .mobile-install__img {
    align-self: center;
  }

  .mobile-start {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-start__title {
    font-size: 24px;
  }

  .mobile-start__link {
    padding: 15px 30px;
    font-size: 20px;
  }

  .mobile-start__img {
    margin: 0 auto;
    width: 300px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .mobile-sticky {
    padding: 20px;
  }

  .mobile-sticky__title {
    font-size: 34px;
  }

  .mobile-sticky__discover {
    font-size: 16px;
  }

  .mobile-how {
    padding: 20px 20px 0;
  }

  .mobile-how__title {
    font-size: 20px;
    line-height: 150%;
  }

  .mobile-how__content p {
    font-size: 16px;
  }

  .mobile-how__img {
    width: 250px;
  }

  .mobile-install__title {
    font-size: 20px;
    line-height: 150%;
  }

  .mobile-install__content p {
    font-size: 16px;
  }

  .mobile-install__img {
    margin-top: -40px;
    transform: translate(0px, 40px);
    width: 250px;
  }

  .mobile-end__title {
    font-size: 20px;
    line-height: 150%;
    max-width: 250px;
  }

  .mobile-end__content p {
    font-size: 16px;
  }

  .mobile-end__img {
    width: 250px;
  }

  .mobile-start {
    gap: 0;
  }
  
  .mobile-start__img {
    width: 230px;
  }
}

@media (max-width: 430px) {
  .mobile-start__link {
    font-size: 16px;
  }
}


