/* Фон секции */
.media_article {
  background-color: #f8f9fa;
  padding: 60px 0;
}

/* Обёртка статьи */
.container_article {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  font-family: 'Montserrat', sans-serif;
}

/* Разделитель */
.article-divider {
  width: 480px;
  height: 6px;
  background-color: #1F299C;
  border-radius: 24px;
  margin-bottom: 24px;
}

.article-divider2 {
  width: 480px;
  height: 6px;
  background-color: #1F299C;
  border-radius: 2px;
  margin-top: 50px;
  margin-bottom: 24px;
}



.article-divider3 {
  width: 900px;
  height: 10px;
  background-color: #eaeaed;
  border-radius: 0px;
  margin-top: 50px;
  margin-bottom: 24px;
}

/* Заголовок */
.Article_general_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 60px;
  color: #0d1a2d;
}

.Article_general_titleB2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #1F299C;
}

.Article_general_title2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 0;
  margin-bottom: 24px;
  margin-top: 60px;
  color: #1F299C;
}

.Article_general_title3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 0;
  margin-bottom: 24px;
  margin-top: 60px;
  color: #D89529;
}

/* Подзаголовки */
.Article-h2, .article {
  font-size: 28px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 20px;
  color: #1F299C;
  border-left: 4px solid #D89529;
  padding-left: 12px;
}

.Arrow-h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 20px;
  color: #1F299C;
  border-left: 4px solid #D89529;
  padding-left: 12px;
}



.article_subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #0F0842;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 16px;
}

/* Параграфы */
.container_article p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #0F0842;
}

/* Списки */
.container_article ul {
  padding-left: 0;
  margin-bottom: 24px;
  list-style: none;
}

.container_article li {
  position: relative;
  padding-left: 36px;
  font-size: 17px;
  color: #0F0842;
  margin-bottom: 14px;
  line-height: 1.2;
}

.container_article li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url('https://ink-advisory.com/styles/assets/square.svg') no-repeat center;
  filter: brightness(0) saturate(100%) invert(59%) sepia(81%) saturate(586%) hue-rotate(352deg) brightness(96%) contrast(94%);
  background-size: 5px 5px;
  
}

/* Блок цитаты */
.container_article blockquote {
  font-style: initial;
  border-left: 4px solid #0055a5;
  background: #f5f8fc;
  padding: 16px 20px;
  margin: 30px 0;
  color: #333;
  font-size: 17px;
}








/* Выделенные callout-блоки */
.callout {
  border-radius: 6px;
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 16px;
  background: #f2f6fa;
  border-left: 5px solid #0055a5;
  color: #1e1e1e;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.callout strong {
  color: #0055a5;
  font-weight: 600;
  font-size: 17px;
}

/* Кнопка "Скачать материал" */
.download-material {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #0d1a2d;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin: 24px 0;
}

.download-material:hover {
  background-color: #1e2d44;
}

.download-material i {
  font-size: 18px;
}


.imgarticle {
  margin: 30px 0;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  display: inline-block;
width: 920px;
max-width: 100%; /* чтобы адаптировалось под мобильные */
height: auto;
}


.imgarticle2 {
  margin: 5px 0;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background-color: #F2F2F2;
  width: 920px;
  position: relative;
  display: block;
  height: auto;
  padding-bottom: 15px;
}

.imgarticle img {
  height: auto;
  display: block;
  border-radius: 0px;
  width: 900px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);
}

.imgcaption {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  color: #1F299C;
  background-color: #F2F2F2;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
}


.imgcaption2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  color: #1F299C;
  
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
}

.imgcaption9 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  color: #1F299C;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
}

.imgcaption7 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  color: black;
  background-color: #F2F2F2;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
}

.imgarticle.image-title-wrapper {
  position: relative;
  margin: 40px 0;
  overflow: hidden;
  border-radius: 12px;
}

.imgarticle.image-title-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(100%); /* затемнение */
  border-radius: 12px;
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  color: #fff;
  z-index: 2;
  text-align: left;
}

