.history__title {
  margin-bottom: 30px
}
.history__desc {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #313233
}
.history__list {
  position: relative
}
.history__list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 1px;
  background-color: #0b64a3
}
.history__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 70px;
  padding-bottom: 60px
}
.history__item_reverse .history__img-block {
  order: -1
}
.history__item_reverse .history__text-block {
  align-items: flex-start
}
.history__item_reverse .history__text {
  max-width: none;
  text-align: left
}
.history__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: '';
  box-sizing: content-box;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0b64a3;
  border: 7.5px solid #f1f1f1
}
.history__item:not(:first-child):before {
  top: 10px
}
.history__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}
.history__year {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  background-color: #0b64a3
}
.history__year svg {
  margin-right: 8px
}
.history__text {
  max-width: 263px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #313233
}
.history__text_wide {
  max-width: 308px
}
@media (max-width:650px) {
  .history__title {
    margin-bottom: 20px
  }
  .history__desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18.2px
  }
  .history__list::before {
    top: 10px;
    left: 15px;
    transform: none
  }
  .history__item {
    padding-left: 40px;
    grid-template-columns: repeat(1,1fr);
    gap: 0;
    padding-bottom: 40px
  }
  .history__item_reverse .history__img-block {
    order: 2
  }
  .history__item::before {
    top: 10px;
    left: 0;
    transform: none
  }
  .history__img-block {
    margin-top: 20px
  }
  .history__text-block {
    align-items: flex-start
  }
  .history__year {
    margin-bottom: 10px
  }
  .history__text {
    max-width: none;
    text-align: left
  }
  .history__text_wide {
    max-width: none
  }
}