.years {
  display: flex;
  flex-flow: column;
}
.years__item {
  display: flex;
  flex-flow: column;
  background: #f0f2f5;
  transition: 0.3s ease;
  border-bottom: 1px dashed rgba(84, 110, 122, 0.2392156863);
  transition: 0.3s ease;
}
.years__item:hover {
  background: #fff;
}
.years__item.open {
  background: #fff;
}
.years__item.open .years__item-content {
  opacity: 1;
  overflow: visible !important;
}
.years__item-title-block {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 48px 0px;
}
.years__item-title {
  max-width: 577px;
  width: 100%;
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.8%;
  vertical-align: middle;
  color: #001c36;
}
.years__item-years {
  max-width: 747px;
  width: 100%;
  font-family: Geist;
  font-weight: 300;
  font-size: 133px;
  line-height: 100%;
  letter-spacing: -6%;
  vertical-align: middle;
  text-transform: lowercase;
  color: rgba(144, 164, 174, 0.6509803922);
  text-wrap: nowrap;
}
.years__item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid #94a9b5;
  border-radius: 30px;
	transition: 0.3s ease;
}

.years__item-button svg path {
	transition: 0.3s ease;
}

.years__item-button:hover svg path {
	fill: #fff;
}

.years__item-button:hover {
	background: #001C36;
}

.years__slide-head {
  display: flex;
  flex-flow: row;
  gap: 28px;
}
.years__slide-year {
  font-family: Geist;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #001c36;
}
.years__slide-desc {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #607d8b;
}
.years__slider-image img {
  height: 320px;
}
.years__slide-slider-pagination-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.years__slide-slider-pagination {
  display: flex;
  flex-flow: row;
  gap: 6px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.years__slide-slider-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: #d8dbdf;
}
.years__slide-slider-pagination .swiper-pagination-bullet-active {
  background: #607d8b;
}
.years__slide-slider {
  overflow: hidden;
}
.years__slide-content {
  display: flex;
  flex-flow: column;
  gap: 92px;
  padding: 0 48px;
  border-right: 1px dashed rgba(84, 110, 122, 0.2392156863);
}

.years__slide-content:first-child {
  border-left: 1px dashed rgba(84, 110, 122, 0.2392156863);
}
.years__item-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  opacity: 0;
}
.years__item-content-pagination {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  gap: 16px;
  padding: 48px 0;
}

.years__item-content-pagination .swiper-pagination-bullet {
	transition: 0.3s ease;
}

.years__item-content-pagination .swiper-pagination-bullet:hover {
		background: rgba(255, 255, 255, 0.8)!important;
}

.years__item-content-prev, .years__item-content-next {
  padding: 7px 18px;
  border: 1px solid #94a9b5;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
	transition: 0.3s ease;
}

.years__item-content-prev svg path, .years__item-content-next svg path {
	transition: 0.3s ease;
}

.years__slide-slider-next, .years__slide-slider-prev {
	cursor: pointer;
}

.years__item-content-prev:hover svg path, .years__item-content-next:hover svg path {
	fill: #fff;
}


.years__item-content-prev:hover, .years__item-content-next:hover {
	background: #001C36;
}

.years__item-content-prev.swiper-button-disabled, .years__item-content-next.swiper-button-disabled {
	opacity: 0.6;
}

.years__item-pagination {
  display: flex;
  gap: 4px;
  padding-bottom: 64px;
}
.years__item-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  border-radius: 0;
  height: 3px;
  background: #d8dbdf;
  transition: 0.3s ease;
}
.years__item-pagination .swiper-pagination-bullet-active {
  background: #94a9b5;
}

@media (max-width: 1024px) {
  .years__item-title-block {
    padding: 24px 0;
    flex-flow: column;
    gap: 16px;
    align-items: flex-start;
  }
  .years__item-title {
    font-size: 24px;
    line-height: 120%;
  }
  .years__item-years {
    font-size: 64px;
    line-height: 100%;
  }
  .years__slide-head {
    flex-flow: column;
    gap: 16px;
  }
  .years__slide-year {
    font-size: 48px;
    line-height: 100%;
  }
  .years__slide-desc {
    font-size: 14px;
    line-height: 130%;
  }
  .years__slide-content {
    padding: 0 16px;
  }
  .years__item-content-pagination {
    padding: 28px 0 28px 0;
  }
}/*# sourceMappingURL=style.css.map */