@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap');

/* =============================================
   ENOVA OIL — Case Page
   ============================================= */

/* --- Hero --- */

.enova-page {
    font-family: 'Montserrat';
    color: #000;
    background-color: #fff;
}

.enova-hero {
    overflow: hidden;
    background-color: #003333;
    background: url('../img/enova/fone.png') 0 0 no-repeat #003333;
    background-size: cover;
    padding-top: 50px;
    margin-bottom: 50px;

    .container {
        height: 100%;
    }
}

.enova-hero__wrap {
    display: flex;
    height: 100%;
}

/* LEFT */
.enova-hero__left {
    position: relative;
    width: 45%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
}

.enova-hero__logo {
    margin-bottom: 36px;
}

.enova-hero__logo img {
    width: 450px;
    height: auto;
}

.enova-hero__title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1.10;
    margin: 0 0 20px 0;
    max-width: 700px;
    margin-top: 160px;
}

@media (max-width: 1760px){
      .enova-hero__title {
        margin-top: 0;
      }
}

.enova-hero__subtitle {
    font-size: 40px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    margin: 0 0 55px 0;
    max-width: 700px;
}

/* Features grid */
.enova-hero__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 700px;
}

.enova-hero__feature {
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    padding: 12px 16px;
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}

/* Tags row */
.enova-hero__tags {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 50px;
}

.enova-hero__tags .dot {
    opacity: 1;
}

/* Car image — absolute at bottom-left */
.enova-hero__car {
    position: absolute;
    bottom: 8%;
    left: -5%;
    pointer-events: none;
    user-select: none;
}

/* RIGHT */
.enova-hero__right {
    max-width: 55%;
    width: 100%;
    position: relative;
}

/* Large image */
.enova-hero__img-large {
    width: 100%;
    object-fit: cover;
    object-position: top left;
    border-radius: 33px;
    display: block;
}

.enova-hero__stacks {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.stack-enova__item {
  max-height: 67px;

  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0.2);
}

.stack-enova__figma {
  max-height: 67px;
  padding-right: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.stack-enova__img {
  height: 100%;
}


.idea__top {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 70px;
    p {
      font-size: 24px;
      line-height: 125%;
    }
}

.idea__block {
    background: #a8bbdd87;
    padding: 25px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;

    h3 {
      font-size: 40px;
      margin-bottom: 20px;
      color: #000;
    }

    p {
        font-size: 24px;
        color: #000;
        line-height: 1;
    }
}

.idea__block-text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
}


.idea__block-wrap__item p {
    max-width: 350px;
  margin-top: auto;
}

.idea__block-mb70 {
  margin-bottom: 70px;
}

@media (max-width: 768px){
    .idea__block-mb70 {
      margin-bottom: 30px;
    }
}

.idea__created-title {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 40px;
}

.idea__block-wrap {
  display: flex;
  justify-content: space-evenly;
  max-width: 70%;
  align-items: baseline;
  margin: 0 auto;
}

.idea__block-text {

}

.idea__block-text-margin {
    margin-top: 60px;
    margin-bottom: 80px;
}

@media (min-width: 1024px) {
    .enova-hero__img-large {
        position: absolute;
        bottom: 0;
    }
}



.enova-hero__stack-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-top: auto;
  margin-bottom: 30px;
}

.implementedes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

/* Изображения внутри гридов не вылезают за ячейку */
.implemented-card img,
.enova-step img,
.prototype__card img,
.development__card img,
.results__item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.results__item img {
    width: 100%;
    max-height: 900px;
    object-fit: contain;
    margin-bottom: 10px;
}

.implemented-card {
    border: 5px solid rgba(168, 187, 221, 0.53);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    p {
        font-size: 24px;
        line-height: 125%;
    }
}


.enova-features {
    padding: 80px 0;
    background: #fff;
    color: #000;
}

.enova-features__title {
    margin-bottom: 40px;
}
.enova-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
}

