.turnkey-technology {
  border-radius: 0 0 30px 30px;
  padding: 120px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.technology-title {
  color: #0e1020;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.technology-title span {
  font-style: italic;
  font-weight: 700;
}
.technology-content {
  display: flex;
  gap: 16px;
  align-items: center;
}
.turnkey-technology-right {
  flex-shrink: 0;
  position: relative;
  height: 420px;
  width: 628px;
}
.tech-text {
  display: flex;
  width: 172px;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #2b49e2;
  color: #fff;
  font-size: 14.742px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%; /* 17.395px */
  letter-spacing: -0.044px;
  position: absolute;
  left: 242px;
  top: 28px;
  transform: rotate(-8deg);
}
.tech-text.ru {
  width: 193px;
}
.tech-text.en {
  width: 218px;
  left: 178px;
}
.tech-arrow {
  position: absolute;
  bottom: -4.9px;
  right: 48px;
}
.tech-section-arrow {
  left: 0;
  bottom: 0;
  position: absolute;
}
.tech-img {
  display: block;
}
.tech-img-mob {
  display: none;
}
@media screen and (max-width: 1100px) {
  .technology-content {
    flex-direction: column;
    gap: 30px;
  }
  .tech-section-arrow {
    display: none;
  }
  .technology-title {
    max-width: 672px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .technology-title {
    font-size: 32px;
    line-height: 110%;
    max-width: 335px;
  }
  .technology-title.ru {
    max-width: 384px;
  }
  .tech-img {
    display: none;
  }
  .tech-img-mob {
    display: block;
  }
  .turnkey-technology-right {
    height: auto;
    width: 335px;
    margin: 0 auto;
  }
  .turnkey-technology {
    border-radius: 0 0 30px 30px;
    padding: 70px 0;
  }
  .tech-text {
    width: 140px;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 12px;
    left: 89px;
    top: 140px;
    transform: rotate(-8deg);
  }
  .tech-text.ru {
    width: 156px;
  }
  .tech-text.en {
    width: 176px;
    left: 81px;
  }
  .tech-arrow {
    top: -4.9px;
    right: 48px;
    transform: rotate(180deg);
  }
}