.overlay-text h1.Article_general_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color:white;
  margin: 0 0 10px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.overlay-text h3.article_subtitle {
  font-size: 16px;
  font-weight: 400;
  color:white;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}


.image-title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 60%);
  border-radius: 12px;
  z-index: 1;
}

.article-date {
  font-size: 14px;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  position: relative;
}

.article-date2 {
  font-size: 14px;
  color: rgb(30, 26, 26);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  position: relative;
}


.image-title-wrapper img {
  transition: transform 0.4s ease;
}
.image-title-wrapper:hover img {
  transform: scale(1.03);
}


.footnotes {
  font-size: 0.9em;
  color: #555;
  margin-top: 8px;
  padding-left: 1em;
  border-left: 2px solid #ccc;
}


.footnotes22 {
  font-size: 0.9em;
  color: #555;
  margin-top: 8px;
  padding-bottom:10px;
  padding-left: 1em;
  text-align:left;
  
}

.sources {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-bottom:15px;
  width: max-content;      /* Ширина — по содержимому */
  margin-left: auto;       /* Отодвинуть от левого края */
  text-align: right;       /* Если внутри несколько строк — выравнивание текста вправо */
    overflow-wrap: break-word;
  word-break: break-word;
}

.footnotes p {
  margin: 6px 0;
}

.footnotes sup {
  vertical-align: super;
  font-size: 0.8em;
  color: #333;
}


.scroll-up-centered {
  text-align: center;
  margin: 60px 0 40px;
}

.scroll-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-135deg);
  animation: bounce 2s infinite;
  margin: 0 0;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.scroll-arrow:hover {
  opacity: 1;
}

.scroll-label {
  margin-top: 0px;
  font-size: 17px;
  font-weight:600;
  color: #fff;
  opacity: 0.85;
}

/* Цвет для светлого фона */
body:not(.dark) .scroll-arrow {
  border-color: #0055a5;
}
body:not(.dark) .scroll-label {
  color: #0055a5;
}

/* Bounce-анимация */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: rotate(-135deg) translateY(0);
  }
  40% {
    transform: rotate(-135deg) translateY(-8px);
  }
  60% {
    transform: rotate(-135deg) translateY(-4px);
  }
}


.back-to-media {
  text-align: right;
  margin-top: 0px;
  margin-bottom: 18px;
}

.media-link {
  font-size: 15px;
  color: #0055a5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  transition: color 0.2s;
}

.media-link:hover {
  color: #D89529; /* ярко-оранжевый */
}

.arrow-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.2s, fill 0.2s;
}

.media-link:hover .arrow-icon {
  transform: translateX(3px);
  fill: #ff6600;
}



.related-articles {
  background-color: #f8f9fb;
  padding: 80px 0;
  border-top: 1px solid #e0e6ed;
}

.related-articles .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.related-heading {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 0.3px;
}

.related-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.related-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e4e8;
  text-decoration: none;
  color: #212529;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.025);
}

.related-item:hover {
  border-color: #0055a5;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
  color: #0055a5;
}

.related-emoji {
  font-size: 22px;
  margin-top: 2px;
  flex-shrink: 0;
}

.related-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

strong {
  font-weight: 500;
  font-size: 1.1rem; /* 18px */
  color: #0F0842; /* тёмно-серый, для контраста */
  display: block;
  margin-bottom: 1rem;
  line-height: 1.6;
}

strong22 {
  font-weight: 700;
  font-size: 1rem; /* 18px */
  color: #1F299C; /* тёмно-серый, для контраста */
  margin-bottom: 1rem;
  line-height: 1;
}

strongm {
  font-weight: 500;
  font-size: 1rem; /* 18px */
  color: #503D82; /* тёмно-серый, для контраста */
  margin-bottom: 1rem;
  line-height: 1;
}



strong3 {
  font-weight: 600;
  color: #0F0842; /* тёмно-серый, для контраста */
  margin-bottom: 1rem;
  line-height: 1.6;
}

strong9 {
  font-weight: 600;
  font-size: 17px;
  color: #0e1451; /* тёмно-серый, для контраста */
  margin-bottom: 1rem;
  line-height: 1;
}


