.process-section {
  background-color: #09334a;
  padding-top: clamp(40px, 4.166666666666667vw, 80px);
  padding-bottom: clamp(40px, 4.166666666666667vw, 80px);
}

.process-wrapper {
  position: relative;
}

.h2__size.process {
  color: #fff;
  text-align: center;
  font-size: clamp(40px, 3.333333333333333vw, 64px);
  font-weight: 400;
  line-height: 1.2;
}

.process-box h3,
.process-box p,
.process-box span,
.process-box ul,
.process-wrapper.mobile ul,
.process-wrapper.mobile h3 {
  color: #fff;
}
.process-box ul li,
.process-wrapper ul li {
  padding-bottom: 10px;
}
.process-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.process-box.is-reverse {
  flex-direction: row-reverse;
}
.process-box__img,
.process-box__text {
  width: calc(50% - 120px);
}

.process-box__img {
  display: flex;
  justify-content: center;
}
.process-box__img svg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.process-box__img img {
  width: 100%;
  height: auto;
}

.process-box__count {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 5px solid #a2893b;
  z-index: 5;
  background-color: #09334a;
  position: relative;
}
.proces-box__count__numb {
  font-family: "FreightBig Pro";
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.process-box.is-first:before,
.process-box.is-last:before {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  background-color: #09334a;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.process-box.is-last:before {
  top: auto;
  bottom: 0;
}
.timeline__line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #a2893b;
  width: 5px;
  height: 100%;
}
.process-box .h3__size {
  font-size: 38px;
  text-align: left;
  line-height: 1.2;
}
.process-wrapper.mobile,
.process-wrapper-mobile__arrows {
  display: none;
}
@media only screen and (max-width: 992px) {
  .process-wrapper.mobile {
    display: block;
  }
  .process-wrapper.desktop {
    display: none;
  }
  .process-box-mobile {
    position: relative;
  }
  .timeline__line {
    top: 40px;
    left: 0;
    width: 100%;
    height: 5px;
    transform: unset;
  }
  .process-box__img,
  .process-box__text {
    width: 100%;
  }
  .process-section .container-new {
    padding-left: 0;
    padding-right: 0;
  }
  .process-section .paragraph__16 p {
    color: #fff;
  }
  .process-box__count {
    margin-left: auto;
    margin-right: auto;
  }
  .process-box-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .process-box__img img,
  .process-box__img svg {
    height: 209px;
    width: 209px;
  }
  .process-box__text {
    text-align: center;
  }
  .process-wrapper.mobile ul {
    list-style-type: none;
  }
  .process-wrapper-mobile__arrows {
    display: flex;
    max-width: 292px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    align-items: center;
  }
  .process-wrapper-mobile__arrows__prev svg,
  .process-wrapper-mobile__arrows__next svg {
    width: 16px;
    height: 16px;
  }
  .process-wrapper-mobile__arrows__next svg {
    transform: rotate(180deg);
  }
  .process-wrapper-mobile__arrows .slick-dots {
    bottom: 6px !important;
    margin-right: 50px;
    margin-left: 50px;
    width: calc(100% - 100px);
  }

  .process-wrapper-mobile__arrows .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 2.5px;
    transition: width 0.25s ease;
  }

  .process-wrapper-mobile__arrows .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .process-wrapper-mobile__arrows .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    background: #fff;
    border-radius: 4px;
    opacity: 0.4;
    transition: width 0.25s ease, opacity 0.25s ease;
  }

  .process-wrapper-mobile__arrows .slick-dots li.slick-active {
    width: 24px;
  }

  .process-wrapper-mobile__arrows .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .process-box__img svg {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-nav {
  display: none;
}
