.history-slider {
  padding: 96px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .history-slider {
    padding: 120px 0 64px;
  }
}
.history-slider__image {
  position: absolute;
  z-index: -1;
  top: -60px;
  right: -210px;
  height: 554px;
}
@media screen and (max-width: 900px) {
  .history-slider__image {
    top: -119px;
    right: -170px;
    height: 370px;
  }
}
.history-slider__head {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .history-slider__head {
    margin-bottom: 16px;
    display: block;
  }
}
.history-slider__info {
  max-width: 624px;
}
@media screen and (max-width: 900px) {
  .history-slider__info {
    margin-bottom: 40px;
  }
}
.history-slider__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .history-slider__title {
    margin-bottom: 16px;
  }
}
.history-slider__text {
  margin-bottom: 16px;
}
.history-slider__text:last-child {
  margin-bottom: 0;
}
.history-slider__slide {
  padding: 32px 32px 88px;
  border: var(--border-blue-6);
  height: auto;
}
@media screen and (max-width: 900px) {
  .history-slider__slide {
    padding: 24px 16px;
  }
}
.history-slider__slide-title {
  font-size: 40px;
  line-height: 40px;
  color: var(--color-blue);
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .history-slider__slide-title {
    font-size: 30px;
    line-height: 34px;
  }
}
.history-slider__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}