

/* Start:/company/milestones/history.css?17670159323381*/
.history {
  padding: 40px 0 60px;
}

@media (min-width: 768px) and (max-width: 1210px) {
  .history {
    padding: 25px 20px 0;
  }
}

@media (max-width: 767px) {
  .history {
    padding: 25px 0 0;
  }
}

.history-info {
  padding: 80px 0 0 0;
  width: 545px;
}

.history-info__title {
  font: 300 44px/1em Wix Madefor Text;
  margin-bottom: 28px;
}

.history-info__text {
  line-height: 1.67em;
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1210px) {
  .history-info {
    width: 44.27083%;
    padding: 0;
  }
  .history-info__title {
    font-size: 32px;
  }
  .history-info__text {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .history-info {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    float: none;
  }
  .history-info__title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .history-info__text {
    margin-bottom: 0;
  }
}

.history-timeline {
  margin: 50px 0;
  position: relative;
}

.history-timeline:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 98%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#dc2f2f));
  background-image: -webkit-linear-gradient(bottom, #ffffff, #dc2f2f);
  background-image: -o-linear-gradient(bottom, #ffffff, #dc2f2f);
  background-image: linear-gradient(to top, #ffe3e3, #dc2f2f);
  top: 10px;
  left: 190px;
  z-index: 1;
}

.history-timeline__item {
  position: relative;
}

.history-timeline__item:not(:last-child) {
  padding-bottom: 40px;
}

.history-timeline__item:after {
  content: '';
  position: absolute;
  top: 10px;
  left: calc(190px - 6px);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #dc2f2f;
  border: 2px solid #dc2f2f;
  width: 14px;
  height: 14px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.history-timeline__item:last-child:after {
  width: 24px;
  height: 24px;
  left: calc(193px - 14px);
}

.history-timeline__year {
  font: 200 47px/1em Wix Madefor Text;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  padding-right: 115px;
}

.history-timeline__year._highlight {
  color: #dc2f2f;
  font: 500 62px/1em Wix Madefor Text;
}

.history-timeline__text {
  /*color: #212121;*/
  line-height: 1.47em;
  display: inline-block;
  vertical-align: top;
  width: 56.36364%;
}

.history-timeline__text._highlight {
  font: 25px/1.2em Wix Madefor Text;
  width: 70%;
}

@media (min-width: 768px) and (max-width: 1210px) {
  .history-timeline {
    margin: 40px 0 80px;
  }
  .history-timeline__year {
    padding-right: 100px;
  }
  .history-timeline__text._highlight {
    width: 56.36364%;
  }
}

@media (max-width: 767px) {
  .history-timeline {
    margin: 40px 0;
  }
  .history-timeline:after {
    left: 9px;
  }
  .history-timeline__item {
    padding-left: 40px;
  }
  .history-timeline__item:first-child:after {
    left: 3px;
  }
  .history-timeline__item:nth-child(2n):after {
    left: 3px;
  }
  .history-timeline__item:nth-child(2n+1):after {
    left: 3px;
  }
  .history-timeline__item:last-child:after {
    left: -2px;
  }
  .history-timeline__year {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .history-timeline__text {
    display: block;
    width: 100%;
  }
  .history-timeline__text._highlight {
    width: 100%;
    font: 18px/1.7 Wix Madefor Text;
  }
}
/* End */
/* /company/milestones/history.css?17670159323381 */
