

/* Start:/local/templates/home/components/bitrix/news.detail/header/style.css?16909180212021*/
.course-header {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2rem;
}
.course-header.course-header {
  margin-block-start: 10rem;
}
.course-header.course-header h1 {
  font-size: 3rem;
  line-height: 1.3em;
  text-align: left;
  margin-block-end: 1.5em;
}
.course-header_description {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 0.75em;
  max-width: 48rem;
}
.course-header_main {
}
.course-header_sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.course-header_audience {
  font-size: 1.25rem;
  line-height: 1.2em;
}
.course-header_audience_tip {
  font-size: 0.8em;
  color: var(--color-green);
  transform: translateY(-50%);
}

.course-header_props {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.course-header_prop {
  align-items: baseline;
  display: flex;
  gap: 1.25rem;
}
.course-header_prop_icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--color-blue);
  transition: color .2s;
}
.course-header_prop_body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.course-header_prop_title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
}
.course-header_prop_tip {
  color: var(--color-green);
  transition: color .2s;
  transform: translateY(-50%);
}
.course-header_prop_description {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.course-header_link {
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  gap: 1rem;
}
.course-header_link_icon {
  font-size: 2em;
}

@media (max-width: 100rem) {
  .course-header {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 80rem) {
  .course-header {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .course-header_props {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .course-header_audience {
    order: 999;
  }
}
@media (max-width: 60rem) {
  .course-header.course-header h1 {
    font-size: 2rem;
  }
  .course-header_description {
    font-size: 1.25rem;
  }
  .course-header_audience {
    font-size: 1rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/menu/course-sticky/style.css?1690241813868*/
.course-menu {
  display: flex;
  gap: 3rem;
  flex-wrap: nowrap;
  position: sticky;
  top: 0;
  background-color: var(--color-blue);
  align-items: stretch;
  height: 4rem;
  justify-content: center;
  overflow: auto;
  white-space: nowrap;
  z-index: 90;
}

.course-menu_link {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: var(--color-bg);
  font-size: 1rem;
  line-height: 1.25em;
  padding-top: 0.25em;
  border-bottom: 0.25em solid transparent;
}
.course-menu_link:hover,
.course-menu_link:focus,
.course-menu_link:focus-visible,
.course-menu_link:active {
  color: var(--color-bg);
  border-bottom: 0.25em solid var(--color-green);
}

@media (max-width: 80rem) {
  .course-menu {
    gap: 1rem;
  }
  .course-menu_link {
    font-size: 0.875rem;
  }
}

@media (max-width: 60rem) {
  .course-menu {
    display: none;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.detail/course_modules/style.css?16901325374574*/
.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.list/insights_slider/style.css?16901325371460*/
.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/results_complex/style.css?16913903755090*/
.results-complex {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}

.res-complex {
  order: -1;
  background-color: var(--color-bg-accent);
  overflow: hidden;
  padding: 2.5rem;
  position: relative;
}

.res {
  background-color: var(--color-bg-accent);
  gap: 4.375rem;
}
.res_content {
  overflow: auto;
  font-size: 1rem;
  line-height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
}
.res_title {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}
.res_images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
}

.res-img {
  display: inline-flex;
  position: relative;
}
.res-img img {
  object-fit: contain;
}
.res-img_label {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  color: var(--color-text);
  background-color: rgba(255,255,255,0.5);
  border-radius: 2rem;
  height: 2rem;
  width: 6rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: lowercase;
}



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

.res-filter + .res-filter {
  margin-top: 3rem;
}

.res-range-steps {
  display: flex;
  margin: 1rem 0;
  justify-content: space-between;
  align-items: center;
}
.res-filter_title {
  align-items: center;
  gap: 2em;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}
.res-range_slider {
  height: 5px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
  margin-left: 5px;
}
.res-range_selected {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: #2dbde8;
  border-radius: 3px;
}
.res-range_input {
  position: relative;
}
.res-range_input input {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  top: -0.5rem;
  background: 0 0;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 0.125rem;
  padding: 0;
}

.res-range_input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 2px;
}

.res-range_input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #AAC712;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
}

.res-range_input input::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #AAC712;
  cursor: pointer;

  pointer-events: auto;
  -moz-appearance: none;
}

.res-filter_reset {
  align-items: center;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 999rem;
  color: var(--color-blue);
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1em;
  margin: 0;
  gap: 1em;
  min-width: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: left;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
  width: auto;
}
.res-filter_reset:hover,
.res-filter_reset:focus-visible {
  color: var(--color-blue-darker);
}
.res-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.res-area {
  align-items: center;
  appearance: none;
  background: var(--color-bg-accent);
  border: none;
  border-radius: 999rem;
  color: var(--color-text);
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1em;
  margin: 0;
  min-width: 0;
  overflow: visible;
  padding: 0.75em 1em;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
  width: auto;
  user-select: none;
}
.res-area:hover,
.res-area:focus-visible,
.res-area[data-selected="true"] {
  background-color: var(--color-green);
  color: var(--color-bg);
}

@media (max-width: 90rem) {
  .results-complex {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .res-complex {
    order: 1;
  }
  .results-filters {
    padding-inline-end: 0;
  }
}
@media (max-width: 50rem) {
  .res {
    gap: 1rem;
    flex-direction: column;
    padding-bottom: 4rem;
  }
  .res-area {
    font-size: 0.75rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.detail/trial_form/style.css?16910923153076*/
.trial-section {
  background-color: var(--color-bg-accent);
  background-image: url('/local/templates/home/components/bitrix/news.detail/trial_form/./images/trial-pattern.svg');
  background-repeat: no-repeat;
  background-size: 1529px 1444px;
  background-position: bottom -504px left -684px;
}

.trial {
  align-items: stretch;
  display: flex;
  gap: 6rem;
}

.trial-text,
.trial-form {
  flex: 1;
  min-width: 0;
}

.trial-text {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.trial-form {
  background-repeat: no-repeat;
  background-image: url('/local/templates/home/components/bitrix/news.detail/trial_form/./images/trial-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) {
  .trial-form {
    padding: 1rem 1rem 2rem;
  }
}
.trial-form_title {
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: bold;
}
.trial-form_copyright {
  font-size: 0.75rem;
  line-height: 1;
  max-width: 70ch;
  margin-block-start: 1em;
}
.trial-form_copyright a {
  color: inherit;
  text-decoration: underline;
}
.trial-form_copyright a:hover,
.trial-form_copyright a:focus-visible {
  color: currentColor;
}
.trial-form_copyright a:active {
  color: currentColor;
}

.trial-form_inputs {
  display: flex;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  align-self: stretch;
  margin-block: 2rem;
}
.trial-form_inputs + .trial-form_inputs {
  margin-block-start: 0;
}
.trial-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;
}

.trial-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;
}
.trial-form_submit:hover,
.trial-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/effectivness/style.css?1690132537948*/
.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/reviews_slider/style.css?1689751806146*/

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

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/education_steps/style.css?16901325372085*/
.education-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
}
.education-step_header {
  display: flex;
  gap: 2rem;
  margin-block-end: 2rem;
}
.education-step_icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 2.5rem;
}
.education-step_title {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: bold;
}
.education-step_text {
  font-size: 1rem;
  line-height: 1.5em;
}

.education-cta {
  align-items: center;
  background-repeat: no-repeat;
  background-image: url('/local/templates/home/components/bitrix/news.list/education_steps/./images/cta-pattern.svg');
  background-size: 1260px 618px;
  background-position: top -44px left -412px;
  background-color: var(--color-bg-accent);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  grid-column: span var(--columns-lg, 1);
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}
.education-cta_title {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
}
.education-cta_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;
}
.education-cta_button:hover,
.education-cta_button:focus-visible {
  background-color: var(--color-blue-darker);
}

@media (max-width: 100rem) {
  .education-steps {
    grid-template-columns: 1fr 1fr;
  }
  .education-cta {
    grid-column: span var(--columns-sm, 1);
  }
}
@media (max-width: 60rem) {
  .education-steps {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .education-cta {
    grid-column: span 1;
  }
  .education-step_header {
    gap: 1rem;
    margin-block-end: 1rem;
  }
  .education-step_icon {
    font-size: 2rem;
  }
  .education-step_title {
    font-size: 1.25rem;
  }
  .education-step_text {
    font-size: 0.875rem;
  }
}

/* End */


/* Start:/local/templates/home/components/bitrix/news.list/faq/style.css?16897518063031*/
.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.detail/course_modal_form/style.css?16910923152672*/
.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 */
/* /local/templates/home/components/bitrix/news.detail/header/style.css?16909180212021 */
/* /local/templates/home/components/bitrix/menu/course-sticky/style.css?1690241813868 */
/* /local/templates/home/components/bitrix/news.detail/course_modules/style.css?16901325374574 */
/* /local/templates/home/components/bitrix/news.list/insights_slider/style.css?16901325371460 */
/* /local/templates/home/components/bitrix/news.list/results_complex/style.css?16913903755090 */
/* /local/templates/home/components/bitrix/news.detail/trial_form/style.css?16910923153076 */
/* /local/templates/home/components/bitrix/news.list/effectivness/style.css?1690132537948 */
/* /local/templates/home/components/bitrix/news.list/reviews_slider/style.css?1689751806146 */
/* /local/templates/home/components/bitrix/news.list/education_steps/style.css?16901325372085 */
/* /local/templates/home/components/bitrix/news.list/faq/style.css?16897518063031 */
/* /local/templates/home/components/bitrix/news.detail/course_modal_form/style.css?16910923152672 */
