.nk-sub-mv--about-draw {
  background-image: url('../../img/about-draw/draw-mv.jpg');
}

.nk-biz-intro.draw::before {
  content: unset;
}

.nk-flow {
  position: relative;
  z-index: 1;
  background: #EDEDED;
}

.nk-biz-intro.merit {
  margin-top: 0;
}

.nk-biz-recommended__inner.merit {
  padding: 92px 20px 200px
}

.nk-biz-intro.merit::before {
  top: 0;
}

.nk-biz-recommended__list.merit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .nk-biz-recommended__list.merit {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 19px;
  }

  .nk-biz-intro.merit::before {
    display: unset;
    width: 472px;
    height: 388px;
    top: 116px;
    right: -170px
  }

  .nk-biz-recommended__inner.merit {
    padding: 87px 20px 100px
  }
}

.nk-biz-recommended__list.merit .nk-biz-recommended__item img {
  border-radius: 50%;
  border: 1px solid #00CCCC;
  background: #fff;
}

.draw-note .nk-biz-intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 87px 20px 109px;
}

.draw-note {
  position: relative;
  z-index: 0;
}

.draw-note::before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='568' height='871' viewBox='0 0 568 871' fill='none'%3E%3Cpath d='M263.569 0L-260.788 98.624L-335 642.664L166.606 871L568 360.728L263.569 0Z' fill='%23AEE8E0' fill-opacity='0.34'/%3E%3C/svg%3E");
  width: 903px;
  height: 871px;
  top: -250px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.nk-static-page .ec-blockContact {
  margin-top: 0;
}


@media (max-width: 768px) {
  .draw-note .nk-biz-intro__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 72px 20px 133px;
  }

  .draw-note::before {
    width: 353px;
    height: 341px;
    top: 270px;
    left: 0;
  }
}

.nk-flow__list.about {
  grid-template-columns: repeat(5, 1fr);
  gap: 52px;
}

.nk-flow__list.about .nk-flow__item:not(:last-of-type)::after {
  right: -50px;
  top: 40%;
  width: 34px;
  height: 17px;
}
