.career_path {
  background: #0D0D10;
  counter-reset: path-counter;
  padding-top: 30vh;
  position: relative;
  overflow: hidden;
}
.career_path .balls-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.career_path .balls-container .ball {
  background: #d62f03;
  background: -moz-linear-gradient(145deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(145deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(145deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03",endColorstr="#330352",GradientType=1);
  position: absolute;
  border-radius: 50%;
}
.career_path .balls-container .ball:nth-child(1) {
  top: 5%;
  right: 10%;
  height: 65px;
  width: 65px;
}
.career_path .balls-container .ball:nth-child(2) {
  top: 15%;
  left: 10%;
  height: 364px;
  width: 364px;
}
.career_path .balls-container .ball:nth-child(3) {
  top: 45%;
  left: 25%;
  height: 238px;
  width: 238px;
}
.career_path .balls-container .ball:nth-child(4) {
  top: 65%;
  left: 20%;
  height: 65px;
  width: 65px;
}
.career_path .balls-container .ball:nth-child(5) {
  top: 68%;
  left: 10%;
  height: 152px;
  width: 152px;
}
.career_path .balls-container .ball:nth-child(6) {
  bottom: 5%;
  left: 30%;
  height: 333px;
  width: 333px;
}
.career_path .career_title {
  margin-top: 100px !important;
}
.career_path .career_title:after {
  content: url("../pages/cv/cv_tip.svg");
  position: absolute;
  right: 40px;
  top: calc(-60px + 100px);
}
.career_path ul {
  margin-bottom: 300px;
}
.career_path ul li {
  position: relative;
  margin-left: 100px;
  padding: 40px 0 100px;
  border-top: 2px solid #ffffff;
}
.career_path ul li:before {
  counter-increment: path-counter;
  content: counter(path-counter, decimal-leading-zero);
  position: absolute;
  font-size: 5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  left: -200px;
  top: -38px;
  font-weight: 700;
  opacity: 0.4;
  text-align: center;
  width: 100px;
}
.career_path ul li:last-child:after {
  display: none;
}
.career_path ul li:after {
  content: "";
  background-image: url("../gfx/outline_arrow_bottom.svg");
  position: absolute;
  left: -200px;
  top: 140px;
  width: 100px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  opacity: 0.4;
}
.career_path ul li h4 {
  color: #ffffff;
  font-size: 3rem;
}
.career_path ul li p {
  width: 70%;
}

@media all and (max-width: 1690px) {
  .career_title {
    margin-top: 150px !important;
    margin-bottom: 100px !important;
  }
  .career_title:after {
    top: calc(-60px + 150px) !important;
  }
}
@media all and (max-width: 1280px) {
  .career_path .balls-container .ball:nth-child(1) {
    right: -75px;
    width: 150px;
    height: 150px;
  }
  .career_path .balls-container .ball:nth-child(2) {
    top: 10%;
    left: 70%;
    width: 50px;
    height: 50px;
  }
  .career_path .balls-container .ball:nth-child(3) {
    top: calc(95% - 80px);
    width: 50px;
    height: 50px;
  }
  .career_path .balls-container .ball:nth-child(4) {
    left: 47%;
    top: 96%;
    width: 30px;
    height: 30px;
  }
  .career_path .balls-container .ball:nth-child(5) {
    left: 60%;
    top: calc(95% - 100px);
    width: 125px;
    height: 125px;
  }
  .career_path .balls-container .ball:nth-child(6) {
    display: none;
  }
  .career_path .career_title {
    margin-top: 150px;
    margin-bottom: 100px;
  }
  .career_path .career_title:after {
    transform: scale(0.7);
    top: calc(-90px + 150px) !important;
  }
  .career_path ul li:before {
    left: -110px;
  }
  .career_path ul li:after {
    left: -110px;
  }
}
@media all and (max-width: 480px) {
  .career_path ul li {
    margin-left: 0;
  }
  .career_path ul li:before {
    top: -100px;
    left: 0;
  }
  .career_path ul li:after {
    display: none;
  }
}

/*# sourceMappingURL=career_path.css.map */
