@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 136, article-custom.scss */
  .art-res__title-green {
    color: #76D65B;
    font-weight: 400; }
/* line 142, article-custom.scss */
.art-res__text {
  margin: 0 0 22px;
  max-width: 540px;
  font-size: 20px;
  line-height: 1.2;
  color: #1E1E1E; }
/* line 150, article-custom.scss */
.art-res__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 500px; }
/* line 157, article-custom.scss */
.art-res__stat {
  margin: 0; }
/* line 161, article-custom.scss */
.art-res__num {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  color: #7bd44a; }
/* line 168, article-custom.scss */
.art-res__cap {
  margin: 6px 0 0;
  font-size: 20px;
  color: #333333;
  line-height: 1.2; }
/* line 175, article-custom.scss */
.art-res__img {
  width: 100%;
  height: auto;
  display: block; }
@media (max-width: 820px) {
  /* line 182, article-custom.scss */
  .art-res__grid {
    grid-template-columns: 1fr; }
  /* line 185, article-custom.scss */
  .art-res__title {
    font-size: 32px; }
  /* line 188, article-custom.scss */
  .art-res__num {
    font-size: 44px; } }

/**
USAGE
######################
######################
######################
*/
/* line 210, 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 219, article-custom.scss */
.art-usage__lead {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.35;
  color: #6b6b6b; }
/* line 226, article-custom.scss */
.art-usage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin: 0 0 28px; }
/* line 233, article-custom.scss */
.art-usage__card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background-color: #f7f7f7;
  border-radius: 10px; }
/* line 242, article-custom.scss */
.art-usage__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px; }
  /* line 247, article-custom.scss */
  .art-usage__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }
/* line 255, article-custom.scss */
.art-usage__content {
  min-width: 0; }
/* line 259, article-custom.scss */
.art-usage__label {
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
  margin-bottom: 6px; }
/* line 266, article-custom.scss */
.art-usage__value {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #666666;
  letter-spacing: -0.02em; }
/* line 274, article-custom.scss */
.art-usage__cta {
  text-align: center;
  margin-top: 6px; }
/* line 279, 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 291, article-custom.scss */
  .art-usage__btn:hover {
    filter: brightness(0.95);
    color: #fff; }
  /* line 296, article-custom.scss */
  .art-usage__btn:active {
    transform: translateY(1px); }
@media (max-width: 900px) {
  /* line 302, article-custom.scss */
  .art-usage__title {
    font-size: 36px; }
  /* line 303, article-custom.scss */
  .art-usage__value {
    font-size: 38px; }
  /* line 304, article-custom.scss */
  .art-usage__grid {
    gap: 22px; } }
@media (max-width: 720px) {
  /* line 203, article-custom.scss */
  .art-usage {
    padding: 40px 0 44px; }
    /* line 310, article-custom.scss */
    .art-usage__title {
      font-size: 30px; }
    /* line 314, article-custom.scss */
    .art-usage__lead {
      font-size: 16px;
      margin-bottom: 18px; }
    /* line 319, article-custom.scss */
    .art-usage__grid {
      grid-template-columns: 1fr; }
    /* line 323, article-custom.scss */
    .art-usage__value {
      font-size: 34px; }
    /* line 327, article-custom.scss */
    .art-usage__btn {
      width: 100%;
      max-width: 520px; } }

/**
######################
######################
######################
*/
/* line 347, article-custom.scss */
.art-expert__title {
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500; }
/* line 354, article-custom.scss */
.art-expert__row {
  display: flex;
  gap: 22px;
  align-items: flex-start; }
/* line 360, article-custom.scss */
.art-expert__photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 140px; }
/* line 368, article-custom.scss */
.art-expert__card {
  position: relative;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 18px 22px;
  flex: 1 1 auto; }
  /* line 375, 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 386, article-custom.scss */