strong7 {
  font-weight: 400;
  font-size:17px;
  color: #513DE7; /* тёмно-серый, для контраста */
  margin-bottom: 1rem;
  line-height: 1;
}

strong7b {
  font-weight: 600;
  font-size:17px;
  color: #1F299C; /* тёмно-серый, для контраста */
  margin-bottom: 1rem;
  line-height: 1;
}

strong7c {
  font-weight: 600;
  font-size:15px;
  color: #1F299C; /* тёмно-серый, для контраста */
  margin-bottom: 1rem;
  line-height: 1;
}


.authors-block {
  margin-top: 60px;
}

.authors-list-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

/* Один автор */
.author {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 240px;
}

/* Фото */
.author-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

/* Инфо */
.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-weight: 600;
  font-size: 17px;
  color: #0F0842;
  margin-bottom: 4px;
}

.author-position {
  font-size: 15px;
  color: #555;
  margin-bottom: 4px;
}

.author-email {
  font-size: 14px;
  color: #1F299C;
  text-decoration: none;
  transition: color 0.2s;
}

.author-email:hover {
  text-decoration: underline;
  color: #D89529;
}



.strategy_desc {
  font-size:15px;
  font-weight:300;
  margin:0px 0;
  line-height:1.6; /* или 1.5–1.8 */
}

.container_article .strategy_desc ul {
  font-size:15px;
  font-weight:300;
  margin: 0;        
}

.container_article .strategy_desc ul li {
  font-size:15px;
  font-weight:300;
  margin: 5px 0;    
}




.strategy_desc2 {
  font-size:15px;
  font-weight:300;
  margin:5px 0;
  line-height:1.6; /* или 1.5–1.8 */
}

.authors-title {
  font-size: 28px;
  font-weight: 700;
  color: #1F299C;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.authors-title::before {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #D89529;
  border-radius: 2px;
  margin: 0 auto 16px auto;
}


.disclaimer {
  background-color: #f2f2f2;
  padding: 10px 20px;
  font-size: 13px;
  color: #444;
  border-top: 1px solid #ddd;
}

.disclaimer-container {
  max-width: 920px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

.disclaimer p {
  margin-bottom: 16px;
}

.disclaimer a {
  color: #1F299C;
  text-decoration: underline;
}

.disclaimer a:hover {
  color: #D89529;
}


.related-emoji i.material-icons-outlined {
  font-size: 32px;
  color: #1F299C;
}




.SP-credit {
  background-color:#F2F2F2;
  margin-top: 15px;
  padding-top: 20px;

}

.head_SP {
  background-color:#F2F2F2;
  margin-top: 15px;
  color: #0F0842;
  font-family: 500;
  padding-left:15px;
  margin-bottom:20px;

}

.divider-line2 {
  width: 1px;
  background-color: #2f2f71;
  margin: 0 20px;
}



.highlight.blue {
  color: #2020a6;
  font-weight: 700;
  padding-left:10x;
}

.highlight.blue2 {
  color: #2020a6;
  font-weight: 500;
  padding-left:10x;
}

.highlight.orange {
  color: #e08f22;
  font-weight: 700;

}




.comparison-block3 {
  display: flex;
  padding-left: 0px;
  margin: 10px 10px;
  gap: 15px;
  font-size: 16px;
  background: #ffffff;
  border-top: 0px solid #2f2f71; /* горизонтальная линия сверху */
  padding-top: 0px; /* отступ сверху после линии */
  /*background: #F2F2F2; */
}

.comparison-block3 .column {
  flex: 1;

}

.comparison-block3 .left p {
  line-height: 1.2;
  padding-left:16px;
  font-weight:500;
}

.comparison-block3 .right p {
  line-height: 1.2;
  padding-left:16px;
  
}



.greenbox {
  background: rgba(231, 241, 247, 0.56);
}


.comparison-block9 {
  display: flex;
  padding-left: 0px;
  margin: 0px 0;
  gap: 15px;
  font-size: 16px;
  border-top: 0px solid #2f2f71; /* горизонтальная линия сверху */
  padding-top: 0px; /* отступ сверху после линии */
  /*background: #F2F2F2; */
}

.comparison-block9 .column {
  flex: 1;
  /*background: #F2F2F2;*/
}

.comparison-block9 .left p {
  line-height: 1.5;
}

.comparison-block9 .right p {
  line-height: 1.5;
  
}

.comparison-block9 .right {
  /*background: rgba(231, 241, 247, 0.56);*/
}


.comparison-block8 {
  display: flex;
  padding-left: 0px;
  margin: 0px 15px;
  gap: 15px;
  font-size: 16px;
  border-top: 0px solid #2f2f71; /* горизонтальная линия сверху */
  padding-top: 0px; /* отступ сверху после линии */
  /*background: #F2F2F2; */
}

.comparison-block8 .column {
  flex: 1;
  /*background: #F2F2F2;*/
}

.comparison-block8 .left p {
  line-height: 1.5;
}

.comparison-block8 .right p {
  line-height: 1.5;
  
}

.comparison-block8 .right {
  background: white;
}

.comparison-block8 .left {
  background: white;
}


  .financing-comparison1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
}

