

/* Start:/bitrix/templates/TML/css/styles.css?175758861126554*/
@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-RPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fontst/Acumin-ItPro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdPro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdItPro.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 20px 20px 40px 20px;
  font-family: Raleway, sans-serif;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  height: 909px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(128, 128, 128, 0.00) 0%, rgba(128, 128, 128, 0.10) 30.97%, rgba(0, 0, 0, 0.20) 61.94%);
  overflow: hidden;
  padding: 20px 60px 211px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#header-container {
  width: 100%;
  z-index: 1001;
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1002;
  display: none;
}

.mega-menu.active {
  display: flex;
}

.content-wrapper {
  padding: 0 10px;
  z-index: 1000;
  position: relative;
}

.main-title {
  width: 804px;
  color: #F9F9FB;
  font-family: Raleway;
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.64px;
}

.subtitle {
  width: 804px;
  color: #F9F9FB;
  font-family: "Acumin Pro";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.24px;
  margin-top: 16px;
}

.content-wrapper .consultancy-btn {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #FCFCFC;
  border: none;
  cursor: pointer;
  margin-top: 24px;
}

.content-wrapper .consultancy-btn span {
  color: #070707;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.success-text {
  margin-top: 80px;
  color: #070707;
  text-align: center;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.slide-container {
  margin-top: 40px;
  padding: 0 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 100;
  min-height: 600px;
}

.slide {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(252, 252, 252, 0.10);
  background: #F8FBFF;
  box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px 0px rgba(10, 13, 18, 0.06);
  position: relative;
  height: 525px;
  transition: width 0.3s ease, padding 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.slide-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  background: #F8FBFF;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.slide-part {
  display: flex;
  flex-direction: column;
}

.slide-part.first {
  flex: 0 0 28%;
}

.slide-part.second {
  flex: 0 0 46%;
  display: flex;
  padding-right: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.slide-part.second .see-solution-btn {
  margin-top: 12px;
  align-self: flex-start;
}

.slide-part.third {
  flex: 0 0 25%;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.text-content p {
  color: #070707;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.slide-title {
  color: #070707;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.see-solution-btn {
  display: flex;
  padding: 12px 20px;
  gap: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.see-solution-btn span {
  color: #353535;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.see-solution-btn .icon {
  width: 24px;
  height: 24px;
}

.slide-image {
  width: 100%;
  height: auto;
}

.first-slide {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.first-slide.active {
  opacity: 0.8;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 80px);
  z-index: 5;
}

.first-slide.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.second-slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.second-slide.active {
  opacity: 1;
  visibility: visible;
  animation: moveInBottom 0.3s ease;
  width: calc(100% - 100px);
  z-index: 10;
}

.second-slide.inherit-first-active {
  opacity: 0.8;
  visibility: visible;
  padding: 60px 20px;
  width: calc(100% - 120px);
  margin-top: 0;
  z-index: 5;
}

.third-slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 80px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.third-slide.active {
  opacity: 1;
  visibility: visible;
  animation: moveInBottom 0.3s ease;
  width: 100%;
  margin-top: 16px;
  z-index: 20;
}

.third-slide.inherit-second-active {
  opacity: 0.8;
  visibility: visible;
  padding: 40px;
  width: calc(100% - 80px);
  margin-top: 40px;
  z-index: 10;
}

.fourth-slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 120px;
  opacity: 0;
  visibility: hidden;
  z-index: 30;
}

.fourth-slide.inherit-third-active {
  opacity: 1;
  visibility: visible;
  animation: moveInBottom 0.3s ease;
  width: calc(100% - 40px);
  margin-top: 80px;
  z-index: 20;
}

@keyframes moveInBottom {
  0% {
    transform: translateY(100%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes moveOutTop {
  0% {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    visibility: visible;
  }
  50% {
    transform: translateY(-50%) translateX(-50%);
    opacity: 0.5;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
}

.second-slide,
.third-slide,
.fourth-slide {
  animation-duration: 0.3s;
  animation-timing-function: ease;
}

.intro-section {
  width: 642px;
  margin: 180px auto 0;
  text-align: center;
  position: relative;
  z-index: 50;
}

.intro-title {
  color: #070707;
  font-family: "Bricolage Grotesque";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.36px;
}

.intro-subtitle {
  color: #070707;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.intro-description {
  color: #939394;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

.carousel-container {
  width: 100%;
  margin: 0;
  margin-top: 100px;
  overflow-x: hidden;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}

.carousel-track {
  display: flex;
  gap: 24px;
  padding-left: 120px;
  padding-right: 120px;
  transition: transform 0.5s ease-in-out;
}

.carousel-card {
  display: flex;
  width: 360px;
  height: 440px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  max-width: 100%;
  overflow: hidden;
}

.card-main {
  height: 320px;
  flex: 1 0 0;
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: #170A42;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.card-title {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  color: transparent;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.54px;
  background: radial-gradient(70% 40% at 50% 100%, rgba(255, 255, 255, 0.05) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: calc(100% - 40px);
  overflow: hidden;
}

.card-image {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  object-fit: cover;
}

.card-description {
  display: flex;
  padding-top: 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.card-description p {
  color: rgba(7, 7, 7, 0.60);
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
  max-width: 100%;
  overflow: hidden;
}

.carousel-nav-container {
  display: flex;
  gap: 12px;
  margin-top: 44px;
  justify-content: flex-end;
  padding-right: 40px;
}

.carousel-nav {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #FCFCFC;
  background: #F8FBFF;
  box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px 0px rgba(10, 13, 18, 0.06);
  cursor: pointer;
}

.carousel-nav-icon {
  width: 7px;
  height: 14px;
}

.growth-section {
  display: flex;
  width: 100%;
  padding: 10px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 60px;
}

.growth-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.growth-text p {
  margin: 0;
}

.highlight {
  color: #070707;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.sub-highlight {
  color: #939394;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.growth-description {
  color: #939394;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.competencies-section {
  width: 100%;
  margin-top: 70px;
  border-radius: 16px;
  background: var(--bg, radial-gradient(50% 50% at 0% 100%, #271D3B 0%, rgba(0, 0, 0, 0.00) 62.59%), radial-gradient(141.42% 141.42% at 100% 100%, #3A233F 0%, rgba(0, 0, 0, 0.00) 24.59%), #170A42);
  height: auto;
  padding: 71px 52px 49px 38px;
  display: flex;
  flex-direction: column;
}

.competencies-header {
  display: flex;
  align-items: center;
}

.our-competencies {
  color: #FFF;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
}

.what-we-can-do {
  margin-left: 302px;
  color: #FFF;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -2.448px;
}

.effectively-text {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -2.448px;
}

.competencies-content {
  display: flex;
  margin-top: 92px;
}

.left-column {
  width: 8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.team-text {
  color: #FFF;
  font-family: "SF Pro Display";
  font-size: 14.229px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.583px;
  opacity: 0.7;
}

.right-column {
  margin-left: 299px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.icon-list {
  display: flex;
  flex-direction: column;
}

.financial-tax-consulting {
  width: 272px;
}

.management-project-consulting {
  width: 404px;
  margin-left: 201px;
}

.digital-transformation {
  width: 418px;
  margin-left: 66px;
}

.legal-risk-advisory,
.tech-integration,
.hardware-data-integration {
  width: 404px;
}

.icon-placeholder {
  width: 49px;
  height: 49px;
  background: #FFF;
  border-radius: 8px;
}

.icon-title {
  color: #FFF;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
}

.icon-description {
  color: #FFF;
  font-family: "raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 6px;
}

.top-row {
  display: flex;
}

.bottom-row {
  display: flex;
  gap: 66px;
}

.experts-section {
  width: 100%;
  margin-top: 60px;
  padding: 72px 209px 58px 100px;
  display: flex;
  flex-direction: column;
}

.experts-content {
  display: flex;
  justify-content: space-between;
}

.experts-left {
  width: 588px;
}

.experts-title {
  color: #070707;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  text-transform: uppercase;
}

.experts-right {
  width: 642px;
  display: flex;
  flex-direction: column;
}

.experts-description {
  color: #070707;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.stats-item {
  margin-top: 80px;
}

.stats-item:nth-child(2) {
  margin-top: 48px;
}

.stats-item:nth-child(3) {
  margin-top: 48px;
}

.stats-number {
  color: #070707;
  font-family: Raleway;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  text-transform: uppercase;
}

.stats-text {
  color: #939394;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 6px;
}

.core-values-section {
  width: 100%;
  margin-top: 0;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
}

.values-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.values-left {
  width: 34%;
}

.core-title {
  color: #070707;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

.core-description {
  color: #939394;
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 17px;
}

.values-right {
  width: 59%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 201px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 360px);
  gap: 24px;
}

.value-card {
  display: flex;
  width: 360px;
  height: 360px;
  padding: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 13.384px;
  border: 0.837px solid #FCFCFC;
  background: #FFF;
  box-shadow: 0px 0.837px 2.51px 0px rgba(10, 13, 18, 0.10), 0px 0.837px 1.673px 0px rgba(10, 13, 18, 0.06);
  transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  border-radius: 13.384px;
  border: 0.837px solid #FCFCFC;
  background: #170A42;
  box-shadow: 0px 0.837px 2.51px 0px rgba(10, 13, 18, 0.10), 0px 0.837px 1.673px 0px rgba(10, 13, 18, 0.06);
  justify-content: space-around;
}

.value-icon {
  width: 160px;
  height: 200px;
}

.value-title {
  color: #070707;
  font-family: Raleway;
  font-size: 30.114px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.46px;
  letter-spacing: -0.452px;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.value-card:hover .value-title {
  color: #F9F9FB;
}

/* Mobile styles */
@media (max-width: 767px) {
  body {
    margin: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
  }

  .hero-section {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    height: 715px;
    border-radius: 16px;
    width: 100%;
  }

  #header-container {
    align-self: stretch;
  }

  .content-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }

  .main-title {
    color: #F9F9FB;
    text-align: center;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.36px;
    width: auto;
  }

  .subtitle {
    margin-top: 8px;
    color: #F9F9FB;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.2px;
    width: auto;
  }

  .content-wrapper .consultancy-btn {
    margin-top: 20px;
  }

  .success-text {
    margin-top: 48px;
    color: #070707;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
  }

  .slide-container {
    margin-top: 48px;
    padding: 0;
    position: relative;
    overflow: visible;
    height: auto;
  }

  .slide {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: auto;
    height: auto;
    width: 100%;
  }

  .slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    padding: 0;
    position: relative;
    padding-bottom: 36px; /* Добавляем пространство для кнопки */
  }

  .slide-part.first {
    flex: none;
    width: 100%;
  }

  .slide-part.second {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .slide-part.third {
    flex: none;
    width: 100%;
  }

  .see-solution-btn {
    margin-top: 12px;
    align-self: flex-end;
    position: static; /* Убираем абсолютное позиционирование */
  }

  .slide-title {
    color: #070707;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
  }

  .text-content {
    color: #070707;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
  }

  .slide-image {
    height: 376px;
    border-radius: 16px;
  }

  .first-slide {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    position: relative;
    width: 100%;
  }

  .first-slide.active {
    opacity: 0.8;
    padding: 24px 16px;
    width: calc(100% - 32px);
    z-index: 5;
  }

  .first-slide.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }

  .second-slide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
  }

  .second-slide.active {
    opacity: 1;
    visibility: visible;
    animation: moveInBottom 0.3s ease;
    width: 100%;
    margin-top: 8px;
    z-index: 10;
  }

  .second-slide.inherit-first-active {
    opacity: 0.8;
    visibility: visible;
    padding: 24px 16px;
    width: calc(100% - 32px);
    margin-top: 8px;
    z-index: 5;
    overflow: hidden; /* Обрезаем содержимое, превышающее высоту */
  }

  .third-slide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 16px;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
  }

  .third-slide.active {
    opacity: 1;
    visibility: visible;
    animation: moveInBottom 0.3s ease;
    width: 100%;
    margin-top: 16px;
    z-index: 20;
  }

  .third-slide.inherit-second-active {
    opacity: 0.8;
    visibility: visible;
    padding: 24px 16px;
    width: calc(100% - 32px);
    margin-top: 16px;
    z-index: 10;
  }

  .fourth-slide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 24px;
    opacity: 0;
    visibility: hidden;
    z-index: 30;
  }

  .fourth-slide.inherit-third-active {
    opacity: 1;
    visibility: visible;
    animation: moveInBottom 0.3s ease;
    width: 100%;
    margin-top: 24px;
    z-index: 20;
  }

  .intro-section {
    margin: 32px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: auto;
    z-index: 50;
  }

  .intro-title {
    color: #070707;
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    letter-spacing: -0.24px;
  }

  .intro-subtitle {
    color: #070707;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
  }

  .intro-description {
    color: #939394;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
  }

  .carousel-container {
    margin-top: 48px;
    min-height: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .carousel-track {
    padding-left: 16px;
    padding-right: 16px;
  }

  .carousel-card {
    width: 320px;
    height: 320px;
    min-width: 320px;
    min-height: 320px;
  }

  .card-main {
    height: 200px;
    width: 100%;
  }

  .card-image {
    width: 200px;
    height: 200px;
  }

  .card-title {
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 125% */
    letter-spacing: -0.36px;
    background: radial-gradient(70% 40% at 50% 100%, rgba(255, 255, 255, 0.05) 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .carousel-nav-container {
    display: none;
  }

  .growth-section {
    margin-top: 48px;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
  }

  .highlight {
    color: #070707;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
  }

  .sub-highlight {
    color: #939394;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
  }

  .growth-description {
    color: #939394;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
  }

  .competencies-section {
    margin-top: 48px;
    padding: 48px 16px;
    height: auto;
  }

  .competencies-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }

  .what-we-can-do {
    margin-left: 0;
    color: #FFF;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 114.286% */
    letter-spacing: -1px;
  }

  .effectively-text {
    color: #FFF;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 114.286% */
    letter-spacing: -1px;
  }

  .competencies-content {
    margin-top: 48px;
  }

  .left-column {
    display: none;
  }

  .right-column {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }

  .top-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }

  .icon-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  .bottom-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }

  .financial-tax-consulting,
  .management-project-consulting,
  .digital-transformation,
  .legal-risk-advisory,
  .tech-integration,
  .hardware-data-integration {
    width: 100%;
    margin-left: 0;
  }

  .experts-section {
    margin-top: 48px;
    padding: 0;
  }

  .experts-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }

  .experts-left {
    width: 100%;
  }

  .experts-title {
    color: #070707;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    text-transform: uppercase;
  }

  .experts-right {
    width: 100%;
  }

  .experts-description {
    color: #070707;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
  }

  .stats-item {
    margin-top: 24px;
  }

  .stats-number {
    color: #070707;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    text-transform: uppercase;
  }

  .core-values-section {
    margin-top: 0;
    padding: 0;
  }

  .values-content {
    margin: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }

  .values-left {
    width: 100%;
  }

  .core-title {
    color: #070707;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 125% */
  }

  .core-description {
    color: #939394;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
  }

  .values-right {
    width: 100%;
    padding-top: 0;
  }

  .values-grid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
  }

  .value-card {
    width: calc(50% - 10px);
    height: auto;
  }

  .value-title {
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }

  .value-icon {
    width: 83px;
    height: 96px;
  }
}
/* End */


/* Start:/bitrix/templates/TML/footer.css?17562082117630*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800&family=Acumin+Pro&display=swap');

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-RPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fontst/Acumin-ItPro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdPro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/bitrix/templates/TML/fonts/Acumin-BdItPro.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

footer {
  display: flex;
  padding: 78px 120px;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid #141414;
  background: radial-gradient(50% 50% at 0% 100%, #271D3B 0%, rgba(0, 0, 0, 0.00) 62.59%), 
              radial-gradient(141.42% 141.42% at 100% 100%, #3A233F 0%, rgba(0, 0, 0, 0.00) 24.59%), 
              #170A42;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 273px;
}

.company-info {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.managed-by {
  color: #FFF;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.28px;
}

.company-name {
  color: #FFF;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 35.2px */
  letter-spacing: 0.64px;
  text-decoration: none;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.social-icon img {
  width: 26px;
  height: 26px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.contact-info span,
.contact-info a.contact-link {
  color: #848895;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  text-decoration: none;
}

.copyright {
  color: #848895;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 72px;
  flex: 1 0 0;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  align-self: stretch;
}

.services-wrapper {
  display: flex;
  flex-direction: column;
}

.column-links-container {
  display: flex;
  gap: 72px;
  width: auto; /* Адаптация под контент */
}

.column-title-footer {
  color: #FFF;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
}

.column-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 195px; /* Сохраняем ширину для каждого column-links */
}

.column-link {
  color: #FFF;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.contact-info.mobile-only,
.copyright.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  footer {
    display: flex;
    padding: 36px 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #141414;
    background: radial-gradient(50% 50% at 0% 100%, #271D3B 0%, rgba(0, 0, 0, 0.00) 62.59%), 
                radial-gradient(141.42% 141.42% at 100% 100%, #3A233F 0%, rgba(0, 0, 0, 0.00) 24.59%), 
                #170A42;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }

  .company-info {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .managed-by {
    color: #FFF;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.28px;
  }

  .company-name {
    color: #FFF;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: 0.48px;
    text-decoration: none;
  }

  .social-links,
  .footer-left .contact-info,
  .footer-left .copyright {
    display: none;
  }

  .footer-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    width: 100%;
  }

  .services-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 calc(50% - 12px);
    max-width: 100%; /* Не превышать контейнер */
  }

  .services-wrapper .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .services-wrapper .column-links-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }

  .services-wrapper .column-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%; /* Полная ширина */
    padding-top: 0;
  }

  .footer-column:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    flex: 0 0 calc(50% - 12px);
    max-width: 100%;
  }

  .footer-column:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    flex: 1 0 100%;
    max-width: 100%;
  }

  .column-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%; /* Полная ширина */
    max-width: 100%; /* Ограничение по контейнеру */
  }

  .column-title-footer {
    color: #FFF;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.28px;
  }

  .column-link {
    color: #FFF;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.28px;
    text-decoration: none;
    overflow-wrap: break-word; /* Перенос длинных слов */
    word-break: break-word; /* Разрыв слов */
  }

  .contact-info.mobile-only {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }

  .contact-info.mobile-only span,
  .contact-info.mobile-only a.contact-link {
    color: #848895;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-decoration: none;
  }

  .copyright.mobile-only {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #848895;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}
/* End */


/* Start:/bitrix/templates/TML/template_styles.css?17538772753144*/
.landing-edit-mode,
.landing-public-mode {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.landing-layout-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	flex-grow: 1;
}

@media (max-width: 780px) {
	.landing-layout-flex.sidebar-right .landing-sidebar {
		order: 1;
	}
}

.landing-header + .landing-main {
	flex-grow: 1;
}

@media (min-width: 1px) {
	.landing-layout-breakpoint--all .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--all .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--all .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 576px) {

	.landing-layout-breakpoint--mobile .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--mobile .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 768px) {
	/*default*/
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex,
	.landing-layout-breakpoint--tablet .landing-layout-flex {
		flex-direction: row;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.sidebar-right,
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.without-left,
	.landing-layout-breakpoint--tablet .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--tablet .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-sidebar,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-main,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {

	.landing-layout-breakpoint--desktop .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--desktop .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--desktop .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	/*for all*/
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px; /* 30% * 992px */
	}

	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}

	/*
	for mainpage templates in preview.bitrix24.site/
	 */
	.landing-layout-flex.landing-layout-flex-mainpage .landing-sidebar,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-sidebar {
		width: 262px !important;
	}
	.landing-layout-flex.landing-layout-flex-mainpage .landing-main,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-main {
		width: calc(100% - 262px) !important;
	}
}
/* End */
/* /bitrix/templates/TML/css/styles.css?175758861126554 */
/* /bitrix/templates/TML/footer.css?17562082117630 */
/* /bitrix/templates/TML/template_styles.css?17538772753144 */
