/* Стили блока our_mission только на странице margin-trading. Специфичность body .©main-wrapper перебивает template_styles без !important */
body .main-wrapper .h1,.financial-advisor-benefits .financial-advisor-benefits__title,.investor .investor__title,.section-form-glass .form-glass__title {
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
}
body .main-wrapper .t1,
body .main-wrapper .list-2024 li {
  font-size: 22px;
  line-height: 32px;
}
.marker-table-cols-3 {
  padding: 124px 0 0 0;
}
.marker-table-cols-3__item .h4 {
  font-size: 24px;
  line-height: 34px;
}
.financial-advisor-benefits__title,.investor__title {
    font-weight: 500 !important;
}
.promo__content > h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
}
h2,
.button-2024,
.button {
  font-weight: 500;
}
.main-wrapper .group-section > section,
.main-wrapper .parallax-section > section {
  grid-column: 4 / 8;
  padding: 0;
}
.marker-table-cols-3 {
  background-color: #fff;
}
.our-mission .our-mission__intro {
  margin-bottom: 64px;
}
.our-mission__title {
  margin-top: 124px;
}
.list-2024 {
  margin-bottom: 124px;
}
.our-mission--margin-trading .list-2024 li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
body .main-wrapper .our-mission--margin-trading .list-2024 li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  flex-shrink: 0;
  /* выравнивание по первой строке: (line-height - font-size) / 2 ≈ 5px при 32/22 */
  margin-top: 0.25em;
  background-color: var(--content-link-color);
}
.our-mission--margin-trading .list-2024 li > span {
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.our-mission--margin-trading .list-2024 li > span p:first-child {
  margin-top: 0;
}
/* без padding-left: грид начинается с края секции, тогда grid-column: 4 совпадает с 4-й колонкой страницы */
.our-mission,.marker-table-cols-3,.financial-advisor-benefits,.investor {
  padding-left: 64px;
  padding-right: 64px;
}
/* одна колонка: контент с 4-й колонки, заголовок сверху, список с номерами — под ним */
/* margin/padding 0 у контейнера, чтобы левый край не сдвигался (column-gap из template_styles не трогает первый элемент) */
body .main-wrapper .group-section .financial-advisor-benefits .container.-sticky {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column: 4 / 11;
  margin-left: 0;
  padding-left: 0;
}
body .main-wrapper .group-section .financial-advisor-benefits .container.-sticky > div,
body
  .main-wrapper
  .group-section
  .financial-advisor-benefits
  .container.-sticky
  > .financial-advisor-benefits__header,
body
  .main-wrapper
  .group-section
  .financial-advisor-benefits
  .container.-sticky
  > .financial-advisor-benefits__content {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
  font-weight: 500;
}
/* Аккордеон блока «Когда вам может понадобиться…» (details/summary, как wealth_investor по макету) */
.financial-advisor-benefits__list--accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Плавное открытие через grid-template-rows (как в .accordion__item wealth_investor) */
.financial-advisor-benefits__list--accordion .financial-advisor-benefits__item {
  display: grid;
  grid-template-rows: min-content 0fr;
  border-top: 1px solid #dbdbdb;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease-out;
}
body
  .main-wrapper
  .financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item:first-child {
  border-top: 1px solid #dbdbdb;
  padding-top: 24px;
}
.financial-advisor-benefits__list--accordion .financial-advisor-benefits__item[open] {
  grid-template-rows: min-content 1fr;
  transition: grid-template-rows 0.4s ease-out;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item:first-child {
  border-top: none;
}
/* Заголовок: по макету gap 12px, h/h4 24px, padding по wealth_investor */
.financial-advisor-benefits__list--accordion .financial-advisor-benefits__item-title {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 24px 0 32px;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 500;
  color: #121212;
  transition: all 0.15s ease-in-out;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item:first-child
  .financial-advisor-benefits__item-title {
  padding-top: 0;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item-title::-webkit-details-marker,
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item-title::marker {
  display: none;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item-title::after {
  content: '\e964';
  font-family: 'font-btns';
  font-size: 24px;
  color: #6400e7;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  transform: rotate(-90deg); /* стрелка вниз когда закрыт */
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item[open]
  .financial-advisor-benefits__item-title::after {
  transform: rotate(90deg); /* стрелка вверх когда открыт */
}
/* Контент: min-height 0 + overflow hidden для плавного схлопывания строки грида */
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item-description {
  min-height: 0;
  overflow: hidden;
  padding: 0 0 40px;
  font-size: 22px;
  line-height: 1.45;
  color: #3e3c3c;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item[open]
  .financial-advisor-benefits__item-description {
  padding-bottom: 40px;
  opacity: 1;
  transition-delay: 0.1s;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item:not([open])
  .financial-advisor-benefits__item-description {
  transition-delay: 0s;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item-description
  p {
  margin: 0 0 1em;
}
.financial-advisor-benefits__list--accordion
  .financial-advisor-benefits__item-description
  p:last-child {
  margin-bottom: 0;
}
.financial-advisor-benefits__item > .financial-advisor-benefits__item-title,
.financial-advisor-benefits__header > .financial-advisor-benefits__title {
  color: black;
}
.financial-advisor-benefits .financial-advisor-benefits__btn {
  padding: 16px 32px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  border-radius: 1000px;
  height: 64px;
}
.group-section[data-theme=dark] .editor-content *{
  font-size: 24px;
  line-height: 34px;
}
.group-section[data-theme=dark] .editor-content .accordion__body p{
  font-size: 22px;
}
.form-glass__title{
  font-size: 48px;
  line-height: 64px;
  font-weight: 500
}
/* Кнопка «Тарифы»: включаем на странице margin-trading, редирект на /rates */
body
  .main-wrapper
  .group-section
  .financial-advisor-benefits
  .financial-advisor-benefits__btn {
  margin-top: 64px;
}

body .main-wrapper .container.-sticky {
  flex-direction: column;
}
body .main-wrapper .container-2024.-sticky > div[class*='__header'],
body .main-wrapper .container.-sticky > div:not(div[class*='__header']),
body .main-wrapper .container.-sticky > p[class*='__description'] {
  width: 100%;
}
.container-2024.-sticky > div[class*='__header'] {
  margin-bottom: 64px;
}

/* Тёмная секция: грид 12 колонок, блок investor (Ответы на вопросы) — одна колонка с 4-й, как financial-advisor-benefits */
/* без padding-left: линия 4 грида совпадает с 4-й колонкой, иначе визуально уходит в 5-ю */

body .main-wrapper .group-section[data-theme='dark'] section.investor {
  grid-column: 4 / 11;
  margin-left: 0;
}
body .main-wrapper .group-section[data-theme='dark'] section.investor .container.-sticky {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: 0;
  padding-left: 0;
}
body
  .main-wrapper
  .group-section[data-theme='dark']
  section.investor
  .container.-sticky
  > .investor__header,
body
  .main-wrapper
  .group-section[data-theme='dark']
  section.investor
  .container.-sticky
  > .investor__content {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
}

/* Аккордеон: галка (шеврон) вниз когда закрыт, вверх когда открыт */
.group-section[data-theme='dark'] .accordion__header::after {
  margin-right: 5px;
  content: '\e964'; /* ibtn-chevron-forward — шеврон, две линии */
  font-family: 'font-btns';
  font-size: 20px;
  color: #bd8aff;
  transition: transform 0.2s ease;
  transform: rotate(-90deg); /* галка вниз */
}
body
  .main-wrapper
  .group-section[data-theme='dark']
  .accordion__item.-open
  .accordion__header::after {
  transform: rotate(90deg); /* галка вверх при открытой секции */
}
/* Список с квадратами в тёмном блоке (аккордеон): выравнивание как в our_mission */
body .main-wrapper .group-section[data-theme='dark'] .aton-list.-square {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-template-columns: unset;
}
body .main-wrapper .group-section[data-theme='dark'] .aton-list.-square .aton-list__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-direction: row;
}
body
  .main-wrapper
  .group-section[data-theme='dark']
  .aton-list.-square
  .aton-list__item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  margin-top: 0.5em;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 20px;
  background-color: #b3b3b3;
}
body
  .main-wrapper
  .group-section[data-theme='dark']
  .aton-list.-square
  .aton-list__description {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none; /* убираем ограничение 315px из базовых стилей */
}
.group-section[data-theme='dark']
  .aton-list.-square
  .aton-list__description
  p:first-child {
  margin-top: 0;
}
.group-section[data-theme='dark'] .aton-list__subtitle {
  display: none;
}

/* Футер: на всю ширину, не сжимать (Vue-виджет монтируется асинхронно) */
.main-wrapper .group-section.-footer {
  align-items: stretch;
  width: 100%;
}
.main-wrapper .group-section.-footer .footer {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
body .main-wrapper .group-section.-footer {
  padding-top: 0;
  padding-bottom: 0;
}
body .main-wrapper .group-section {
  padding-top: 160px;
  padding-bottom: 124px;
}
#personal_consultation {
  padding-right: 0;
  padding-left: 0;
  grid-column: 1 / 13;
}
.grid-2024.container-2024.-light,
.nav-inner.grid-2024.container-2024,
#personal_consultation > .grid-2024.container-2024 .-light {
  padding-left: 0;
  padding-right: 0;
}

body .main-wrapper .group-section.-promo {
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 1919px) {
  body .main-wrapper .group-section[data-theme='dark'] {
    row-gap: 160px;
  }
}

@media (max-width: 1599px) {
  body .main-wrapper .group-section[data-theme='dark'] {
    row-gap: 124px;
  }
  body .main-wrapper .h1,.financial-advisor-benefits .financial-advisor-benefits__title,.investor .investor__title,.section-form-glass .form-glass__title {
    font-size: 32px;
    line-height: 48px;
  }
  body
    .main-wrapper
    .group-section
    .financial-advisor-benefits
    .financial-advisor-benefits__btn,
  body .main-wrapper .t1,
  body .main-wrapper .list-2024 li {
    font-size: 16px;
    line-height: 28px;
  }
  body .main-wrapper .group-section .financial-advisor-benefits .financial-advisor-benefits__btn {
    margin-top: 48px;
  }
  .our-mission--margin-trading .list-2024 li::before {
    margin-top: 0.5em;
  }
  .list-2024 {
    margin-bottom: 124px;
  }
  .marker-table-cols-3 {
    padding: 124px 0 0 0;
  }
  .financial-advisor-benefits__header > h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .financial-advisor-benefits__list--accordion
    .financial-advisor-benefits__item-description,
  .financial-advisor-benefits__list--accordion .financial-advisor-benefits__item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .marker-table-cols-3__item .h4 {
    font-size: 18px;
    line-height: 140%;
  }
  .investor__header > h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .container-2024.-sticky > div[class*='__header'] {
    margin-bottom: 48px;
  }
  .group-section .financial-advisor-benefits .financial-advisor-benefits__btn {
    margin-top: 48px;
  }
  .our-mission__title {
    margin-top: 124px;
  }
  .promo__content > h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .group-section[data-theme=dark] .editor-content *{
    font-size: 18px;
  }
  .group-section[data-theme=dark] .editor-content .accordion__body p{
    font-size: 14px;
  }
  .form-glass__title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 500
  }
}

@media (max-width: 1280px) {
  .our-mission .our-mission__title,.our-mission .our-mission__intro {
    margin-bottom: 48px;
  }
  .financial-advisor-benefits .financial-advisor-benefits__btn {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 28px;
    height: 52px;
  }
}

@media (max-width: 1219px) {
  .form-glass__title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 500
  }
  .group-section[data-theme=dark] .editor-content *{
    font-size: 18px;
  }
  .group-section[data-theme=dark] .editor-content .accordion__body p{
    font-size: 14px;
  }
  body .main-wrapper .group-section[data-theme='dark'] {
    row-gap: 96px;
  }

  body .main-wrapper .group-section[data-theme='dark'] section.investor {
    grid-column: 1 / 13;
  }
  .our-mission__title {
    margin-top: 96px;
  }
  body .main-wrapper .group-section{
    padding-bottom: 96px;
    padding-top: 96px
  }
  .marker-table-cols-3{
    padding: 96px 0 0 0;
  }
  .list-2024{
    margin-bottom: 96px;
  }
}

@media (max-width: 767px) {
    .nav-overlay__btn-account.button-2024{
        white-space: nowrap;
    }
  .form-glass__title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500
  }
  .promo__content > h1 {
    font-size: 28px;
    line-height: 36px;
  }
  body
    .main-wrapper
    .group-section
    .financial-advisor-benefits
    .financial-advisor-benefits__btn {
    margin-top: 32px;
  }
  body .main-wrapper .group-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .list-2024 {
    margin-bottom: 64px;
  }
  .marker-table-cols-3 {
    padding: 64px 0 0 0;
  }
  body .main-wrapper .h1,.financial-advisor-benefits .financial-advisor-benefits__title,.investor .investor__title,.section-form-glass .form-glass__title {
    font-size: 24px;
    line-height: 32px;
  }
  body .main-wrapper .group-section[data-theme='dark'] {
    row-gap: 64px;
  }
  .our-mission .our-mission__title, .our-mission .our-mission__intro,.container-2024.-sticky > div[class*='__header'] {
    margin-bottom: 32px;
  }
  .financial-advisor-benefits__header > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .our-mission,.marker-table-cols-3,.financial-advisor-benefits,.investor {
    padding-left: 24px;
    padding-right: 24px;
  }
  body
    .main-wrapper
    .group-section[data-theme='dark']
    section.investor
    .container.-sticky
    > .investor__content
    > :first-child {
    padding-top: 24px;
  }
  .header.-active .nav-overlay__content{
  padding-top: 32px;
  }
  .nav-overlay__header{
    column-gap: 8px !important;
  }
}




/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZS5jc3MiLCJzb3VyY2VSb290IjoiIn0= */