.web-and-mobile-app .web-hero {
  --web-hero-accent: #a54dff;
  --web-hero-accent-deep: #652ac6;
  --web-hero-line-soft: rgba(165, 77, 255, 0.08);
  --web-hero-line-strong: rgba(165, 77, 255, 0.46);
  --web-hero-left-x: 0px;
  --web-hero-left-y: 0px;
  --web-hero-right-x: 0px;
  --web-hero-right-y: 0px;
  position: relative;
  isolation: isolate;
  min-height: 820px;
  margin-top: -120px !important;
  padding-top: 0 !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(76, 20, 166, 0.72) 0%, rgba(42, 10, 98, 0.34) 22%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0) 59%, rgba(83, 32, 132, 0.38) 79%, rgba(20, 11, 42, 0.82) 100%),
    linear-gradient(180deg, #010102 0%, #030107 33%, #0c0318 68%, #020203 100%) !important;
}

.web-and-mobile-app .web-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 58%, rgba(101, 42, 198, 0.5) 0%, rgba(101, 42, 198, 0.18) 24%, rgba(0, 0, 0, 0) 56%),
    radial-gradient(ellipse at 82% 62%, rgba(165, 77, 255, 0.28) 0%, rgba(101, 42, 198, 0.18) 25%, rgba(0, 0, 0, 0) 58%),
    linear-gradient(90deg, rgba(99, 33, 212, 0.36), rgba(165, 77, 255, 0.12) 27%, rgba(0, 0, 0, 0) 48%, rgba(165, 77, 255, 0.12) 68%, rgba(101, 42, 198, 0.32)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(90, 27, 176, 0.1) 34%, rgba(90, 27, 176, 0.28) 62%, rgba(0, 0, 0, 0.82) 100%);
}

.web-and-mobile-app .web-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 18%, rgba(0, 0, 0, 0.05) 43%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.72) 84%, rgba(0, 0, 0, 0.98) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.72) 100%);
}

.web-and-mobile-app .web-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(32, minmax(0, 1fr));
  pointer-events: none;
}

.web-and-mobile-app .web-hero-grid__line {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.035);
  background:
    linear-gradient(180deg, transparent 0%, rgba(165, 77, 255, 0.02) 18%, rgba(165, 77, 255, 0.32) 42%, rgba(101, 42, 198, 0.46) 55%, rgba(165, 77, 255, 0.12) 72%, transparent 100%),
    linear-gradient(90deg, transparent 0%, var(--web-hero-line-soft) 48%, var(--web-hero-line-strong) 50%, var(--web-hero-line-soft) 52%, transparent 100%);
  background-size: 100% 72%, 100% 100%;
  background-position: 50% -45%, center;
  opacity: 0.58;
  filter: saturate(1.08) brightness(0.94);
  animation: web-hero-line-wave 5.9s ease-in-out infinite;
  animation-delay: calc(var(--line-index, 0) * -0.16s);
  will-change: opacity, background-position, filter;
}

.web-and-mobile-app .web-hero-grid__line:nth-child(1) { --line-index: 1; }
.web-and-mobile-app .web-hero-grid__line:nth-child(2) { --line-index: 2; }
.web-and-mobile-app .web-hero-grid__line:nth-child(3) { --line-index: 3; }
.web-and-mobile-app .web-hero-grid__line:nth-child(4) { --line-index: 4; }
.web-and-mobile-app .web-hero-grid__line:nth-child(5) { --line-index: 5; }
.web-and-mobile-app .web-hero-grid__line:nth-child(6) { --line-index: 6; }
.web-and-mobile-app .web-hero-grid__line:nth-child(7) { --line-index: 7; }
.web-and-mobile-app .web-hero-grid__line:nth-child(8) { --line-index: 8; }
.web-and-mobile-app .web-hero-grid__line:nth-child(9) { --line-index: 9; }
.web-and-mobile-app .web-hero-grid__line:nth-child(10) { --line-index: 10; }
.web-and-mobile-app .web-hero-grid__line:nth-child(11) { --line-index: 11; }
.web-and-mobile-app .web-hero-grid__line:nth-child(12) { --line-index: 12; }
.web-and-mobile-app .web-hero-grid__line:nth-child(13) { --line-index: 13; }
.web-and-mobile-app .web-hero-grid__line:nth-child(14) { --line-index: 14; }
.web-and-mobile-app .web-hero-grid__line:nth-child(15) { --line-index: 15; }
.web-and-mobile-app .web-hero-grid__line:nth-child(16) { --line-index: 16; }
.web-and-mobile-app .web-hero-grid__line:nth-child(17) { --line-index: 17; }
.web-and-mobile-app .web-hero-grid__line:nth-child(18) { --line-index: 18; }
.web-and-mobile-app .web-hero-grid__line:nth-child(19) { --line-index: 19; }
.web-and-mobile-app .web-hero-grid__line:nth-child(20) { --line-index: 20; }
.web-and-mobile-app .web-hero-grid__line:nth-child(21) { --line-index: 21; }
.web-and-mobile-app .web-hero-grid__line:nth-child(22) { --line-index: 22; }
.web-and-mobile-app .web-hero-grid__line:nth-child(23) { --line-index: 23; }
.web-and-mobile-app .web-hero-grid__line:nth-child(24) { --line-index: 24; }
.web-and-mobile-app .web-hero-grid__line:nth-child(25) { --line-index: 25; }
.web-and-mobile-app .web-hero-grid__line:nth-child(26) { --line-index: 26; }
.web-and-mobile-app .web-hero-grid__line:nth-child(27) { --line-index: 27; }
.web-and-mobile-app .web-hero-grid__line:nth-child(28) { --line-index: 28; }
.web-and-mobile-app .web-hero-grid__line:nth-child(29) { --line-index: 29; }
.web-and-mobile-app .web-hero-grid__line:nth-child(30) { --line-index: 30; }
.web-and-mobile-app .web-hero-grid__line:nth-child(31) { --line-index: 31; }
.web-and-mobile-app .web-hero-grid__line:nth-child(32) { --line-index: 32; }

