.devops-services .telegram-hero {
  --telegram-hero-accent: #35bdf4;
  --telegram-hero-accent-deep: #0a77c8;
  --telegram-hero-line-soft: rgba(53, 189, 244, 0.08);
  --telegram-hero-line-strong: rgba(53, 189, 244, 0.5);
  --telegram-hero-phone-x: 0px;
  --telegram-hero-phone-y: 0px;
  --telegram-hero-start-x: 0px;
  --telegram-hero-start-y: 0px;
  --telegram-hero-file-x: 0px;
  --telegram-hero-file-y: 0px;
  --telegram-hero-icon-x: 0px;
  --telegram-hero-icon-y: 0px;
  position: relative;
  isolation: isolate;
  height: calc(100vh + 100px) !important;
  height: calc(100svh + 100px) !important;
  min-height: calc(100vh + 100px);
  min-height: calc(100svh + 100px);
  margin-top: -100px !important;
  padding-top: 0 !important;
  overflow: hidden;
  font-family: Closer, Inter, Arial, sans-serif;
  background:
    linear-gradient(90deg, rgba(3, 80, 119, 0.66) 0%, rgba(2, 43, 63, 0.35) 21%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0) 58%, rgba(4, 74, 107, 0.32) 79%, rgba(0, 11, 19, 0.84) 100%),
    linear-gradient(180deg, #010304 0%, #020608 33%, #041923 68%, #010202 100%) !important;
}

body[data-gradient-color="198"],
body[data-gradient-color="198"] .main-wrap,
body[data-gradient-color="198"] tal-root > .page-wrap {
  background-color: #000 !important;
}

body[data-gradient-color="198"] tal-root > .page-wrap {
  padding-bottom: 0 !important;
}

#gradient-canvas {
  background: radial-gradient(
    circle at center,
    rgba(53, 189, 244, 0) 0%,
    rgba(53, 189, 244, 0.24) 28%,
    rgba(8, 116, 196, 0.42) 58%,
    rgba(3, 80, 119, 0.62) 100%
  ) !important;
}

.devops-services .cursor-blur {
  background: radial-gradient(
    circle,
    rgba(53, 189, 244, 0.46) 0%,
    rgba(8, 116, 196, 0.28) 36%,
    rgba(0, 0, 0, 0) 66%
  ) !important;
}

.devops-services .telegram-hero::before,
.devops-services .telegram-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.devops-services .telegram-hero::before {
  z-index: 1;
  background:
    radial-gradient(ellipse at 17% 61%, rgba(35, 181, 239, 0.62) 0%, rgba(18, 143, 216, 0.26) 26%, rgba(0, 0, 0, 0) 58%),
    radial-gradient(ellipse at 84% 64%, rgba(53, 189, 244, 0.42) 0%, rgba(8, 116, 196, 0.22) 26%, rgba(0, 0, 0, 0) 58%),
    linear-gradient(90deg, rgba(13, 148, 220, 0.4), rgba(53, 189, 244, 0.16) 28%, rgba(0, 0, 0, 0) 48%, rgba(53, 189, 244, 0.15) 69%, rgba(5, 104, 170, 0.35)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(31, 177, 241, 0.08) 31%, rgba(31, 177, 241, 0.32) 63%, rgba(0, 0, 0, 0.88) 100%);
}

.devops-services .telegram-hero::after {
  z-index: 2;
  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.78) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.78) 100%);
}

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

.devops-services .telegram-hero-grid__line {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.035);
  background:
    linear-gradient(180deg, transparent 0%, rgba(53, 189, 244, 0.03) 18%, rgba(53, 189, 244, 0.38) 42%, rgba(6, 117, 201, 0.52) 55%, rgba(53, 189, 244, 0.14) 72%, transparent 100%),
    linear-gradient(90deg, transparent 0%, var(--telegram-hero-line-soft) 48%, var(--telegram-hero-line-strong) 50%, var(--telegram-hero-line-soft) 52%, transparent 100%);
  background-size: 100% 74%, 100% 100%;
  background-position: 50% -48%, center;
  opacity: 0.58;
  filter: saturate(1.08) brightness(0.95);
  animation: telegram-hero-line-wave 5.9s ease-in-out infinite;
  animation-delay: calc(var(--line-index, 0) * -0.16s);
  will-change: opacity, background-position, filter;
}

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

.devops-services .telegram-hero .container {
  position: relative;
  z-index: 4;
  display: flex !important;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  min-height: calc(100vh + 100px);
  min-height: calc(100svh + 100px);
  margin: 0 auto;
  padding: clamp(200px, 24vh, 260px) 24px 0;
  box-sizing: border-box;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.devops-services .telegram-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%);
}

.devops-services .telegram-hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 780px) !important;
  min-width: 0 !important;
  margin: 0 auto;
  text-align: center;
}

