

/* Start:/bitrix/templates/TML/css/hardware.css?175578444818434*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Acumin+Pro&family=DM+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&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/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;
  position: relative;
  background-color: #f9f9fb;
}

.hero-section {
  border-radius: 16px;
  display: flex;
  height: 478px;
  padding: 20px 60px 151px 60px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/bitrix/templates/TML/images/Service-bg.svg') no-repeat center/cover;
  z-index: -1;
  border-radius: 16px;
}

#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;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1000;
}

.hero-title {
  color: #F9F9FB;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.hero-description {
  color: #FFF;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}

.content-section {
  margin-top: 60px;
  display: flex;
  width: 1247px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.warehouse-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

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

.warehouse-description {
  color: #646464;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

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

.warehouse-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.warehouse-list {
  display: flex;
  padding-left: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.list-item {
  display: flex;
  gap: 8px;
}

.list-icon {
  width: 20px;
  height: 20px;
}

.list-text {
  color: #57606A;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.list-text .bold {
  font-weight: 700;
}

.material-section,
.scanning-section,
.safety-section,
.software-section,
.autonomous-section,
.automated-section,
.control-section,
.supervisor-section,
.robotics-section,
.sensing-section,
.industrial-section,
.environment-section,
.communication-section,
.conveyance-section,
.analytics-section,
.server-section,
.storage-section,
.networking-section,
.power-management-section,
.cooling-section,
.operations-section,
.smart-agriculture-section,
.devices-and-monitoring-section,
.greenhouse-section,
.equipment-and-robotics-section,
.remote-section,
.administrative-section,
.monitoring-equipment-section,
.operating-room-section,
.hospital-ward-section,
.supporting-section,
.classroom-section,
.student-services-section,
.campus-facilities-section,
.smart-campus-section,
.pos-terminals-section,
.store-management-section,
.supporting-devices-section,
.control-and-integration-section,
.store-zone-section,
.smart-showroom-section,
.cleanroom-section,
.particle-section,
.biosafety-cabinets-section,
.environmental-section,
.dispensing-section,
.self-service-section,
.core-banking-section,
.access-control-section,
.digital-communication-section,
.systems-infrastructure-section,
.office-automation-section,
.room-automation-section,
.reception-section,
.public-areas-section,
.Back-of-house-section,
.guest-mobile-section,
.workstation-section,
.open-plan-section,
.meeting-rooms-section,
.visitor-zones-section,
.server-room-section,
.citizen-services-section,
.smart-governance-section,
.security-and-surveillance-section,
.control-center-section {
  display: flex;
  align-items: center;
  gap: 100px;
  align-self: stretch;
}

.material-section,
.scanning-section,
.safety-section,
.software-section,
.autonomous-section,
.automated-section,
.control-section,
.supervisor-section,
.robotics-section,
.sensing-section,
.industrial-section,
.environment-section,
.communication-section,
.conveyance-section,
.analytics-section,
.server-section,
.storage-section,
.networking-section,
.power-management-section,
.cooling-section,
.operations-section,
.smart-agriculture-section,
.devices-and-monitoring-section,
.greenhouse-section,
.equipment-and-robotics-section,
.remote-section,
.administrative-section,
.monitoring-equipment-section,
.operating-room-section,
.hospital-ward-section,
.supporting-section,
.classroom-section,
.student-services-section,
.campus-facilities-section,
.smart-campus-section,
.pos-terminals-section,
.store-management-section,
.supporting-devices-section,
.control-and-integration-section,
.store-zone-section,
.smart-showroom-section,
.cleanroom-section,
.particle-section,
.biosafety-cabinets-section,
.environmental-section,
.dispensing-section,
.self-service-section,
.core-banking-section,
.access-control-section,
.digital-communication-section,
.systems-infrastructure-section,
.office-automation-section,
.room-automation-section,
.reception-section,
.public-areas-section,
.Back-of-house-section,
.guest-mobile-section,
.workstation-section,
.open-plan-section,
.meeting-rooms-section,
.visitor-zones-section,
.server-room-section,
.citizen-services-section,
.smart-governance-section,
.security-and-surveillance-section,
.control-center-section {
  margin-top: 120px;
}

.section-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.section-title {
  color: #24292F;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: -1.44px;
}

.section-description {
  color: #57606A;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.section-image {
  display: flex;
  width: 509px;
  height: 360px;
}

.section-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.why-choose-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  margin-top: 120px;
}

.why-choose-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.why-choose-text {
  color: #2E2D2D;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.why-choose-title {
  color: #2E2D2D;
  text-align: center;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
}

.why-choose-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  align-self: stretch;
}

.cards-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  align-self: stretch;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.card-icon {
  width: 64px;
  height: 64px;
}

.card-title {
  color: #2E2D2D;
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

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

.get-started-section {
  width: 100%;
  display: flex;
  padding: 80px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}

.get-started-content {
  display: flex;
  height: 402px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url('/bitrix/templates/TML/images/Get-started-bg.svg') no-repeat center/cover;
}

.get-started-text {
  color: #646464;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
}

.get-started-title {
  color: #070707;
  text-align: center;
  font-family: Raleway;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 112.5% */
  letter-spacing: -0.32px;
  margin-top: 23.4px;
}