.enova-features__top {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.enova-features__phones {
    flex-shrink: 0;
    max-width: 45%;
}

.enova-features__phones img {
    max-width: 100%;
    height: auto;
    display: block;
}

.enova-features__num {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    row-gap: 90px;
    column-gap: 90px;
}

.num-features__figure {
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.num-features__figure span{
    font-size: 48px;
}

.num-features__item {
    max-width: 340px;
    text-align: center;
}

.num-features__text {
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}


.enova-features__footer {
}
.footer-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}
.footer-features__text {
    font-size: 24px;
    line-height: 100%;
        flex-shrink: 0;
}
.footer-features__line {
    height: 2px;
    background-color: rgba(168, 187, 221, 0.53);
    flex-shrink: 1;
    width: 100%;
}


.platform-enova {
    display: flex;
    border: 5px solid rgba(168, 187, 221, 0.53);
    padding: 40px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 80px;
}
.platform-enova__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
}

.platform-enova__web {
    display: flex;
    font-size: 32px;
    gap: 5px;
    color: #000;
    a {
        color: #000;

    }
}

.platform-enova__available {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    line-height: 100%;
}

.platform-enova__right {
    width: 50%;
    p {
        font-size: 24px;
        line-height: 125%;
        text-align: center;
        max-width: 503px;
    }
}
.platform-enova__qrcodes {
    display: flex;
    img {
        width: 50%;
    }
}



.enova-steps {
    position: relative;
}
.enova-steps__line {
    position: absolute;
    max-width: 80%;
    width: 100%;
    border: 3px dashed #cec8c8;
}
@media (max-width: 1024px){
      .enova-steps__line {
        display: none;
      }
}

.enova-steps__line-one {
    top: 25%;
    right: -80px;
    z-index: 0;

}
.enova-steps__line-two {
    bottom: 25%;
    left: -80px;
}

