@charset "UTF-8";
/* line 4, article-custom.scss */
.art-top__title {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  color: #1E1E1E; }
  @media (max-width: 820px) {
    /* line 4, article-custom.scss */
    .art-top__title {
      font-size: 30px; } }
/* line 16, article-custom.scss */
.art-top__subtitle {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.35;
  color: #1E1E1E;
  font-weight: 500; }
/* line 24, article-custom.scss */
.art-top__source {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.4;
  color: #666666; }
/* line 32, article-custom.scss */
.art-top__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: #6b6b6b;
  font-size: 20px;
  justify-content: space-between; }
/* line 42, article-custom.scss */
.art-top__date, .art-top__time {
  white-space: nowrap; }
/* line 51, article-custom.scss */
.art-top__toc {
  margin: 0 0 40px;
  border-radius: 10px; }
  /* line 55, article-custom.scss */
  .art-top__toc-title {
    font-weight: 500;
    margin: 0 0 8px;
    color: #1E1E1E;
    font-size: 24px; }
  /* line 62, article-custom.scss */
  .art-top__toc-list {
    margin: 0;
    padding-left: 5px; }
  /* line 67, article-custom.scss */
  .art-top__toc-item {
    list-style-type: none; }
  /* line 71, article-custom.scss */
  .art-top__toc-link {
    color: #666666;
    text-decoration: none;
    font-size: 20PX; }
    /* line 75, article-custom.scss */
    .art-top__toc-link:hover {
      text-decoration: underline; }
/* line 81, article-custom.scss */
.art-top__banner {
  --img-ratio: 2.5;
  width: 100%;
  padding-top: calc(100% / var(--img-ratio));
  border-radius: 12px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 820px) {
    /* line 81, article-custom.scss */
    .art-top__banner {
      border-radius: 10px; } }
  /* line 93, article-custom.scss */
  .art-top__banner .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit; }

/**
######################
######################
######################
*/
/**
RESULT
######################
######################
######################
*/
/* line 122, article-custom.scss */
.art-res__grid {
  display: grid;
  gap: 28px;
  align-items: center;
  grid-template-columns: 1.05fr 1fr; }
/* line 129, article-custom.scss */
.art-res__title {
  margin: 0 0 16px;
  font-size: 40px; }
  /* line 133, article-custom.scss */
  .art-res__title-light {
    font-weight: 400; }
/* line 138, article-custom.scss */
.art-res__text {
  margin: 0 0 22px;
  max-width: 540px;
  font-size: 20px;
  line-height: 1.2;
  color: #1E1E1E; }
/* line 146, article-custom.scss */
.art-res__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 440px; }
/* line 153, article-custom.scss */
.art-res__stat {
  margin: 0; }
/* line 157, article-custom.scss */
.art-res__num {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  color: #7bd44a; }
/* line 164, article-custom.scss */
.art-res__cap {
  margin: 6px 0 0;
  font-size: 20px;
  color: #333333; }
/* line 170, article-custom.scss */
.art-res__img {
  width: 100%;
  height: auto;
  display: block; }
@media (max-width: 820px) {
  /* line 177, article-custom.scss */
  .art-res__grid {
    grid-template-columns: 1fr; }
  /* line 180, article-custom.scss */
  .art-res__title {
    font-size: 32px; }
  /* line 183, article-custom.scss */
  .art-res__num {
    font-size: 44px; } }

/**
USAGE
######################
######################
######################
*/
/* line 205, article-custom.scss */
.art-usage__title {
  margin: 0 0 10px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.02em; }
/* line 214, article-custom.scss */
.art-usage__lead {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.35;
  color: #6b6b6b; }
/* line 221, article-custom.scss */
.art-usage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin: 0 0 28px; }
/* line 228, article-custom.scss */
.art-usage__card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background-color: #f7f7f7;
  border-radius: 10px; }
/* line 237, article-custom.scss */
.art-usage__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px; }
  /* line 242, article-custom.scss */
  .art-usage__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }
/* line 250, article-custom.scss */
.art-usage__content {
  min-width: 0; }
/* line 254, article-custom.scss */
.art-usage__label {
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
  margin-bottom: 6px; }
/* line 261, article-custom.scss */
.art-usage__value {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #666666;
  letter-spacing: -0.02em; }
/* line 269, article-custom.scss */
.art-usage__cta {
  text-align: center;
  margin-top: 6px; }
/* line 274, article-custom.scss */
.art-usage__btn {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding: 14px 28px;
  border-radius: 10px;
  transition: filter 0.15s ease, transform 0.15s ease; }
  /* line 286, article-custom.scss */
  .art-usage__btn:hover {
    filter: brightness(0.95);
    color: #fff; }
  /* line 291, article-custom.scss */
  .art-usage__btn:active {
    transform: translateY(1px); }
@media (max-width: 900px) {
  /* line 297, article-custom.scss */
  .art-usage__title {
    font-size: 36px; }
  /* line 298, article-custom.scss */
  .art-usage__value {
    font-size: 38px; }
  /* line 299, article-custom.scss */
  .art-usage__grid {
    gap: 22px; } }
@media (max-width: 720px) {
  /* line 198, article-custom.scss */
  .art-usage {
    padding: 40px 0 44px; }
    /* line 305, article-custom.scss */
    .art-usage__title {
      font-size: 30px; }
    /* line 309, article-custom.scss */
    .art-usage__lead {
      font-size: 16px;
      margin-bottom: 18px; }
    /* line 314, article-custom.scss */
    .art-usage__grid {
      grid-template-columns: 1fr; }
    /* line 318, article-custom.scss */
    .art-usage__value {
      font-size: 34px; }
    /* line 322, article-custom.scss */
    .art-usage__btn {
      width: 100%;
      max-width: 520px; } }

/**
######################
######################
######################
*/
/* line 342, article-custom.scss */
.art-expert__title {
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500; }
/* line 349, article-custom.scss */
.art-expert__row {
  display: flex;
  gap: 22px;
  align-items: flex-start; }
/* line 355, article-custom.scss */
.art-expert__photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 140px; }
/* line 363, article-custom.scss */
.art-expert__card {
  position: relative;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 18px 22px;
  flex: 1 1 auto; }
  /* line 370, article-custom.scss */
  .art-expert__card:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 22px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f4f4f4; }
