

/* Start:/assets/css/page-home.css?16921338951445*/

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem 3rem;
}
@media (max-width: 60rem) {
  .features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.features-item {
  display: flex;
  gap: 2.5rem;
}
.features-item::before {
  background-image: url('/assets/images/check-cloud.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 3.75rem;
  height: 1em;
  width: 1em;
}
.features-item_title {
  margin-block-start: 0.75rem;
}

.count {
  margin-bottom: 20rem;
  position: relative;
  text-align: center;
}
.count_title {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-color: var(--color-text);
  background-clip: text;
  background-image: url('/assets/css/../images/text-pattern.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 342px 74px;
  color: var(--color-text);
  font-size: 6.25rem;
  font-weight: bold;
  line-height: 1.5em;
}
.count_text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1rem;
  text-align: center;
}
.count_map {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 60rem) {
  .count {
    margin-bottom: 10rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/catalog.section.list/home_header/style.css?16921339413915*/
.home-categories {
  align-items: flex-start;
  display: flex;
  gap: 2rem 11rem;
  padding-block-start: 6.25rem;
}

.home-categories\:tabs {
  border-bottom: thin solid var(--color-grey);
  border-top: thin solid var(--color-grey);
}

.home-categories\:tabs__item + .home-categories\:tabs__item {
  border-top: thin solid var(--color-grey);
}

.home-categories\:tab-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: none;
  color: var(--color-text);
  display: flex;
  font: inherit;
  gap: 2rem;
  justify-content: space-between;
  line-height: normal;
  margin: 0;
  min-width: 100%;
  overflow: visible;
  padding: 1rem 2rem;
  position: relative;
  text-align: left;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
  width: auto;
}
.home-categories\:tab-button:hover,
.home-categories\:tab-button:focus {
  background-color: var(--color-blue-lightest);
}
.home-categories\:tab-button:active {
  background-color: var(--color-blue-lighter);
}
.home-categories\:tab-button[aria-selected='true'] {
  background-color: var(--color-blue);
  color: var(--color-bg);
}

.home-categories\:tab-button::before {
  background-image: url('/local/templates/home/components/bitrix/catalog.section.list/home_header/./images/leaf-pattern.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  width: 100%;
}

.home-categories\:tab-button_body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
  z-index: 2;
}

.home-categories\:tab-button_title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.25rem;
}
.home-categories\:tab-button_audience {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25rem;
}

.home-categories\:tab-button_icon {
  color: var(--color-bg);
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity .2s;
}

.home-categories\:tab-button[aria-selected='true']::before,
.home-categories\:tab-button[aria-selected='true'] .home-categories\:tab-button_icon {
  opacity: 1;
}

.home-categories\:tab-panel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  gap: 4.25rem;
}
.home-categories\:tab-panel[hidden] {
  display: none;
}

.home-categories\:tab-panel_text {
  font-size: 2rem;
  line-height: 3rem;
}

.home-categories\:tab-panel_footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  gap: 1rem 4.25rem;
  line-height: 1.5rem;
}

.home-categories\:tab-panel_link {
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  gap: 1rem;
}
.home-categories\:tab-panel_link_icon {
  font-size: 2em;
}

.home-categories\:tab-panel_audience {
  white-space: nowrap;
}

.home-categories\:tab-panel_audience_icon {
  color: var(--color-green);
  font-size: 1rem;
  transform: translate(0.25em, -0.5em);
}

@media (max-width: 100rem) {
  .home-categories {
    gap: 5rem;
  }
}

