.history-block__flex {
  display: flex;
  gap: 65px;
  align-items: center;
  padding: 25px 0;
}
@media (max-width: 1250px) {
  .history-block__flex {
    flex-direction: column;
    align-items: center;
  }
}
.history-block__img {
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
}
.history-block__quote {
  max-width: 850px;
  margin: 50px auto;
  font-weight: 400;
  font-size: 32px;
  line-height: 112%;
  text-align: center;
  color: #000;
  font-family: "Caveat", sans-serif;
}
.history-block__slider {
  width: 440px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .history-block__slider {
    width: 100%;
  }
}
.history-block__navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.history-block__arrow {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.history-block__arrow:hover {
  background: #06c;
}
.history-block__arrow:hover svg path {
  fill: white;
}
.history-block__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*# sourceMappingURL=historyPage~102258225d0d91284648.css.map*/