

/* 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/css/sitemap.css?17562082647628*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acumin+Pro&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;
}

body {
margin: 20px 20px 40px 20px;
  background-color: #F9F9FB;
  font-family: Inter, sans-serif;
}

.sitemap-content {
  display: flex;
  width: 1765px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #F9F9FB;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  margin-top: 80px;
}

.sitemap-title {
  color: #6A5FCD;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  text-transform: uppercase;
}

.sitemap-divider {
  width: 100%;
  stroke-width: 1px;
  stroke: rgba(7, 7, 7, 0.50);
  border: none;
  height: 1px;
  background: rgba(7, 7, 7, 0.50);
}

.sitemap-columns {
  display: flex;
  padding-left: 16px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 81px 30px;
  align-self: stretch;
  flex-wrap: wrap;
}

.column {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.column-title {
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}

.column-content {
  display: flex;
  padding-left: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

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

.subcategory-title {
  color: #6A5FCD;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.subcategory-links {
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  align-self: stretch;
  text-transform: capitalize;
}

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

.link:hover {
  color: #6A5FCD;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-decoration: none;
}

.solutions-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 74px;
}

.solutions-columns-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.solutions-column-st,
.products-column-st,
.about-column,
.articles-column-st {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.solutions-title,
.products-title,
.about-title,
.articles-title,
.other-title {
  color: #6A5FCD;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  text-transform: uppercase;
}

.solution-divider {
  width: 100%;
  stroke-width: 1px;
  stroke: rgba(7, 7, 7, 0.50);
  border: none;
  height: 1px;
  background: rgba(7, 7, 7, 0.50);
}

.solutions-content,
.products-content,
.about-content,
.articles-content {
  display: flex;
  padding-left: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

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

.solutions-link,
.products-link,
.about-link,
.articles-link,
.other-link {
  color: #070707;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-decoration: none;
}

.solutions-link:hover,
.products-link:hover,
.about-link:hover,
.articles-link:hover,
.other-link:hover {
  color: #6A5FCD;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-decoration: none;
}

/* Стили для sticky header: минимальные, чтобы не ломать header.css */
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

/* Скрываем обычный header */
header:not(.sticky) {
  display: none !important;
}

.sitemap-content {
  padding-top: 80px; /* Для учета высоты хедера */
}

/* Мобильные стили */
@media (max-width: 768px) {

  body {
  background-color: #F9F9FB;
  font-family: Inter, sans-serif;
  margin: 20px;
  }

  .sitemap-content {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .sitemap-title {
    color: #6A5FCD;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
  }

  .sitemap-columns {
    display: flex;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
  }

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

  .column-title {
    color: #6A5FCD;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
  }

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

  .solutions-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin: 48px 0;
    padding-left: 12px;
  }

  .solutions-columns-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
  }

  .solutions-column-st,
  .products-column-st,
  .about-column,
  .articles-column-st {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    width: 100%;
  }

  .solutions-title,
  .products-title,
  .about-title,
  .articles-title,
  .other-title {
    color: #6A5FCD;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
  }

  .solutions-content,
  .products-content,
  .about-content,
  .articles-content,
  .other-content {
    display: flex;
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    align-self: stretch;
  }

  .solution-divider {
    display: none;
  }
}
/* 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/footer.css?17562082117630 */
/* /bitrix/templates/TML/css/sitemap.css?17562082647628 */
/* /bitrix/templates/TML/template_styles.css?17538772753144 */
