

/* Start:/bitrix/templates/TML/css/project-management.css?175578456222454*/
@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-subtitle {
  color: #F9F9FB;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

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

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

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

.challenge-section {
  display: flex;
  padding: 48px 56px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  border-radius: 16px;
  background: #F3F3F3;
  margin-top: 32px;
}

.challenge-title {
  color: #181D27;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.challenge-button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  background: #FFF;
}

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

.cards-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-top: 60px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}

.challenge-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  gap: 12px;
  border: 1px solid rgba(7, 7, 7, 0.15);
  background: #170A42;
  position: relative;
}

.card-image {
  width: 200px;
  height: 200px;
  transition: opacity 0.2s ease-out;
  margin-bottom: 16px;
}

.card-title {
  color: #F1F1F1;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: opacity 0.2s ease-out;
}

.card-description {
  color: #F1F1F1;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  transition: opacity 0.2s ease-out;
}

.card-hover-content {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 24px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

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

.card-hover-description {
  color: #F1F1F1;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-top: 12px;
}

.challenge-card:hover .card-image,
.challenge-card:hover .card-title,
.challenge-card:hover .card-description {
  opacity: 0;
}

.challenge-card:hover .card-hover-content {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.outcome-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-top: 60px;
}

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

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

.steps-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: 112px;
}

.image-block {
  width: 509px;
  height: 360px;
}

.steps-image {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.text-block {
  display: flex;
  width: 509px;
  height: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

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

.steps-title {
  color: #24292F;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.44px;
}

.steps-content {
  display: flex;
  gap: 12px;
}

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

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

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

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

.why-choose-header {
  text-align: center;
}

.why-choose-title {
  color: #2E2D2D;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

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

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

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

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

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

.testimonial-section {
  display: flex;
  padding: 54px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-top: 120px;
  flex-direction: column;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.testimonial-label {
  color: #4B3EBC;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.testimonial-title {
  color: #24292F;
  text-align: center;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.44px;
}

.testimonial-subtext {
  color: var(--Base-color, #1E1E1E);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.carousel-container {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.carousel {
  width: 917px;
  height: 357px;
  overflow: hidden;
  position: relative;
}

.carousel-slide {
  display: flex;
  width: 917px;
  height: 357px;
  padding: 28px;
  align-items: flex-start;
  gap: 28px;
  border-radius: 12px;
  border: 1px solid rgba(31, 27, 27, 0.10);
  background: #FFF;
  box-shadow: 0px 5.186px 14.521px 0px rgba(8, 15, 52, 0.04);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease;
}

.slide-image {
  width: 338px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(31, 27, 27, 0.10);
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.slide-content {
  display: flex;
  height: 301px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
}

.slide-text {
  color: #6F6C90;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.slide-footer {
  display: flex;
  height: 61px;
  padding-right: 0px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
}

.slide-icon {
  width: 60px;
  height: 60px;
}

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

.author-name {
  color: #170F49;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.author-title {
  color: #6F6C90;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.carousel-nav {
  cursor: pointer;
  margin: 0 32px;
}

.carousel-nav.disabled {
  pointer-events: none;
}

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

.get-started-title {
  color: #070707;
  text-align: center;
  font-family: Raleway;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  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%;
  }

  #header-container {
    position: relative;
    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-subtitle {
    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 16px;
    align-self: stretch;
  }

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

  .intro-text {
    color: #535862;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .challenge-section {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: #F3F3F3;
    margin-top: 32px;
  }

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

  .challenge-button {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(7, 7, 7, 0.15);
    background: #FFF;
  }

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

  .card-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  .challenge-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(7, 7, 7, 0.15);
    background: #170A42;
  }

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

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

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

  .card-hover-content {
    display: none;
  }

  .outcome-section {
    margin-top: 32px;
    align-self: stretch;
  }

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

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

  .steps-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-top: 44px;
  }

  .image-block {
    width: 100%;
    max-width: 100%;
    height: auto;
    order: -1;
  }

  .steps-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 9px;
  }

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

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

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

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

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

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

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

  .why-choose-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

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

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

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

  .testimonial-section {
    margin-top: 48px;
    padding: 0px;
    align-self: stretch;
  }

  .testimonial-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .testimonial-label {
    color: #4B3EBC;
    text-align: center;
    font-family: "Acumin Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
  }

  .testimonial-title {
    color: #24292F;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .testimonial-subtext {
    color: var(--Base-color, #1E1E1E);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Acumin Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .carousel-container {
    margin-top: 80px;
    width: 100%;
    max-width: 100%;
  }

  .carousel {
    width: 100%;
    max-width: 100%;
    height: 629px;
    overflow: hidden;
    position: relative;
    touch-action: pan-y pinch-zoom;
  }

  .carousel-nav {
    display: none;
  }

  .carousel-slide {
    display: flex;
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid rgba(31, 27, 27, 0.10);
    background: #FFF;
    box-shadow: 0 5.186px 14.521px 0 rgba(8, 15, 52, 0.04);
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 629px;
    transition: transform 0.3s ease;
  }

  .slide-image {
    width: 100%;
    max-width: 100%;
    height: 300px;
    border-radius: 12px;
    border: 1px solid rgba(31, 27, 27, 0.10);
  }

  .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    height: 301px;
  }

  .slide-text {
    color: #6F6C90;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .slide-footer {
    display: flex;
    padding-right: 0;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
  }

  .slide-icon {
    width: 60px;
    height: 60px;
  }

  .author-name {
    color: #170F49;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .author-title {
    color: #6F6C90;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .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%;
  }

  .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;
  }
}
/* 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/project-management.css?175578456222454 */
/* /bitrix/templates/TML/template_styles.css?17538772753144 */
