

/* Start:/bitrix/templates/TML/css/articles.css?175578422910007*/
@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;
}

.page-content {
  margin: 60px auto 90px;
  display: flex;
  width: 1200px;
  padding: 12px 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.articles-filter-section {
  display: flex;
  width: 1144px;
  justify-content: space-between;
  align-items: center;
}

.filter-tags {
  display: flex;
  padding: 9px;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  border: 1px solid #EEEBEA;
  background: #FFF;
}

.filter-tag {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 100px;
  cursor: pointer;
}

.filter-tag span {
  color: #706E6D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: -0.14px;
}

.filter-tag:hover,
.filter-tag.active {
  background: #DAD6D5;
}

.filter-tag:hover span,
.filter-tag.active span {
  color: #444342;
}

.filter-title {
  color: #2E2D2D;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
  letter-spacing: -1.088px;
  text-transform: capitalize;
}

.search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 13px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #DAD6D5;
  background: #FFF;
}

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

.search-input {
  border: none;
  outline: none;
  color: rgba(24, 23, 23, 0.60);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  width: 100%;
}

.search-input::placeholder {
  color: rgba(24, 23, 23, 0.60);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
}

.search-results {
  color: #444342;
  text-align: right;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.18px;
}

.articles-posts-section {
  display: grid;
  grid-template-columns: repeat(2, 557px);
  gap: 24px;
  width: 1132px;
  margin-top: 12px;
  justify-content: center;
}

.post-card {
  width: 557px;
  height: 619px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #EEEBEA;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(31, 30, 30, 0.02);
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 32px;
}

.post-image {
  width: 100%;
  height: 251px;
  object-fit: cover;
  border-radius: 16px;
}

.post-content {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.post-tag {
  display: inline-flex;
  padding: 8px;
  align-items: center;
  border-radius: 4px;
}

.post-tag.company {
  background: #EFDDFD;
}

.post-tag.insights {
  background: #F8E5B9;
}

.post-tag span {
  color: #502C6B;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: -0.14px;
  text-transform: capitalize;
}

.post-tag.insights span {
  color: #571F0D;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-date {
  color: #706E6D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: -0.14px;
}

.post-title {
  color: #2E2D2D;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: -0.56px;
}

.post-description {
  color: #444342;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1px;
}

.author-icon {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #F9F7F6;
}

.author-name {
  color: #706E6D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: -0.14px;
}

.pagination-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 75px;
  width: 1132px;
  justify-content: center;
}

.pagination-icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.pagination-numbers {
  display: flex;
  gap: 8px;
}

.pagination-number {
  display: flex;
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #FFF;
  cursor: pointer;
}

.pagination-number span {
  color: #232222;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pagination-number.active {
  background: #DAD6D5;
}

.pagination-number.active span {
  color: #232222;
}

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

  .page-content {
    margin-top: 48px;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .articles-filter-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .filter-title {
    display: none;
  }

  .filter-tags {
    align-self: flex-start;
     display: flex;
  padding: 6.7px;
  align-items: center;
  gap: 4.4px;
  border-radius: 100px;
  border: 1px solid #EEEBEA;
  background: #FFF;
  }

  .filter-tag {
  display: flex;
  padding: 9px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 100px;
  cursor: pointer;
}

  .search-bar {
    width: 100%;
    max-width: 100%;
  }

  .search-results {
    width: 100%;
    max-width: 100%;
  }

  .articles-posts-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: 12px;
    width: 100%;
    max-width: 100%;
  }

  .post-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #EEEBEA;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(31, 30, 30, 0.02);
    width: 100%;
    max-width: 100%;
    height: auto;
  }

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

  .post-title {
    color: #2E2D2D;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .pagination-section {
    width: 100%;
    max-width: 100%;
  }
}
/* 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/articles.css?175578422910007 */
/* /bitrix/templates/TML/footer.css?17562082117630 */
/* /bitrix/templates/TML/template_styles.css?17538772753144 */