@media (min-width:1025px){
     .enova-steps {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    .enova-steps > .enova-step {
        width: calc(33.333% - 17px);
    }

}

@media (max-width: 1024px){
     .enova-steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.enova-step {
    border-radius: 20px;
    background-color: rgba(238, 238, 238, 1);

    border-radius: 20px;
    background-color: rgba(238, 238, 238, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 20px;
    z-index: 2;
    @media (max-width: 1600px){
          font-size: 18px;
    }
    p {
        max-width: 80%;
        margin: 0 auto;
    }
}

.enova-step-title {
    margin-bottom: 60px;
}


.stage {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.stage__body {
  width: fit-content;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-right: 60px;
  position: relative;
}
.stage__body::before {
  content: "";
  position: absolute;
  height: 98px;
  left: 100%;
  top: 0px;
  width: 3px;
  background-color: rgba(134, 132, 132, 1);;
}
.stage__num {
  color: rgba(134, 132, 132, 1);
  font-family: "Lato", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 100%;
}

.stage__title {
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin-left: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
}
.stage__title span {
  flex-shrink: 0;
}
@media (max-width: 1300px){
  .stage__title span{
    display: none;
  }
}


.analytics__wrap {
    position: relative;
    display: flex;
    margin-bottom: 100px;
    .text {
        max-width: 50%;
        font-size: 24px;
        line-height: 125%;
    }
    img {
        position: absolute;
        bottom: 50%;
        right: 0;
        transform: translateY(50%);
        max-width: 50%;
    }
}


.prototyp {
    margin-bottom: 100px;
}

.prototyp {
    .stage {
         margin-bottom: 0px;
    }
    .phase__text {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.prototypes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.prototype__card {
    border-radius: 24px;
    text-align: center;
    aspect-ratio: 3 / 2;
    background-color: #EEEEEE;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

.prototype__card img {
    max-height: 100px;
    height: 100%;
}

.prototype__card--text {
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;

}


.prototypes__footer {
    margin-bottom: 70px;
    p {
        font-size: 24px;
        line-height: 125%;
    }
    p:first-child {
        margin-bottom: 30px;
    }
}

.prototypes__img {
    display: flex;
    justify-content: center;
}

.prototype-big-image {
    width: 100%;
    margin-bottom: 60px;
    @media (max-width: 992px){
         margin-bottom: 30px;
    }
}


.prototyp-application {
    margin-bottom: 100px;
}
.prototyp-application__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    p {
        font-size: 24px;
        line-height: 125%;
    }
}
.rototyp-application__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prototyp-application__left {
    display: flex;
    align-items: center;
    gap: 30px;
}
.prototyp-application__right {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 20px;
}
.prototyp-application__left video,
.prototyp-application__right video {
    width: calc(33.333% - 20px);
    height: auto;
    display: block;
    background: transparent;
    /* фиксируем соотношение сторон чтобы не прыгало при загрузке */
    aspect-ratio: 9 / 19.5;
    object-fit: cover;
}
.prototyp-application__left img,
.prototyp-application__right img {
    width: calc(30.133% - 20px);
    height: fit-content;
    display: block;
}
.rototyp-application__center {
}



.development {
}
.development__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.development__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.development__card {
    border-radius: 24px;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.development__text {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 20px;
}
.development__footer {
    display: flex;
    align-items: center;
    p {
        font-size: 24px;
        line-height: 125%;
    }
}


.testing-text {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 35px;

    display: flex;
    align-items: center;
    gap: 20px;
}

.idea__block.testing__block {
    margin-bottom: 35px;
    h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}


.enova-results__line {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}

.enova-results__title {
    font-size: 48px;
    line-height: 100%;
    flex-shrink: 0;
}

.enova-results__line::before {
  content: "";
  height: 1px;
  flex-shrink: 1;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.7);
}
.enova-results__line::after {
  content: "";
  height: 1px;
  flex-shrink: 1;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.7);
}



.results {
    background-color: #A8BBDD;
    padding: 60px 0;
    margin-bottom: 40px;
}
.container {
}
.results__title {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 30px;
}
.results__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.results__item {
    width: calc(25% - 15px);
}
.results__item {
    text-align: center;
    p {
        font-size: 24px;
        line-height: 125%;
        @media (max-width: 1600px){
              font-size: 18px;
        }
    }
}


.resume {
}

.resume__text {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 80px;
}
.resume__block {
    border: 5px solid rgba(168, 187, 221, 0.5);
    padding: 80px 80px 50px;
    border-radius: 20px;
    margin-bottom: 100px;
    position: relative;

    .resume__block-text {
        padding-bottom: 30px;
        border-bottom: 3px solid #A8BBDD;
        margin-bottom: 30px;
    }
    b {
        font-style: italic;
        font-size: 30px;
        line-height: 125%;
        @media (max-width: 1600px){
              font-size: 24px;
        }
    }
}
.resume__quote {
    position: absolute;
    top: -40px;
    left: 20px;
}
@media (max-width: 768px){
    .resume__quote {
        width: 20vw;
    }
}
@media (max-width: 576px){
    /* resume */
    .resume__quote {
        top: -25px;
    }
    .resume__quote img {
        max-width: 50px;
    }
}

.resume__meneger {
    font-size: 24px;
    line-height: 125%;
    text-align: right;
}



/* =============================================
   АДАПТИВ
   ============================================= */
.enova-hero {
    .container {
        aspect-ratio: 1920 / 1400;
    }
}

@media (max-width: 1600px){
    .enova-hero {
        .container {
                aspect-ratio: 1440 / 1250;
        }
    }
}

@media (max-width: 1440px) {
    .enova-hero {
        .container {
            aspect-ratio: auto;
        }
    }
    .enova-hero__left {
        padding: 36px;
    }

    .enova-hero__logo img {
        width: 160px;
    }

    .enova-hero__title {
        font-size: 48px;
    }

    .enova-hero__subtitle {
        font-size: 30px;
        margin-bottom: 36px;
    }

    .enova-hero__feature {
        font-size: 18px;
    }

    .enova-hero__tags {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {

    /* --- Hero --- */
    .enova-hero__title {
        font-size: 40px;
    }

    .enova-hero__subtitle {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .enova-hero__feature {
        font-size: 16px;
    }

    .enova-hero__tags {
        font-size: 22px;
    }

    .enova-hero__stack-title {
        font-size: 26px;
    }

    /* --- Цифры проекта --- */
    .num-features__figure {
        font-size: 72px;
        margin-bottom: 24px;
    }

    .enova-features__num {
        row-gap: 50px;
        column-gap: 50px;
    }

    /* --- Этапы --- */
    .stage__num {
        font-size: 72px;
    }

    .stage__title {
        font-size: 32px;
    }

    /* --- Заголовки --- */
    .enova-title {
        font-size: 34px;
    }

    .idea__block h3 {
        font-size: 32px;
    }

    .idea__created-title {
        font-size: 34px;
    }

    .enova-results__title {
        font-size: 38px;
    }

    /* --- Платформа --- */
    .platform-enova {
        padding: 30px;
        gap: 20px;
    }

    .platform-enova__web {
        font-size: 24px;
    }

    /* --- Резюме --- */
    .resume__block {
        padding: 40px 50px;
    }

    /* --- Аналитика --- */
    .analytics__wrap .text {
        font-size: 20px;
    }

    /* --- Implemented --- */
    .implementedes {
        gap: 14px;
    }

    .implemented-card p {
        font-size: 20px;
    }

    /* --- Результаты --- */
    .results__item:nth-child(-n+4),
    .results__item:nth-child(n+5) {
        width: calc(50% - 10px);
    }

    /* --- Разработка --- */
    .development__wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* --- Прототипы --- */
    .prototypes {
        grid-template-columns: repeat(2, 1fr);
    }

    .prototype__card {
        aspect-ratio: 5 / 2;
    }

    /* --- Шаги --- */
    .enova-steps {
        gap: 20px;
    }

    /* --- Прототип приложения --- */
    .rototyp-application__wrap {
        gap: 16px;
    }

    .prototyp-application__left,
    .prototyp-application__right {
        gap: 12px;
        width: 42%;
    }

    .prototyp-application__left video,
    .prototyp-application__right video {
        width: calc(33.333% - 11px);
        height: auto;
    }

    .prototyp-application__left img,
    .prototyp-application__right img {
        width: calc(29.333% - 11px);
        height: fit-content;
    }

    .rototyp-application__center {
        flex-shrink: 0;
    }

    .rototyp-application__center img {
        width: 48px;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .enova-hero__wrap {
        flex-direction: column;
    }

    .enova-hero__left {
        width: 100%;
        padding: 40px 24px;
    }

    .enova-hero__right {
        max-width: 100%;
    }

    .enova-hero__title {
        font-size: 36px;
    }

    .enova-hero__subtitle {
        font-size: 22px;
    }

    .enova-hero__car {
        display: none;
    }
}

/* =============================================
   992px
   ============================================= */
@media (max-width: 992px) {

    /* --- Idea --- */
    .idea__top {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .idea__top p {
        font-size: 18px;
    }

    .idea__block h3 {
        font-size: 28px;
    }

    .idea__block p {
        font-size: 18px;
    }

    .idea__block-text {
        font-size: 18px;
    }

    .idea__created-title {
        font-size: 28px;
    }

    .idea__block-wrap {
        max-width: 100%;
    }

    /* --- Внедрили --- */
    .implementedes {
        grid-template-columns: repeat(2, 1fr);
    }

    .implemented-card p {
        font-size: 18px;
    }

    /* --- Цифры --- */
    .enova-title {
        font-size: 28px;
    }

    .enova-features__top {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .enova-features__num {
        row-gap: 30px;
        column-gap: 30px;
    }

    .num-features__figure {
        font-size: 56px;
        margin-bottom: 16px;
    }

    .num-features__text {
        font-size: 18px;
    }

    .footer-features {
        gap: 20px;
        flex-direction: column;
    }
    .footer-features__line {
        display: none;
    }

    .footer-features__text {
        font-size: 18px;

    }

    /* --- Платформа --- */
    .platform-enova {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 30px;
    }

    .platform-enova__left,
    .platform-enova__right {
        width: 100%;
    }

    .platform-enova__web {
        font-size: 20px;
    }

    .platform-enova__available {
        font-size: 18px;
        flex-wrap: wrap;
    }

    .platform-enova__right p {
        max-width: 100%;
        text-align: left;
    }

    /* --- Этапы --- */
    .enova-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* --- stage --- */
    .stage__num {
        font-size: 56px;
    }

    .stage__title {
        font-size: 26px;
        margin-left: 30px;
    }

    .stage__body {
        padding-right: 30px;
    }

    .stage__body::before {
        height: 72px;
    }

    /* --- Аналитика --- */
    .analytics__wrap {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .analytics__wrap .text {
        max-width: 100%;
        font-size: 18px;
    }

    .analytics__wrap img {
        position: static;
        transform: none;
        max-width: 100%;
        margin-top: 20px;
    }

    .prototype__card {
        aspect-ratio: auto;
    }

    /* --- Прототип приложения --- */
    .prototyp-application__top {
        flex-direction: column;
        gap: 10px;
    }

    .prototyp-application__top p {
        font-size: 18px;
    }

    .rototyp-application__wrap {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .prototyp-application__left,
    .prototyp-application__right {
        width: 100%;
        gap: 16px;
        justify-content: center;
    }

    .prototyp-application__left video,
    .prototyp-application__right video {
        width: calc(33.333% - 11px);
        height: auto;
    }

    .prototyp-application__left img,
    .prototyp-application__right img {
        width: calc(29.333% - 11px);
        height: fit-content;
    }

    .rototyp-application__center img {
        width: 40px;
    }

    /* --- Разработка --- */
    .development__text {
        font-size: 18px;
    }

    .development__footer {
        flex-direction: column;
    }

    .development__footer p {
        font-size: 18px;
    }

    /* --- Тестирование --- */
    .testing-text {
        font-size: 18px;
    }

    /* --- Результат --- */
    .enova-results__title {
        font-size: 30px;
    }

    .enova-results__line {
        gap: 20px;
    }

    .results__title {
        font-size: 18px;
    }

    .results__item p {
        font-size: 14px;
    }

    /* --- Резюме --- */
    .resume__text {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .resume__block {
        padding: 30px;
    }

    .resume__block b {
        font-size: 18px;
    }

    .resume__meneger {
        font-size: 18px;
    }
}

/* =============================================
   768px
   ============================================= */
@media (max-width: 768px) {

    /* --- Hero --- */
    .enova-hero__title {
        font-size: 28px;
    }

    .enova-hero__subtitle {
        font-size: 18px;
    }

    .enova-hero__features {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 40px;
    }

    .enova-hero__feature {
        font-size: 13px;
        padding: 10px 12px;
        white-space: normal;
    }

    .enova-hero__tags {
        font-size: 16px;
    }

    .enova-hero__stack-title {
        font-size: 20px;
    }

    /* --- Idea --- */
    .idea__block h3 {
        font-size: 22px;
    }

    .idea__created-title {
        font-size: 22px;
    }

    .idea__block-text-margin {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    /* --- Внедрили --- */
    .implementedes {
        grid-template-columns: 1fr;
    }

    /* --- Цифры --- */
    .enova-title {
        font-size: 24px;
    }

    .enova-features__num {
        row-gap: 24px;
    }

    .num-features__figure {
        font-size: 48px;
        margin-bottom: 12px;
    }

    /* --- stage --- */
    .stage__num {
        font-size: 48px;
    }

    .stage__title {
        font-size: 20px;
        margin-left: 20px;
    }

    .stage__body {
        padding-right: 20px;
    }

    .stage__body::before {
        height: 60px;
    }

    /* --- Этапы --- */
    .enova-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    /* --- Прототипы --- */
    .prototype__card--text {
        font-size: 18px;
    }

    .prototypes__footer p {
        font-size: 18px;
    }

    /* --- Результат --- */
    .results__item:nth-child(-n+4),
    .results__item:nth-child(n+5) {
        width: calc(50% - 10px);
    }

    .enova-results__title {
        font-size: 24px;
    }

    /* --- Резюме --- */
    .resume__block {
        padding: 20px;
    }
}

/* =============================================
   480px
   ============================================= */
@media (max-width: 480px) {

    .idea__block-wrap {
        flex-direction: column;
    }
    .stage {
        margin-bottom: 10px;
    }

    .resume__block {
        padding: 30px 20px;
        border-width: 2px;
        margin-bottom: 30px;
    }

    /* --- Hero --- */
    .enova-hero {
        padding-top: 24px;
    }

    .enova-hero__title {
        font-size: 22px;
    }

    .enova-hero__subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .enova-hero__features {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .enova-hero__feature {
        font-size: 13px;
    }

    .enova-hero__tags {
        font-size: 14px;
        gap: 8px;
    }

    .enova-features__num {
        grid-template-columns: 1fr;
    }
    .num-features__figure span {
        font-size: 24px;
    }

    .enova-hero__stack-title {
        font-size: 18px;
    }

    .platform-enova__web {
        flex-direction: column;
    }

    .enova-features {
        padding-top: 0;
    }


    .testing-text {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
    }
    /* --- Цифры --- */
    .enova-title {
        margin-bottom: 20px;
    }

    .num-features__figure {
        font-size: 40px;
    }

    .num-features__text {
        font-size: 16px;
    }

    /* --- stage --- */
    .stage__num {
        font-size: 40px;
    }

    .stage__title {
        font-size: 18px;
        margin-left: 16px;
    }

    .stage__body {
        padding-right: 16px;
    }

    .stage__body::before {
        height: 52px;
    }

    /* --- Этапы --- */
    .enova-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* --- Прототипы --- */
    .prototypes {
        grid-template-columns: 1fr;
    }

    .prototype__card--text {
        font-size: 16px;
    }

    /* --- Разработка --- */
    .development__wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* --- Прототип приложения --- */
    .prototyp-application__left video,
    .prototyp-application__right video {
        width: calc(33.333% - 11px);
    }

    .prototyp-application__left img,
    .prototyp-application__right img {
        width: calc(29.333% - 11px);
    }

    /* --- Результат --- */
    .enova-results__title {
        font-size: 20px;
    }

    .enova-results__line {
        gap: 12px;
    }

    .resume__text {
        margin-bottom: 24px;
    }

    /* --- Margins --- */
    .prototyp {
        margin-bottom: 50px;
    }

    .prototyp-application {
        margin-bottom: 50px;
    }

    .analytics__wrap {
        margin-bottom: 30px;
    }
}

/* =============================================
   375px
   ============================================= */
@media (max-width: 375px) {

    /* --- Hero --- */
    .enova-hero__title {
        font-size: 18px;
    }

    .enova-hero__subtitle {
        font-size: 13px;
    }

    .enova-hero__feature {
        font-size: 12px;
        padding: 8px 10px;
    }

    .enova-hero__tags {
        font-size: 13px;
    }

    /* --- Цифры --- */
    .num-features__figure {
        font-size: 36px;
    }

    /* --- stage --- */
    .stage__num {
        font-size: 32px;
    }

    .stage__title {
        font-size: 15px;
        margin-left: 12px;
    }

    .stage__body {
        padding-right: 12px;
    }

    .stage__body::before {
        height: 44px;
    }

    /* --- Результат --- */
    .results__item:nth-child(-n+4),
    .results__item:nth-child(n+5) {
        width: 100%;
    }

    .enova-results__title {
        font-size: 18px;
    }

    /* --- Резюме --- */
    .resume__block {
        padding: 14px;
        border-width: 3px;
    }
}


.enova-review__body {
    max-width: 88%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
    @media (max-width: 768px){
         margin-bottom: 30px;
    }
    img {
        width: 100%;
    }
}