    /*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');*/


    @font-face {
      font-family: 'PT Sans';
      src: url('../fonts/PTSans-Regular.woff2') format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'PT Sans';
      src: url('../fonts/PTSans-Bold.woff2') format('woff2');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --bg: #e9e9e9;
      --text: #1f1f1f;
      --accent: #6fdbe1;
      --accent-dark: #4f7fe4;
      --desktop-max: 1440px;
      --tablet-min: 768px;
      --tablet-max: 1199px;
      --mobile-max: 767px;
      --section-padding-x: 40px;
      --shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: 'PT Sans', sans-serif;
      min-width: 320px;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
      user-select: none;
      -webkit-user-drag: none;
    }

    picture {
      display: block;
    }

    picture > img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .page {
      width: 100%;
      overflow-x: hidden;
    }

    .container {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      padding-left: var(--section-padding-x);
      padding-right: var(--section-padding-x);
    }

    .section-title {
      margin: 0;
      font-weight: 700;
      line-height: 1.08;
      color: #111;
    }

    .btn-image,
    .image-button {
      border: 0;
      padding: 0;
      background: transparent;
      display: inline-block;
      cursor: pointer;
    }

    .btn-image img,
    .image-button img {
      width: 100%;
      height: auto;
    }

    .article__image {
      max-width: 100%;
      height: auto;
    }
    
    .hero {
      position: relative;
      padding-top: 26px;
      padding-bottom: 0;
    }

    .hero__title {
      font-size: 48px;
      padding-top: 40px;
      margin-bottom: 56px;
      max-width: 820px;
    }

    .hero__content {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 430px;
      gap: 20px;
      align-items: start;
      min-height: 300px;
      position: relative;
      padding-bottom: 72px;
    }

    .hero__lead {
      font-size: 30px;
      line-height: 1.45;
      max-width: 640px;
      margin: 0;
    }

    .hero__cta {
      width: 270px;
      margin: 0;
      position: absolute;
      left: 50%;
      bottom: -50px;
      transform: translateX(-50%);
      z-index: 2;
    }

    .hero__visual {
      position: relative;
      min-height: 245px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero__visual picture {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }

    .hero__raccoon {
      display: block;
      height: auto;
    }

    .hero-wave {
      position: relative;
      margin-top: 36px;
      overflow: hidden;
      padding-top: 190px;
      padding-bottom: 190px;
      background: none;
    }

    .hero-wave::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 1440px;
      height: 100%;
      transform: translateX(-50%);
      background: url('../image/shape_about_desktop.png') no-repeat center top;
      background-size: 1440px 100%;
      pointer-events: none;
      z-index: 0;
    }

    .hero-wave > .container {
      position: relative;
      z-index: 1;
    }

    .blue-band::before,
    .footer::before {
      content: none;
    }

    

    .about__grid {
      display: grid;
      grid-template-columns: 236px minmax(0, 1fr);
      gap: 48px;
      align-items: start;
    }

    .about__aside {
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .about__articles-link {
      display: block;
      width: 133px;
      height: 104px;
      margin: 0 auto;
    }

    .about__raccoon {
      margin-top: 106px;
      width: 260px;
      height: 240px;
      object-fit: contain;
      display: block;
    }

    .about__title {
      font-size: 48px;
      padding-top: 7px;
      margin-bottom: 28px;
      max-width: 830px;
      padding-left: 20px;
    }

    .about__text {
      font-size: 30px;
      line-height: 1.42;
      max-width: 900px;
      padding-top: 12px;
      padding-left: 10px;
    }

    .about__text p {
      margin: 0 0 0 8px;
    }

    .about__label {
      width: 133px;
      margin: 0 0 20px;
      font-size: 30px;
      line-height: 1.03;
      text-align: center;
    }

    .about__label-link {
      display: block;
      text-decoration: none;
      color: inherit;
      margin-left: 5px;
    }

    .benefits {
      position: relative;
      padding-top: 26px;
      padding-bottom: 0;
    }

    .benefits__title {
      font-size: 50px;
      margin-bottom: 64px;
      max-width: 940px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .benefits__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px 40px;
    }

    /* Сдвиг блока "Полный набор" вправо (под правую колонку) */
    .benefits__item--tools {
      grid-column: 2 / 3;
    }

    /* fallback если класса нет */
    .benefits__grid > :last-child {
      grid-column: 2 / 3;
    }

    .benefit {
      display: grid;
      grid-template-columns: 74px minmax(0, 1fr);
      gap: 18px;
      align-items: start;
    }

    .benefit__icon {
      width: 70px;
      margin-top: 0;
    }

    .benefit__title {
      font-size: 23px;
      line-height: 1.2;
      margin: 0 0 10px;
      font-weight: 700;
    }

    .benefit__text {
      font-size: 19px;
      line-height: 1.38;
      margin: 0;
    }

    .blue-band {
      position: relative;
      margin-top: -285px;
      overflow: hidden;
      min-height: 0;
      padding: 0;
      z-index: 1;
      height: 961px;
      background: none;
    }

    .blue-band::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 1440px;
      height: 961px;
      transform: translateX(-50%);
      background: url('../image/shape_2_about_desktop.png') no-repeat center top;
      background-size: 1440px 961px;
      pointer-events: none;
      z-index: 0;
    }

    .blue-band__inner {
      position: absolute;
      inset: 0;
      min-height: 0;
      display: block;
      z-index: 1;
    }


    .blue-band__raccoon {
      width: 430px;
      height: 420px;
      object-fit: contain;
      position: absolute;
      left: 70px;
      bottom: 440px;
      z-index: 2;
    }

    .blue-band__cta {
      width: 350px;
      position: absolute;
      right: 92px;
      bottom: 365px;
      margin: 0;
      z-index: 3;
    }

    .gallery {
      margin-top: -330px;
      padding-top: 18px;
      padding-bottom: 62px;
    }

    .carousel {
      position: relative;
      padding-left: 26px;
      padding-right: 26px;
    }

    .carousel__viewport {
      overflow: hidden;
    }

    .carousel__track {
      display: flex;
      transition: transform 0.35s ease;
      will-change: transform;
    }

    .carousel__slide {
      flex: 0 0 calc((100% - 36px) / 3);
      margin-right: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .carousel__slide:last-child {
      margin-right: 0;
    }

    .carousel__slide img {
      width: 85%;
      border-radius: 0;
      box-shadow: none;
    }

    .carousel__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 34px;
      padding: 0;
      border: 0;
      background: transparent;
      cursor: pointer;
      opacity: 0.9;
      z-index: 2;
    }

    .carousel__arrow::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-top: 3px solid #5e7fdc;
      border-right: 3px solid #5e7fdc;
      opacity: 0.95;
    }

    .carousel__arrow--prev {
      left: 0;
    }

    .carousel__arrow--prev::before {
      transform: rotate(-135deg);
    }

    .carousel__arrow--next {
      right: 0;
    }

    .carousel__arrow--next::before {
      transform: rotate(45deg);
    }

    .carousel__arrow[disabled] {
      opacity: 0.28;
      cursor: default;
    }

    .social-proof {
      padding-top: 14px;
      padding-bottom: 0;
    }

    .social-proof__grid {
      margin-left: 80px;
      display: grid;
      grid-template-columns: 420px minmax(0, 1fr);
      gap: clamp(38px, 6vw, 90px);
      align-items: center;
    }

    .social-proof__feedbacks {
      width: 100%;
      max-width: 420px;
      margin-left: 6px;
    }

    .social-proof__title {
      font-size: 36px;
      margin-bottom: 26px;
      max-width: 420px;
      text-align: left;
    }

    .social-proof__text {
      font-size: 24px;
      line-height: 1.42;
      max-width: 520px;
    }

    .social-proof__text p {
      margin: 0 0 10px;
    }

    .footer {
      position: relative;
      margin-top: 10px;
      overflow: hidden;
      color: #fff;
      padding: 0;
      height: 225px;
    }

    .footer__shape {
      position: absolute;
      top: -315px;
      left: 50%;
      width: 1440px;
      max-width: none;
      height: auto;
      transform: translateX(-50%);
      z-index: 0;
      pointer-events: none;
    }

    .footer > .container {
      position: relative;
      z-index: 1;
      height: 100%;
    }

    .footer__contacts {
      position: absolute;
      top: 56px;
      right: 325px;
      left: auto;
      transform: none;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      margin: 0;
      width: max-content;
    }

    .footer__contact {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 24px;
      line-height: 1;
      color: #dce8ff;
      margin-left: 20px;
      margin-top: 15px;
    }

    .footer__contact:last-child {
      margin-left: 17px;
      margin-top: -10px;
    }

    .footer__icon {
      width: auto;
      height: 36px;
      flex: 0 0 auto;
    }

    .footer__disclaimer {
      position: absolute;
      left: 26px;
      right: 26px;
      bottom: 14px;
      font-size: 16px;
      line-height: 1.28;
      opacity: 0.9;
      margin: 0;
      text-align: left;
      color: #fff;
    }

    .desktop-only { display: block !important; }
    .tablet-only,
    .mobile-only { display: none !important; }

    .about__aside .desktop-only { display: block !important; }
    .about__aside .tablet-only,
    .about__aside .mobile-only { display: none !important; }

    @media (min-width: 768px) and (max-width: 1199px) {
      .container {
        max-width: 1100px;
        padding-left: 24px;
        padding-right: 0;
        margin-bottom: -50px;
      }

      .desktop-only,
      .mobile-only { display: none !important; }
      .tablet-only { display: block !important; }

      .about__aside .desktop-only,
      .about__aside .mobile-only { display: none !important; }
      .about__aside .tablet-only { display: block !important; }

      .hero {
        padding-top: 50px;
      }

      .hero__title {
        font-size: 36px;
        line-height: 1.08;
        padding-top: 0;
        margin: 0 auto 54px;
        text-align: center;
        max-width: none;
        white-space: nowrap;
      }

      .hero__content {
        display: block;
        min-height: 0;
        position: relative;
        padding-bottom: 130px;
      }

      .hero__copy {
        width: 100%;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 10px;
      }

      .hero__lead {
        font-size: 30px;
        line-height: 1.42;
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin: 0;
      }

      .hero__cta {
        width: 220px;
        margin: 0;
        position: absolute;
        left: 50%;
        bottom: 80px;
        transform: translateX(-50%);
      }

      .hero__visual {
        position: relative;
        min-height: 210px;
        width: 100%;
        margin-top: 18px;
      }

      .hero__visual picture {
        position: absolute;
        right: clamp(-24px, -2vw, -8px);
        top: 22px;
        transform: none;
      }
        
      .hero__raccoon {
        width: 325px;
        height: auto;
      }

      .hero-wave {
        margin-top: 0;
        padding-top: 120px;
        padding-bottom: 130px;
        background: none;
        overflow: hidden;
      }

      .hero-wave::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 1199px;
        height: 100%;
        transform: translateX(-50%);
        background: url('../image/shape_about_tablet.png') no-repeat center top;
        background-size: 1199px 100%;
        pointer-events: none;
        z-index: 0;
      }
      
    .hero-wave > .container {
      position: relative;
      z-index: 1;
    }
      .about__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .about__aside {
        order: 2;
        display: grid;
        grid-template-columns: 395px 169px;
        grid-template-rows: auto auto;
        grid-template-areas:
          "raccoon label"
          "raccoon folder";
        align-items: end;
        justify-content: space-between;
        column-gap: 20px;
        row-gap: 14px;
        width: 100%;
        padding-top: 0;
      }

    .about__label-link {
      grid-area: label;
      justify-self: center;
      align-self: end;
      margin: 0;
      display: none;
    }

    .about__label {
      width: 169px;
      margin: 0;
      font-size: 24px;
      line-height: 1.05;
      text-align: center;
    }

    .js-folder-link {
      transform: translate(-130px, 50px);
      will-change: transform;
    }
      .about__articles-link {
        width: 169px;
        height: auto;
        margin: 0;
      }

      .about__raccoon {
        grid-area: raccoon;
        margin-left: -58px;
        width: 395px;
        height: 175px;
        object-fit: contain;
        margin-top: 0;
      }

      .about__main {
        order: 1;
      }

      .about__title {
        font-size: 36px;
        margin-bottom: 18px;
        max-width: 860px;
      }

      .about__text {
        font-size: 24px;
        line-height: 1.34;
        max-width: 100%;
      }

      .about__text p {
        margin-bottom: 5px;
      }

      .benefits {
        padding-top: 35px;
      }

      .benefits__title {
        font-size: 30px;
        margin-bottom: 40px;
        max-width: 700px;
      }

      .benefits__grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .benefits__grid > :last-child {
        grid-column: auto;
      }

      .benefit {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 13px;
      }

      .benefit__icon {
        width: 42px;
        margin-top: 15px;
      }

      .benefit__title {
        font-size: 24px;
        margin-bottom: 8px;
        margin-top: 18px;
      }

      .benefit__text {
        font-size: 18px;
        line-height: 1.32;
      }

      .blue-band {
        margin-top: 200px;
        height: 125px; 
        padding: 0;
        background: none;
        overflow: visible;
        position: relative;
        z-index: 1;
      }

      .blue-band::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 1199px;
        height: 100%;
        transform: translateX(-50%);
        background: url('../image/shape_2_about_tablet.png') no-repeat center top;
        background-size: 1199px 100%;
        pointer-events: none;
        z-index: 0;
      }

      .blue-band__inner {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 0;
        display: block;
        z-index: 1;
      }

      .blue-band__raccoon {
        width: 255px;
        height: 250px;
        object-fit: contain;
        position: absolute;
        left: 46px;
        bottom: 20px;
        z-index: 2;
      }

      .blue-band__cta {
        width: 300px;
        position: absolute;
        right: 38px;
        bottom: 15px;
        margin: 0;
        z-index: 3;
      }

      .blue-band__cta img {
        width: 80%;
        height: auto;
      }

      .gallery {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 28px;
      }

      .carousel {
        padding-left: 40px;
        padding-right: 40px;
      }

      .carousel__slide {
        flex: 0 0 calc((100% - 2px) / 3);
        margin-right: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .carousel__arrow {
        width: 15px;
        height: 28px;
        margin-left: 30px;
        margin-right: 30px;
      }

      .social-proof {
        padding-top: 65px;
        padding-bottom: 10px;
      }

      .social-proof__grid {
        display: grid;
        grid-template-columns: 320px minmax(0, 1fr);
        gap: clamp(36px, 7vw, 110px);
        align-items: start;
        margin-left: 0;
        margin-right: 20px;
      }

      .social-proof__grid > div:last-child {
        transform: translate(clamp(-20px, 2vw, 60px), 45px);
        padding-right: clamp(16px, 3vw, 40px);
      }

      .social-proof__feedbacks {
        width: 100%;
        max-width: 340px;
        margin-left: clamp(36px, 5vw, 60px);
      }

      .social-proof__title {
        font-size: 30px;
        line-height: 1.08;
        margin-bottom: 22px;
        max-width: 420px;
        text-align: left;
      }

      .social-proof__text {
        font-size: 24px;
        line-height: 1.42;
        max-width: 420px;
      }

      .social-proof__text p {
        margin: 0 0 12px;
      }

      .footer {
        position: relative;
        margin-top: 26px;
        overflow: hidden;
        color: #fff;
        padding-top: 0;
        height: 260px;
      }

      .footer picture {
        display: block;
        pointer-events: none;
      }
      

      .footer__shape {
        position: absolute;
        top: 50px;
        left: 50%;
        width: 1199px;
        max-width: none;
        height: 260px;
        transform: translateX(-50%);
        z-index: 0;
        pointer-events: none;
      }
      
      .footer > .container {
        position: relative;
        z-index: 1;
        height: 100%;
      }


    .footer__contacts {
      position: absolute;
      top: 100px;
      left: 52%;
      transform: translateX(-50%);
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 10px;
      justify-items: start;
      margin: 0;
      width: 320px;
    }

    .footer__contact {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
      line-height: 1;
      color: #dce8ff;
      margin: 0;
    }

    .footer__contact:first-child {
      margin-left: 20px;
    }

    .footer__icon {
      width: auto;
      height: 30px;
      flex: 0 0 auto;
      object-fit: contain;
    }

  

    .footer__disclaimer {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 10px;
      font-size: 14px;
      line-height: 1.25;
      opacity: 0.9;
      margin: 0;
      text-align: left;
      color: #fff;
    }
    }

    @media (min-width: 1050px) {
        .social-proof {
          padding-left: 100px;
        }
      }

    @media (min-width: 520px) and (max-width: 767px) {
      .benefits {
        margin-top: -60px;
      }
    }

    @media (max-width: 520px)  {
      .benefits {
        margin-top: -100px;
      }
    }


    @media (max-width: 767px) {
      :root {
        --section-padding-x: 12px;
      }

      .desktop-only,
      .tablet-only { display: none !important; }
      .mobile-only { display: block !important; }

      .about__aside .desktop-only,
      .about__aside .tablet-only { display: none !important; }
      .about__aside .mobile-only { display: block !important; }

      .hero {
        min-height: 100svh;
        padding-top: 22px;
      }

      .container {
        padding-left: 16px;
        padding-right: 16px;
      }

      .hero__title {
        position: relative;
        top: 30px;
        font-size: 30px;
        line-height: 1.45;
        margin: 0 0 42px;
        max-width: none;
        padding-top: 0;
      }

      .hero__content {
        display: block;
        min-height: 0;
        position: relative;
        top: 30px;
        padding-bottom: 170px;
      }

      .hero__copy {
        width: 100%;
      }

      .hero__lead {
        font-size: 18px;
        line-height: 1.45;
        max-width: none;
        margin: 0;
      }

      .hero__cta {
        width: 220px;
        margin: 0;
        position: absolute;
        top: 70%;
        left: 50%;
        bottom: 44px;
        transform: translateX(-50%);
        z-index: 2;
      }

      .hero__visual {
        position: relative;
        width: 100%;
        min-height: 210px;
        margin-top: 0;
      }

      .hero__visual picture {
        position: absolute;
        right: -15px;
        top: 60px;
        transform: none;
      }
        
      .hero__raccoon {
        width: 280px;
        height: auto;
      }

      .hero-wave {
        position: relative;
        margin-top: 0;
        padding-top: 110px;
        padding-bottom: 100px;
        background: none;
        overflow: hidden;
      }

      .hero-wave::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 767px;
        height: 90%;
        transform: translateX(-50%);
        background: url('../image/shape_about_mobile.png') no-repeat center top;
        background-size: 767px 100%;
        pointer-events: none;
        z-index: 0;
      }

      .hero-wave > .container {
        position: relative;
        z-index: 1;
      }
      

      .about__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .about__main {
        order: 1;
      }

      .about__aside {
        order: 2;
        display: grid;
        grid-template-columns: 1fr 150px;
        align-items: end;
        column-gap: 18px;
        width: 100%;
        padding-top: 0;
      }

      .about__articles-link {
        width: 110px;
        height: auto;
        margin: 0;
      }

      .about__label-link {
        display: none;
      }

      .about__label {
        display: none;
      }

      .js-folder-link {
        grid-column: 2;
        justify-self: end;
        align-self: end;
        transform: translate(-20px, 60px);
      }

      .about__raccoon {
        grid-column: 1;
        justify-self: start;
        align-self: end;
        width: 218px;
        height: auto;
        margin: 0;
        transform: translate(-20px, -90px);
        object-fit: contain;
      }

      .about__title {
        font-size: 30px;
        line-height: 1.30;
        margin: 0 0 18px;
        max-width: 760px;
        padding-left: 0;
      }

      .about__text {
        font-size: 18px;
        line-height: 1.42;
        max-width: 100%;
        padding-left: 0;
        padding-top: 0;
      }

      .about__text p {
        margin: 0 0 6px;
      }

      .benefit > div {
        display: contents;
      }


      .benefits__title {
        font-size: 30px;
        line-height: 1.22;
        margin: 0 auto 24px;
        max-width: 700px;
        text-align: center;
      }

      .benefits__grid {
        display: flex;
        flex-direction: column;
        gap: 28px;
      }

      .benefits__grid > * {
        width: 100%;
      }
      .benefits__grid > :last-child {
        grid-column: auto;
      }

      .benefit {
        display: grid;
        grid-template-columns: 44px 1fr;
        grid-template-areas: 
          "icon title"
          "text text";
        column-gap: 12px;
        row-gap: 10px;
        align-items: center;
      }

      .benefit__icon {
        grid-area: icon;
        width: 44px;
        height: auto;
        margin: 0;
      }

      .benefit__title {
        grid-area: title;
        font-size: 18px;
        line-height: 1.3;
        margin: 0;
        align-self: center;
      }

      .benefit__text {
        grid-area: text;
        font-size: 18px;
        line-height: 1.45;
        margin: 0;
      }

      .blue-band {
        position: relative;
        top: 0;
        margin-top: 60px;
        padding: 0;
        height: 140px;
        overflow: visible;
        background: none;
      }

      .blue-band::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 767px;
        height: 140px;
        transform: translateX(-50%);
        background: url('../image/shape_2_about_mobile.png');
        background-size: 767px 140px;
        z-index: 0;
      }

      .blue-band__inner {
        position: relative;
        top: 20px;
        z-index: 1;
        height: 100%;
      }

      .blue-band__raccoon {
        position: absolute;
        left: 22px;
        bottom: 45px;
        width: 160px;
        max-width: none;
        height: auto;
        margin: 0;
      }

      .blue-band__cta {
        position: absolute;
        right: 0;
        bottom: 40px;
        width: 190px;
        margin: 0;
        z-index: 3;
      }

      .blue-band__cta img {
        width: 90%;
        height: auto;
      }


      .gallery {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 24px;
        position: relative;
        z-index: 2;
      }

      .carousel {
        padding-left: 8px;
        padding-right: 8px;
      }

      .carousel__viewport {
        padding: 0;
      }

      .carousel__slide {
        flex: 0 0 calc(50% - 8px);
        margin-right: 6px;
      }

      .carousel__slide img {
        width: 95%;
      }

      .carousel__arrow {
        width: 16px;
        height: 28px;
      }

      .carousel__arrow::before {
        border-top-width: 2px;
        border-right-width: 2px;
      }

      .social-proof {
        padding-top: 18px;
        padding-bottom: 0;
      }

      .social-proof__grid {
        display: grid;
        grid-template-columns: minmax(120px, 42%) minmax(0, 1fr);
        gap: clamp(12px, 4vw, 28px);
        align-items: start;
      }

      .social-proof__feedbacks {
        display: block;
        width: 166px;
        height: 265px;
        max-width: none;
      }

      .social-proof__grid > div:last-child {
        padding-top: 8px;
      }

      .social-proof__title {
        font-size: 24px;
        line-height: 1.18;
        margin: 0 0 12px;
        max-width: none;
        text-align: left;
      }

      .social-proof__text {
        font-size: 18px;
        line-height: 1.42;
        max-width: none;
      }

      .social-proof__text p {
        margin: 0 0 8px;
      }

      .footer {
        position: relative;
        margin-top: 8px;
        padding: 0;
        height: 150px;
        overflow: hidden;
        color: #fff;
      }

      .footer__shape {
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 0;
        width: 767px;
        max-width: none;
        height: 150px;
        transform: translateX(-50%);
        z-index: 0;
        pointer-events: none;
      }

      .footer > .container {
        position: relative;
        z-index: 1;
        height: 100%;
      }

      .footer__contacts {
        position: absolute;
        top: 22px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 0;
        width: max-content;
      }

      .footer__contact {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        line-height: 1.22;
        color: #dce8ff;
        margin: 0;
      }

      .footer__contact:first-child {
        margin-left: 40px;
      }

      .footer__contact:last-child {
        margin-left: 40px;
      }
      .footer__icon {
        width: auto;
        height: 24px;
        flex: 0 0 auto;
        object-fit: contain;
      }

      .footer__disclaimer {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 10px;
        font-size: 10px;
        line-height: 1.25;
        margin: 0;
        text-align: left;
        color: #fff;
      }
    }
    @media (min-width: 631px) and (max-width: 766px) {
      .social-proof__feedbacks {
        display: block;
        width: 310px;
        height: 430px;
        max-width: none;
      }

      .social-proof__grid {
        grid-template-columns: 250px minmax(0, 1fr);
        align-items: center;
        gap: 22px;
      }

      .social-proof__feedbacks {
        margin-left: -70px;
      }

      .social-proof__grid > div:last-child {
        padding-top: 0;
      }

      .social-proof__title {
        font-size: 24px;
        margin-bottom: 12px;
      }

      .social-proof__text {
        font-size: 24px;
        line-height: 1.45;
      }
    }

    @media (min-width: 501px) and (max-width: 630px) {
      .social-proof__grid {
        grid-template-columns: 110px minmax(0, 1fr);
        align-items: center;
        gap: 22px;
      }

      .social-proof__feedbacks {
        margin-left: -50px;
      }

      .social-proof__grid > div:last-child {
        padding-top: 0;
      }

      .social-proof__title {
        font-size: 24px;
        margin-bottom: 12px;
      }

      .social-proof__text {
        font-size: 18px;
        line-height: 1.45;
      }
    }

    @media (min-width: 401px) and (max-width: 500px) {
      .social-proof__grid {
        grid-template-columns: 90px minmax(0, 1fr);
        align-items: center;
        gap: 22px;
      }

      .social-proof__feedbacks {
        margin-left: -70px;
      }

      .social-proof__grid > div:last-child {
        padding-top: 0;
      }

      .social-proof__title {
        font-size: 20px;
        margin-bottom: 12px;
      }

      .social-proof__text {
        font-size: 16px;
        line-height: 1.45;
      }
    }

    @media (max-width: 400px) {
      .benefits {
        margin-top: -120px;
      }
      .hero-wave {
        margin-top: -25px;
      }

      .hero-wave::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 400px;
        height: 885px;
        transform: translateX(-50%);
        background: url(../image/shape_about_mobile_400.png);
        background-size: 400px 885px;
        z-index: 0;
      }

      .about__articles-link {
        position: relative;
        top: 10px;
        width: 142px;
        max-width: 142px;
      }
      .js-folder-link {
        margin-right: -10px;
        margin-bottom: 38px;
      }
      .about__raccoon {
        width: 180px;
      }

      .about__aside {
        margin-top: -35px;
      }

      .blue-band {
        height: 140px;
      }

      .blue-band::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 400px;
        height: 140px;
        transform: translateX(-50%);
        background: url(../image/shape_2_about_mobile_400.png);
        background-size: 400px 140px;
        z-index: 0;
      }

      .carousel__slide {
        flex: 0 0 calc(100% - 4px);
        margin-right: 6px;
      }

      .carousel__slide img {
        width: 90%;
      }

      .social-proof {
        padding-top: 14px;
      }

      .social-proof__grid {
        grid-template-columns: minmax(100px, 38%) 1fr;
        gap: 14px;
      }

      .social-proof__grid > div:last-child {
        padding-top: 6px;
      }

      .social-proof__title {
        padding-top: 24px;
        font-size: 16px;
        margin-bottom: 10px;
      }

      .social-proof__text {
        font-size: 16px;
        line-height: 1.2;
      }

      .social-proof__feedbacks {
        width: 166px;
        height: 265px;
        margin-left: -75px;
      }

      .footer {
        height: 150px;
      }

      .footer__shape {
        top: auto;
        bottom: 0;
        height: 145px;
        max-width: 400px;
      }

      .footer__contacts {
        top: 32px;
      }

      .footer__contact {
        font-size: 16px;
      }

      .footer__contact:first-child {
        margin-left: 30px;
      }

      .footer__contact:last-child {
        margin-left: 30px;
      }
      .footer__icon {
        height: 24px;
      }

      .footer__disclaimer {
        font-size: 8px;
        line-height: 1.12;
      }
    }