.art-expert__name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 2px; }
/* line 392, article-custom.scss */
.art-expert__meta {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 14px; }
/* line 399, article-custom.scss */
.art-expert__text {
  font-size: 18px;
  line-height: 1.35;
  color: #2b2b2b; }
  /* line 404, article-custom.scss */
  .art-expert__text p {
    margin: 0 0 12px; }
    /* line 407, article-custom.scss */
    .art-expert__text p:last-child {
      margin-bottom: 0; }
  /* line 412, article-custom.scss */
  .art-expert__text.is-collapsed {
    max-height: 86px;
    /* ~3-4 строки, подгоните */
    overflow: hidden; }
/* line 418, article-custom.scss */
.art-expert__more {
  display: inline-block;
  margin-top: 10px;
  color: #ff6a00;
  text-decoration: none;
  font-weight: 600; }
  /* line 425, article-custom.scss */
  .art-expert__more:hover {
    text-decoration: underline; }
@media (max-width: 720px) {
  /* line 431, article-custom.scss */
  .art-expert__title {
    font-size: 30px; }
  /* line 435, article-custom.scss */
  .art-expert__row {
    flex-direction: column; }
  /* line 439, article-custom.scss */
  .art-expert__photo {
    width: 110px;
    height: 110px;
    flex-basis: 110px; }
  /* line 445, article-custom.scss */
  .art-expert__card:before {
    display: none; } }

/**
WHO
######################
######################
######################
*/
/* line 463, 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 472, article-custom.scss */
.art-who__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 28px; }
/* line 479, article-custom.scss */
.art-who__item {
  min-width: 0; }
/* line 483, article-custom.scss */
.art-who__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px; }
  /* line 488, article-custom.scss */
  .art-who__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }
/* line 496, article-custom.scss */
.art-who__item-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #111827; }
/* line 504, 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 514, article-custom.scss */
  .art-who__title {
    font-size: 36px; }
  /* line 518, article-custom.scss */
  .art-who__grid {
    column-gap: 40px; } }
@media (max-width: 720px) {
  /* line 462, article-custom.scss */
  .art-who {
    padding: 40px 0; }
    /* line 526, article-custom.scss */
    .art-who__title {
      font-size: 30px;
      margin-bottom: 18px; }
    /* line 531, article-custom.scss */
    .art-who__grid {
      grid-template-columns: 1fr;
      row-gap: 22px; }
    /* line 536, article-custom.scss */
    .art-who__item-text {
      max-width: none; } }

/**
######################
######################
######################
*/
/* line 554, article-custom.scss */
.npy-banner {
  --img-ratio: 2.5;
  --img-ratio-mobile: 1.5;
  width: 100%;
  padding-top: calc(100% / var(--img-ratio));
  border-radius: 12px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 820px) {
    /* line 554, article-custom.scss */
    .npy-banner {
      border-radius: 10px; } }
  @media (max-width: 600px) {
    /* line 554, article-custom.scss */
    .npy-banner {
      padding-top: calc(100% / var(--img-ratio-mobile)); } }
  /* line 572, article-custom.scss */
  .npy-banner__picture, .npy-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit; }
  /* line 583, 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 594, article-custom.scss */
    .npy-banner__button:hover {
      color: white;
      background-color: darkorange; }
    @media (max-width: 600px) {
      /* line 583, article-custom.scss */
      .npy-banner__button {
        padding: 6px 14px;
        font-size: 14px;
        left: 10px;
        bottom: 10px; } }
  @media (max-width: 600px) {
    /* line 607, article-custom.scss */
    .npy-banner__button-text--desktop {
      display: none; } }
  /* line 613, article-custom.scss */
  .npy-banner__button-text--mobile {
    display: none; }
    @media (max-width: 600px) {
      /* line 613, article-custom.scss */
      .npy-banner__button-text--mobile {
        display: inline; } }

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

/* line 637, article-custom.scss */
.breadcrumb-wrapper {
  display: grid;
  justify-content: var(--align);
  margin: 1rem 0;
  --breadcrumb-color: #666666; }
  /* line 642, article-custom.scss */
  .breadcrumb-wrapper ul {
    margin: 0;
    padding: 0; }
    /* line 646, article-custom.scss */
    .breadcrumb-wrapper ul li {
      display: inline-block;
      vertical-align: top;
      color: var(--breadcrumb-color, var(--color-text-half-shade)); }
      /* line 651, article-custom.scss */
      .breadcrumb-wrapper ul li a {
        text-decoration: none;
        color: var(--breadcrumb-color, var(--color-text-half-shade)); }
    /* line 657, 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 665, article-custom.scss */
      .breadcrumb-wrapper ul .button-breadcrumb {
        display: none; } }
    @media screen and (max-width: 768px) {
      /* line 672, article-custom.scss */
      .breadcrumb-wrapper ul > *:not(:last-child):after {
        margin: 0 5px; } }