.financing-comparison1 thead th {
  background-color: #F0EDF7;
  color: white;
  padding: 10px;
  text-align: left;
  font-weight: bold;
}

.financing-comparison1 td {
  background-color: #f4f4f4;
  padding: 5px;
  vertical-align: top;
  padding-top: 0px;
}




.financing-comparison1 sup {
  font-size: 0.7em;
}

.financing-comparison1-wrapper2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 px 00px rgba(0, 0, 0, 0.04);
  font-family: 'Montserrat', sans-serif;
}




  .financing-comparison2 {
  width: 97%;
  border-collapse: collapse;
  font-size: 15px;
  margin-left:11px;
  margin-top:3px;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
}

.financing-comparison2 thead th {
  background-color: #0F0842;
  color: white;
  padding: 5px;
  text-align: center;
  box-align:center;
  font-weight: bold;
}

.financing-comparison2 td {
  background-color: white;
  padding: 2px;
  text-align: right;       /* по горизонтали */
  vertical-align: middle;   /* по вертикали */
  word-wrap: break-word; /* чтобы текст не ломал колонку */
}

.financing-comparison2 tbody tr:nth-child(even) td {
  
}

.financing-comparison2 td:last-child {
  text-align:right;
}

.financing-comparison2 tbody td:first-child {
  /*font-weight: bold;*/
  text-align: left;
  
}

.financing-comparison2 sup {
  font-size: 0.7em;
}

.financing-comparison-wrapper2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 px 00px rgba(0, 0, 0, 0.04);
  font-family: 'Montserrat', sans-serif;
}



  .financing-comparison2v {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin-left:11px;
  margin-top:3px;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  table-layout: fixed; /* добавляем это */
}

.financing-comparison2v thead th {
  background-color: #0F0842;
  color: white;
  padding: 5px;
  text-align: center;
  box-align:center;
  font-weight: bold;
}

.financing-comparison2v td {
  background-color: white;
  padding-top: 2px;
  padding-left: 10px;
  text-align: right;       /* по горизонтали */
  vertical-align: middle;   /* по вертикали */
}



.financing-comparison2v td:last-child {
  text-align:right;
}

.financing-comparison2v tbody td:first-child {
  /*font-weight: bold;*/
  text-align: left;
  
}

.financing-comparison2v sup {
  font-size: 0.7em;
}

.financing-comparison-wrapper2v {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 px 00px rgba(0, 0, 0, 0.04);
  font-family: 'Montserrat', sans-serif;
}




  .financing-comparison3 {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
}

.financing-comparison3 thead th {
  background-color: #F0EDF7;
  color: white;
  padding: 5px;
  text-align: left;
  font-weight: bold;
}

.financing-comparison3 td {
  background-color: #f4f4f4;
  padding: 0px;
  vertical-align: top;
}

.financing-comparison3 tbody tr:nth-child(even) td {
  padding: 0px;
  
}