.devops-services .telegram-hero .content__title {
  max-width: 820px;
  margin: 0 0 14px !important;
  color: #fff;
  font-family: Closer, Inter, Arial, sans-serif;
  font-size: clamp(36px, 3.35vw, 50px) !important;
  font-weight: 700;
  line-height: 1.08 !important;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.5);
}

.devops-services .telegram-hero .content__descr {
  max-width: 660px;
  margin: 0 0 26px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.34;
  text-wrap: balance;
}

.devops-services .telegram-hero .button {
  display: flex !important;
  justify-content: center;
}

.devops-services .telegram-hero .form-btn {
  min-height: 56px;
  padding: 0 26px !important;
  border-color: rgba(255, 255, 255, 0.84) !important;
  background: rgba(4, 14, 22, 0.08) !important;
  color: #fff !important;
  font-family: Closer, Inter, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.devops-services .telegram-hero .form-btn:hover {
  background: #fff !important;
  color: #161616 !important;
}

.devops-services .telegram-hero .form-btn:hover path {
  fill: #161616;
}

.devops-services .telegram-hero .bg-img.telegram-hero-visual {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 3;
  flex: 0 0 auto;
  width: min(68vw, 98svh, 920px) !important;
  min-width: 650px;
  height: auto !important;
  aspect-ratio: 891 / 560;
  margin: clamp(-10px, -0.4vh, 6px) auto 0 !important;
  transform: none !important;
  background: none !important;
  pointer-events: none;
}

.devops-services .telegram-hero .bg-img.telegram-hero-visual::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%);
}

.devops-services .telegram-hero-phone {
  position: absolute;
  left: 50%;
  bottom: -8%;
  z-index: 2;
  width: 74%;
  transform: translate3d(calc(-50% + var(--telegram-hero-phone-x)), var(--telegram-hero-phone-y), 0);
  filter: drop-shadow(0 38px 50px rgba(0, 0, 0, 0.62));
  will-change: transform;
}

.devops-services .telegram-hero-phone img,
.devops-services .telegram-hero-icon img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.devops-services .telegram-hero-bubble,
.devops-services .telegram-hero-icon {
  position: absolute;
  z-index: 4;
  will-change: transform;
}

.devops-services .telegram-hero-start {
  left: 6%;
  top: 31%;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px 0 20px;
  border-radius: 24px 24px 6px 24px;
  color: #fff;
  font: 400 18px/1.1 Closer, Inter, Arial, sans-serif;
  background: linear-gradient(135deg, #58aaf8 0%, #167af0 100%);
  box-shadow: 0 18px 30px rgba(0, 71, 155, 0.3);
  transform: translate3d(var(--telegram-hero-start-x), var(--telegram-hero-start-y), 0);
}

.devops-services .telegram-hero-start span {
  display: inline-flex;
  align-items: center;
}

.devops-services .telegram-hero-start::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: #167af0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.devops-services .telegram-hero-start__time {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  transform: translateY(3px);
}

.devops-services .telegram-hero-start__check {
  justify-content: center;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(3px);
}

.devops-services .telegram-hero-file {
  right: -3%;
  top: 20%;
  display: flex;
  align-items: center;
  min-width: 300px;
  min-height: 64px;
  padding: 10px 18px 10px 10px;
  border-radius: 22px 22px 22px 6px;
  color: #111;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  transform: translate3d(var(--telegram-hero-file-x), var(--telegram-hero-file-y), 0);
}

.devops-services .telegram-hero-file::before {
  content: "";
  position: absolute;
  left: -9px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.98);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.devops-services .telegram-hero-file__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  background: #369bf4;
  color: #fff;
}

.devops-services .telegram-hero-file__icon svg {
  width: 24px;
  height: 24px;
}

.devops-services .telegram-hero-file__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.devops-services .telegram-hero-file__name {
  max-width: 205px;
  overflow: hidden;
  color: #111;
  font: 400 17px/1.15 Closer, Inter, Arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.devops-services .telegram-hero-file__size {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.48);
  font: 400 13px/1.1 Closer, Inter, Arial, sans-serif;
}

.devops-services .telegram-hero-file__time {
  align-self: flex-end;
  margin-left: 14px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.46);
  font: italic 12px/1 Closer, Inter, Arial, sans-serif;
}

.devops-services .telegram-hero-icon {
  left: 30%;
  bottom: 7%;
  width: 160px;
  transform: translate3d(var(--telegram-hero-icon-x), var(--telegram-hero-icon-y), 0) rotate(-10deg);
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.38));
}

.devops-services .telegram-hero-phone img {
  animation: telegram-hero-phone-float 5.1s ease-in-out infinite;
}

