/* Brand History */
.brand-history {

}

.brand-history__header {
  margin-bottom: 78px;
}

.brand-history__header .title {
  margin-bottom: 24px;
}

.brand-history__header p {

}

.brand-history__years {
  position: relative;
}

.brand-history__years-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  border-bottom: 1px solid var(--line-color);
}

.brand-history__years-list {

}

.brand-history__years-list .slick-arrow {
  top: 8px;
  margin-top: 0;
  background: radial-gradient(rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 30%);
}

.brand-history__years-list .slick-arrow.slick-disabled {
  opacity: 0;
}

.brand-history__years-item {

}

.brand-history__years-item + .brand-history__years-item {
  display: none;
}

.brand-history__years-item-date {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  cursor: pointer;
}

.brand-history__years-item-date:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin-left: -6px;
  border-radius: 50%;
  color: var(--line-color);
  border: 1px solid currentColor;
  background-color: currentColor;
  box-shadow: 0 0 0 2px var(--white-color) inset;
}

.slick-current .brand-history__years-item-date:after {
  color: var(--main-color);
}

.brand-history__data {

}

.brand-history__data-list {

}

.brand-history__data-item {
  padding: 46px 5px 0;
  position: relative;
}

.brand-history__data-item + .brand-history__data-item {
  display: none;
}

.slick-current .brand-history__data-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 46px;
  border-left: 1px solid var(--main-color);
}

.brand-history__data-block {
  max-width: 610px;
  padding: 19px;
  padding-right: 40px;
  border: 1px solid var(--main-color);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.brand-history__data-block-image {
  flex-shrink: 0;
  margin-right: 30px;
}

.brand-history__data-block-image img {
  display: block;
  width: 180px;
  height: 160px;
  object-fit: cover;
}

.brand-history__data-block-text {
  font-size: 16px;
  align-self: center;
}

@media (max-width: 1199.98px) {
  .brand-history__header {
    margin-bottom: 40px;
  }

  .brand-history__data-block {
    padding: 19px;
  }

  .brand-history__data-block-text {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .brand-history__data-block {
    padding: 14px;
  }

  .brand-history__data-block-image {
    margin-right: 15px;
  }

  .brand-history__data-block-image img {
    width: 90px;
    height: 80px;
  }

  .brand-history__data-block-text {
    font-size: 12px;
    line-height: 18px;
  }

  .brand-history__years-item-date {
    font-size: 16px;
  }
}
/* ! Brand History */