.financing-comparison3 tbody td:first-child {

  font-weight: 400;
  background-color: #F0EDF7;
}

.financing-comparison3 sup {
  font-size: 0.7em;
}




.financing-comparison3-wrapper2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 px 00px rgba(0, 0, 0, 0.04);
  font-family: 'Montserrat', sans-serif;
}














/* Универсальная обёртка для прокрутки таблиц */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


  .table-responsive td,
  .table-responsive th {
    white-space: nowrap;
    font-size: 12px;
    padding: 8px;
  }
}

  .financing-comparison2 thead th,
  .financing-comparison2 td {
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 13px;
  }

  .financing-comparison2 td:first-child {
    min-width: 140px;
    text-align: left;
  }

  .financing-comparison2 td:last-child {
    min-width: 200px;
    text-align: left;
  }

  .financing-comparison-wrapper2 {
    padding: 20px 10px;
  }
}






.coloredbox {
  background-color:#E3AF64;
  color: white;
      padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight:600;
}

/* Исправление нумерованного списка */
.numbered-paragraphs {
  counter-reset: num;
  list-style: none;
  margin: 1.5em 0;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #0F0842;
  line-height: 1.8;
}

.numbered-paragraphs li {
  counter-increment: num;
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
}

.numbered-paragraphs li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #D89529;
  font-weight: 600;
  background: none;
  width: auto;
  height: auto;
}

.container_article ol.numbered-paragraphs li::before {
  content: counter(num) ".";
  position: absolute;
  left: 15px;
  top: 0;
  color: #D89529;
  font-weight: 600;
  background: none;
  width: auto;
  height: auto;
}





.formula-block {
  background: #f5f5f9;
 
  padding: 6px;
  margin-bottom: 5px;
  margin-top:3px;
  color: #2e2e3a;
}

.formula {
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 500;
  color: #0F0842;
  font-size: 18px;
  padding-left:50px;
}

.formula-title {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #0F0842;
}

.frac {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  margin: 0 4px;
}

.frac span:first-child {
  border-bottom: 1px solid #333;
  padding: 0 2px;
}

.formula-desc {
  font-size: 14px !important;
  line-height: 1.6;
  color: #333;
}


.formula-variables {
  font-size: 14px !important;
  line-height: 1;
  color: #444;
}






.article-link {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}




.white-box-title {
    font-size: 13px;
    font-weight: 400;
    color: #1F299C;
    margin-bottom: auto;
    font-style: italic;
    text-align: left;
    width: 100%;
}

/* Настраиваемые переменные темы */
:root {
  --conclusion-bg: #f8fafc;         /* светлый фон */
  --conclusion-text: #0f172a;       /* базовый текст */
  --conclusion-muted: #475569;      /* вторичный текст */
  --conclusion-accent: #2563eb;     /* акцент (синий) */
  --conclusion-radius: 16px;
  --conclusion-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}



/* Контейнер */
.conclusion {
  color: var(--conclusion-text);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.06), transparent 60%), var(--conclusion-bg);
  border-left: 6px solid var(--conclusion-accent);
  border-radius: var(--conclusion-radius);
  padding: clamp(16px, 2.5vw, 28px) clamp(16px, 3vw, 32px);
  box-shadow: var(--conclusion-shadow);
  max-width: 100%;
  line-height: 1.6;
}

/* Абзацы */
.conclusion p {
  margin: 0 0 0.75em 0;
  font-size: clamp(15px, 1.6vw, 17px);
}

.conclusion p:first-child {
  font-weight: 600;
}

/* Заголовок-сигнал перед списком (второй абзац) */
.conclusion p + p {
  color: var(--conclusion-muted);
  margin-top: 0.25em;
  font-weight: 500;
}

/* Список преимуществ */
.conclusion ul {
  margin: 0.75em 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

/* Пункт списка с кастомной галочкой */
.conclusion li {
  position: relative;
  padding-left: 32px;
  font-size: clamp(15px, 1.6vw, 17px);
}

.conclusion li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background:
    /* иконка-галочка в центре кружка (inline SVG) */
    url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat,
    var(--conclusion-accent);
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}