.devops-services .telegram-hero-start,
.devops-services .telegram-hero-file,
.devops-services .telegram-hero-icon img {
  animation: telegram-hero-bubble-float 4.8s ease-in-out infinite;
}

.devops-services .telegram-hero-file {
  animation-delay: -1.2s;
}

.devops-services .telegram-hero-icon img {
  animation-delay: -2s;
}

.devops-services .telegram-hero .show-more {
  display: none !important;
}

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

  32% {
    opacity: 0.86;
  }

  50% {
    background-position: 50% 130%, center;
    filter: saturate(1.18) brightness(1.14);
    opacity: 0.92;
  }

  72% {
    opacity: 0.7;
  }
}

@keyframes telegram-hero-phone-float {
  0%, 100% {
    translate: 0 0;
  }

  48% {
    translate: 0 -10px;
  }
}

@keyframes telegram-hero-bubble-float {
  0%, 100% {
    translate: 0 0;
  }

  45% {
    translate: 0 -9px;
  }

  74% {
    translate: 0 4px;
  }
}

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

  .devops-services .telegram-hero-grid__line:nth-child(n + 29) {
    display: none;
  }

  .devops-services .telegram-hero .bg-img.telegram-hero-visual {
    width: min(72vw, 88svh, 820px) !important;
    min-width: 600px;
  }
}

@media screen and (max-width: 1440px) and (max-height: 860px) {
  .devops-services .telegram-hero {
    min-height: calc(100vh + 100px);
    min-height: calc(100svh + 100px);
  }

  .devops-services .telegram-hero .container {
    min-height: calc(100vh + 100px);
    min-height: calc(100svh + 100px);
    padding-top: clamp(174px, 23vh, 204px);
  }

  .devops-services .telegram-hero .content__title {
    font-size: clamp(34px, 3.4vw, 46px) !important;
  }

  .devops-services .telegram-hero .content__descr {
    margin-bottom: 22px !important;
    font-size: clamp(14px, 1.06vw, 16px);
  }

  .devops-services .telegram-hero .bg-img.telegram-hero-visual {
    width: min(68vw, 78svh, 760px) !important;
    margin-top: -8px !important;
  }
}