.web-and-mobile-app .web-hero .container {
  position: relative;
  z-index: 4;
  display: flex !important;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(82px, 9vh, 110px) 24px 0;
  box-sizing: border-box;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.web-and-mobile-app .web-hero .container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 6;
  width: 100vw;
  height: 18%;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 38%, rgba(0, 0, 0, 0.84) 78%, #000 100%);
}

.web-and-mobile-app .web-hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  width: min(100%, 820px) !important;
  min-width: 0 !important;
  margin: 0 auto;
  text-align: center;
}

.web-and-mobile-app .web-hero-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 26px rgba(165, 77, 255, 0.5));
}

.web-and-mobile-app .web-hero-icon img {
  width: 66px;
  height: 66px;
  display: block;
}

.web-and-mobile-app .web-hero .content__title {
  max-width: 820px;
  margin: 0 0 18px !important;
  color: #fff;
  font-family: Closer, Inter, Arial, sans-serif;
  font-size: clamp(42px, 4vw, 58px) !important;
  font-weight: 700;
  line-height: 1.08 !important;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.5);
}

.web-and-mobile-app .web-hero .content__descr {
  max-width: 660px;
  margin: 0 0 32px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.34;
  text-wrap: balance;
}

.web-and-mobile-app .web-hero .button {
  justify-content: center;
}

.web-and-mobile-app .web-hero .form-btn {
  min-height: 60px;
  padding: 0 28px !important;
  border-color: rgba(255, 255, 255, 0.84) !important;
  background: rgba(7, 4, 14, 0.1) !important;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.web-and-mobile-app .web-hero .form-btn:hover {
  background: #fff !important;
  color: #161616 !important;
}

.web-and-mobile-app .web-hero .bg-img {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 3;
  flex: 0 0 auto;
  width: min(72vw, 106svh, 1120px) !important;
  min-width: 720px;
  height: auto !important;
  aspect-ratio: 1280 / 646;
  margin: clamp(26px, 3.8vh, 44px) auto 0 !important;
  transform: none !important;
  background: none !important;
  pointer-events: none;
  filter: drop-shadow(0 36px 50px rgba(0, 0, 0, 0.58));
}

.web-and-mobile-app .web-hero .bg-img::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10%;
  z-index: 3;
  width: 100vw;
  height: 54%;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 38%, rgba(0, 0, 0, 0.84) 76%, #000 100%);
}