/* Универсальная обёртка для прокрутки таблиц */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ==============================
   Мобильные стили (max-width: 768px)
   ============================== */
@media screen and (max-width: 768px) {

  /* Контейнер статьи */
  .container_article {
    padding: 20px;
    margin: 0 10px;
  }

  /* Заголовки: единый размер */
  .Article_general_title,
  .Article_general_title2 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .Article_general_title3,
  .Article_general_titleB2 {
    font-size: 28px;
  }

  .Article-h2,
  .Arrow-h3,
  .article_subtitle,
  .authors-title {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  /* Параграфы */
  .container_article p,
  .strategy_desc,
  .strategy_desc2 {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Списки */
  .container_article ul li,
  .numbered-paragraphs li,
  .numero_table li {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Изображения */
  .imgarticle,
  .imgarticle2,
  .imgarticle.image-title-wrapper img {
    width: 100%;
    height: auto;
  }

  .imgcaption,
  .imgcaption2,
  .imgcaption7,
  .imgcaption9 {
    font-size: 14px;
  }

  /* Цитаты */
  .container_article blockquote,
  .quote-block {
    font-size: 14px;
    padding: 12px;
  }

  /* Callout */
  .callout {
    font-size: 14px;
    padding: 12px 16px;
  }

  /* Кнопка */
  .download-material {
    font-size: 13px;
    padding: 6px 16px;
  }

  /* Таблицы: общий стиль для мобильных */
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive td,
  .table-responsive th {
    white-space: nowrap;
    font-size: 12px;
    padding: 6px 8px;
  }

  /* -------------------------------
     Financing Comparison 1
     ------------------------------- */
  .financing-comparison1-wrapper2,
  .financing-comparison3-wrapper2 {
    padding: 20px 10px;
  }

  .financing-comparison1,
  .financing-comparison3 {
    width: 100%;
    table-layout: auto;
    font-size: 12px;
    display: block;
    overflow-x: auto;
  }

  .financing-comparison1 td,
  .financing-comparison1 th,
  .financing-comparison3 td,
  .financing-comparison3 th {
    font-size: 12px;
    padding: 6px 8px;
    white-space: nowrap;
  }

  /* -------------------------------
     Financing Comparison 2 / 2v
     ------------------------------- */
  .financing-comparison2,
  .financing-comparison2v {
    display: block;
    width: 100%;
    overflow-x: auto;
    table-layout: fixed;
    font-size: 12px;
  }

  .financing-comparison2 td,
  .financing-comparison2 th,
  .financing-comparison2v td,
  .financing-comparison2v th {
    font-size: 12px;
    padding: 6px 8px;
    white-space: nowrap;
  }

  .financing-comparison2 td:first-child,
  .financing-comparison2v td:first-child {
    min-width: 120px;
    text-align: left;
  }

  .financing-comparison2 td:last-child,
  .financing-comparison2v td:last-child {
    min-width: 180px; /* последний столбец шире */
    text-align: left;
  }

  .financing-comparison-wrapper2,
  .financing-comparison-wrapper2v {
    padding: 20px 10px;
  }

  /* Формулы */
  .formula,
  .formula-title {
    font-size: 14px;
    padding-left: 20px;
  }

  .formula-desc,
  .formula-variables {
    font-size: 12px;
  }

  /* Заключение / Conclusion */
  .conclusion {
    padding: 16px 12px;
    font-size: 14px;
  }

  .conclusion li {
    font-size: 14px;
  }

  /* Авторы */
  .authors-list-row {
    flex-direction: column;
    gap: 20px;
  }

  .author {
    max-width: 100%;
  }

  .author-name {
    font-size: 16px;
  }

  .author-position {
    font-size: 14px;
  }

  .author-email {
    font-size: 14px;
  }

}





/* ========================================
   МОБИЛЬНАЯ АДАПТАЦИЯ — ФИНАЛЬНАЯ ВЕРСИЯ 2025
   Исправлено ВСЁ:
   1. Title2 ≠ больше Title
   2. financing-comparison3 — со скроллом
   3. financing-comparison1 — со скроллом
   4. comparison-block3 — правая колонка под левой
   5. strategy_desc / strategy_desc2 — списки с тем же шрифтом
   ======================================== */

@media screen and (max-width: 768px) {

  /* ───── 1. Заголовки: Title2 НЕ больше Title ───── */
  .Article_general_title,
  .Article_general_title2,
  .Article_general_title3,
  .Article_general_titleB2,
  .Article_general_titleB2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  /* ───── 2–3. Таблицы с горизонтальным скроллом ───── */
  .financing-comparison1-wrapper2,
  .financing-comparison3-wrapper2,
  .financing-comparison-wrapper2,
  .financing-comparison-wrapper2v {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    background: #fff;
    padding: 4px; /* небольшой отступ внутри обёртки */
  }

  .financing-comparison1,
  .financing-comparison3 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 500px;           
    display: table !important;  
    width: 100%;
    font-size: 13.5px !important;
  }

  /* Ячейки с переносом + единый шрифт */
  .financing-comparison1 td, .financing-comparison1 th,
  .financing-comparison3 td, .financing-comparison3 th {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 11px 9px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
  }

  /* comparison3 — первая колонка */
  .financing-comparison3 tbody td:first-child {
    background-color: #F0EDF7 !important;
    font-weight: 600;
    min-width: 150px;
  }

  /* ───── 4. comparison-block3 — правая колонка под левой ───── */
  .comparison-block3,
  .comparison-block8,
  .comparison-block9 {
    flex-direction: column !important;
    gap: 20px;
  }

  .comparison-block3 .column,
  .comparison-block8 .column,
  .comparison-block9 .column {
    width: 100% !important;
    padding: 0 !important;
  }

  .comparison-block3 .right,
  .comparison-block8 .right,
  .comparison-block9 .right {
    background: transparent !important;
  }

  /* ───── 5. strategy_desc и strategy_desc2 — списки с тем же шрифтом ───── */
  .strategy_desc,
  .strategy_desc2,
  .strategy_desc ul,
  .strategy_desc2 ul,
  .strategy_desc li,
  .strategy_desc2 li {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #0F0842 !important;
  }

  .strategy_desc ul,
  .strategy_desc2 ul {
    padding-left: 1px !important;
    margin: 5px 0 !important;
  }
  

  .strategy_desc li,
  .strategy_desc2 li {
    padding-left: 1px !important;
    margin-bottom: 5px !important;
    position: relative;
  }

  /* Если у тебя кастомные квадратики — оставляем, но шрифт перебиваем */
  .strategy_desc li::before,
  .strategy_desc2 li::before {
    left: -10px !important;
    background-size: 5px 5px !important;
  }

  /* ───── Общие стили текста и списков ───── */
  .container_article,
  .container_article p,
  .container_article ul,
  .container_article ol,
  .container_article li,
  .numbered-paragraphs li {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #0F0842 !important;
  }

  .container_article strong,
  .container_article b {
    font-weight: 700 !important;
    color: #0F0842 !important;
  }

  /* Уменьшаем отступы */
  .container_article { padding: 20px 16px; }
}

/* Дополнительно для очень узких экранов */
@media screen and (max-width: 480px) {
  .Article_general_title,
  .Article_general_title2,
  .Article_general_title3,
  .Article_general_titleB,
  .Article_general_titleB2 {
    font-size: 26px !important;
  }

  .financing-comparison1,
  .financing-comparison3 {
    min-width: 580px;
  }

  .container_article p,
  .container_article li,
  .strategy_desc,
  .strategy_desc2 {
    font-size: 15.5px !important;
  }
}


/* ГОРИЗОНТАЛЬНЫЙ СКРОЛЛ ДЛЯ ШИРОКИХ ТАБЛИЦ — РАБОТАЕТ ВЕЗДЕ */
.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* плавный скролл на айфонах */
    margin: 30px 0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    background: #fff;
}

/* Важно: таблица внутри должна быть шире экрана */
.table-scroll-wrapper table {
    min-width: 720px;        /* ← подгони под свою таблицу (можно 680–800px) */
}

/* Опционально: красивая тонкая полоса скролла (видна только при прокрутке) */
.table-scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}
.table-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.table-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