/* line 381, article-custom.scss */
.art-expert__name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 2px; }
/* line 387, article-custom.scss */
.art-expert__meta {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 14px; }
/* line 394, article-custom.scss */
.art-expert__text {
  font-size: 18px;
  line-height: 1.35;
  color: #2b2b2b; }
  /* line 399, article-custom.scss */
  .art-expert__text p {
    margin: 0 0 12px; }
    /* line 402, article-custom.scss */
    .art-expert__text p:last-child {
      margin-bottom: 0; }
  /* line 407, article-custom.scss */
  .art-expert__text.is-collapsed {
    max-height: 86px;
    /* ~3-4 строки, подгоните */
    overflow: hidden; }
/* line 413, article-custom.scss */
.art-expert__more {
  display: inline-block;
  margin-top: 10px;
  color: #ff6a00;
  text-decoration: none;
  font-weight: 600; }
  /* line 420, article-custom.scss */
  .art-expert__more:hover {
    text-decoration: underline; }
@media (max-width: 720px) {
  /* line 426, article-custom.scss */
  .art-expert__title {
    font-size: 30px; }
  /* line 430, article-custom.scss */
  .art-expert__row {
    flex-direction: column; }
  /* line 434, article-custom.scss */
  .art-expert__photo {
    width: 110px;
    height: 110px;
    flex-basis: 110px; }
  /* line 440, article-custom.scss */
  .art-expert__card:before {
    display: none; } }

/**
WHO
######################
######################
######################
*/
/* line 458, article-custom.scss */
.art-who__title {
  margin: 0 0 28px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  color: #111827;
  letter-spacing: -0.02em; }
/* line 467, article-custom.scss */
.art-who__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 28px; }
/* line 474, article-custom.scss */
.art-who__item {
  min-width: 0; }
/* line 478, article-custom.scss */
.art-who__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px; }
  /* line 483, article-custom.scss */
  .art-who__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }
/* line 491, article-custom.scss */
.art-who__item-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #111827; }
/* line 499, article-custom.scss */
.art-who__item-text {
  margin: 0;
  max-width: 320px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  color: #6b7280; }
@media (max-width: 980px) {
  /* line 509, article-custom.scss */
  .art-who__title {
    font-size: 36px; }
  /* line 513, article-custom.scss */
  .art-who__grid {
    column-gap: 40px; } }
@media (max-width: 720px) {
  /* line 457, article-custom.scss */
  .art-who {
    padding: 40px 0; }
    /* line 521, article-custom.scss */
    .art-who__title {
      font-size: 30px;
      margin-bottom: 18px; }
    /* line 526, article-custom.scss */
    .art-who__grid {
      grid-template-columns: 1fr;
      row-gap: 22px; }
    /* line 531, article-custom.scss */
    .art-who__item-text {
      max-width: none; } }

/**
######################
######################
######################
*/
/* line 550, article-custom.scss */
.npy-banner {
  --img-ratio: 2.5;
  width: 100%;
  padding-top: calc(100% / var(--img-ratio));
  border-radius: 12px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 820px) {
    /* line 550, article-custom.scss */
    .npy-banner {
      border-radius: 10px; } }
  /* line 562, article-custom.scss */
  .npy-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit; }
  /* line 572, article-custom.scss */
  .npy-banner__button {
    position: absolute;
    bottom: 10%;
    left: 20px;
    background-color: #ff6f20;
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s; }
    /* line 583, article-custom.scss */
    .npy-banner__button:hover {
      background-color: darkorange; }
    @media (max-width: 600px) {
      /* line 572, article-custom.scss */
      .npy-banner__button {
        transform: scale(0.6);
        transform-origin: left bottom;
        left: 10px;
        bottom: 10px; } }

/**
######################
######################
######################
*/
/* line 601, article-custom.scss */
.spacer {
  height: 80px; }
  @media (max-width: 767px) {
    /* line 601, article-custom.scss */
    .spacer {
      height: 40px; } }

/* line 611, article-custom.scss */
.breadcrumb-wrapper {
  display: grid;
  justify-content: var(--align);
  margin: 1rem 0;
  --breadcrumb-color: #666666; }
  /* line 616, article-custom.scss */
  .breadcrumb-wrapper ul {
    margin: 0;
    padding: 0; }
    /* line 620, article-custom.scss */
    .breadcrumb-wrapper ul li {
      display: inline-block;
      vertical-align: top;
      color: var(--breadcrumb-color, var(--color-text-half-shade)); }
      /* line 625, article-custom.scss */
      .breadcrumb-wrapper ul li a {
        text-decoration: none;
        color: var(--breadcrumb-color, var(--color-text-half-shade)); }
    /* line 631, article-custom.scss */
    .breadcrumb-wrapper ul > *:not(:last-child):after {
      content: "/";
      display: inline-block;
      vertical-align: top;
      opacity: 0.7; }
    @media screen and (min-width: 769px) {
      /* line 639, article-custom.scss */
      .breadcrumb-wrapper ul .button-breadcrumb {
        display: none; } }
    @media screen and (max-width: 768px) {
      /* line 646, article-custom.scss */
      .breadcrumb-wrapper ul > *:not(:last-child):after {
        margin: 0 5px; } }