@media screen and (max-width: 1024px) {
.devops-services .telegram-hero,
  .devops-services .telegram-hero .container {
    min-height: calc(100vh + 100px);
    min-height: calc(100svh + 100px);
  }

  .devops-services .telegram-hero-grid {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .devops-services .telegram-hero-grid__line:nth-child(n + 21) {
    display: none;
  }

  .devops-services .telegram-hero .container {
    padding-top: 126px;
  }

  .devops-services .telegram-hero .bg-img.telegram-hero-visual {
    width: min(88vw, 72svh, 680px) !important;
    min-width: 0;
  }

  .devops-services .telegram-hero-start {
    left: 1%;
    top: 32%;
  }

  .devops-services .telegram-hero-file {
    right: -8%;
    top: 23%;
    min-width: 280px;
  }

  .devops-services .telegram-hero-icon {
    left: 22%;
    width: 138px;
  }
}

@media screen and (max-width: 768px) {
.devops-services .telegram-hero,
  .devops-services .telegram-hero .container {
    min-height: calc(100vh + 100px);
    min-height: calc(100svh + 100px);
  }

  .devops-services .telegram-hero-grid {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

  .devops-services .telegram-hero-grid__line:nth-child(n + 15) {
    display: none;
  }

  .devops-services .telegram-hero .container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 92px 20px 30px;
  }

  .devops-services .telegram-hero .content__title {
    max-width: 620px;
    font-size: clamp(34px, 7.2vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .devops-services .telegram-hero .content__descr {
    max-width: 560px;
    margin-bottom: 24px !important;
    font-size: 15px;
    line-height: 1.42;
  }

  .devops-services .telegram-hero .bg-img.telegram-hero-visual {
    width: min(104vw, 66svh, 560px) !important;
    margin-top: 20px !important;
  }

  .devops-services .telegram-hero-phone {
    width: 82%;
  }

  .devops-services .telegram-hero-start {
    left: 2%;
    top: 34%;
    min-height: 46px;
    padding: 0 13px 0 15px;
    font-size: 16px;
  }

  .devops-services .telegram-hero-file {
    right: -2%;
    top: 24%;
    min-width: 242px;
    min-height: 56px;
    padding: 8px 12px 8px 8px;
    border-radius: 18px 18px 18px 6px;
  }

  .devops-services .telegram-hero-file__icon {
    width: 40px;
    height: 40px;
  }

  .devops-services .telegram-hero-file__name {
    max-width: 150px;
    font-size: 14px;
  }

  .devops-services .telegram-hero-icon {
    left: 16%;
    bottom: 7%;
    width: 118px;
  }
}

@media screen and (max-width: 520px) {
.devops-services .telegram-hero,
  .devops-services .telegram-hero .container {
    min-height: calc(100vh + 100px);
    min-height: calc(100svh + 100px);
  }

  .devops-services .telegram-hero-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .devops-services .telegram-hero-grid__line:nth-child(n + 11) {
    display: none;
  }

  .devops-services .telegram-hero .container {
    padding: 126px 18px 28px;
  }

  .devops-services .telegram-hero .content__title {
    max-width: 330px;
    font-size: clamp(29px, 7.8vw, 33px) !important;
  }

  .devops-services .telegram-hero .content__descr {
    width: min(100%, 320px);
    max-width: 320px;
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .devops-services .telegram-hero .form-btn {
    min-height: 52px;
    padding: 0 22px !important;
  }

  .devops-services .telegram-hero .bg-img.telegram-hero-visual {
    width: min(116vw, 62svh, 430px) !important;
    margin-top: 24px !important;
  }

  .devops-services .telegram-hero-start {
    left: 0;
    top: 38%;
    transform: translate3d(var(--telegram-hero-start-x), var(--telegram-hero-start-y), 0) scale(0.86);
    transform-origin: left center;
  }

  .devops-services .telegram-hero-file {
    right: 90px;
    top: 26%;
    transform: translate3d(var(--telegram-hero-file-x), var(--telegram-hero-file-y), 0) scale(0.68);
    transform-origin: right center;
  }

  .devops-services .telegram-hero-icon {
    left: 12%;
    bottom: 9%;
    width: 98px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .devops-services .telegram-hero-grid__line,
  .devops-services .telegram-hero-phone img,
  .devops-services .telegram-hero-start,
  .devops-services .telegram-hero-file,
  .devops-services .telegram-hero-icon img {
    animation: none;
  }

  .devops-services .telegram-hero-grid__line {
    background-position: 50% 42%, center;
    opacity: 0.68;
  }

  .devops-services .telegram-hero {
    --telegram-hero-phone-x: 0px !important;
    --telegram-hero-phone-y: 0px !important;
    --telegram-hero-start-x: 0px !important;
    --telegram-hero-start-y: 0px !important;
    --telegram-hero-file-x: 0px !important;
    --telegram-hero-file-y: 0px !important;
    --telegram-hero-icon-x: 0px !important;
    --telegram-hero-icon-y: 0px !important;
  }
}

.devops-services tal-tap-into-our-expertise .our-expertise {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  background:
    radial-gradient(ellipse at 18% 100%, rgba(53, 189, 244, 0.28) 0%, rgba(8, 116, 196, 0.16) 30%, rgba(0, 0, 0, 0) 62%),
    radial-gradient(ellipse at 84% 94%, rgba(53, 189, 244, 0.22) 0%, rgba(8, 116, 196, 0.12) 32%, rgba(0, 0, 0, 0) 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(31, 177, 241, 0.08) 55%, rgba(31, 177, 241, 0.2) 78%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(180deg, #000 0%, #02090d 18%, #041a24 48%, #02080c 78%, #000 100%) !important;
}

.devops-services tal-tap-into-our-expertise .our-expertise::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.24) 28%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.74) 100%);
  z-index: 0;
}

.devops-services tal-tap-into-our-expertise .our-expertise .container {
  position: relative;
  z-index: 1;
}

.devops-services tal-slider-redesign-solution .redesign_slider .block.web-and-mobile-app-page {
  background:
    radial-gradient(ellipse 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;
}

.devops-services tal-slider-redesign-solution .redesign_slider .block.web-and-mobile-app-page.big-img {
  background:
    radial-gradient(ellipse at 84% 6%, rgba(70, 96, 132, 0.74) 0%, rgba(31, 53, 82, 0.46) 24%, rgba(8, 9, 12, 0) 52%),
    radial-gradient(ellipse at 48% 100%, rgba(28, 66, 81, 0.72) 0%, rgba(12, 31, 45, 0.56) 30%, rgba(8, 9, 12, 0) 68%),
    linear-gradient(105deg, #090909 0%, #101015 34%, #172434 58%, #26324d 78%, #0a0b0e 100%) !important;
}

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

.devops-services .telegram-hero .content__descr {
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.34 !important;
}

.devops-services .telegram-hero .form-btn {
  font-size: 16px !important;
}

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

  .devops-services .telegram-hero .content__descr {
    font-size: clamp(14px, 1.12vw, 16px) !important;
    line-height: 1.32 !important;
  }
}

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

  .devops-services .telegram-hero .content__descr {
    font-size: 15px !important;
    line-height: 1.42 !important;
  }
}

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

  .devops-services .telegram-hero .content__descr {
    font-size: 14px !important;
  }

  .devops-services .telegram-hero .form-btn {
    font-size: 14px !important;
  }
}