/* ПЕРЕНОС СТРОК В ТАБЛИЦЕ financing-comparison2v — РАБОТАЕТ СРАЗУ */
.financing-comparison2v td,
.financing-comparison2v th {
    white-space: normal !important;     /* главное — разрешаем перенос */
    word-wrap: break-word;              /* старые браузеры */
    overflow-wrap: break-word;          /* современные */
    hyphens: auto;                      /* если хочешь автоперенос по слогам */
    line-height: 1.5 !important;
    padding: 10px 8px !important;      /* чтобы текст не прилипал */
}

/* Если у тебя где-то стоит white-space: nowrap — перебиваем принудительно */
.financing-comparison2v * {
    white-space: normal !important;
}

/* На мобильных — чуть меньше шрифт, но читаемо */
@media screen and (max-width: 768px) {
    .financing-comparison2v {
        font-size: 13.5px !important;
        min-width: 660px;   /* чтобы был горизонтальный скролл */
    }
    
    .financing-comparison2v td,
    .financing-comparison2v th {
        padding: 11px 9px !important;
        font-size: 13.5px !important;
    }

    .financing-comparison3 {
        font-size: 14px; /* уменьшенный шрифт */
    }

.financing-comparison3 td ul li {
        font-size: 8px !important;; /* уменьшенный шрифт только на мобильных */
    }

   .financing-comparison3 strong7 {
        font-size: 8px !important; /* или любой нужный размер */
    }


    .financing-comparison3 td,
    .financing-comparison3 li {
        font-size: 14px; /* чтобы список и ячейки тоже уменьшились */
    }

    .financing-comparison3 strong7,
    .financing-comparison3 strong7b {
        font-size: 14px; /* заголовки чуть крупнее 77777*/
    }


    .financing-comparison1 {
        font-size: 14px; /* уменьшенный шрифт */
    }

.financing-comparison1 td ul li {
        font-size: 8px !important;; /* уменьшенный шрифт только на мобильных */
    }

   .financing-comparison1 strong7 {
        font-size: 8px !important; /* или любой нужный размер */
    }

  .financing-comparison1 p {
        font-size: 8px !important; /* или любой нужный размер */
    }


    .financing-comparison1 td,
    .financing-comparison1 li {
        font-size: 14px; /* чтобы список и ячейки тоже уменьшились */
    }

    .financing-comparison1 strong7,
    .financing-comparison1 strongm,
    .financing-comparison1 strong7b {
        font-size: 10px; /* заголовки чуть крупнее */
    }






}

.financing-comparison1 .biase_desc {
  margin-top:5px;
  font-size:17px;
  font-weight:300;
  padding-left:5px;
}

.financing-comparison1 .biase_desc ul {
  margin-top:0px;
  margin-bottom:0px;
}

.financing-comparison1 .biase_desc li {
  margin-top:0px;
  margin-bottom:5px;
}






.quote-block {
    all: revert;                        /* сбрасываем всё, что могло наложиться */
    display: block !important;
    position: relative !important;
    padding-left: 75px !important;
    margin: 36px 0 !important;          /* чуть больше воздуха сверху/снизу */
    font-size: 20px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: #1F299C !important;
    clear: both;                        /* на случай, если где-то float */
}

.quote-block::before {
    content: '' !important;
    position: absolute !important;
    left: 12px !important;
    top: -16px !important;
    width: 70px !important;
    height: 70px !important;
    background-image: url('https://ink-advisory.com/styles/assets/svg_li/arrow-left-5-svgrepo-com.svg');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: rotate(180deg) !important;
    filter: brightness(0) saturate(100%) invert(84%) sepia(8%) saturate(1736%) hue-rotate(210deg) brightness(91%) contrast(88%);
    opacity: 0.8;
}

