@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');

/* Подключение шрифта Acumin Pro с указанными файлами */
@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/fonts/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;
}

header {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(94deg, rgba(128, 128, 128, 0.15) 4.87%, rgba(128, 128, 128, 0.25) 75.88%);
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}

header.menu-open {
  border-radius: 32px 32px 0 0;
  border-bottom: none;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #F8F6F6;
  border-radius: 0;
}

header.sticky .logo img {
  content: url('/bitrix/templates/TML/images/logo-sticky.svg');
}

header.sticky .nav-item {
  color: #535862;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

header.sticky .nav-item .chevron-icon {
  content: url('/bitrix/templates/TML/images/chevron-down-sticky.svg');
}

header.sticky .language-icon img {
  content: url('/bitrix/templates/TML/images/language-icon-sticky.svg');
}

header.sticky .client-hub {
  color: #535862;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

header.sticky .client-hub .arrow-icon {
  content: url('/bitrix/templates/TML/images/arrow-right-sticky.svg');
}

header.sticky .consultancy-btn {
  border-radius: 24px;
  background: #6A5FCD;
  color: #FFF;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

header.sticky #mega-menu-services.active,
header.sticky #mega-menu-solutions.active,
header.sticky #mega-menu-products.active,
header.sticky #mega-menu-about-us.active,
header.sticky #mega-menu-articles.active {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1001;
  background: #F8F6F6;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

#mega-menu-services.active,
#mega-menu-solutions.active,
#mega-menu-products.active,
#mega-menu-about-us.active,
#mega-menu-articles.active {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1001;
  border-radius: 0 0 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #020202;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
}

header.sticky .mega-menu .menu-item span {
  color: #4F4F4F;
}

header.sticky .mega-menu .menu-item.active {
  border-radius: 8px;
  background: rgba(106, 95, 205, 0.10);
}

header.sticky .mega-menu .column-item {
  color: #4F4F4F;
}

header.sticky .mega-menu .column-item.project-management {
  background: rgba(106, 95, 205, 0);
}

header.sticky .mega-menu .column-item.hardware-integration {
  background: rgba(106, 95, 205, 0);
}

header.sticky .mega-menu .column-item.project-management span {
  color: #4F4F4F;
}

header.sticky .mega-menu .column-item.hardware-integration .item-title {
  color: #4F4F4F;
}

header.sticky .mega-menu .column-item.hardware-integration .item-description {
  color: #4F4F4F;
}

header.sticky .mega-menu .solution-card {
  background: rgba(106, 95, 205, 0.10);
}

header.sticky .mega-menu .solution-title {
  color: #4F4F4F;
}

header.sticky .mega-menu .solution-description {
  color: #4F4F4F;
}

header.sticky .mega-menu .industry-item span {
  color: #4F4F4F;
}

header.sticky .mega-menu .mega-menu-right.products .products-item span {
  color: #4F4F4F;
}

header.sticky .mega-menu .mega-menu-right.about-us .about-us-item span {
  color: #4F4F4F;
}

header.sticky .mega-menu .mega-menu-right.articles .articles-item span {
  color: #4F4F4F;
}

header.sticky .mega-menu .mega-menu-right.articles .articles-card {
  background: #EFEDF3;
  background-image: url('/bitrix/templates/TML/images/new-articles-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

header.sticky .mega-menu .mega-menu-right.articles .articles-card-footer span {
  color: #4F4F4F;
}

header.sticky .mega-menu .bottom-section span {
  color: #4F4F4F;
}

.logo {
  width: 334px;
}

.logo img {
  width: 61px;
  height: 44px;
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FCFCFC;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.chevron-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.chevron-icon.active {
  transform: rotate(180deg);
}

.right-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.language-icon img,
.search-icon img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.hamburger-icon {
  display: none;
}

.hamburger-icon img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.client-hub {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FCFCFC;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.arrow-icon {
  width: 24px;
  height: 24px;
}

.consultancy-btn {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #FCFCFC;
  color: #070707;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.mega-menu {
  display: none;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 0 0 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #020202;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
}

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

.mega-menu-left {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  width: 22%;
  border-right: 1px solid rgba(44, 45, 43, 0.15);
}

.menu-item {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  cursor: pointer;
}

.menu-item.active {
  border-radius: 8px;
  background: #2C2D2B;
}

.menu-item img {
  width: 24px;
  height: 24px;
}

.menu-item span {
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.menu-item.active span {
  color: #6A5FCD;
}

.mega-menu-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  height: 100%;
  overflow-y: auto;
}

.mega-menu-right.project-management,
.mega-menu-right.hardware-integration {
  flex-direction: column;
}

.mega-menu-right.by-business-type,
.mega-menu-right.by-development-stage,
.mega-menu-right.by-client-profile {
  display: flex;
  padding: 24px 12px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.mega-menu-right.implementation-models {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.mega-menu-right.products {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.mega-menu-right.about-us {
  display: flex;
  padding: 24px 20px;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.mega-menu-right.articles {
  display: flex;
  padding: 24px 32px;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 70%;
}

.columns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 0;
}

.content-column {
  display: flex;
  padding: 24px 12px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

.content-column.project-management:nth-child(1) {
  padding: 24px 12px 24px 24px;
}

.content-column.project-management:nth-child(2),
.content-column.project-management:nth-child(3) {
  padding: 24px 12px 24px 0;
}

.content-column.hardware-integration:nth-child(1) {
  padding: 24px 12px 24px 24px;
}

.content-column.hardware-integration:nth-child(2),
.content-column.hardware-integration:nth-child(3) {
  padding: 24px 12px 24px 0;
}

.column-title {
  display: flex;
  padding: 0px 0px 8px 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.column-title span {
  color: #6A5FCD;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

.column-items.project-management,
.column-items.hardware-integration {
  gap: 12px;
}

.column-item {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  text-decoration: none;
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.column-item.project-management {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(44, 45, 43, 0.40);
}

.column-item.hardware-integration {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(44, 45, 43, 0.40);
}

.column-item.project-management img {
  width: 40px;
  height: 40px;
}

.column-item.hardware-integration img {
  width: 130px;
  height: 81px;
}

.column-item.project-management span {
  color: #FCFCFC;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.column-item.hardware-integration .item-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.column-item.hardware-integration .item-title {
  color: #FCFCFC;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.column-item.hardware-integration .item-description {
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.column-item.hidden {
  display: none;
}

.see-more {
  display: flex;
  padding: 6px 0px 6px 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  z-index: 10;
}

.see-more button {
  color: #6A5FCD;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.bottom-section {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid rgba(44, 45, 43, 0.15);
}

.bottom-section span {
  color: #FCFCFC;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.bottom-section a {
  color: #6A5FCD;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.solutions-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: start;
  align-self: stretch;
}

.solutions-container.by-industry-sectors {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.solutions-container.implementation-models {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

.implementation-cards {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}

.implementation-card {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(44, 45, 43, 0.40);
  text-decoration: none;
}

.implementation-card img {
  width: 175px;
  height: 143px;
  margin: 0 auto;
}

.implementation-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  margin-top: 23px;
}

.implementation-title {
  color: #FCFCFC;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.implementation-description {
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.implementation-action {
  color: #6A5FCD;
  text-align: right;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 12px;
}

header.sticky #mega-menu-solutions.active .implementation-models .implementation-card {
  background: #EFEDF3;
}

header.sticky #mega-menu-solutions.active .implementation-models .implementation-title {
  color: #4F4F4F;
}

header.sticky #mega-menu-solutions.active .implementation-models .implementation-description {
  color: #4F4F4F;
}

header.sticky #mega-menu-solutions.active .implementation-models .implementation-action {
  color: #6A5FCD;
}

.solutions-column {
  display: contents;
}

.solution-card {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: rgba(44, 45, 43, 0.40);
  align-self: stretch;
  text-decoration: none;
  min-height: 0;
  align-items: stretch;
}

.solution-card img {
  width: 40px;
  height: 40px;
}

.industry-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.industry-item {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.industry-item img {
  width: 40px;
  height: 40px;
}

.industry-item span {
  color: #FCFCFC;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.solution-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: stretch;
  flex: 1 0 auto;
}

.solution-title {
  color: #FCFCFC;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.solution-description {
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.solution-footer {
  display: flex;
  justify-content: flex-start;
  align-self: stretch;
}

.solution-action {
  color: #6A5FCD;
  text-align: right;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.products-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.products-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  min-width: 200px;
}

.products-item {
  display: flex;
  width: 100%;
  padding: 12px;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.products-item img {
  width: 40px;
  height: 40px;
}

.products-item span {
  color: #FCFCFC;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.about-us-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.about-us-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.about-us-title {
  display: flex;
  padding: 0px 0px 8px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.about-us-title span {
  color: #6A5FCD;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.about-us-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.about-us-item {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  text-decoration: none;
}

.about-us-item img {
  width: 40px;
  height: 40px;
}

.about-us-item span {
  color: #FCFCFC;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.mega-menu-left.articles {
  width: 30%;
}

.mega-menu-right.articles {
  display: flex;
  padding: 24px 32px;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 70%;
}

.menu-item-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-item-text span {
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.menu-item-text .menu-item-description {
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.articles-container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.articles-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 0 0 35%;
}

.articles-item {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  text-decoration: none;
}

.articles-item img {
  width: 98px;
  height: 72px;
}

.articles-item span {
  color: #FCFCFC;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.articles-card {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background-color: #1E1E1D;
  background-image: url('/bitrix/templates/TML/images/articles-bg.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.articles-card-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.articles-card-footer span {
  color: #F5F5FF;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.articles-card-footer img {
  width: 26px;
  height: 26px;
  margin-left: auto;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#overlay.active {
  display: block;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px);
  background: #F8F6F6;
  border: none;
  z-index: 1001;
  padding: 24px 16px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  overflow-y: auto;
}

.hamburger-menu.active {
  display: flex;
  overflow-y: auto;
}

.back-button.top-level {
  display: none;
  padding: 0 16px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  cursor: pointer;
}

.back-button.top-level.active {
  display: flex;
  align-items: center;
}

.back-button {
  display: none;
  padding: 0 16px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #F8F6F6;
}

.back-button img {
  width: 12px;
  height: 12px;
  margin-bottom: 5px;
}

.back-button span {
  color: #4F4F4F;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.hamburger-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  height: auto;
  padding: 4px 0;
}

.hamburger-menu .nav-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4F4F4F;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.hamburger-menu .chevron-icon {
  width: 20px;
  height: 20px;
  content: url('/bitrix/templates/TML/images/chevron-down-sticky.svg');
}

.hamburger-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  align-self: stretch;
}

.hamburger-menu .consultancy-btn {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #FCFCFC;
  color: #4F4F4F;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.hamburger-menu .client-hub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #4F4F4F;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  width: 100%;
}

.mega-menu-left.mobile-only {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 0;
  background: #F8F6F6;
}

.mega-menu-left.mobile-only.active {
  display: flex;
  border-right: none;
}

.mega-menu-right.mobile-only {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding: 24px 16px;
  background: #F8F6F6;
  overflow-y: auto;
  min-height: calc(100vh - 56px);
}

.mega-menu-right.mobile-only.active {
  display: flex;
  flex-direction: column;
}

.mega-menu-right.mobile-only.active .back-button {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #F8F6F6;
}

.mega-menu-right.mobile-only.active .back-button.top-level {
  display: none;
  align-items: center;
}

header {
  display: flex;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--linear-nav, linear-gradient(94deg, rgba(128, 128, 128, 0.15) 4.87%, rgba(128, 128, 128, 0.25) 75.88%));
  position: relative;
}

header.sticky {
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #F8F6F6;
  border-radius: 0;
}

@media (max-width: 768px) {
  header {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--linear-nav, linear-gradient(94deg, rgba(128, 128, 128, 0.15) 4.87%, rgba(128, 128, 128, 0.25) 75.88%));
  }

  header.sticky {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #F8F6F6;
    border-radius: 0;
  }

  body.hamburger-open {
    overflow: hidden;
  }

  .logo {
    width: 61px;
    height: 44px;
  }

  .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .nav-menu {
    display: none !important;
  }

  .right-section .client-hub {
    display: none !important;
  }

  .right-section .consultancy-btn {
    display: none !important;
  }

  .hamburger-icon {
    display: block;
  }

  .hamburger-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background: #F8F6F6;
    border: none;
    z-index: 1001;
    padding: 24px 16px;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    overflow-y: scroll;
    overscroll-behavior: auto;
    box-sizing: border-box;
  }

  .hamburger-menu.active {
    display: flex;
    overflow-y: scroll;
  }

  .back-button {
    display: none;
    padding: 0 16px;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    cursor: pointer;
    background: #F8F6F6;
    margin-bottom: 3px;
  }

  .back-button img {
    width: 12px;
    height: 12px;
  }

  .back-button span {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .back-button.top-level {
    display: none;
    padding: 0;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    cursor: pointer;
    position: relative;
    background: #F8F6F6;
  }

  .mega-menu-right.mobile-only.active .back-button.top-level {
    display: flex !important;
    position: relative;
    top: 0;
    background: #F8F6F6;
    align-items: center;
  }

  .hamburger-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    height: auto;
    padding: 4px 0;
  }

  .hamburger-menu .nav-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .hamburger-menu .chevron-icon {
    width: 20px;
    height: 20px;
    content: url('/bitrix/templates/TML/images/chevron-down-sticky.svg');
  }

  .hamburger-menu .nav-item[data-menu="products"] .chevron-icon,
  .hamburger-menu .nav-item[data-menu="about-us"] .chevron-icon {
    display: none;
  }

  .hamburger-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    align-self: stretch;
  }

  .hamburger-menu .consultancy-btn {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #FCFCFC;
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    width: 100%;
    text-align: center;
  }

  .hamburger-menu .client-hub {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }

  .mega-menu-left.mobile-only {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 0;
    background: #F8F6F6;
  }

  .mega-menu-left.mobile-only.active {
    display: flex;
    border-right: none;
  }

  .mega-menu-right.mobile-only {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding: 0;
    background: #F8F6F6;
    overflow-y: scroll;
    height: calc(100vh - 56px);
    overscroll-behavior: auto;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
  }

  .mega-menu-right.mobile-only.active {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .content-column {
    padding: 0;
  }

  .content-column.project-management:nth-child(1) {
    padding: 0;
  }

  .content-column.project-management:nth-child(2),
  .content-column.project-management:nth-child(3) {
    padding: 0;
  }

  .content-column.hardware-integration:nth-child(1) {
    padding: 0;
  }

  .content-column.hardware-integration:nth-child(2),
  .content-column.hardware-integration:nth-child(3) {
    padding: 0;
  }

  .columns-container {
    flex-direction: column;
    gap: 24px;
  }

  .column-item.project-management {
    background: #EFEDF3;
  }

  .column-item.project-management span {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .column-item.hardware-integration {
    background: #EFEDF3;
  }

  .column-item.hardware-integration .item-title {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .column-item.hardware-integration .item-description {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .solutions-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
    align-self: stretch;
    padding: 0;
  }

  .solutions-container.by-business-type {
    flex-direction: column;
    padding: 0;
  }

  .solutions-container.by-development-stage {
    flex-direction: column;
    padding: 0;
  }

  .solutions-container.by-client-profile {
    flex-direction: column;
    padding: 0;
  }

  .solutions-container.by-industry-sectors {
    flex-direction: column;
    padding: 0;
  }

  .solutions-column {
    flex-direction: column;
  }

  .solutions-column:last-child .solution-card {
    flex-direction: row;
    gap: 16px;
  }

  .solution-card {
    flex-direction: row;
    background: none;
  }

  .solution-title {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .solution-description {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .industry-item span {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .products-item span {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .implementation-cards {
    flex-direction: column;
    align-items: stretch;
  }

  .implementation-card {
    background: #EFEDF3;
    min-height: unset;
    padding: 16px;
    flex: none;
  }

  .implementation-cards img {
    display: none;
  }

  .implementation-text {
    margin-top: 0;
  }

  .implementation-title {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .implementation-description {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .implementation-action {
    margin-top: 0;
  }

  .see-more {
    display: none;
  }

  .bottom-section {
    height: 80px;
    margin-top: 26px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: none;
  }

  .bottom-section span {
    color: #4F4F4F;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .bottom-section a {
    color: #6A5FCD;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }

  #tax-strategy-items .column-item {
    display: flex;
  }

  .menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .menu-item span {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .menu-item .menu-item-text span {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .menu-item .menu-item-description {
    color: #706E6D;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .column-item {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .mega-menu {
    display: none !important;
  }

  #mobile-mega-menu-articles .menu-item {
    cursor: pointer;
  }

  .mega-menu-right.mobile-only.active.products {
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
    flex-wrap: nowrap !important;
  }

  .mega-menu-right.mobile-only.active.products #mobile-mega-menu-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .mega-menu-right.mobile-only.active.products .back-button.top-level {
    display: flex !important;
    position: relative;
    top: 0;
    background: #F8F6F6;
    align-items: center;
  }

  .mega-menu-right.mobile-only.active.products .products-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; /* Отключаем перенос элементов */
    gap: 12px;
    align-items: stretch; /* Элементы растягиваются на всю ширину */
    align-self: stretch;
    padding: 0;
    width: 100%;
  }

  .about-us-container {
    flex-direction: column;
  }

  .about-us-item span {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  #mobile-mega-menu-articles .follow-blogs-section {
    display: flex;
    flex-direction: row;
    height: 72px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #EFEDF3;
  }

  #mobile-mega-menu-articles .follow-blogs-section span {
    color: #4F4F4F;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  #mobile-mega-menu-articles .follow-blogs-section img {
    width: 26px;
    height: 26px;
    margin-left: auto;
  }
}