.get-started-button {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #6A5FCD;
  margin-top: 23.4px;
  border: none;
}

.get-started-button span {
  color: #FFF;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.button-icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  body {
    margin: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #F9F9FB;
    overflow-x: hidden;
  }

  .hero-section {
    display: flex;
    height: 293px;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    color: #F9F9FB;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }

  .hero-description {
    color: #F9F9FB;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
  }

  .content-section {
    margin-top: 48px;
    width: 100%;
    max-width: 100%;
  }

  .warehouse-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
}

  .warehouse-title {
    color: #181D27;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

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

  .warehouse-image {
    margin-top: 32px;
    width: 100%;
    max-width: 100%;
    height: 270px;
  }

  .warehouse-list {
    margin-top: 32px;
    display: flex;
    padding-left: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }

  .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    align-self: stretch;
  }

  .list-text {
    color: #57606A;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }

  .material-section,
  .scanning-section,
  .safety-section,
  .software-section,
  .autonomous-section,
  .automated-section,
  .control-section,
  .supervisor-section,
  .robotics-section,
  .sensing-section,
  .industrial-section,
  .environment-section,
  .communication-section,
  .conveyance-section,
  .analytics-section,
  .server-section,
  .storage-section,
  .networking-section,
  .power-management-section,
  .cooling-section,
  .operations-section,
  .smart-agriculture-section,
  .devices-and-monitoring-section,
  .greenhouse-section,
  .equipment-and-robotics-section,
  .remote-section,
  .administrative-section,
  .monitoring-equipment-section,
  .operating-room-section,
  .hospital-ward-section,
  .supporting-section,
  .classroom-section,
  .student-services-section,
  .campus-facilities-section,
  .smart-campus-section,
  .pos-terminals-section,
  .store-management-section,
  .supporting-devices-section,
  .control-and-integration-section,
  .store-zone-section,
  .smart-showroom-section,
  .cleanroom-section,
  .particle-section,
  .biosafety-cabinets-section,
  .environmental-section,
  .dispensing-section,
  .self-service-section,
  .core-banking-section,
  .access-control-section,
  .digital-communication-section,
  .systems-infrastructure-section,
  .office-automation-section,
  .room-automation-section,
  .reception-section,
  .public-areas-section,
  .Back-of-house-section,
  .guest-mobile-section,
  .workstation-section,
  .open-plan-section,
  .meeting-rooms-section,
  .visitor-zones-section,
  .server-room-section,
  .citizen-services-section,
  .smart-governance-section,
  .security-and-surveillance-section,
  .control-center-section {
    margin-top: 48px;
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .section-image {
    width: 100%;
    max-width: 100%;
    height: 288px;
    order: -1;
  }

  .section-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .section-title {
    color: #24292F;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .section-description {
    color: #57606A;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }

  .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }

  .list-text {
    color: #57606A;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }

  .list-text .bold {
    font-weight: 700;
  }

  .why-choose-section {
    margin-top: 48px;
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .why-choose-header {
    display: flex;
    padding: 0 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .why-choose-text {
    color: #2E2D2D;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .why-choose-title {
    color: #2E2D2D;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .why-choose-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .cards-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .card-icon {
    width: 48px;
    height: 48px;
  }

  .card-title {
    color: #2E2D2D;
    text-align: center;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .card-description {
    color: #646464;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .get-started-section {
    padding: 48px 16px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 36px;
    margin-bottom: 36px;
    width: 100%;
    max-width: 100%;
  }

  .get-started-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    background: url('/bitrix/templates/TML/images/Get-started-bg.svg') no-repeat center/cover;
  }

  .get-started-text {
    color: #646464;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }

  .get-started-title {
    color: #070707;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.32px;
    margin-top: 0;
  }

  .get-started-button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #6A5FCD;
    margin-top: 0;
    border: none;
  }

  .get-started-button span {
    color: #FFF;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
/* 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/hardware.css?175578444818434 */
/* /bitrix/templates/TML/template_styles.css?17538772753144 */
