.client-map {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
}

.client-map__text {
  position: absolute;
  font-size: 3rem;
  font-weight: 450;
  text-align: center;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.client-map__first-part {
  display: flex;
  height: 30rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.client-map__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5rem;
}

.first__text-block {
  position: relative;
  height: 300px;
  width: 40rem;
}

.client-map__first-arrow {
  margin-top: 27rem;
}


.client-map__first-arrow-block {
  height: 300px;
  width: 27rem;
}

.client-map__second-part {
  display: flex;
  height: 30rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.client-map__second-arrow-block {
  height: 300px;
  width: 27rem;
}

.client-map_image-block-pic {
  width: 40rem;
  border-radius: 60px;
  -webkit-box-shadow: 5px 5px 15px 7px rgba(153, 153, 153, 0.49);
  -moz-box-shadow: 5px 5px 15px 7px rgba(153, 153, 153, 0.49);
  box-shadow: 5px 5px 15px 7px rgba(153, 153, 153, 0.49);
}

.second__text-block {
  position: relative;
  height: 300px;
  width: 40rem;
}

.client-map__second-arrow {
  margin-top: 27rem;
}

.client-map__third-part {
  display: flex;
  height: 30rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.client-map__third-arrow-block {
  height: 300px;
  width: 27rem;
}

.third__text-block {
  position: relative;
  height: 300px;
  width: 40rem;
}

.client-map__third-arrow {
  margin-top: 27rem;
}

.client-map__fourth-part {
  display: flex;
  height: 30rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.client-map__fourth-arrow-block {
  height: 300px;
  width: 27rem;
}

.fourth__text-block {
  position: relative;
  height: 300px;
  width: 40rem;
}

.client-map__fourth-arrow {
  margin-top: 15rem;
}

.client-map__fifth-part {
  display: flex;
  height: 30rem;
  font-weight: bold;
  margin-bottom: 22rem;
}

.fifth__text-block {
  position: relative;
  height: 300px;
  width: 40rem;
}

.client-map__fifth-arrow {
  margin-top: 27rem;
}

.client-map__fifth-arrow-block {
  width: 27rem;
}

.text-result {
  height: 5rem;
  width: 55rem;
  font-size: 2.7rem;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1300px) {
  .client-map__fifth-arrow {
    margin-top: 22rem;
  }
}


@media (max-width: 1000px) {

  .client-map {
    padding: 0;
  }

  .client-map__text {
    margin-top: -10rem;
    font-size: 2.7rem;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }



  .client-map__first-part {
    display: flex;
    font-weight: bold;
    margin-bottom: 10rem;
  }

  .client-map__first-arrow-block {
    display: none;
  }

  .client-map__first-arrow {
    display: none;
  }

  .first__text-block {
    position: relative;
    height: 18rem;
    width: 30rem;
    margin-top: 4.5rem;
  }





  .client-map__second-part {
    display: flex;
    font-weight: bold;
    margin-bottom: 10rem;
  }

  .client-map__second-arrow-block {
    display: none;
  }

  .client-map__second-arrow {
    display: none;
  }

  .second__text-block {
    position: relative;
    height: 18rem;
    width: 30rem;
    margin-top: 4.5rem;
  }





  

  .client-map__third-part {
    display: flex;
    height: 28rem;
    font-weight: bold;
    margin-bottom: 10rem;
  }

  .client-map__third-arrow-block {
    display: none;
  }

  .client-map__third-arrow {
    display: none;
  }

  .third__text-block {
    position: relative;
    height: 18rem;
    width: 30rem;
    margin-top: 4.5rem;
  }





  .client-map__fourth-part {
    display: flex;
    height: 28rem;
    font-weight: bold;
    margin-bottom: 10rem;
  }

  .client-map__fourth-arrow-block {
    display: none;
  }

  .client-map__fourth-arrow {
    display: none;
  }

  .fourth__text-block {
    position: relative;
    height: 18rem;
    width: 30rem;
    margin-top: 4.5rem;
  }






  .client-map__fifth-part {
    display: flex;
    height: 28rem;
    font-weight: bold;
    margin-bottom: 12rem;
  }

  .client-map__fifth-arrow-block {
    display: none;
  }

  .client-map__fifth-arrow {
    display: none;
  }

  .fifth__text-block {
    position: relative;
    height: 18rem;
    width: 30rem;
    margin-top: 4.5rem;
  }

  .text-result {
    font-size: 2.7rem;
    font-weight: 500;
    text-align: center;
  }
}