.home-mobile-app {
  position: relative;
  width: 1920px;
  height: 633px;
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
}

.home-ma__copy {
  position: absolute;
  top: 194px;
  left: 234px;
  width: 726px;
}

.home-ma__title {
  margin: 0 0 25px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 57.6px;
  color: #000;
}

.home-ma__title-accent {
  color: #43328a;
}

.home-ma__text {
  margin: 0;
  width: 674px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1b1b1b;
}

.home-ma__text-accent {
  font-weight: 500;
  color: #43328a;
}

.home-ma__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-ma__cloud {
  position: absolute;
  pointer-events: none;
}

.home-ma__cloud img,
.home-ma__cloud picture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.home-ma__cloud picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-ma__cloud--a {
  top: 0;
  left: 924px;
  width: 729px;
  height: 633px;
}

.home-ma__cloud--b {
  top: 0;
  left: 1123px;
  width: 783px;
  height: 633px;
}

.home-ma__phones {
  position: absolute;
  top: 122px;
  left: 1140px;
  width: 566px;
  height: 390px;
}

.home-ma__phones img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-ma__phones .home-ma__phones-m360 {
  display: none;
}

.home-ma__title-break {
  display: none;
}

.home-ma__badges {
  position: absolute;
  top: 537px;
  left: 1320px;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

.home-ma__badge {
  display: block;
  flex-shrink: 0;
  width: 104px;
  height: 30px;
}

.home-ma__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-ma__badge:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
  border-radius: 2px;
}

@media (max-width: 1679px) and (min-width: 1025px) {
  .home-mobile-app {
    width: 1440px;
    height: 491px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-ma__copy {
    top: 159px;
    left: 172px;
    width: 726px;
  }

  .home-ma__title {
    margin-bottom: 26px;
    font-size: 40px;
    letter-spacing: -0.8px;
    line-height: 1.2;
  }

  .home-ma__text {
    width: 531px;
    font-size: 18px;
    line-height: 1.3;
  }

  .home-ma__cloud--a {
    top: 171px;
    left: 826px;
    width: 240px;
    height: 211px;
  }

  .home-ma__cloud--b {
    top: 142px;
    left: 1085px;
    width: 201px;
    height: 153px;
  }

  .home-ma__phones {
    top: 62px;
    left: 826px;
    width: 480.624px;
    height: 331.111px;
  }

  .home-ma__badges {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-mobile-app {
    width: 100%;
    height: auto;
    aspect-ratio: 768 / 368;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: home-mobile-app;
  }

  .home-ma__copy {
    top: calc(92 / 368 * 100%);
    left: calc(70 / 768 * 100%);
    width: calc(360 / 768 * 100%);
  }

  .home-ma__title {
    width: calc(330 / 360 * 100%);
    height: calc(98 / 368 * 100%);
    margin: 0 0 calc(1 / 368 * 100%);
    font-size: 3.906cqi;
    letter-spacing: -0.078cqi;
    line-height: 1.2;
  }

  .home-ma__text {
    width: 100%;
    font-size: 2.344cqi;
    line-height: 1.3;
  }

  .home-ma__cloud--a {
    top: calc(112 / 368 * 100%);
    left: calc(429 / 768 * 100%);
    width: calc(202 / 768 * 100%);
    height: calc(189 / 368 * 100%);
  }

  .home-ma__cloud--b {
    top: calc(143 / 368 * 100%);
    left: calc(614 / 768 * 100%);
    width: calc(83 / 768 * 100%);
    height: calc(75 / 368 * 100%);
  }

  .home-ma__phones {
    top: calc(71 / 368 * 100%);
    left: calc(450 / 768 * 100%);
    width: calc(318 / 768 * 100%);
    height: calc(219 / 368 * 100%);
  }

  .home-ma__badges {
    display: none;
  }
}

@media (max-width: 749px) {
  .home-mobile-app {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 395;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: home-mobile-app;
    background: #fff;
  }

  .home-ma__copy {
    top: calc(57 / 395 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(315 / 360 * 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(15 / 360 * 100cqi);
    text-align: center;
    z-index: 1;
  }

  .home-ma__title {
    width: calc(277 / 360 * 100%);
    max-width: 100%;
    height: auto;
    margin: 0;
    font-size: 6.111cqi;
    font-weight: 700;
    letter-spacing: -0.122cqi;
    line-height: 1.2;
    text-align: center;
    color: #000;
  }

  .home-ma__title-break {
    display: block;
  }

  .home-ma__title-accent {
    color: #43328a;
    font-weight: 700;
  }

  .home-ma__text {
    width: 100%;
    margin: 0;
    font-size: 3.333cqi;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #1b1b1b;
  }

  .home-ma__text-accent {
    font-weight: 500;
    color: #43328a;
  }

  .home-ma__cloud img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
  }

  .home-ma__cloud--a {
    top: calc(160 / 395 * 100%);
    left: calc(80 / 360 * 100%);
    width: calc(280 / 360 * 100%);
    height: calc(260 / 395 * 100%);
    z-index: 0;
  }

  .home-ma__cloud--b {
    top: calc(150 / 395 * 100%);
    left: calc(-40 / 360 * 100%);
    width: calc(300 / 360 * 100%);
    height: calc(280 / 395 * 100%);
    z-index: 0;
  }

  .home-ma__phones {
    top: calc(220 / 395 * 100%);
    left: calc(75 / 360 * 100%);
    width: calc(209 / 360 * 100%);
    height: calc(144 / 395 * 100%);
    z-index: 1;
    overflow: hidden;
  }

  .home-ma__phones .home-ma__phones-desk {
    display: none;
  }

  .home-ma__phones .home-ma__phones-m360 {
    display: block;
    position: absolute;
    left: 0;
    top: -16.36%;
    width: 103.74%;
    height: 116.42%;
    max-width: none;
    object-fit: cover;
    object-position: left top;
  }

  .home-ma__badges {
    display: none;
  }
}
