
@import url("https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&display=swap");


* {
  box-sizing: border-box;
}
h1, h2, h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

main.portfolio {
  color: #000;
    background-color: #fff;
}


.portfolio-container {
  padding: 0 30px;
}

.portfolio {
  font-family: "Lato", sans-serif;
}

.portfolio p:empty {
  display: none !important;
}

.hero-portfolio {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #fff;
}

.hero-portfolio__title {
  color: #000000;
  margin-left: 60px;
  font-size: 69px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
  max-width: 1100px;
}

.hero-portfolio__line {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.hero-portfolio__line::before {
  content: "";
  height: 1px;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.hero-portfolio__line::after {
  content: "";
  height: 1px;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero-portfolio__subtitle {
   flex-shrink: 0;
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}

.results {
  background: rgba(168, 187, 221, 0.53);
  padding-top: 50px;
  padding-bottom: 100px;
}
.results__title {

  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.results__wrap {
  display: flex;
  justify-content: space-between;
}
.results__image {
  border-radius: 33px;
  overflow: hidden;
}
.results__image-pc {
  width: 78%;
}
.results__image-mob {
  width: 18.5%;
}


.first-stage {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}


.stage {
  display: flex;
  align-items: flex-end;
  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: 20px;
  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__numtext {
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.stage__title {
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  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;
  }
}


.stage__title span {
    flex-shrink: 1;
    content: "";
    width: 52px;
    height: 3.2px; /* Высота линии */
    background: repeating-linear-gradient(
        to right,
        rgba(206, 200, 200, 1) 0,
        rgba(206, 200, 200, 1) 10px, /* Длина отрезка */
        transparent 10px,
        transparent 12px /* Промежуток */
    );
    margin: auto 0; /* Центрирование по вертикали */
    transform: translateY(3px);
}
.first-stage__wrap {
  max-width: 1165px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  margin-bottom: 100px;
}

.first-container {
  max-width: 1165px;
  margin: 0 auto;
}

.first-stage__card {
  border-radius: 20px;
  background: rgba(238, 238, 238, 1);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 10px;
}
.first-stage__card-text {
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.first-client {
}
.first-client__title {
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
.first-client__text {

  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 70px;
}
.first-sales {
  border-radius: 20px;
  background: rgba(168, 187, 221, 0.25);
  width: calc(100% + 30px);
  padding-left: 30px;
  transform: translateX(-30px);
  margin-bottom: 30px;
}
.first-sales__title {
  color: rgba(0, 0, 0, 1);
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}
.first-sales__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 23px 0;
}
.first-sales__item {
  padding: 19px 27px;
  border-radius: 20px;
  background: rgba(168, 187, 221, 0.53);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}


.first-client__footer {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 50px;
}
.first-client__footer p{
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
.first-task {
  margin-bottom: 40px;
}
.first-task__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.first-task__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.first-task__card {
  padding: 10px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 26%;
  border: 5px solid rgba(168, 187, 221, 0.53);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
}

.first-task__card img {
  height: 270px;
}
.first-task__card p {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin: 0;
}

.first-stucture {
}
.first-stucture__title {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 45px;
  text-align: center;
}


.first-structure__wrap {
    max-width: 1275px;
    margin: 0 auto;
    position: relative;
}

.first-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;

    column-gap: 20px;
    row-gap: 50px;
    align-items: center;
    justify-items: center;
    position: relative;
    margin-bottom: 50px;
}


.first-navigation-flex {
  max-width: 800px;
  margin: 0 auto;
  gap: 40px;
  display: flex;
  justify-content: space-between;
}

.first-navigation__item {
   border-radius: 24px;
    background: rgba(238, 238, 238, 1);
    padding: 24px;
    text-align: center;
    position: relative;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85%;
}


.first-navigation__item--main {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
    padding: 0;
  }
  .first-navigation__item--main .first-navigation__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    color: #000;

  }
  .main-first-navigation {

    border-radius: 24px;
    background: rgba(168, 187, 221, 0.53);
    color: white;
    max-width: 350px;
    max-height: 170px;
    width: 100%;
    height: 170px;
    font-weight: 600;
    font-size: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.first-navigation__item--top {
    grid-column: 2;
    grid-row: 1;
}

.first-navigation__item--left {
    grid-column: 1;
    grid-row: 2;
}

.first-navigation__item--right {
    grid-column: 3;
    grid-row: 2;
}

.first-navigation__item--bottom-left {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
}

.first-navigation__item--bottom-right {
    grid-column: 3;
    grid-row: 3;
    justify-self: start;
}

.first-navigation__icon {
    margin-bottom: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}


.first-navigation__title {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
}

.first-navigation__subtitle {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 4px;
    line-height: 1.3;
}

.first-navigation__arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #666;
    pointer-events: none;
    z-index: 10;
}

/* Стрелочки позиционируем относительно главной страницы */
.first-navigation__item--main .first-navigation__arrow--up {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);

}

.first-navigation__item--main .first-navigation__arrow--left {
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
}

.first-navigation__item--main .first-navigation__arrow--right {
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
}

.first-navigation__item--main .first-navigation__arrow--down-left {
    bottom: -40px;
    left: 25%;
    transform: translateX(-50%);
    transform: rotate(-145deg);
}

.first-navigation__item--main .first-navigation__arrow--down-right {
    bottom: -40px;
    right: 25%;
    transform: translateX(50%);
    transform: rotate(135deg);
}


.two-stage {
}
.two-stage .portfolio-container {
  padding: 0 10px;
}

.two-stage-container {
  padding: 0 10px;
}
.two-stage__text {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}
.two-examples {
  margin-bottom: 40px;
}
.two-examples__num {
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
.two-examples__text {
  font-size: 20px;
  font-weight: 200;
  line-height: 100%;
  margin-bottom: 15px;
    font-family: "Lato", sans-serif;
}
.two-examples__wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.two-examples__item {
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.two-examples__item img {
 max-width: 100%;
  height: auto;
  display: block;
}
.two-examples__polygon {
  text-align: center;
  margin-bottom: 20px;
}
.primary-fone-text {
  border-radius: 20px;
  background: rgba(168, 187, 221, 0.53);
  padding: 20px 20px;
  margin-bottom: 20px;

  font-size: 24px;
  font-weight: 400;
  line-height: 100%;

  text-align: center;
}
.primary-fone-text p {
  max-width: 920px;
  margin: 0 auto;
}
.two-stage-footer {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.wireframe {
  background: rgba(168, 187, 221, 0.53);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
.wireframe__image {
  border-radius: 20px;
  width: 100%;
}
.wireframe__image:not(:last-child){margin-bottom: 40px;}
.text-section {
}
.primary-fone__wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.primary-fone__item {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.primary-fone__item img {
  max-width: 217px;
}
.primary-fone__item-text {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}
.three {
  margin-bottom: 40px;
}

.three-head-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 70px;
}
.three__wrap {
   padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 70px;
}
.three__item {
  border: 5px solid rgba(168, 187, 221, 0.53);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  padding: 30px 15px;

  display: flex;
  align-items: center;

  position: relative;
}
.three__item::before {
  content: "";
  background: url('../images/portfolio/three/arrow.svg') 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 33px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.three__item:nth-child(3n+4)::after {
    content: "";
  background: url('../images/portfolio/three/arrow.svg') 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;   /* Настройте размер под ваш SVG */
  height: 33px;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.three__item-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;

  max-width: 420px;
  margin: 0 auto;
}
.three-integration {
}
.three-integration__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.three-integration__body {
  position: relative;
  padding-bottom: 40px;
}
.three-integration__img-main {
  width: 100%;
  border: 1px solid rgba(212, 211, 211, 1);
  border-radius: 20px;

  margin-bottom: 30px;
}
.three-integration__img-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  /* border: 1px solid rgba(134, 132, 132, 1);
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.three-integration__text {
  max-width: 500px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-left: 50px;
}


.pay-system {
  background: rgba(209, 219, 237, 1);
  padding: 50px 0 30px;
}
.portfolio-container {
}
.pay-system__body {
}
.pay-system__body img {
  width: 100%;
  margin-bottom: 30px;
}
.pay-system__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
}


.delivery {
  padding-top: 40px;
}
.delivery__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
.delivery__main {
  background: rgba(209, 219, 237, 1);
}

.delivery__body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.delivery__body img:not(:last-child){
   margin-bottom: 50px;
}
.delivery__body img {
  width: 100%;
}
.delivery__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 25px;
  text-align: center;
}


.adaptive {
  padding-top: 60px;
  padding-bottom: 20px;
}
.adaptive__body {
}
.adaptive__body  img {
  width: 100%;
  margin-bottom: 50px;
}
.adaptive__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 25px;
  text-align: center;
}


.four {
  position: relative;
  margin-bottom: 90px;
}
.portfolio-container {
}

.four__body {
  padding-top: 80px;
}
.four__wrap {
  max-width: 60%;
}
.four-item {
  display: flex;
  align-items: center;
  gap: 20px;

  font-size: 24px;
  font-weight: 400;
  line-height: 100%;

  margin-bottom: 20px;
}
.four-img {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 32%;
}



.five {
}

.five-text {
  padding-left: 40px;

  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 35px;
}
.five__body {
  padding-top: 40px;
  background: rgba(168, 187, 221, 0.53);
  padding-bottom: 100px;
}
.five__body.five__body-first {
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.five__body-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;

  margin-bottom: 30px;
}
.five__body-image {
  width: 100%;
  margin-bottom: 40px;
}

.five__module {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  background: rgba(168, 187, 221, 0.25);
}
.five__module img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.five__module-text {
  font-size: 24px;
font-weight: 400;
line-height: 100%;
}


.instance {
  padding: 80px 0;
}
.hero-portfolio__line {
    margin-bottom: 80px;
}
.instance__title {
  max-width: 580px;
  text-align: center;
}
.instance__block {
  background: rgba(168, 187, 221, 0.53);
  padding: 30px 0 50px;
  margin-bottom: 30px;
}

.instance__block-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}


.instance__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.instance__image {
  border-radius: 20px;
  overflow: hidden;
}
.instance__image-pc {
  width: 100%;
  max-width: 77.3%;
}


.instance__image-mob {
  max-width: 14.5%;
  width: 100%;
}


.footer-portflio {
  background-color: #fff;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer-portflio__body {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 20px;
}
.footer-portflio__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-portflio__text {
  text-wrap: nowrap;
  color: #000;
}
.footer-portflio__item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.footer-portflio__item span {
    flex-shrink: 1;
    content: "";
    border: 3px dashed rgba(206, 200, 200, 1);
    height: fit-content;
   width: 70px;
}

/* Адаптивность */
@media (max-width: 992px){

    .stage__body::before {
      top: 0;
    }
    .hero-portfolio__title {
      font-size: 48px;
    }
    .hero-portfolio__subtitle {
      font-size: 36px;
    }
    .first-stage {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .first-stage__card img {
      max-width: 100%;
    }
    .first-stage__wrap {
      gap: 20px;
      margin-bottom: 40px;
    }
    .first-task__grid  {
      gap: 20px;
    }
    .first-task__card p {
      font-size: 18px;
    }
    .first-task__card {
      padding: 10px 15px 15px;
    }
     .first-task__card img {
      width: 100%;
      height: auto;
     }

     .first-sales__title {
      font-size: 24px;
     }
     .first-sales__item {
      padding: 15px 20px;
      font-size: 18px;
     }
     .first-navigation {
      row-gap: 50px;
      margin-bottom: 50px;
     }
     .first-navigation__title {
      font-size: 18px;
     }
     .first-navigation-flex {
      max-width: 70%;
     }
     .first-navigation__item {
      padding: 10px;
     }
     .first-navigation__item--main .first-navigation__title {
      font-size: 24px;
     }
     .three__item {
      padding: 10px;
          border: 3px solid rgba(168, 187, 221, 0.53);
     }
     .three__item-text {
      font-size: 18px;
     }
     .three__wrap {
      gap: 40px;
     }
     .three__item::before {
      width: 28px;
     }
     .three__item:nth-child(3n+4)::after {
      width: 28px;
     }
     .four__body {
      padding-top: 0;
     }
     .four-img {
      top: 50%;
      transform: translateY(-50%);
     }

     .footer-portflio__item > span {
      display: none;
     }
     .footer-portflio__item {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 10px;
     }
     .footer-portflio__text {
      order: -1;
     }

}

@media (max-width: 768px) {
  .instance__image-pc {
    border-radius: 0px;
  }
  .instance__image-mob {
    border-radius: 0px;
  }
    .hero-portfolio__title {
      font-size: 36px;
      margin-left: 20%;
    }
    .hero-portfolio__line {
      margin-bottom: 20px;
    }

    .first-navigation {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        gap: 16px;
        margin-bottom: 0;
    }

    .first-navigation__item {
        max-width: 350px;
        min-height: 120px;
    }
    .first-navigation-flex {
      flex-direction: column;
      align-items: center;
    }
    .first-navigation-flex {
      max-width: 100%;
      gap: 20px;
    }

    .first-navigation__item--main {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
    }

    .first-navigation__item--top {
        grid-column: 1;
        grid-row: 2;
    }

    .first-navigation__item--left {
        grid-column: 1;
        grid-row: 3;
    }

    .first-navigation__item--right {
        grid-column: 1;
        grid-row: 4;
    }

    .first-navigation__item--bottom-left {
        grid-column: 1;
        grid-row: 5;
        justify-self: center;
    }

    .first-navigation__item--bottom-right {
        grid-column: 1;
        grid-row: 6;
        justify-self: center;
    }

    .first-navigation__arrow {
        display: none;
    }

    .first-client__text {
      margin-bottom: 30px;
    }
    .first-sales__title {
      font-size: 18px;
    }
    .first-sales__wrap {
      padding: 20px;
      gap: 15px;
    }
    .first-sales {
      padding-left: 0;
      border-radius: 10px;
          width: calc(100% + 60px);
    }
    .first-task__card {
      max-width: 30%;
      width: 100%;
      padding: 10px;
      border: 3px solid rgba(168, 187, 221, 0.53);
    }
    .first-task__card p {
      font-size: 14px;
    }
    .first-stucture__title {
      margin-bottom: 20px;
    }
    .first-stucture__title {
      font-size: 36px;
    }
    .stage__body {
      padding-right: 40px;
    }
    .stage__num {
      font-size: 72px;
    }
    .stage__numtext {
      font-size: 36px;
    }
    .stage__body::before {
      height: 70px;
    }
    .stage__title {
      font-size: 36px;
      transform: translateY(20px);
    }
    .first-client__title {
      font-size: 36px;
    }
    .first-task__title  {
      font-size: 36px;
    }
    .primary-fone-text {
      font-size: 18px;
    }
    .primary-fone__item img {
      max-width: 100%;
    }
    .primary-fone__item-text {
      font-size: 18px;
    }
    .primary-fone__item {
      height: 170px;
    }
    .three-head-text {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .three__wrap  {
      gap: 25px;
      padding: 0;
    }
    .three__item-text  {
      font-size: 14px;
    }
    .three__item::before {
      width: 15px;
      left: calc(100% + 5px);
      width: 18px;
      height: 20px;
    }
    .three__item:nth-child(3n+4)::after {
      width: 18px;
      height: 20px;
    }
    .three-integration__text {
      max-width: 50%;
      font-size: 18px;
      margin-left: 0;
    }
    .four-item {
      font-size: 18px;
    }
    .four-item img {
      width: 30px;
    }
    .four-img {
      transform: translateY(0%);
    }
    .five__module img {
      max-width: 60%;
    }
    .instance {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .footer-portflio {
      padding-top: 0;
    }
    .footer-portflio__text {
      font-size: 24px;
    }
    .footer-portflio__item img {
      max-width: 100%;
    }
    .results {
      padding-top: 40px;
      padding-bottom: 40px;
    }

}


@media (max-width: 480px) {
  .hero-portfolio {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-portfolio__subtitle {
        font-size: 24px;
        max-width: 70%;
        text-align: center;
  }
  .hero-portfolio__title {
    font-size: 24px;
    margin-left: 20px;
  }
  .five__module img {
    max-width: 80%;
  }
  .five__module-text {
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
  }

  .first-navigation__title {
      font-size: 14px;
  }

  .first-navigation__icon {
      font-size: 20px;
  }
  .four-img {
    position: relative;
  }
  .stage__body {
    padding-right: 20px;
  }
  .stage {
    padding-bottom: 0;
  }
  .stage__num {
    font-size: 48px;
  }
  .stage__numtext {
    font-size: 24px;
  }
  .stage__body::before {
    top: -10px;
  }
  .first-task__card {
    max-width: 48%;
  }
  .stage__title {
      font-size: 24px;
      transform: translateY(10px);
      margin-left: 20px;
  }
  .first-stage__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .first-stage__card-text {
    font-size: 16px;
  }
  .first-client__title {
    font-size: 24px;
  }
  .first-client__text {
    font-size: 18px;
  }
  .first-sales__title {
    font-size: 14px;
  }
  .first-sales__item {
      padding: 10px;
      font-size: 14px;
      border-radius: 10px;
  }
  .first-sales__wrap {
    padding: 10px;
    gap: 10px;
  }
  .first-client__footer p {
    font-size: 18px;
  }
  .first-task__title {
    font-size: 24px;
  }
  .first-task__grid {
    gap: 10px;
  }
  .first-task__card p {
    font-size: 12px;
  }
  .first-stucture__title {
    font-size: 24px;
  }
  .primary-fone__wrap {
    gap: 20px;
  }
  .primary-fone-text {
    font-size: 14px;
  }
  .primary-fone__item-text {
    font-size: 14px;
  }
  .primary-fone__item {
    height: 130px;
  }
  .three-head-text {
    font-size: 14px;
  }
  .three__item-text {
    /* font-size: 12px; */
  }
  .three__wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .three__item:nth-child(3n+4)::after {
    display: none;
  }
  .three-integration__title {
    font-size: 24px;
  }
  .four__wrap {
    max-width: 100%;
  }
  .four__body {
    text-align: center;
  }
  .four-item {
    text-align: left;
  }
  .four {
    margin-bottom: 40px;
  }
  .five-text {
    font-size: 18px;
    padding-left: 0;
  }
  .footer-portflio__text {
    font-size: 14px;
  }
  .two-examples__wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}



@media (max-width: 992px){
  .results__image {
    border-radius: 20px;
  }
}
@media (max-width: 768px){
  .results__image {
    border-radius: 10px;
  }
}
@media (max-width: 480px){
     .results__image {
    border-radius: 6px;
  }
}