.web-and-mobile-app .web-hero-device {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

.web-and-mobile-app .web-hero-device img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.web-and-mobile-app .web-hero-device--center {
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 95.2%;
  transform: translate3d(-50%, 0, 0);
}

.web-and-mobile-app .web-hero-device--left {
  top: 1.8%;
  left: 4.8%;
  width: 37.5%;
  transform: translate3d(var(--web-hero-left-x), var(--web-hero-left-y), 0) rotate(-10deg);
}

.web-and-mobile-app .web-hero-device--right {
  top: 31.5%;
  right: 8%;
  z-index: 3;
  width: 22.1%;
  transform: translate3d(var(--web-hero-right-x), var(--web-hero-right-y), 0) rotate(9deg);
}

.web-and-mobile-app .web-hero-device--left img {
  animation: web-hero-device-float-left 4.7s ease-in-out infinite;
}

.web-and-mobile-app .web-hero-device--right img {
  animation: web-hero-device-float-right 4.2s ease-in-out infinite;
}

.web-and-mobile-app .web-hero .show-more {
  display: none !important;
}

.redesign_slider .block {
  isolation: isolate;
  overflow: hidden;
}

.redesign_slider .block.web-and-mobile-app-page {
  background:
    radial-gradient(circle at 82% 4%, rgba(77, 82, 143, 0.72) 0%, rgba(44, 53, 91, 0.48) 21%, rgba(11, 12, 17, 0) 48%),
    radial-gradient(ellipse at 55% 100%, rgba(19, 52, 68, 0.76) 0%, rgba(14, 32, 44, 0.58) 28%, rgba(8, 9, 12, 0) 68%),
    linear-gradient(105deg, #090909 0%, #0b0d11 29%, #111b27 55%, #1d2542 77%, #0a0b0e 100%) !important;
}

.redesign_slider .content-wrap {
  position: relative;
  z-index: 1;
}

.redesign_slider .block__bg {
  z-index: 1;
}

@keyframes web-hero-line-wave {
  0%, 100% {
    background-position: 50% -45%, center;
    filter: saturate(1.05) brightness(0.88);
    opacity: 0.48;
  }

  32% {
    opacity: 0.86;
  }

  50% {
    background-position: 50% 128%, center;
    filter: saturate(1.18) brightness(1.12);
    opacity: 0.9;
  }

  72% {
    opacity: 0.7;
  }
}

@keyframes web-hero-device-float-left {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  42% {
    transform: translate3d(0, -13px, 0);
  }

  68% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes web-hero-device-float-right {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  36% {
    transform: translate3d(0, 11px, 0);
  }

  72% {
    transform: translate3d(0, -8px, 0);
  }
}

@media screen and (max-width: 1440px) {
  .web-and-mobile-app .web-hero-grid {
    grid-template-columns: repeat(28, minmax(0, 1fr));
  }

  .web-and-mobile-app .web-hero-grid__line:nth-child(n + 29) {
    display: none;
  }

  .web-and-mobile-app .web-hero .bg-img {
    width: min(74vw, 96svh, 980px) !important;
    min-width: 680px;
  }
}

@media screen and (max-width: 1440px) and (max-height: 860px) {
  .web-and-mobile-app .web-hero {
    min-height: 760px;
  }

  .web-and-mobile-app .web-hero .container {
    padding-top: 74px;
    padding-bottom: clamp(18px, 3vh, 36px);
  }

  .web-and-mobile-app .web-hero-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
  }

  .web-and-mobile-app .web-hero-icon img {
    width: 54px;
    height: 54px;
  }

  .web-and-mobile-app .web-hero .content {
    width: min(100%, 720px) !important;
  }

  .web-and-mobile-app .web-hero .content__title {
    max-width: 760px;
    margin-bottom: 14px !important;
    font-size: clamp(40px, 4.2vw, 52px) !important;
    line-height: 1.08 !important;
  }

  .web-and-mobile-app .web-hero .content__descr {
    max-width: 620px;
    margin-bottom: 24px !important;
    font-size: clamp(14px, 1.12vw, 16px);
    line-height: 1.32;
  }

  .web-and-mobile-app .web-hero .form-btn {
    min-height: 56px;
    padding: 0 26px !important;
  }

  .web-and-mobile-app .web-hero .bg-img {
    width: min(70vw, 82svh, 900px) !important;
    min-width: 620px;
    margin-top: clamp(22px, 3vh, 34px) !important;
  }
}

@media screen and (max-width: 1024px) {
  .web-and-mobile-app .web-hero {
    min-height: 780px;
  }

  .web-and-mobile-app .web-hero-grid {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .web-and-mobile-app .web-hero-grid__line:nth-child(n + 21) {
    display: none;
  }

  .web-and-mobile-app .web-hero .container {
    padding-top: 92px;
  }

  .web-and-mobile-app .web-hero .content {
    width: min(100%, 680px) !important;
  }

  .web-and-mobile-app .web-hero .bg-img {
    width: min(86vw, 86svh, 760px) !important;
    min-width: 0;
    margin-top: clamp(24px, 3.5vh, 38px) !important;
  }

  .web-and-mobile-app .web-hero-device--left {
    left: 1.5%;
    top: 4%;
    width: 36%;
  }

  .web-and-mobile-app .web-hero-device--right {
    right: 3.6%;
    top: 34%;
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .web-and-mobile-app .web-hero {
    height: 100svh;
    min-height: 780px;
    margin-top: -120px !important;
  }

  .web-and-mobile-app .web-hero-grid {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

  .web-and-mobile-app .web-hero-grid__line:nth-child(n + 15) {
    display: none;
  }

  .web-and-mobile-app .web-hero .container {
    padding: 96px 20px clamp(20px, 4vh, 42px);
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    justify-content: center !important;
  }

  .web-and-mobile-app .web-hero-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
  }

  .web-and-mobile-app .web-hero-icon img {
    width: 58px;
    height: 58px;
  }

  .web-and-mobile-app .web-hero .content__title {
    max-width: 620px;
    font-size: clamp(34px, 7.2vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .web-and-mobile-app .web-hero .content__descr {
    max-width: 560px;
    margin-bottom: 28px !important;
    font-size: 15px;
    line-height: 1.42;
  }

  .web-and-mobile-app .web-hero .form-btn {
    min-height: 56px;
    padding: 0 24px !important;
  }

  .web-and-mobile-app .web-hero .bg-img {
    width: min(104vw, 78svh, 620px) !important;
    margin-top: clamp(24px, 4vh, 36px) !important;
  }

  .web-and-mobile-app .web-hero-device--center {
    width: 102%;
  }

  .web-and-mobile-app .web-hero-device--left {
    left: -8%;
    top: 5.5%;
    width: 39%;
  }

  .web-and-mobile-app .web-hero-device--right {
    right: 2%;
    top: 37%;
    width: 24%;
  }
}

@media screen and (max-width: 520px) {
  .web-and-mobile-app .web-hero {
    min-height: 760px;
  }

  .web-and-mobile-app .web-hero-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .web-and-mobile-app .web-hero-grid__line:nth-child(n + 11) {
    display: none;
  }

  .web-and-mobile-app .web-hero .container {
    padding: 88px 18px clamp(18px, 3.5vh, 34px);
  }

  .web-and-mobile-app .web-hero .content__title {
    max-width: 310px;
    font-size: clamp(29px, 7.7vw, 32px) !important;
  }

  .web-and-mobile-app .web-hero .content__descr {
    font-size: 14px;
  }

  .web-and-mobile-app .web-hero .bg-img {
    width: min(112vw, 70svh, 440px) !important;
    margin-top: clamp(22px, 3.5vh, 30px) !important;
  }

  .web-and-mobile-app .web-hero-device--left {
    left: -14%;
    top: 8%;
    width: 40%;
  }

  .web-and-mobile-app .web-hero-device--right {
    right: 4%;
    top: 39%;
    width: 23%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-and-mobile-app .web-hero-grid__line {
    animation: none;
    background-position: 50% 42%, center;
    opacity: 0.68;
  }

  .web-and-mobile-app .web-hero {
    --web-hero-left-x: 0px !important;
    --web-hero-left-y: 0px !important;
    --web-hero-right-x: 0px !important;
    --web-hero-right-y: 0px !important;
  }

  .web-and-mobile-app .web-hero-device--left img,
  .web-and-mobile-app .web-hero-device--right img {
    animation: none;
  }
}

/* Shared /expertise/ hero typography */
.web-and-mobile-app .web-hero .content__title {
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.08 !important;
}

.web-and-mobile-app .web-hero .content__descr {
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.34 !important;
}

.web-and-mobile-app .web-hero .form-btn {
  font-size: 16px !important;
}

@media screen and (max-width: 1440px) {
  .web-and-mobile-app .web-hero .content__title {
    font-size: clamp(40px, 4.2vw, 52px) !important;
  }

  .web-and-mobile-app .web-hero .content__descr {
    font-size: clamp(14px, 1.12vw, 16px) !important;
    line-height: 1.32 !important;
  }
}

@media screen and (max-width: 768px) {
  .web-and-mobile-app .web-hero .content__title {
    font-size: clamp(34px, 7.2vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .web-and-mobile-app .web-hero .content__descr {
    font-size: 15px !important;
    line-height: 1.42 !important;
  }
}

@media screen and (max-width: 520px) {
  .web-and-mobile-app .web-hero .content__title {
    font-size: clamp(29px, 7.8vw, 33px) !important;
  }

  .web-and-mobile-app .web-hero .content__descr {
    font-size: 14px !important;
  }

  .web-and-mobile-app .web-hero .form-btn {
    font-size: 14px !important;
  }
}