@media (max-width: 80rem) {
  .home-categories {
    flex-direction: column;
    gap: 4rem;
    padding-block-start: 4rem;
  }

  .home-categories\:tabs {
    align-items: stretch;
    display: flex;
    overflow: auto;
    width: 100%;
    border-top: 0;
  }

  .home-categories\:tab-button {
    padding: 0.75rem 1.25rem;
  }
  .home-categories\:tabs__item + .home-categories\:tabs__item {
    border-top: 0;
  }
  .home-categories\:tab-button_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .home-categories\:tab-button_audience {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .home-categories\:tab-button_icon {
    display: none;
  }
}

@media (max-width: 60rem) {
  .home-categories\:tab-button_audience {
    display: none;
  }

  .home-categories\:tab-panel_text {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .home-categories\:tab-panel_footer {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/results_slider/style.css?1692133941203*/

.results-header {
  margin-bottom: 3em;
}
.swiper {
  user-select: none;
}
.swiper-slide.results-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 252px;
  gap: 2px;
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/courses_home/style.css?16921339416595*/
.courses {
}
.courses-callback-btn {
  margin: auto;
  padding: 1rem 0;
  text-align: center;
}

.courses-list {
  flex-grow: 1;
  flex-shrink: 1;
  margin-block: -1rem;
  min-width: 0;
}
.courses-list_item {
  padding-block: 1rem;
}

.courses-filter {
  flex-shrink: 0;
  margin-inline-start: 6rem;
  min-width: 22rem;
  position: sticky;
  top: 1rem;
}

.courses-filter_button {
  align-items: baseline;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--color-grey);
  border-top: 1px solid var(--color-grey);
  color: var(--color-text);
  display: flex;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  gap: 1rem;
  justify-content: start;
  line-height: 1.5em;
  margin: 0;
  min-width: 100%;
  overflow: visible;
  padding: 1em;
  position: relative;
  text-align: left;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
  width: auto;
}
.courses-filter_button + .courses-filter_button {
  border-top: 0;
}
.courses-filter_button[data-selected="true"],
.courses-filter_button:hover,
.courses-filter_button:focus-visible {
  background-color: var(--color-bg-accent);
}

.courses-filter_icon {
  font-size: 0.875rem;
}


.course-preview {
  align-items: stretch;
  background-color: var(--color-bg-accent);
  background-image: url('/local/templates/home/components/bitrix/news.list/courses_home/./img/leave.svg');
  background-position: center right 174.33px;
  background-repeat: no-repeat;
  background-size: 483.15px 344.02px;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  padding: 1.75rem 2.5rem 1.25rem;
  transition: color .2s, background .2s;
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  font: inherit;
  appearance: none;
  text-align: left;
}

.course-preview:hover,
.course-preview[data-active="true"],
.course-preview:focus-visible {
  background-color: var(--color-blue);
  background-image: url('/local/templates/home/components/bitrix/news.list/courses_home/./img/leave-fade.svg');
  color: var(--color-bg);
}

.course-preview_header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.course-preview_title {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.course-preview_label {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.course-preview_name {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
.course-preview_tags {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.course-preview_tag {
  background-color: var(--color-green);
  border-radius: 1.25em;
  color: var(--color-bg);
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  min-width: 5rem;
  overflow: hidden;
  padding: 0.75em 1em;
  text-overflow: ellipsis;
  text-transform: lowercase;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
}

.course-preview:hover .course-preview_tag,
.course-preview[data-active="true"] .course-preview_tag,
.course-preview:focus-visible .course-preview_tag {
  background-color: var(--color-bg);
  color: var(--color-text);
}

.course-preview_divider {
  border-bottom: 1px solid currentColor;
  color: var(--color-grey);
  height: 0;
  margin: 3rem 0 1rem;
  transition: color .2s;
  width: 100%;
}

.course-preview:hover .course-preview_divider,
.course-preview[data-active="true"] .course-preview_divider,
.course-preview:focus-visible .course-preview_divider {
  color: var(--color-bg);
}

.course-preview_footer {
  display: flex;
  gap: 1rem 6rem;
}

.course-preview_prop {
  align-items: baseline;
  display: flex;
  gap: 1.25rem;
}
.course-preview_prop_icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--color-blue);
  transition: color .2s;
}
.course-preview:hover .course-preview_prop_icon,
.course-preview[data-active="true"] .course-preview_prop_icon,
.course-preview:focus-visible .course-preview_prop_icon {
  color: var(--color-bg);
}

.course-preview_prop_body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.course-preview_prop_title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
}
.course-preview_prop_tip {
  color: var(--color-green);
  transition: color .2s;
  transform: translateY(-50%);
}
.course-preview:hover .course-preview_prop_tip,
.course-preview[data-active="true"] .course-preview_prop_tip,
.course-preview:focus-visible .course-preview_prop_tip {
  color: var(--color-bg);
}
.course-preview_prop_description {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.course-preview_advantage {
  margin-inline-start: auto;
  text-align: end;
}

.callback-btn {
  align-items: center;
  appearance: none;
  background: var(--color-blue);
  border: none;
  border-radius: 999rem;
  color: var(--color-bg);
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25rem;
  margin: 0;
  min-width: 0;
  overflow: visible;
  padding: 1.25rem 2rem;
  position: relative;
  text-align: left;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
  width: auto;
  margin-top: 2em;
}
.callback-btn:hover,
.callback-btn:focus-visible {
  background-color: var(--color-blue-darker);
}

.courses-list .callback-btn {
  display: none;
}

@media (max-width: 100rem) {
  .courses-filter {
    margin-inline-start: 3rem;
  }
  .courses-filter_button {
    font-size: 1rem;
  }
}

@media (max-width: 100rem) {
  .course-preview {
    padding: 1rem 1.5rem;
  }

  .course-preview_label {
    font-size: 0.75rem;
  }
  .course-preview_name {
    font-size: 1.5rem;
  }
  .course-preview_tag {
    font-size: 0.75rem;
  }
  .course-preview_prop {
    gap: 0.75rem;
  }
  .course-preview_prop_icon {
    font-size: 1rem;
  }
  .course-preview_prop_title {
    font-size: 1.125rem;
  }
  .course-preview_prop_description {
    font-size: 0.75rem;
  }

  .course-preview_divider {
    margin: 1rem 0;
  }

  .course-preview_footer {
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
}

@media (max-width: 80rem) {
  .courses {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    justify-content: start;
  }
  .courses-filter {
    display: flex;
    overflow: auto;
    margin-inline-start: 0;
    order: -1;
    position: static;
    min-width: 0;
  }
  .courses-filter .callback-btn {
    display: none;
  }
  .courses-list .callback-btn {
    display: inline-flex;
  }
  .courses-filter_button {
    border-top: 0;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 0;
  }
  .course-preview_advantage {
    margin-inline-start: 1.75rem;
    text-align: start;
  }
}

@media (max-width: 40rem) {
  .course-preview_label,
  .course-preview_tags {
    display: none;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.detail/course_modules/style.css?16921339414574*/
.program {
  display: flex;
  gap: 2rem 6rem;
}
.program_modules {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.program_price {
  width: 28.5rem;
}

.course-price {
  background-color: var(--color-bg-accent);
  background-repeat: no-repeat;
  background-image: url('/local/templates/home/components/bitrix/news.detail/course_modules/./images/cta-pattern.svg');
  background-size: 1260px 618px;
  background-position: top -44px left -412px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4rem 3rem;
  line-height: 1.5em;
}
.course-price_title {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 0 0.25rem;
}
.course-price_total {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: bold;
  margin-block: 0.75rem;
}
.course-price_description,
.course-price_note {
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-block-end: 1.75rem;
}
.course-price_note {
  margin-block-start: 1rem;
}
.course-price_note a {
  color: inherit;
  text-decoration: underline;
}
.course-price_button {
  align-items: center;
  appearance: none;
  background: var(--color-blue);
  border: none;
  border-radius: 999rem;
  color: var(--color-bg);
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25rem;
  margin: 0;
  min-width: 0;
  overflow: visible;
  padding: 1.25rem 2rem;
  position: relative;
  text-align: left;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
  width: auto;
}
.course-price_button:hover,
.course-price_button:focus-visible {
  background-color: var(--color-blue-darker);
}

.course-module,
.course-module_header {
  appearance: none;
  list-style: none;
}
.course-module {
  border-top: thin solid var(--color-grey);
}
.course-module:last-child {
  border-bottom: thin solid var(--color-grey);
}
.course-module_header {
  color: var(--color-text);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  padding-block: 1em;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.course-module_header[data-opened='true'],
.course-module_header:hover,
.course-module_header:focus-visible {
  color: var(--color-blue);
}
.course-module_title {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.course-module_header_divider {
  width: 0;
  align-self: stretch;
  border-left: 1px solid var(--color-grey);
  transition: border .2s;
}
.course-module_header[data-opened='true'] .course-module_header_divider,
.course-module_header:hover .course-module_header_divider,
.course-module_header:focus-visible .course-module_header_divider {
  border-left-color: currentColor;
}

.course-module_body {
  align-items: stretch;
  display: flex;
  padding-block: 1rem 3rem;
  padding-inline-end: 3rem;
  gap: 2rem;
}
.course-module_body_text {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.course-module_body_text li {
  line-height: 1;
}
.course-module_body_divider {
  width: 0;
  border-right: 1px solid var(--color-grey);
}
.course-module_hours {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.course-module_hours_value {
  display: flex;
  gap: 1em;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: bold;
}
.course-module_hours_icon {
  font-size: 1em;
  flex-shrink: 0;
  flex-grow: 0;
}

.course-module_header_icons {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 2rem;
  height: 1em;
  position: relative;
  width: 1em;
}
.course-module_header_icons [data-icon] {
  position: absolute;
  transition: opacity .2s, transform .2s;
  left: 0;
  top: 0;
}
.course-module_header_icons [data-icon='closed'] {
  opacity: 1;
  z-index: 1;
}
.course-module_header_icons [data-icon='opened'] {
  opacity: 0;
  z-index: 2;
}

.course-module_header[data-opened='true'] [data-icon='closed'] {
  transform: rotate(90deg);
}
.course-module_header[data-opened='true'] [data-icon='opened'] {
  opacity: 1;
}

@media (max-width: 100rem) {
  .course-module_header {
    font-size: 1.25rem;
  }
  .course-module_title {
    gap: 1rem;
  }
  .course-module_header_icons {
    font-size: 1.5rem;
  }
  .course-module_body {
    flex-direction: column;
    padding-inline: 0;
  }
  .course-module_body_text {
    font-size: 1rem;
  }
  .course-module_body_divider {
    display: none;
  }

  .course-module_hours {
    flex-direction: row;
    gap: 1rem 4rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 60rem) {
  .program {
    flex-direction: column;
  }
  .program_price {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.detail/course_modal_form/style.css?16921339412672*/
.course-form {
  background-repeat: no-repeat;
  background-image: url('/local/templates/home/components/bitrix/news.detail/course_modal_form/./images/course-form-leaf.svg');
  background-position: bottom right;
  background-size: 399px 291px;
  background-color: var(--color-blue);
  color: var(--color-bg);
  padding: 3.75rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 40rem) {
  .course-form {
    padding: 1rem 1rem 2rem;
  }
}
.course-form_title {
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: bold;
}
.course-form_copyright {
  font-size: 0.75rem;
  line-height: 1;
  max-width: 70ch;
  margin-block-start: 1em;
}
.course-form_copyright a {
  color: inherit;
  text-decoration: underline;
}
.course-form_copyright a:hover,
.course-form_copyright a:focus-visible {
  color: currentColor;
}
.course-form_copyright a:active {
  color: currentColor;
}

.course-form_inputs {
  display: flex;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  align-self: stretch;
  margin-block: 2rem;
}
.course-form_inputs + .course-form_inputs {
  margin-block-start: 0;
}
.course-form_inputs > * {
  flex: 1;
  min-width: 15rem;
}

.form-channel {
  margin-block-end: 3rem;
}
.form-channel_title {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-block-end: 1em;
}
.form-channel_options {
  display: flex;
  gap: 2rem;
}

.course-form_submit {
  align-items: center;
  appearance: none;
  background: var(--color-green);
  border: none;
  border-radius: 999rem;
  color: var(--color-bg);
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25rem;
  margin: 0;
  min-width: 0;
  overflow: visible;
  padding: 1.25rem 2rem;
  position: relative;
  text-align: left;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
  width: auto;
}
.course-form_submit:hover,
.course-form_submit:focus-visible {
  background-color: var(--color-green-darker);
}

.channel-radio {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  gap: 0.125rem;
  line-height: 1.5em;
  position: relative;
  color: var(--color-bg);
  align-items: center;
  justify-content: center;
}
.channel-radio_box {
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: var(--color-bg);
  border-radius: 50%;
  color: var(--color-blue);
  font-size: 1.25rem;
  height: 3.75rem;
  transition: color .2s, background-color .2s;
  width: 3.75rem;
}
.channel-radio input:checked ~ .channel-radio_box {
  background-color: var(--color-green);
  color: var(--color-bg);
}

@media (max-width: 80rem) {
  .trial {
    flex-direction: column;
    gap: 2rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/insights_slider/style.css?16921339411460*/
.insights {
  background-color: var(--color-bg-accent);
  background-image: url('/local/templates/home/components/bitrix/news.list/insights_slider/./images/insights-pattern.svg');
  background-position: top -122px right -722px;
  background-repeat: no-repeat;
  background-size: 1531px 1445px;
}

.insights-slide {
  align-items: center;
  display: flex;
  gap: 6rem;
}

.insight-slide_embed,
.insight-slide_content {
  flex: 1;
}

.insight-slide_embed iframe,
.insight-slide_embed img {
  width: 100%;
  height: auto;
}

.insight-slide_text {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.insights-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem 0;
  gap: 2rem;
}
.insights-controls_pagination {
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  display: flex;
  width: 10ch !important;
  user-select: none;
  color: var(--color-grey) !important;
}
.insights-controls_pagination .swiper-pagination-current {
  color: var(--color-text);
}
.insights-controls_button-prev,
.insights-controls_button-next {
  font-size: 2.5rem;
}
.insights-controls_button-prev:not([aria-disabled="true"]):hover,
.insights-controls_button-next:not([aria-disabled="true"]):hover {
  --color-bg: #2dbde8;
  --color-blue: #fff
}
.insights-controls_button-prev[aria-disabled="true"],
.insights-controls_button-next[aria-disabled="true"] {
  opacity: 0.5;
}

@media (max-width: 60rem) {
  .insights-slide {
    align-items: stretch;
    flex-direction: column;
    gap: 2rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/effectivness/style.css?1692133941948*/
.efficiency {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2rem;
}
.efficiency_title {
  max-width: 30rem;
}

.efficiency-steps {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.efficiency-step_header {
  display: flex;
  gap: 2rem;
  margin-block-end: 2rem;
}
.efficiency-step_icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 2.5rem;
}
.efficiency-step_title {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: bold;
}
.efficiency-step_text {
  font-size: 1rem;
  line-height: 1.5em;
}

@media (max-width: 100rem) {
  .efficiency {
    display: block;
  }
  .efficiency_title {
    max-width: 100%;
  }
}
@media (max-width: 60rem) {
  .efficiency-steps {
    gap: 3rem;
  }
  .efficiency-step_header {
    gap: 1rem;
    margin-block-end: 1rem;
  }
  .efficiency-step_icon {
    font-size: 2rem;
  }
  .efficiency-step_title {
    font-size: 1.25rem;
  }
  .efficiency-step_text {
    font-size: 0.875rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/faq/style.css?16921339413031*/
.faq-section {
  background-color: var(--color-bg-accent);
  background-image: url('/local/templates/home/components/bitrix/news.list/faq/./images/pattern.svg');
  background-position: center top 0;
  background-repeat: no-repeat;
  background-size: 1432px 663px;
}

.faq {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.faq-info {
  padding-inline-end: 1rem;
}
.faq-info_social {
  margin-block-start: 2rem;
}
.faq-info_social .social-links_item {
  justify-content: space-between;
  max-width: 100%;
  width: 15rem;
}

.faq-question,
.faq-question_title {
  appearance: none;
  list-style: none;
}
.faq-question {
  border-top: thin solid var(--color-grey);
}
.faq-question:last-child {
  border-bottom: thin solid var(--color-grey);
}
.faq-question_title {
  color: var(--color-text);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  padding-block: 1em;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.faq-question_title[data-opened='true'],
.faq-question_title:hover,
.faq-question_title:focus-visible {
  color: var(--color-blue);
}
.faq-question_answer {
  padding-block: 1rem 3rem;
}

.faq-question_icons {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 2rem;
  height: 1em;
  position: relative;
  width: 1em;
}
.faq-question_icons [data-icon] {
  position: absolute;
  transition: opacity .2s, transform .2s;
  left: 0;
  top: 0;
}
.faq-question_icons [data-icon='closed'] {
  opacity: 1;
  z-index: 1;
}
.faq-question_icons [data-icon='opened'] {
  opacity: 0;
  z-index: 2;
}

.faq-question_title[data-opened='true'] [data-icon='closed'] {
  transform: rotate(90deg);
}
.faq-question_title[data-opened='true'] [data-icon='opened'] {
  opacity: 1;
}

@media (max-width: 60rem) {
  .faq {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .faq-info_text,
  .faq-info_social {
    display: none !important;
  }
  .faq-question_title {
    font-size: 1.125rem;
  }
  .faq-question_icons {
    font-size: 1.25rem;
  }
}

.faq-vk {
  align-items: center;
  background-color: var(--color-blue);
  background-image: url('/local/templates/home/components/bitrix/news.list/faq/./images/social-block-bg.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-bg);
  display: flex;
  gap: 4.25rem;
  margin-top: 10rem;
  padding: 4rem 6.25rem 4rem 8rem;
}
.faq-vk_icon,
.faq-vk_link {
  flex-grow: 0;
  flex-shrink: 0;
}
.faq-vk_icon {
  font-size: 9.25rem;
}
.faq-vk_body {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  line-height: 1.5em;
  min-width: 10rem;
}
.faq-vk_title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5em;
  margin-bottom: 0.25em;
}
.faq-vk_link {
  max-width: 100%;
  width: 15rem;
}
@media (max-width: 100rem) {
  .faq-vk {
    padding: 4rem;
  }
  .faq-vk_icon {
    display: none;
  }
}
@media (max-width: 60rem) {
  .faq-vk {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    gap: 2rem;
  }
  .faq-vk_body {
    font-size: 1.25rem;
  }
  .faq-vk_title {
    font-size: 2rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/reviews_slider/style.css?1692133941146*/

.reviews-header {
  margin-bottom: 3em;
}
.swiper {
  user-select: none;
}
.swiper-slide.reviews-slide {
  text-align: center;
  width: 350px;
}

/* End */
/* /assets/css/page-home.css?16921338951445 */
/* /local/templates/home/components/bitrix/catalog.section.list/home_header/style.css?16921339413915 */
/* /local/templates/home/components/bitrix/news.list/results_slider/style.css?1692133941203 */
/* /local/templates/home/components/bitrix/news.list/courses_home/style.css?16921339416595 */
/* /local/templates/home/components/bitrix/news.detail/course_modules/style.css?16921339414574 */
/* /local/templates/home/components/bitrix/news.detail/course_modal_form/style.css?16921339412672 */
/* /local/templates/home/components/bitrix/news.list/insights_slider/style.css?16921339411460 */
/* /local/templates/home/components/bitrix/news.list/effectivness/style.css?1692133941948 */
/* /local/templates/home/components/bitrix/news.list/faq/style.css?16921339413031 */
/* /local/templates/home/components/bitrix/news.list/reviews_slider/style.css?1692133941146 */
